Published News
2 Votes
Overview of Google authentication methods
http://civicactions.com —
There are a number of different authentication methods available for integrating with Google Apps. These include OpenID, OAuth and SAML amongst others. At a first glance, it's not always entirely clear on the differences between them and when you may wish to use one over another. Here's a brief overview which hopefully makes this a bit clearer.
Read More
2 Votes
Upload, Crop and Resize images in PHP
http://www.freelancer-id.com —
There is a lot of PHP classes for upload, resize and crop images. But I created this one for many reasons as mentioned below:
Ease of use.
Flexibility.
PHP version: 5 or later.
Can upload, resize and crop image.. All in one. Read More
Ease of use.
Flexibility.
PHP version: 5 or later.
Can upload, resize and crop image.. All in one. Read More
2 Votes
Playing With Graphics in PHP
http://mypaaji.com —
The image function that PHP uses are based on the GD image library that is developed by Boutell.com. In previous versions of PHP the GD library was used as-is within PHP, but since PHP4.3 the code of GD library has been bundled with the PHP installation and includes some enhancement to the original code such as alpha blending.
Read More
2 Votes
A Big List of Really Useful JavaScript Libraries
Posted by
jjlo 7 days ago
javascript
http://itshala.com —
A Big List of Really Useful JavaScript Libraries
Read More
2 Votes
PHP & MySQL File Download Counter – Tutorialzine
http://tutorialzine.com —
It has been a while since we’ve done a proper PHP & MySQL tutorial here, at Tutorialzine, so today we are creating a simple, yet robust, file download tracker.
Each file will have a corresponding row in the database, where the total number of downloads is saved. PHP will update the MySQL database and redirect the visitors to the appropriate files.
To track the number of downloads, you just Read More
Each file will have a corresponding row in the database, where the total number of downloads is saved. PHP will update the MySQL database and redirect the visitors to the appropriate files.
To track the number of downloads, you just Read More
2 Votes
How to Convert a WordPress Blog into WordPress MU
http://wparena.com —
WordPress is one of the best and very popular blogging platforms which is not only free but also released as a open source project.
On the other hand, WPMU (wordpress mu or multi-user) is another version of wordpress which uses the core wp with some modifications and convert any single user wordpress blog into a multi user blogging platform. Read More
On the other hand, WPMU (wordpress mu or multi-user) is another version of wordpress which uses the core wp with some modifications and convert any single user wordpress blog into a multi user blogging platform. Read More
2 Votes
10 Essential Chrome Extensions for Web Developers
http://mashable.com —
Now extensions are supported in Chrome and some of the tools you’re accustomed to using in Firefox have become available, plus a few unique to Chrome. We’ve compiled a list of ten of the most useful Chrome extensions for web developers right here; if you use these extensions, you might even be able to make Chrome your main workhorse. Maybe!
Read More
2 Votes
Connect Twitter API with OAuth using PHP.
http://www.9lessons.info —
Few days back I had connected labs.9lessons application to twitter API via OAuth (open protocal secure authorization). In this post I want to explain how to store twitter oauth_token and secret values in to database and how to update status with your own web application.
Read More

