I’m all over the place this week. WordPress, JavaScript, CSS, Chrome Extensions & Web Productivity. Learned a few things and sharing makes me feel good!
PrintAlytics – Capturing the Print Page action in all browsers
Capturing visitor print events has applications, whether it be for analytics or to slap someone on the wrist for printing too many pages! I recently found a solid cross-browser way to do it.
ColorZilla, PDF Extraction and Aligning Checkboxes in Week #5
It was not a very development-centric week for me, but I did pick up a few productivity tips and a quick CSS tip.
CSS Notifications, Hidden Form Posts & more in Week #4
This week left me with a few new tricks in my web development arsenal. CSS notifications, ditching those pesky extended characters with Javascript and even an little SEO.
Ad optimization – leveraging JavaScript to improve RPM
I love highway billboards, and I think they're really effective, at least on me. I do however, wish they were a bit more dynamic. For…
CSS text stroke
While webkit browsers have native CSS support for text stroke, you'll have better cross-browser compatibility if you use the text-shadow style appropriately. The following CSS…
Play button on video thumbnails
Here’s a quick method to add a play button to video thumbnails. This is useful when you generate dynamic thumbnails for videos, or grab them…
Browser won’t read dynamic css file
Occasionally you find the need throw some dynamic information into your CSS file. This usually entails giving your CSS file an extension that will force…