Published News

2 Votes Vote

Overview of Google authentication methods

Posted by cubic 2 days ago php
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
Discuss Bury
Tags: php api google howto All
2 Votes Vote

Upload, Crop and Resize images in PHP

Posted by jjlo 7 days ago 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
Discuss Bury
Tags: php howto images All
2 Votes Vote

Playing With Graphics in PHP

Posted by jjlo 7 days ago 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
Discuss Bury
Tags: php howto snippets images gd library All
2 Votes Vote

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
Discuss Bury
Tags: javascript list apis All
2 Votes Vote

PHP & MySQL File Download Counter – Tutorialzine

Posted by jjlo 11 days ago php
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
Discuss Bury
Tags: php download tracker tutorial howto All
2 Votes Vote

How to Convert a WordPress Blog into WordPress MU

Posted by cubic 9 days ago wordpress
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
Discuss Bury
Tags: wordpress howto All
2 Votes Vote

10 Essential Chrome Extensions for Web Developers

Posted by cubic 9 days ago html
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
Discuss Bury
Tags: chrome developers browser All
2 Votes Vote

Connect Twitter API with OAuth using PHP.

Posted by jjlo 11 days ago 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
Discuss Bury
Tags: php howto tutorial twitter api All