Blog

Alternate Automatic Include File
0

Alternate Automatic Include File

Friday, September 11th, 2009

A week ago I wrote a post on how to easily, and automatically include files on your website using the Apache module php.modc. Unfortunately, not all we3b hosting providers have this module switched on, and don’t allow you to change this. Luckily there is a workaround involving the RewriteEngine. The idea is simple: redirect all [...]

CONTINUE READING
Cross Browser CSS Opacity
0

Cross Browser CSS Opacity

Friday, September 4th, 2009

The CSS property opacity is unfortunately one of those properties that isn’t well supported… Kinda. Current versions of Firefox, Safari, Opera, and Chrome support it just fine. But, of course this leaves the bastard child: Internet Explorer. But are you really surprised? Luckily there’s a trick to work around Internet Explorer’s inadequacy. It involves the [...]

CONTINUE READING
Automatically Include Files with PHP & Apache
0

Automatically Include Files with PHP & Apache

Wednesday, September 2nd, 2009

Need to include a files in all of your site’s pages? Normally, you’d use require() or include(). But do you really want to manually past the include code in every page? There’s the little known PHP directive auto_prepend_file and auto_append_file. What are PHP directives? They’re essential global PHP settings that are defined in you php.ini [...]

CONTINUE READING
Easy jQuery Form Validation
3

Easy jQuery Form Validation

Monday, August 31st, 2009

Form’s can be a hassle. You have either incomplete forms, or you loads of spam… And no one wants either of those. That’s where form validation comes in. Not only will it help catch when someone has not filled in all the required information, but it also creates less of a headache for you. And [...]

CONTINUE READING
New Business Card
0

New Business Card

Sunday, August 30th, 2009

Got my new business cards in, and I’m really happy with how they turned out. Almost feel bad it only took me about 2 hours to design and order them. Ordered 500 of em, which should last me till the end of time! Or a while at least. My last business card was only good [...]

CONTINUE READING
WordPress: Advanced Comment Customization
6

WordPress: Advanced Comment Customization

Thursday, August 27th, 2009

Comments are an important part of a WordPress run site. It not only allows your visitors to chime in on your rantings, but it elevates the interactivity of your website, and helps keep visitors coming back. It’s unfortunate that there really isn’t much built in customization when it comes to comments. WordPress by default allows [...]

CONTINUE READING
Advanced Post2Post Links
10

Advanced Post2Post Links

Tuesday, August 25th, 2009

Linking from one blog post to the next can be frustrating, especially if you decided later down the road to change your permalinks. Instead of having to deal with that, you can use a plugin to do so. There are a few plugins out there, but they require you to know the post id and [...]

CONTINUE READING