Tag Archives: javascript

Building a RESTful Web application with PHP

Recently I’ve been putting together a Web application for a research project. I decided it was about time I really looked properly into REST so my Web interfaces are better structured. I won’t go into all the benefits here, you … Continue reading

Posted in techy solutions | Tagged , , , , , , , , , , , , , , , , , , , , , | View Comments

Dojo checkboxes

I recently hit this snag when working with Dojo. Basically I wanted to set the checked status of a checkbox on a webpage programmatically. Simple you might think? Apparently not as easy as it should be. Interaction with checkboxes has … Continue reading

Posted in techy solutions | Tagged , , , , | View Comments