Below are the top ranked snippets.
20
To debug javascript code we use alert() whereever needed and it irritates you while alerts values inside a loop and other places where more alerts are being shown and you have to press the ok button to pass / proceed on.
here is a simple way to get rid of the alerts dialogs and get the values outputed into another debug window.
here is a simple way to get rid of the alerts dialogs and get the values outputed into another debug window.
13
Trim , Left trim (ltrim) and Right Trim (rtrim) in javascript
12
A simple Tooltip for you web pages with minimal code.
Images , Text and HTML code can be shown inside the tootip
Images , Text and HTML code can be shown inside the tootip
18
Add dragging to your div elements. just adding class="drag" to the div element will make it draggable.
Here i'm adding an example for a draggable dialog box
Here i'm adding an example for a draggable dialog box
11
Just a little code to make a window in XUL
6
strandedfisherman
This gets the information off youtube when you add a youtube link.
please change the dev_id to your own my is:BnvzCjJ_Bzw
http://www.youtube.com/my_profile_dev
put a link in eg. http://www.youtube.com/watch?v=xOJnKgsWPGw
please change the dev_id to your own my is:BnvzCjJ_Bzw
http://www.youtube.com/my_profile_dev
put a link in eg. http://www.youtube.com/watch?v=xOJnKgsWPGw
6
This snippet is two classes which represent a playing card and a deck of cards. I built these classes for completion of a final project in one of my VB.NET courses.
6
Return object by type. Revision 2.
13
Recursively checks for all *.php and *.tpl files in the directory specified (or the current directory if one is not specified) and runs `php -l $file`. Only outputs the errors.
10
I'm trying to load an object into a session variable.









