Posted in Programming | No Comments »
Here’s a quick way to construct the WHERE parameters when snagging data out of a MySQL database using data from an entry form. In this example, I didn’t not include the $_GET, $_POST, or $_REQUEST as I am lazy and the current code I’m working on is using some Smarty thing to get [...]
Posted in Books | No Comments »
I couldn’t imagine a more important point of view on the Nazi world than that of Albert Speer. Inside The Third Reich could be one of the most important books of all time.
Posted in Whatever | No Comments »
This blog will discuss why I think Ron Paul CAN win the presidency and why I will be voting for Ron Paul.
Posted in Whatever | No Comments »
Brandon Drury’s 2007 Christmas List
Posted in My Sites | No Comments »
I’ve officially launched my latest endeavor into the world of music on the web. I’m hoping that it will compliment RecordingReview.com nicely. I’m about to make the biggest marketing push of my life, so it should be very interesting to see what happens!
Posted in Web Design | No Comments »
In the web design world, you often hear about the virtues of tableless design using CSS. These web designers pretend that they have discovered the Holy Grail of web design. In fact, I think the notion of a 100% CSS site isn’t cracked up to be.
Posted in My Sites | No Comments »
It’s not often that my girlfriend, Amy Young, takes much of an interest in online things, but when we add dogs into the equation, she changes her mind in hurry. She is launching her first website, DogSniff.com today. DogSniff is a Pligg based social bookmarking site for dogs.
Posted in Web Design | No Comments »
I’ve spent the past two hours looking for a solution for displaying an inline list with a background tab image in Firefox. It turns out that the solution took about 3 seconds.
Posted in Search Engine Optimization | No Comments »
A tremendous duplicate content problem within Google is when a subdomain and a folder on your site contain the exact same content. This htaccess will use mod_rewrite to force your subdomains with a 301 redirect.
Posted in Programming | No Comments »
Yesterday, I needed to decode a Multiple-Selection Checkbox from vBulletin’s custom profile for an external script. I’m not really that experienced at programming, but I through this together and it has worked for me quite well.
I figured most people wouldn’t be all that interested in dealing with “binary stuff”. I know I wasn’t.
// Change ‘field11′ [...]