benjaminpearson


Member since 04/15/2009

Name: Benjamin Pearson

Location: Melbourne

Website: http://developinginthedark.com

15 snippets

4546 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

benjaminpearson's Recent Snippets



« Prev 1 Next »
Found answer here: http://community.godaddy.com/groups/web-hosting/forum/topic/ogv-in-firefox-for-html5-video/
0 1015 posted 13 years ago by benjaminpearson
Allows you to remove the whitespace that can appear before the xml tag in wordpress files such as wp-includes/feed-rss2.php
1 852 posted 15 years ago by benjaminpearson
Instructions for enabling multiple virtual hosts on Mac OSX. Based on default Apple Apache install. If you don't want to be manually changing these files, checkout the very slick GUI application - VirtualHostX (http://clickontyler.com/virtualhostx/)
3 1042 posted 15 years ago by benjaminpearson
Proper enumerations in PHP are hard to come by. This uses a class as a pseudo enumeration. Sometimes you'll want to lookup the string name side of the enum when you have the value (ie, you have "1" and you want the string "Flood").
0 813 posted 15 years ago by benjaminpearson
The following are instructions to "re-post" files that have been already been POSTed to your php script. This can help if you want to have a form (with file upload) that POSTs its data to your own script where the text elements can be handled and the...
2 1191 posted 15 years ago by benjaminpearson
0 850 posted 15 years ago by benjaminpearson
In IE6 the padding applied to input boxes can be incorrectly rendered showing no difference in the height of the box. Adding "overflow:visible" seems to fix it. Referenced Source: http://stackoverflow.com/questions/561904/can-you-tweak-the-left-an...
1 929 posted 15 years ago by benjaminpearson
1 1123 posted 15 years ago by benjaminpearson
Change Text Highlight Color | Prevent Firefox Scrollbar Jump | Print Page Breaks | Attribute-Specific Icons | CSS Pointer Cursors | Prevent Safari Resizeable Text areas
2 739 posted 15 years ago by benjaminpearson
« Prev 1 Next »