beneberle


Member since 06/18/2009

43 snippets

4427 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 822 posted 13 years ago by beneberle
Don't forget to commit afterward.
0 1017 posted 13 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 894 posted 13 years ago by beneberle
Returns path to physical
0 511 posted 13 years ago by beneberle
0 575 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 615 posted 14 years ago by beneberle
The first directory listed is the one to copy, the second is where it's copied to.
0 536 posted 14 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 614 posted 14 years ago by beneberle
Turn On or Off Hidden Files in Terminal
0 585 posted 14 years ago by beneberle
this will chmod the current directory, and all sub directories and files.
0 1423 posted 14 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 614 posted 14 years ago by beneberle
3 712 posted 14 years ago by beneberle
Eric Meyer's venerable reset css styles.
1 515 posted 14 years ago by beneberle
1 2 Next »