Allan
19 Stories by Allan
This is my first blog and I am also learning Typo3. I would like to explain how to add Internationalization support in Typo3. The... In the recent railscasts, Ryan Bates has shown us the usage of Highcharts and some other open-source client-side JavaScript libraries to generate beautiful charts... If you want to integrate Credit Card Payments for a web-applications, check out this blog on working with ActiveMerchant and Authorize.net payment gateways. Making a JSON request using jQuery can be sent to a controller in two ways. Private methods cannot be called directly. If you intend to call a method in a module with the same namespace then module_function () is... We recently published a blog on Drag-n-Drop Web Components using jQuery & Rails. Now we have extended it to dynamically load blogs and tweets... Here is a simple tip to handle Record not found exception. I found many programmers uses code like if User.find(33) then do something. If...