< Browse > Home / Archive by category 'Programming / PHP'

| Mobile | RSS

HowTo: Create your own Bit.ly website from Scratch - Part 2

I hope you all got a clear picture in the first part. We only covered the CSS and Front End part, now we need to create actions and validations page to shorten the link successfully. For validating and showing results we will be using Mootools (a AJAX framework) i will not be explaining in detail on [...]
Share this Article with your friends & colleagues using the below icons
  • Digg
  • Facebook
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Mixx
  • DZone
  • Google Bookmarks
  • LinkedIn
  • Print
  • email
  • RSS
[ More ] November 8th, 2009 | 11 Comments | Posted in PHP, Programming |

HowTo: Create your own Bit.ly website from Scratch - Part 1

Shortening a long URL into a short one is now becoming very famous and especially in sites like twitter and blogs. I was always think that i need to share something that is useful for people and finally decide to show you guys how to create a tiny url site like Bit.ly or Tinyurl.com First the [...]
Share this Article with your friends & colleagues using the below icons
  • Digg
  • Facebook
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Mixx
  • DZone
  • Google Bookmarks
  • LinkedIn
  • Print
  • email
  • RSS
[ More ] November 8th, 2009 | 10 Comments | Posted in PHP, Programming |

PHP: A IP Log system without any database

Yesterday night my friend asked he requires a IP log to store all new users IP who logs in, but he wanted without any database. So i came across creating the below code. The code is simple and works perfectly. Put this code to login page so after login this code must run and store his [...]
Share this Article with your friends & colleagues using the below icons
  • Digg
  • Facebook
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Mixx
  • DZone
  • Google Bookmarks
  • LinkedIn
  • Print
  • email
  • RSS
[ More ] September 27th, 2009 | 1 Comment | Posted in PHP |

Join the Zend PHP Conference 2009

Zend and S&S media  is organizing a PHP conference from October 19th to 22nd @ San Jose, California. It will be the biggest PHP event, you come to meet all other PHP developers, designers. The main talk for the show will be regarding the scalability, easy implementation, usage, deploying and more. Also you get a chance to [...]
Share this Article with your friends & colleagues using the below icons
  • Digg
  • Facebook
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Mixx
  • DZone
  • Google Bookmarks
  • LinkedIn
  • Print
  • email
  • RSS
[ More ] September 20th, 2009 | No Comments | Posted in Events, PHP |

PHP Snippet: Convert lower case letters to uppercase and vice versa

This code snippet will help you to convert a text into lower case letter or uppercase letter. Take a new php document and save it as textcase.php or anything you like. Now you need to create two php functions. 1. Uppercase  - This function converts all text to uppercase letters. 2. Lowercase  - This function converts all text to [...]
Share this Article with your friends & colleagues using the below icons
  • Digg
  • Facebook
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Mixx
  • DZone
  • Google Bookmarks
  • LinkedIn
  • Print
  • email
  • RSS
[ More ] September 11th, 2009 | 1 Comment | Posted in PHP, Programming |