1.
Rounded corners with PHP and the GD library
That's when I decided to use the GD library, which I had found very useful in other projects. I'm not saying that this solution is perfect or better that ...
2.
Point-in-Polygon algorythm
if ($vertex1['y'] == $vertex2['y'] and $vertex1['y'] == $point['y'] and $point['x'] > min($vertex1['x'], $vertex2['x']) and $point['x'] < max($vertex1['x'], ...
3.
Point-in-Polygon algorythm
The point-in-polygon algorythm allows you to programmatically check if a particular point is inside a polygon or outside of it. A common way to tackle the ...
4.
Point-in-Polygon algorythm
The point-in-polygon algorythm allows you to programmatically check if a particular point is inside a polygon or outside of it. A common way to tackle the ...
5.
Point-in-Polygon algorythm
The point-in-polygon algorythm allows you to programmatically check if a ... I used that approach in this PHP code, which doesn't contain detailed comments ...
6.
Point-in-Polygon algorythm
The point-in-polygon algorythm allows you to programmatically check if a particular point is inside a polygon or outside of it. A common way to tackle the ...
7.
worldCities
That's why not only worldCities, but all of our databases are structured in a very efficient way, which is a compromise between usability and database ...
8.
worldCountries
worldCountries currently contains the continents, regions and subregions in 12 languages and most of the 263 recognized countries and territories in 40 to ...
9.
10.