Javascript
-
Javascript applicaties en Apache Ant
Als je wat complexere javascript applicaties aan het ontwikkelen bent dan is het meestal fijn
om code te scheiden in verschillende documenten. Dat is met PHP bijvoorbeeld geen probleem maar met
javascript wordt dat een stuk lastiger. -
Regular expression testing using javascript
A long time ago I made a Javascript tool to test regular expression patterns with. I had plans to expand it's functionality but never got around to it. It's still a nice demo so check it out.
-
Javascript obfuscation using PHP
For a project of mine I needed a means to compress javascript code. There are numerous programs who do this very well but I thought it would be a fun project to make one myself.