Tag Archives: PHP

PHP: How to easily provide JSON and JSONP

Have some server-side data that you would like to grab through an AJAX call? For example by using the jQuery.ajax method? A really easy way of doing this is by using the JSON format.

Posted in Software Development | Tagged , , , , | 3 Comments

PHP: Generating transparent PNG fillers

So, I was fooling around the other day with an HTML table and wanted to make the odd rows slightly darker. Figured I could use for example an 80% transparent black PNG to do that (or could have just assigned … Continue reading

Posted in Software Development | Tagged , , , , | Leave a comment

Kohana PHP framework

As you might know, I am developing some internal software for LifeStyleTV at the moment. Because of various slightly annoying circumstances I am stuck using PHP and MySQL for this. Not the worst of course, but I must say I … Continue reading

Posted in Software Development | Tagged , , | Leave a comment