Blog

Serialize Detection Function
0

Serialize Detection Function

Thursday, April 1st, 2010

This function is especially handy for when you’re pulling data from a database and are unsure weather it has been serialized or not.

CONTINUE READING
Dreamweaver Translator Error Fix
1

Dreamweaver Translator Error Fix

Monday, November 16th, 2009

This is a problem I’ve come across quite a few times. At some point, Dreamweaver starts throwing a translator error at you every time you do… well… anything. It’s an annoying error that constantly pops up when you make changes to a file. The problem has to do with the preview window. But unfortunately, simply [...]

CONTINUE READING
Electrofeat Update
0

Electrofeat Update

Tuesday, October 13th, 2009

So I’ve been tooling away at writing music, albeit not at a fast rate…. more a casual walking rate…. But I’m writing nonetheless. Anyway, back in July, I made the decision to purchase a Cello and start taking lessons. I’ve always had a great appreciation towards stringed instruments, and especially the Cello. Having 10+ years [...]

CONTINUE READING
Dynamic PHP Function Arguments
0

Dynamic PHP Function Arguments

Thursday, October 8th, 2009

PHP functions are great methods for optimizing your site. The real power of PHP comes from its functions.There are more than 700 built-in functions, and endless ones that you can make yourself. But a good think to know about is arguments. And more specifically dynamic arguments. Sometimes, depending on a function, the number of arguments [...]

CONTINUE READING
Cross Browser CSS Techniques
0

Cross Browser CSS Techniques

Tuesday, September 29th, 2009

When it comes to Web Design, having a great look is key, but getting it to work in all browsers is even more key. Unfortunately, as much as some of us would love, the world doesn’t run on a single browser. And even more unfortunate is that all those browsers don’t work and handle client [...]

CONTINUE READING
CSS Fixed Footer
0

CSS Fixed Footer

Monday, September 21st, 2009

A while back I wrote a post explaining how to achieve a sticky footer on your website. I got a comment asking how to achieve a fixed footer. I figured that was a simple enough thing, except I had forgotten about Internet Explorer’s support (or lack thereof) for fixed positioning. The idea seems easy in [...]

CONTINUE READING
5 Useful jQuery Plugins
0

5 Useful jQuery Plugins

Thursday, September 17th, 2009

jQuery is a great JavaScript Framework. Not only because it’s quick, lightweight, and cross browser compatible, but because of it’s extensive plugin library. There are more plugins out there that you will every use, but there are some great ones in there as well. Here are 5 great and unique plugins I’ve come accross. Please, [...]

CONTINUE READING