Category Archives: Web

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

How to Create Realistic Buttons with CSS3

In a modern web application we don’t really use buttons (ala the input tag) so much. More often than not, we use some kind of div or link that when combined with some javascript behaves as a button. I’m not … Continue reading

Posted in CSS3, Development, Hacking, Web | 2 Comments