Posts by Valdiney Pimenta • 29 points
2 posts
-
2
votes3
answers20664
viewsA: How to get user IP via Javascript?
I use this API here: http://meuip.com/api-webservice-meuip.php Very simple, look at: <script> var xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", 'http://meuip.com/api/meuip.php');…
-
0
votes5
answers2054
viewsA: Why put Javascript, CSS, and images on another server?
About using Google’s CDN Jquery, it may not be the best option anymore. There is a CDN Jquery that is better for Brazilian sites, because it has servers distributed throughout the country. (The…