php
Use PHP to connect to the Twitter API using OAuth
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.
Click here to see the complete article.
15 essential PHP and MySQL tutorials!
Showing Google Maps with many markers in PHP
Sometimes you need to display Google Maps with a large number of markers. However, adding too many markers makes the map page load too slow. This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers to [...]
PHP Date and Time functions – Tips and Tricks
Here are some little tricks that might be useful to you if you’re working with dates and times in PHP:
A “Unix timestamp” or “epoch” refers to the number of seconds since 1970-01-01 00:00:00 UTC. (i.e. a point in time in one specific timezone.) A Unix timestamp is never timezone-specific; if you call time() at the [...]
PHP classes which can make a developers life easier!
Here is a list of useful PHP classes you can use in your PHP projects.
Useful PHP and MySQL articles to improve your development skills!
CakePHP Authsome
Authentication for people who hate the AuthComponent.
5 articles web developers must read!
6 Amazing CSS Grid Layout Generator For Web Designers
online generators have been a lot of help with the work of the designers. As a favicon generator, background generator, button generators and other . In this article I will share information about css grid generator. Previously I’ve shared information about css framework. Enjoy it !
HTML5 Tabs: [...]
Tutorial: Getting Started with the Google Data PHP Client Library
Great video which shows how to get you started using the Google Data PHP Client Library!
Some cool PHP classes to make a developers life easier!
I’ve collected some great PHP classes which could really help you builder applications in PHP quicker!