Programming Category

Posts about programming including PHP,ASP,Javascript, Ajax, HTML,CSS ,Google API ,etc



Simple Animation Using Math Function In ActionScript 2

Everyone knows that Math function is very important in programming especially for simulation and flash games. Ever wondered how to create a floating object or swimming fish like animation using action script? This tutorial shows you how can you create a simple floation animation using Math.Sin function in flash actionscript 2. Draw any shape and [...]

Create a URL Shortening Script Using PHP

In this tutorial you are going to learn how to create a URL shortening service, such as Bit.Ly or TinyURL.com. The way our code will work is rather simple. The user creates a short URL. This short URL is placed in a database. Each time a 404 (Not Found) error occurs, we will look in [...]