A full(-ish) list of MIME Types that may come in usefull for upload validatiuon.
Continue reading
Monthly Archives: February 2010
Manually setting register_globals
This value is generally set in the httpd.conf (server) file, which is generally not accessible to users on shared hosting packages. So, here are a few ways to get around this.
Continue reading
MySQL query for a Tag Cloud
OK, I found this in WordPress. I am not sure exactly how it works, but I haven’t seen this functionality before in MySQL. I am pretty sure that it is used for passing an array of variables to MySQL for use in a Tag Cloud.
Continue reading
HTTP Status Codes
Everyone has seen an ‘Error 500’; but that is only one of many….
Continue reading
CSS NoWrap
I used to use NOWRAP in my
Continue reading
jQuery show/hide DIV & Image
Show/Hide areas are common place now all over the web and are an easy way to display large amounts of information that may/may not be useful to all readers. The [+] and [-] images are the key, and changing these must be seamless..
Enter jQuery.
Continue reading
Display filesizes
Ever clicked a link only to find out that the image/download was massive and you wished you hadn’t? Wouldn’t it have been nice to have an idea of the file-size when hovering over the link?
Continue reading