-
Making Your First Google Chrome Extension
Extensions in Google Chrome are basically webpages. You have javascript files, stylesheets and images. You can even use JavaScript libraries like jQuery. The extensions are, however, treated a…
-
Advanced Regular Expression Tips and Techniques
Regular Expressions are the Swiss Army knife for searching through information for certain patterns. They have a wide arsenal of tools, some of which often go undiscovered or…
-
codepad is an online compiler/interpreter, and a simple collaboration tool. It#039;s a pastebin that executes code for you. You paste your code, and codepad runs it and gives…
-
Make Your Own Bookmarklets With jQuery
Because they run on JavaScript (a client-side programming language), bookmarklets (sometimes called quot;faveletsquot;) are supported by all major browsers on all platforms, without any additional plug-ins or software…
-
User-friendly regex generator. A little buggy in IE. Currently limited to 7 groups and no support for negating character classes.
-
Kodingen is an online development environment including code editor, cloud hosting, database administration, collaboration, web based access to file-system, web based FTP and SVN integration.
-
Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots). The first release of Sikuli contains Sikuli Script, a visual scripting API…
-
ideone.com is a pastebin. But a pastebin like no other in the Internet. More accurate expression would be online mini IDE and debugging tool. ideone is designed mostly…