Views | Rating | Comments | Date | Alphabetic
Results 16-20 of 20
963 views, 0/5 rating, No comments yet
functions, javascript, php
Most developer languages give you a file's size in bytes. With these methods you can convert them to readable amounts and units.
788 views, 0/5 rating, 2 Comments
currency, download, php
774 views, 0/5 rating, 6 Comments
api, class, download, gd, google, php, weather
A reliable, easy-to-search, international weather feed service is hard to come by. There are lots out there, but they either require a complicated sign-up process, are limited to a single country, or make searching for location weather a multi-step process.
680 views, 0/5 rating, No comments yet
actionscript, adobe, download, flash, sound, tutorial
Here's the structure of a basic Flash MP3 player. Song information is retrieved from the file itself through its ID3 tags. For the most part, all functionality is written with ActionScript. There are also drawn components such as the Movie Clip bar fills, which use the ColorTransform class to dynamically alter its color.
333 views, 0/5 rating, No comments yet
date, functions, javascript, php
Displaying dates for a user can be a bit tricky. First, you have to take into consideration what time zone they are in and what date format they prefer. Also, some people consider it easier to calculate a relative date in their mind. An easy workaround to this mess is to display dates in a relative format, "2 hours ago", "5 months ago." The way this is done, is to take the difference of two Unix timestamps--virtually, seconds since January 1, 1970 00:00 UTC.
More pages