Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This will extract page handle between last slash and .html
0
1411
posted 15 years ago by anagaiyahoocom
This is far from ground breaking but I forget it all the time so thought this might be a useful place to keep a reference of it
0
1769
posted 15 years ago by AndewAllison
A coworker asked if I remembered a password for one of our FTP servers. I didn't, but FileZilla creates a hidden folder when you install it that contains the information for the dropdown "quickconnect". Thanks to that you can easily see all of your s...
0
1486
posted 15 years ago by cessnajumpin
If included in a global javascript, whenever an input receives focus it will clear the default value. If the element loses focus without any user input then it will put the default value back in there. Useful for when you aren't using <label> a...
0
1374
posted 15 years ago by accelm
Set TimerInterval to 1000
Add a command button called cmdUndo, which will be enabled the moment the form is edited.
0
1469
posted 15 years ago by heislekw
Ever whanted to have a (almost)full functional browser in your TTY? Here is how
0
1339
posted 15 years ago by vkolev
http://blog.ramonlechuga.com/2010/10/20/checking-object-structure/
The Array
0
1226
posted 15 years ago by ramonlechuga
While working on the iteration of a blog with russian contents we had to change the slugs from cyrillic to transliterated russian.
[RusToLat](http://mywordpress.ru/plugins/rustolat/) is a great plugin that does just that, but unfortunately it onl...
0
1599
posted 15 years ago by gryzzly