beneberle


Member since 06/18/2009

43 snippets

5717 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

beneberle's Recent Snippets



1 2 Next »
Replace filename with the name you want to give the zip file. The .zip extension is automatically appended to the end of the filename. Replace inputfile1 and inputfile2 with the names of the files you wish to include in the zip archive. You can inclu...
2 1005 posted 14 years ago by beneberle
Don't forget to commit afterward.
0 1220 posted 14 years ago by beneberle
1. Update your working copy to the latest revision. 2. Merge a specific revision to your current working copy: svn merge -rHEAD:xxxx [svn-repository-url] [path-to-local-copy] * HEAD – indicates the revision of the local copy of the cod...
0 1097 posted 14 years ago by beneberle
Returns path to physical
0 677 posted 14 years ago by beneberle
0 712 posted 14 years ago by beneberle
Just updated for WP 3 (added wp_postmeta table for menus)! Test out the new installation thoroughly but everything should be fine, and your CMS should be running live on the new server!
0 767 posted 15 years ago by beneberle
The first directory listed is the one to copy, the second is where it's copied to.
0 673 posted 15 years ago by beneberle
To make an image browser, add these lines: $ext = strtolower(substr("$dirArray[$index]", strrpos("$dirArray[$index]", '.') + 1)); //get file extensions if ("$ext" == "jpg") { // if file is a jpg print("<TR><TD>$dirArray[$index]<br/><a href=\...
1 761 posted 15 years ago by beneberle
Turn On or Off Hidden Files in Terminal
0 731 posted 15 years ago by beneberle
this will chmod the current directory, and all sub directories and files.
0 1618 posted 15 years ago by beneberle
- a javascript for alternate row/column table striping - supports row hover, column hover and cell hover effects and click events. demo here: http://www.frequency-decoder.com/demo/table-actions/
0 770 posted 15 years ago by beneberle
3 849 posted 15 years ago by beneberle
Eric Meyer's venerable reset css styles.
1 643 posted 15 years ago by beneberle
1 2 Next »