Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

A couple days ago I released a little Twitter app with Daniel ( @TechWraith | ThisIsNot.us ). Today I’m sharing it with you on my blog. It’s already been blogged about on TheNextWeb by @alex, but I thought I’d let my readers know about it in case they missed my twitter stream.
UnfollowEveryone.com is a simple Twitter web app that will let you unfollow everyone on your Twitter account. We all do it, add this user, that user, oh and this guy is funny I’ll add him. Eventually you end up following 100, 500, 1000 or more people and you just can’t keep up with all of that. Instead of going one by one through your account and removing everyone our app will do it for you.
(more…)
Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

Al Gore has been going across the country forever it seems telling people about ways to stop global warming. About how just one person can make a difference. Today I bring you 10 Way You Can Help The Internet:
(more…)
Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

I love Concrete5 and for the most part, creating themes for it is actually very easy. I’d say easier than WordPress. Recently however I was slicing a theme that needed to have the current page title and the parent page title on each sub page. Easy… right?
(more…)
Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

UPDATE: I’ve corrected some <html:media> self closing errors (damn XHTML habits) and I have added a statement about backwards compatibility in the questions section.
Below is a long post about the possibilities of HTML with only 7 reserved elements which would use XML namespace syntax, a Form API, and the reserved attributes for those two APIs, which I believe, would make HTML much stronger. Let’s face it, HTML5 is already becoming so, so bloated with too much effort on backwards compatibility. If you just want to skim, here are the table of contents:
(more…)
Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

Have you ever wanted to change the active state of web site’s navigation but didn’t want to write server side code for it? For example, in PHP, you’d have to write a switch or if/else conditional. Something like:
(more…)