Jump to content

Marcher Technologies

Members
  • Posts

    17,657
  • Joined

  • Days Won

    98

Reputation Activity

  1. Like
    Marcher Technologies reacted to Mark in Geolocation on user login via Smartphone GPS or IP in IPS 4.0   
    If you're a developer, you can also use the GPS of mobile devices quite easily (we actually use this in IP.Nexus to make the address input field autocomplete, you usually only need to enter your house number and it knows the rest), though I wouldn't recommend it for things like location-based advertising.

    With GPS location, it requires both the user to have GPS-compatible hardware, and them to specifically allow access. While that's fine for specific cases, most users aren't going to allow access to their precise location unless they know what you want it for. And for things like location-based advertising, getting it based on their IP is specific enough (I assume you're going to do ads based on their country, or maybe state, but you're not going to show different ads to different streets, presumably ).


    The methods available are:
    /* IP address */ IPSGeoLocation::getByIp( $ipAddress ); /* Latitude and longitude (such as returned by the GPS) */ IPSGeoLocation::getByLatLong( $latitude, $longitude ); /* Manually */ $geolocation = new IPSGeoLocation; $geolocation->addressLines = array( '123 Fake St.' ); $geolocation->city = 'City'; $geolocation->country = 'US'; So, if you wanted it, it's there. You'd just need to write the JS to ask the user for permission and post the values (which is just a couple lines of JS).
  2. Like
    Marcher Technologies reacted to bfarber in Invision's biggest MISTAKE up to date?   
    If the biggest mistake we've made was neglecting the post icons, I think we're doing pretty good myself. :)
  3. Like
    Marcher Technologies reacted to Guest in Invision's biggest MISTAKE up to date?   
    I'd shoot someone if I had to scroll past this every time I wanted to post a topic:


  4. Like
    Marcher Technologies reacted to 7SiN in Download: Icelabz's Google Sitemap Generator for IPB 3.1.x   
    Using IP.SEO now. Finally got it to work the other day. Going to monitor it over the next couple of days to make sure it's creating them properly.
×
×
  • Create New...