Commonly Used Regular expressions

Here are some commonly used regular expressions. Most of them are applicable for PHP, JavaScript, Perl, Python and Java. HTTP URL /* Matches: https://tutorboy.com, http://tutorboy.com:8080/profile.html Nonmatches: ftp://tutorboy.com, ftp://tutorboy.com/ */ Expression : /(https?):\/\/([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})(:\d{1,4})?([-\w\/#~:.?+=&%@~]*)/

Posted in Programming | Tagged , , , , , , | Leave a comment

Vertical Floating Menu With Accordion Effect Using CSS & jQuery

It is a combination of 3 types of menu styles, Floating, Sliding and Accordion with the css and jQuery.  The menu will appear in the screen as a floating menu, on mouse over the menu will slide(visible) from left to … Continue reading

Posted in Javascript, jQuery | Tagged , , , , , , , , , , | 1 Comment

Javascript Common Escape Sequences

It’s better coding practice to use escape sequences, because they make your code easier to read. Escape sequences are also useful for situations where you want to use characters that can’t be typed using a keyboard.

Posted in Javascript | Tagged , , , | Leave a comment

JavaScript: The Good Parts – Speaker: Douglas Crockford

JavaScript is a language with more than its share of bad parts. It went from non-existence to global adoption in an alarmingly short period of time. It never had an interval in the lab when it could be tried out … Continue reading

Posted in General, Javascript, Programming | Tagged , | 1 Comment

MooTools as a General Purpose Application Framework

Posted in Javascript | Tagged , | 1 Comment
Page 1 of 41234