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
![Conquering Impostor Syndrome]()
Two years ago I documented my struggles with Imposter Syndrome and the response was immense. I received messages of support and commiseration from new web developers, veteran engineers, and even persons of all experience levels in other professions. I've even caught myself reading the post...
![I’m an Impostor]()
This is the hardest thing I've ever had to write, much less admit to myself. I've written resignation letters from jobs I've loved, I've ended relationships, I've failed at a host of tasks, and let myself down in my life. All of those feelings were very...
![MooTools Image Preloading with Progress Bar]()
The idea of image preloading has been around since the dawn of the internet. When we didn't have all the fancy stuff we use now, we were forced to use ugly mouseover images to show dynamism. I don't think you were declared an official...
![Parallax Sound Waves Animating on Scroll]()
Scrolling animations are fun. They are fun to create and fun to use. If you are tired of bootstrapping you might find playing with scrolling animations as a nice juicy refreshment in your dry front-end development career. Let's have a look how to create animating...