Convert your post’s custom fields into tags automatically in WordPress with this nifty script!!!
jQuery
Lesson learned: You can’t access DOM elements within an external iFrame
That’s right, you CAN’T!
My response to Stackoverflow’s ““invalid label” Firebug error with jQuery getJSON” question
“Invalid label” Firebug error with jQuery getJSON
Smashing Magazine – jQuery Plugin Checklist: Should You Use That jQuery Plug-In?
Do you really need that plug-in? Maybe not, maybe yes…
How to load CSS stylesheets dynamically with jQuery
Sometimes you may want to load a CSS stylesheet dynamically after your HTML page has loaded and certain conditions are met (for example, if an element with a specific class exists in the DOM). jQuery can help you accomplish that with a few lines of code, helping you save some bandwidth and make your page load faster.