These are some good tips, especially using insertAdjacentHTML over innerHTML and CSS3 over JavaScript.
Code
Experimenting with 3D CSS

Tom Giannattasio of Smashing Magazine shows how he used SVG and CSS 3D transforms to make a cool 3D flip book.
How to Crash Internet Explorer with One Click

Want to know how to crash all versions of Internet Explorer in one easy step?
How to Do a Barrel Roll with CSS

So I’m sure by now you’ve heard of Google’s latest Easter egg: type in “do a barrel roll” or “z or r twice” in Google, and the page will roll around. It’s an obvious nod to Star Fox 64. Want to know how this trick works?
A Few Handy Online Tools for Web Development

I like to post lists every once in a while. I’m no Smashing Magazine, but I do my best at posting useful resources. Here are some tools and sites that I find useful for web development.
Updating My Scheduler App with More CSS and JavaScript Goodness

Update: If you came here via search engine looking for a “jQuery scheduler,” this might not be what you’re looking for. If you’re looking for something like Google Calendar where you can schedule events, try Ext Scheduler, wdCalendar, or FullCalendar. Here are a few more. Remember the scheduler app that I wrote? It’s a tiny web app that doesn’t do [...]
Using jQuery to Make a Simple Scheduler App

Update: If you came here via search engine looking for a “jQuery scheduler,” this might not be what you’re looking for. If you’re looking for something like Google Calendar where you can schedule events, try Ext Scheduler, wdCalendar, or FullCalendar. Here are a few more. Hey, check out my new app. ^_^ It’s been a [...]
Playing with Google App Engine

I’m playing with Google App Engine! In case you’ve been living under a rock, Google App Engine is basically free hosting for Java and Python apps. Your app is hosted on an appspot.com subdomain, and you can pay for extra resources if your app starts to get really popular. I’ll be using it to play [...]
Summer Updates
Despite a busy summer, I still had some time to squeeze in some updates for my website.
C# Looks Cool
I’m a Java programmer. It’s not my fault; it’s the first real programming language that I learned—QBASIC doesn’t count—and it’s the language I’m required to use in college. Maybe it’s not as fast as C++, but Java’s more object-oriented, and it’s got a better GUI framework, so it’s easier to use. But hey, what about [...]