RSS Feed Notes
I was checking out my RSS feeds and noticed that my code examples weren't looking good. I'll be updating the RSS feed this weekend, hopefully by having code examples display in a <pre> instead of a <textarea> (textarea needed for the Syntax Highlighter on the site). I also noticed that there's an issue with images I put in my posts when the image SRC's aren't explicitly set to my domain.
Expect to see some resolution this weekend.
I've also added a FeedBurner feed for comments, which you can subscribe to at:
http://feeds.feedburner.com/DavidWalshComments
For maximum performance, we all know we must put our assets on CDN (another domain). Along with those assets are custom web fonts. Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...
I spent a few months experimenting with different approaches for writing simple, elegant and maintainable media queries with Sass. Each solution had something that I really liked, but I couldn't find one that covered everything I needed to do, so I ventured into creating my...
We all joke about the days of Web yesteryear. You remember them: stupid animated GIFs (flames and "coming soon" images, most notably), lame counters, guestbooks, applets, etc. Another "feature" we thought we had gotten rid of was the marquee. The marquee was a rudimentary, javascript-like...
When I think of premier MooTools plugin developers, Harald "digitarald" Kirschner is usually one of the first people that come to mind. Harald has built some of MooTools' most popular plugins, including AutoCompleter, FancyUpload, and History Manager. My favorite plugin created...