Every once in a while comes along a small programming itch which no one has itched before on your behalf π It is then that you get down and code the damn thing. One such small itch was ability to
Read more β
[CakePHP] Build javascript widget for affiliate sites using CakePHP
Recently I had a requirement from client. Additionally, it went on, that the snippet should be very simple like
1 |
<script src="http://baseurlhere/test/test" ></script> |
Simple I thought I will just document write an iframe and be done with it but quickly discovered that if
Read more β
jCrop Demo using PHP
This is one more post in my ‘image manipulation using PHP’ series. This one uses jCrop, a jQuery plugin, which provides the quick and easy way to add image cropping functionality to your web application. Most of the people understand
Read more β
Introduction to jqGrid jQuery plugin
βDataβ is an important term and a backbone for any dynamic web applicaiton. And for that reason, there are no two ways to say that data representation has been a crucial factor in web application development. As we know that
Read more β