-
-
23:20
»
Good PHP Tutorials - New Tutorials
Facebook has announced that it will soon end Internet Explorer 6 support for Facebook Chat. The kill date is September 15—the same day Microsoft plans to release the first IE9 beta. Today's announcement comes just a week after Microsoft launched a beta version of Windows Live Messenger that integrates with Facebook Chat.
-
-
9:53
»
Good PHP Tutorials - New Tutorials
It’s a little rude to ask someone to confirm they read an email, isn’t it? Well, there’s a way to get a confirmation without them knowing it using PHP and htaccess.
-
9:53
»
Good PHP Tutorials - New Tutorials
A nice bunch of tips and tricks that help you save lines of code and have more efficient code
-
9:53
»
Good PHP Tutorials - New Tutorials
In this tutorial I’ll only tell about the Zend_Config_Ini, for sure you can implement this with some changes to the Zend_Config_Xml. I choose for the Ini is that is t a little bit more readable and because I always use the Ini, lol.
-
-
18:39
»
Good PHP Tutorials - New Tutorials
How to switch from a legacy forum to vBulletin, and customizing vBulletin.
-
-
3:49
»
Good PHP Tutorials - New Tutorials
The Ext4Yii Framework brings the power of ExtJS and the Yii Frameworks together. This tutorial is first of Ext4Yii tutorial series.
-
-
0:55
»
Good PHP Tutorials - New Tutorials
Like it or not, as a professional developer, sooner or later you are going to do some customising (if you are lucky, "extending") of existing software.
-
0:55
»
Good PHP Tutorials - New Tutorials
Monte Carlo simulations are a handy tool for looking at situations that have some aspect of uncertainty, by modelling them with a pseudo-random element and conducting a large number of trials. There isn’t a hard and fast Monte Carlo algorithm, but the process generally goes: start with a situation you wish to model, write a program to describe it that includes a random input, run that program many times, and look at the results.
-
-
6:06
»
Good PHP Tutorials - New Tutorials
In this tutorial you will learn: 1. How to use jQuery with Codeigniter. 2. How to send Ajax request to perform READ operation. 3. How to use jQuery UI tabs widget. 4. How to use Microsoft’s jQuery templating plugin.
-
6:06
»
Good PHP Tutorials - New Tutorials
In Part 2, you will learn: 1. Displaying Ajax loader animation when an Ajax call is made. 2. How to inject Update/Delete link in each record using jQuery. 3. How to use jQueryUI dialog widget. 4. How to send Ajax request to perform DELETE operation. 5. How and when to use jQuery’s delegate method to bind events.