Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
export bookmarks.html file, extract links from that file to a list , using the list as INPUT to linkchecker that reports dead links
0
1114
posted 15 years ago by rowntreerob
This snippet builds on my last snippet regarding [User input validation in Visual Studio .NET using MaskedTextBoxes and an ErrorProvider](http://snipplr.com/view/22419/user-input-validation-in-visual-studio-net-using-maskedtextboxes-and-an-errorprovi...
0
2103
posted 15 years ago by pckujawa
I just discovered that the MaskedTextBox control allows you to set the type of data which should be entered in the control and helps you do the validation of that data when necessary. The trick is to set the ValidatingType of the MaskedTextBox contro...
0
8208
posted 15 years ago by pckujawa
Returning a boolean inside of jQuery's $.each() function will only break the loop. To get a return value, you can convert the jQuery object to array and use a regular for loop in javascript.
0
1300
posted 15 years ago by jasonseney
Paste this into your AS file to add focus and blur events to your text/form fields. If your field contains YOUR DEFAULT MESSAGE when focus is brought to it, it will erase itself, to be ready for text entry. If focus is lost while the field is complet...
0
1209
posted 15 years ago by Winkyboy
Handy function for converting milliseconds to video timecode
1
1497
posted 15 years ago by nate63179
A simple class and event which can be used to load external assets
1
938
posted 15 years ago by nate63179
The source below is the function from the website with the corrected regular expression found in the site's comments. This is a nigh-one-line function for validating a string as an email address.
4
1462
posted 15 years ago by Winkyboy
This could be further abstracted to work with other db's. Also, it really should be using Ruby's Tempfile class instead of assuming the local machine is *NIX based, but it works :)
0
1096
posted 15 years ago by nate63179
In this instance, used as an after-deploy hook to create a symlink to a shared db config file
0
1088
posted 15 years ago by nate63179
Template variables which can be used in static blocks or pages
0
837
posted 15 years ago by nate63179
Automatically prepends the path of the store's skin to create a full url
0
944
posted 15 years ago by nate63179
his set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than usi...
2
1092
posted 15 years ago by Mithun