Web Stuff

Wordpress Theme cheat sheet with code snippets

Check it out! Here's a sweet little cheat sheet for Wordpress themers. This thing provides nice little snippets of common PHP code needed in a Wordpress template theme.

It also gives a rundown of the necessary theme files provided as a kind of checklist. Check it out on WP Candy

Dashalytics Mac Dashboard Widget for Google Analytics

Here's another nifty widget to go along with the Google Adsense Widget I mentioned yesterday.

Dashboard widget for Google Adsense

Check out this nifty little dashboard widget for Mac OS X. It's a simple little thing that shows your current Google Adsense Income for the day. It doesn't let you view previous days or anything, but it's still useful for a quick snapshot of how today's going.

Drupal TextMate Bundle

Check out this Drupal bundle for TextMate. This thing is really, really helpful for writing modules! Especially when it comes to the infamous Form API!

On acko.net

Drupal Code Syntax Highlighting

Here's a nice module that allows you to setup code syntax highlighting in Drupal.

Firebug Plugin for Drupal Development

Tom just sent me a link to a plugin for Firefox. We all know firebug is about as best a javascript console and debugger as you can find, but now there's an experimental plugin strictly for debugging javascript in Drupal.

Colorize or color code Safari HTML source code view: syntax highlighting

If you're like me, then you'll go back and forth between using Safari and Firefox for web development. Each has its pros and cons.

To me, Safari is a good chunk slicker, faster, and just more joyous to use. But it's limited in how well it serves a web developer. So we're stuck with Firefox and its many plugins.

Lately, though, I've been using Safari for the majority of my web development.

Apple/Mac Dashboard IP Address widget

Here's a nice little Dashboard widget for Apple/Mac that shows your current IP address. This is really useful for those of us who get dynamic IPs from our ISPs.

I've been using it for about a week now, and it seems pretty solid and reliable.

Mac/Apple keyboard shortcuts, hot keys, tips and tricks

I've put together a cheat sheet of some of my most-used keyboard shortcuts and hot keys. I use the crap out of these, and I can say they really save me chunks of time every day.

Ubercart stock, inventory control, out-of-stock products in cart

I spent a good chunk of time trying to find the best solution for controlling inventory on an Übercart I've been developing for a client.

The biggest issue is that by default Übercart doesn't stop customers from purchasing out-of-stock products.