Views | Rating | Comments | Date | Alphabetic
Results 1-5 of 5
2,745 views, 0/5 rating, 3 Comments
domain, ip, network, php, trace, user agent
In essence, an IP address is a numeric address of a computer network or a single computer. Public IP addresses are assigned by their respective organizations. Most computers, referred to as hosts from now on, have two to three IP addresses. Each of these have a certain meaning to other hosts it might communicate with. If you have a router, all of the information exchanged between local devices and external hosts will go through your router. A responsible Internet user makes an effort to understand how IP addresses work.
964 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.
789 views, 0/5 rating, 2 Comments
currency, download, php
776 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.
334 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.