Category Archives: tip

Paul Irish: 10 Things I Learned from the jQuery Source

An absolute must for any jQuery developer: Paul Irish’s 10 Things I Learned from the jQuery Source Best if used in conjunction with these: Dave Artz’s jQuery Performance Rules Corey Hart’s 8 jQuery Micro Optimization Tips Okay, there it is! … Continue reading

Cross-Browser CSS3 (yes, even in IE6 and IE7), with a Little Help from MS Filters

What is the purpose of this article? To show how you can use (some) CSS3 styles right now, across all browsers, even IE6 and IE7, without the limitations and penalties of graphic headers and graphic backgrounds. Why is this important? … Continue reading

The Zen of Coding HTML

A new SitePoint article, How to Code Like a Zen Master, gives a quick run-though of a new IDE plug-in, Zen Coding, that lets developers type CSS-like code, click a button, and get beautiful HTML… Give a quick read through … Continue reading

Got Autism? iPhone App to the Rescue

A co-worker forwarded an article about an iPhone app that lets a mother and her autistic daughter communicate for the first time! Read more and watch a video about the app. I love technology that helps… Happy apping, Atg Top⇪

The Continuing Task of Website Accessibility

I try to think about Accessibility as much as possible.  Okay, not just “think about” it, but actually “be conscious” of it, as in “actually implement” it, as much as I know how. So, sitting in an Accessibility session at … Continue reading

Google Page Speed: It’s Their World, We Just Live In It

I briefly mentioned Google Page Speed in a recent post, but I’m just now making the time to dig deeper into this Firefox add-on (truthfully, it is a Firebug add-on, so you’ll need that installed first).  And, as one might … Continue reading

Today’s Readings

I recently tripped across the Firefox Tips & Tricks page.  There probably isn’t a lot here that most developers don’t already know, but being someone that is always on the look-out for new keyboard shortcuts, I found these, a couple … Continue reading

Today’s Readings

A number of improvements come our way from the World of Google, including a clipboard and new save buttons for Google docs, user-feedback upgrades to Google buzz, and continued expansion on what Google Scripts can do. The jQuery world is … Continue reading

Today’s Readings

Happy President’s Day everyone!  Another random sampling of all things web… Google Maps just got out-Googled…  Of all people, Microsoft, created an amazing “augmented-reality mapping technology“.  A lame name, even by Microsoft standards, but a truly impressive technology.  As the … Continue reading

Stop WordPress from Stripping HTML5 from Posts

This blog is, proudly, HTML5-based.  It’s not much, really, I use the HTML5 DOCTYPE, I use <header>, <section>, <article>, and <footer> in my templates, but I also occasionally want to use things like <aside>, <time>, and perhaps others in my … Continue reading