geeky

jQueryUI dialog as loading screen (replace blockUI)

I like being able to manually control my loading screen with my ajax calls. Previously I was using the blockUI jQuery plugin. It’s a great plugin. You may turn an overlay on your entire screen or just a layer on or off by simply calling and Since at work they are hosting the jQueryUI package,… Continue reading jQueryUI dialog as loading screen (replace blockUI)

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

SpringMVC generic errors

I was looking around the net for this. Maybe I didn’t look hard enough but I wasn’t able to find it. Finally a coworker told me. If you use the SpringMVC framework and wish to show generic validation error messages at the top of the page, here’s how you do it: Obviously if you wish… Continue reading SpringMVC generic errors

geeky · non php code

log4j properties loading problem + put ivy jar on classpath in ant

I learned a few new tricks recently that I thought are pretty cool. If you use apache log4j, you can get very frustrated sometimes that it does not log based on what you defined in your log4j.properties file. This is because if your java web application contains other jars that also have log4j.properties, the log4j… Continue reading log4j properties loading problem + put ivy jar on classpath in ant

geeky

CSS 3-column layout

Saw this link getting dugg today. Despite a huge CSS fan, I have to agree with one of the comments. The fact that getting a 3 column layout in CSS is a feat of wonder is an indication that something is terribly wrong with the standard. Building this layout should be obvious, intuitive, and in… Continue reading CSS 3-column layout