Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
You did a checkout when you really wanted to do an export. Now there are tons of .svn folders in your project, and you need them to go away. Shell scripting to the rescue.
0
1113
posted 14 years ago by chrisaiv
This is used in the build.xml file generated by a Netbeans project, to override the default clean-up behaviour that deletes the 'build' and 'dist' folders. In case these folders are to be maintained in SVN, the following ensures that only the content...
0
705
posted 14 years ago by studioevoque
Use this to read from a file. It is wrapped in a try/catch statement in case something breaks when trying to read the file. It will simply throw and exception (error) and continue rather than crashing your app.
0
1384
posted 14 years ago by trusktr
The easiest way to create vertical text is to use ems in addition with a space between the letters of the word that should be displayed verticaly
1
932
posted 14 years ago by jkandei
Big ups to Tom Gidden for this one. If you\'re not all that happy about some of the changes in iTunes 10, or if you\'d rather look through your own library instead of the itunes store, give these a try.
0
786
posted 14 years ago by beneberle
based upon http://www.snipplr.com/view/41900/base-html5-template/
2
627
posted 14 years ago by withinmedianl
This appears to be the easiest way to create vertical text (that isn't rotated) with CSS.
7
1054
posted 14 years ago by Nettuts
Say you want to run content plugins on JDocumentRAW content (like in a component that returns JSON data). Some methods in JDocumentHTML like "addCustomTag" will cause the app to fail on JDocumentRAW doc types which don't have this method. Thus you...
0
887
posted 14 years ago by harikaram
This function return a string with all the post parameters and their values.
1
811
posted 14 years ago by sikwan
This function return the current Url, including the Get parameters.
1
826
posted 14 years ago by sikwan