Profile
Achievement
beneberle's Recent Snippets
- All /
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
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
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
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