geeky

jQuery selection copy

Here’s a jQuery scenario I encountered today at work. I found the solution interesting. I have 2 identical selection dropdowns. When I select from the first one I want to copy the selection value into the second. However, I also have a change event attached to the second selection dropdown. In order to make sure… Continue reading jQuery selection copy

geeky · non php code

Creative overlay/popup with jQuery

While doing a presentation on jQuery at work today, I went over a particular example I put together earlier today. I thought I’d share it with you here. In the past, we have used popups for editing values inside of a input box. The most well known example I can think of is smilies on… Continue reading Creative overlay/popup with jQuery

geeky

Firebug command line

If you do any javascript programming at all, you absolutely need to get the firebug plugin for firefox. It’s by far the best free tool out there. I’ve had the plugin since it first came out. However, I just learned about its command line feature today when I was reading this peeling away jQuery wrapper… Continue reading Firebug command line

geeky · plug

Mystique Theme

I spent most of the day customizing the Mystique wordpress theme. The theme is ridiculously great. It has all of the features I’d ever dream of. In fact, I got rid of some of my plugins + widgets because this theme covers them. Also, the theme author uses jQuery on all of the UI effects.… Continue reading Mystique Theme

geeky · non php code

jQuery may just win

I’m still unhappy how I lost the jQuery battle at work. Although I’m not banned from using it but hey this is encouraging! jQuery may just win the javascript framework battle at least in the popularity category. Other frameworks are just not as user friendly IMO.

geeky · non php code

Why I prefer jQuery over YUI

While at work, I was trying to find a way to easily do server side pagination without writing all the lovely logic myself. Due to some constraints, I am unable to use more high end framework such as JSF and struts. Which in a way I believe is a good thing. I would have more… Continue reading Why I prefer jQuery over YUI

geeky · non php code · plug

Dodo's Text Counter

I needed a text counter at work. I searched around trying to find a jQuery plugin that fits the bill but I didn’t find anything. So I wrote one myself. Check it out 🙂 It should be pretty flexible. Requires jQuery Define the maximum of characters the user may input May be applied to one… Continue reading Dodo's Text Counter

geeky · non php code · plug

Dodo's Picklist

I needed a pick list script at work. I looked around and found a jQuery plugin but it didn’t do all I wanted so I modified it. I thought I’d share my final results with you. I will contact the original author to see if he wants to include my changes to his version as… Continue reading Dodo's Picklist

geeky · plug

new millennium with web 2.0

After much anticipation, it’s finally here!! I present you the completely rewritten New Millennium – New Millennium with web 2.0 🙂 It’s done in ajax with the help of jQuery. The idea is to create a site with no page refresh. Although it was fun, toward the end it was getting a bit tedious. I… Continue reading new millennium with web 2.0

geeky · non php code · plug

jQuery and Tamper data rock

I’ve been working on a UI design at work and some of the build in components have border=”1″ on their generated table code. To achieve a consistent look, I always want border=”0″ on the table so I can control the table border with CSS. There is no way as far as I know you can… Continue reading jQuery and Tamper data rock