Posts Tagged ‘Tutorial’

Using Mootools 1.2 in Joomla1.5.x

Monday, July 20, 2009 21:46 7 Comments

Yes! Joomla 1.5.x comes with mootools 1.1.x and it is a pity when you cannot use best of the latest mootools widgets with joomla 1.5.x.  To make the matter worse, you will rarely find forums and blogs that discusses about mootools 1.1. In this case you will definitely want to use mootools 1.2.x with Joomla [...]

This was posted under category: Joomla, Mootools, Tutorial, javascript Tags: , , , ,

Ajaxifying Joomla Links with Mootools

Wednesday, June 3, 2009 12:21 4 Comments

Have you ever wanted to automatically ajaxify joomla links? This is to say if you ever wished that all the links would open with ajax request in your main component area! If yes, then read on! This small tutorial will teach you how to automatically implement ajax requests in every link on a joomla page.
To [...]

This was posted under category: Joomla, Mootools, Tutorial, javascript Tags: , , , , ,

Multithreading in PHP

Tuesday, May 12, 2009 1:25 1 Comment

I hear different people saying different things about multi-threading in PHP. Some say it cannot be done, no way and others say yes, it can be done. But I say, it cannot be done purely but we can implement pseudo multithreading. That is we can fake multi threading in PHP.
So how do we do [...]

This was posted under category: PHP, Tutorial Tags: , ,

Simple Show & Hide with Mootools

Thursday, April 2, 2009 3:48 No Comments

I see few of my colleagues struggling through long codes, just to implement simple show and  hide. Yes this can be done with simple javascript code, but the implementation is repetitive and cumbersome. Show and hide is used in almost every web site here and there. So this post should be helpful to those people [...]

This was posted under category: Mootools, Tutorial Tags: , , , ,

Upload Large Files in PHP with .htaccess

Wednesday, April 1, 2009 5:21 No Comments

I regularly hear few of my friends expressing their agony they face when they try to upload large files with php using HTML Forms. I tell them about .htaccess files, and they really enjoy the solution.
Many hosting providers limit the file upload size from 2 MB to 8MB and it is really a [...]

This was posted under category: PHP, Tutorial Tags: , , ,