benjaminpearson


Member since 04/15/2009

Name: Benjamin Pearson

Location: Melbourne

Website: http://developinginthedark.com

15 snippets

2494 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 703 posted 12 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 548 posted 14 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 627 posted 14 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 503 posted 14 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 698 posted 14 years ago by benjaminpearson
0 515 posted 14 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 602 posted 14 years ago by benjaminpearson
1 750 posted 14 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 466 posted 14 years ago by benjaminpearson
« Prev 1 Next »