Archive for March, 2008

Demonstration of Linked List in java Miscellaneous Tutorials & Tips Java

Demonstration of Linked List in java It is a simple demonstration of Linked list in java programming language. Very simple and well commented java source code for the beginners. Linked list of points are used to create a Polyline and display it.

Read more…

Be the first to comment - What do you think?  Posted by admin - March 29, 2008 at 7:12 pm

Categories: Java   Tags:

Ajax Tail Log Viewer Scripts & Applications Ajax

Ajax Tail Log Viewer Ajax Log Monitor To monitor your log select start or stop. Note this is almost real time monitoring Example using Ajax to complete a tail -f on your Apache Logs to produce a almost real time monitor. Simply change line 5 in logfile.php even pipe with $cmd = “tail -10 /domain.com/http/access.log” Try adding grep like this | grep googlebot

Read more…

Be the first to comment - What do you think?  Posted by admin - at 3:00 pm

Categories: Ajax   Tags: ,

JavaScript Caching Hack References JavaScript

JavaScript Caching Hack If you change the HTML and the CSS of a page there is a decent chance that a user will get the new HTML but not the new CSS. This is especially true for sites with high usage and users that come back to the site several times a day. If they only get the new HTML but not the new CSS then the site will break, the user will get confused, and you will look unprofessional. On the development site of this the problem is already solved. Having a Dev server as a place to test code is standard practice but how does this translate to CSS?

Read more…

Be the first to comment - What do you think?  Posted by admin - at 7:00 am

Categories: JavaScript   Tags:

The Perl Regular Expression Tutor Programming in Perl Tutorials & Tips

The Perl Regular Expression Tutor The interactive tutor allows you to enter your own input and regular expressions and will show you what matches and what not.

Read more…

Be the first to comment - What do you think?  Posted by admin - at 6:00 am

Categories: CGI & Perl   Tags:

Amazing Glide-In Menu (Cross-Browser) Menus Navigation Scripts & Programs JavaScript

Amazing Glide-In Menu (Cross-Browser) When an icon is clicked, this script glides in a menu from screen-left. Clicking on the same icon in the menu causes it to slide off the screen, with the triggering icon sliding back in. The script can be set to have either the trigger icon or the menu show on start-up; and the menu and trigger icon positions can be set via script variables. An easy install, and a cool effect.

Read more…

Be the first to comment - What do you think?  Posted by admin - at 1:00 am

Categories: JavaScript   Tags:

Demonstration of the try-catch-finally Miscellaneous Tutorials & Tips Java

Demonstration of the try-catch-finally Demonstration of the try catch finally exception handling mechanism in java programming language.

Read more…

Be the first to comment - What do you think?  Posted by admin - March 28, 2008 at 6:12 pm

Categories: Java   Tags:

Javascript Numeric / Money Validator Forms Scripts & Programs JavaScript

Javascript Numeric / Money Validator This script creates a function that helps you validate input data that requires numeric or money values. The script function isNumber takes four arguments. the first argument allows you to validate decimal values.The second argument option allows you to validate positive and negative values. The third option allows you to validate money values.

Read more…

Be the first to comment - What do you think?  Posted by admin - at 2:00 pm

Categories: JavaScript   Tags:

Force links to open in new window Miscellaneous Scripts & Programs JavaScript

Force links to open in new window Sometimes you have content which contains Anchor Tag (A) and you would like to open its Src attribute within a “new” window instead of opening it in the Same window. Script below will let you open all the Ancor tags with the “target=_blank” attribute in it.

Read more…

Be the first to comment - What do you think?  Posted by admin - at 6:00 am

Categories: JavaScript   Tags:

A web client for MP3 streaming in perl Audio Systems Tutorials & Tips

A web client for MP3 streaming in perl This article is a complete tutorial showing how to create your own streaming web clients, that can be used to stream (play while downloading) multimedia files such as mp3.

Read more…

Be the first to comment - What do you think?  Posted by admin - at 5:00 am

Categories: CGI & Perl   Tags:

Amazing Frameless ‘Peeker’ PopUp Windows & Frames Scripts & Programs JavaScript

Amazing Frameless ‘Peeker’ PopUp In IE4 and later, this script launches a type of window ad servers call a ‘peeker’ popup — which slowly glides into view from the bottom of the screen. This is a ‘frameless’ popup window without the Windows frame or titlebar (that is, a “containerless” window) for a clean, non-Windows look. Degrades functionally in other 4.x+ browsers; includes flexible, settable parameters for positioning and control.

Read more…

Be the first to comment - What do you think?  Posted by admin - at 12:00 am

Categories: JavaScript   Tags:

« Previous PageNext Page »