beneberle


Member since 06/18/2009

43 snippets

4460 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 828 posted 13 years ago by beneberle
Don't forget to commit afterward.
0 1022 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 898 posted 13 years ago by beneberle
Returns path to physical
0 514 posted 13 years ago by beneberle
0 583 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 617 posted 14 years ago by beneberle
The first directory listed is the one to copy, the second is where it's copied to.
0 542 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 615 posted 14 years ago by beneberle
Turn On or Off Hidden Files in Terminal
0 590 posted 14 years ago by beneberle
this will chmod the current directory, and all sub directories and files.
0 1427 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 618 posted 14 years ago by beneberle
3 716 posted 14 years ago by beneberle
Eric Meyer's venerable reset css styles.
1 519 posted 14 years ago by beneberle
1 2 Next »