Javascript - Using javascript to automatically tab to the next form element.
7/16/2008 8:30:24 AM
|
We've all gone to a website and filled out a form that collects some personal information. Often times you see items such as the telephone number seperated into 3 text boxes. Here's a small javascript function that will automatically set the focus to the next text field once the desired lenght of input has been reached.
Read More...
|
|
|
ASP.NET - Closing a DetailsView
7/10/2008 7:25:55 AM
|
Depending on how your site is layed out it may be helpful to close a details view. Here is a quick and easy way to accomplish that.
Read More...
|
|
|
jQuery - Changing image src with toggle function
6/26/2008 7:42:23 PM
|
The jQuery toggle function provides a simplified way of toggling an element's display property. Couple this with jQuery's very stylish show/hide effect and you can easily add some nice effects to your site. But what if you want to take it a step further and define the functions called when the toggle function executes?
Read More...
|
|
|
Perl - String comparison from *nix command output in Perl script
6/19/2008 12:10:35 PM
|
You have to be careful when performing string comparison in Perl. If a string starts with a numeric value than it will be compared with that value. If it starts with a alpha-character than it compares with a value of zero.
Read More...
|
|
|
WebScarab - How to define a username/password for a proxy server that requires authentication.
6/11/2008 9:18:20 AM
|
WebScarab is a great tool provided by OWASP. However, it can be just a little tricky if you are sitting behind a proxy that requires authentication. This shows you how to pass along your credentials.
Read More...
|
|
|