Category Archives: Javascript

3 DRY Techniques for Maintainable Ajax

Using ajax on the web is old technology. Writing a good javascript to achieve this is not difficult, but it is rarely covered in introduction to ajax tutorials. The result is a mixing of html “templates” inside your javascript code. … Continue reading

Posted in Development, Javascript, Web | Leave a comment