Tag Archive | "code"

PHP Code to Detect IE Browsers

Sunday, May 24, 2009

Comments

The extremely buggy way that Internet Explorer renders CSS annoyed me again, this time because of the different way it displays elements with z-indexes. I spent a couple of hours trying to fix the bug, failed, and decided to go about it another way. The problem lay in a CSS/Javascript rotating banner gallery ,so I used [...]

Continue reading...

25% Big Skinny Wallet Coupon

Saturday, May 31, 2008

Comments

It’s the standard Father’s Day gift – the ubiquitous men’s wallet, and wallet companies are rejoicing. The Big Skinny Corporation is no different, and it’s chancing upon this special day to launch a promotional offer, which I got as an email because I bought a wallet from them in the past. The Big Skinny is not [...]

Continue reading...

Edit .htaccess to increase PHP’s max file upload

Tuesday, April 8, 2008

Comments

To increase the upload file size limit on your website, you need to edit PHP’s configuration settings. Unfortunately, not everyone has their own web server, so most of the time people are constrained by the limits of shared hosting. But you can still modify your base php.ini file by creating your own php.ini with the [...]

Continue reading...