Paypal IPN integration for CakePHP 1.3
Note: This guide applies to CakePHP 1.3 but may be adapted with relative ease to work with CakePHP 2.x. The guide is based on code from an old project and is in...
Note: This guide applies to CakePHP 1.3 but may be adapted with relative ease to work with CakePHP 2.x. The guide is based on code from an old project and is in...
A few years back I was working on a customer project in CakePHP 1.3. I must say I fell in love with CakePHP, it made life so easy, but the one aspect that I alw...
Thanks to the jQuery library, Ajax transactions are a breeze. All you have to do is send an Ajax request off to the server and display the results. The example...
Following on from yesterdays post, you can also use SimpleXML to quickly create XML documents. The example below creates a very short and basic XML document con...
Since the introduction of PHP5, a range of XML handling functions have been added to PHP core. Why is this important I hear you ask? Well it makes life easier i...
Warning, this is a techie post. I recently had an issue with Internet Explorer recently when using getJSON to get a result set from the server, however the cli...
I was working on a CakePhp project recently and had an Ajax response returning data in the incorrect order even though CakePhp was actually sorting the data cor...
By default, wordpress limits the files types that you are allowed to upload to images, pdf files, and a few others (full list of allowed file types here). When ...
Warning: This is a geeky post, prompted by photography-related storage issues. Being into Photography, I have relatively hefty storage requirements when compare...