Following on Geekology’s previous posts on Regular expressions (Regex Overview and Regex in PHP), the following is a list of regular expression examples for general use.
jQuery is a library that greatly simplifies how developers use JavaScript. These tips aim to point out some advanced tricks that can be used with jQuery code to make it more efficient.
By: willem on: Oct 28, 2009
In: coding, javascript, tips & tricks
This post contains a presentation of well thought-out JavaScript tips and best practices by Christian Heilmann.
Regex can be used to search for simple or extremely complex patterns through blocks of text, and most programming languages and tools can interpret and use it.
Google recently released Chrome Frame, an open source plugin that injects the Google Chrome Browser’s HTML (Webkit) and JavaScript (V8) engines into IE6, IE7 and IE8.