Views | Rating | Comments | Date | Alphabetic
Results 1-4 of 4
2,293 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.
576 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.
495 views, 0/5 rating, No comments yet
currency, download, php
57 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.