The sentryGPSid was created to be an effective GPS location, tracking and monitoring device for many markets. A few of these markets include missing child location and child protection, Alzheimer’s patients, dementia patients, other adults in nursing homes and long term care facilities, and even for asset management.
If you have a need for a a small, lightweight and affordable GPS device, the sentryGPSid is for you. Learn more by visiting our homepage, or market-specific sites, http://www.SentryKIDSGPS.com for child protection and location and http://www.SentrySilverGPS.com for adults.
Coming February 2009, Sentry Technologies will be debuting one of the smallest and economically priced GPS devices on the market today! For more information, check out our product websites:
http://www.sentrykidsgps.com :: A GPS Child location device
http://www.sentrysilvergps.com :: A GPS device focused on seniors, Alzheimer’s patients, and all adults.
Write Great Content » I’ve worked with many web clients who want their site to be ranked high in the search engines, and want people to be able to find their site by searching for all sorts of keywords, problem is they don’t want to put in the work of writing good content (or pay [...]
Want to put a “tell a friend” form on your website so visitors can easily tell their friends about your site? Below is the code for a self-submitting PHP tell-a-friend form (which could also easily be adapted as a standard contact form).
Simply change “domain” to your website URL, and paste the code where you want [...]
here’s a very simple javascript to place a link on a webpage to facilitate the user’s printing of that page:
simply paste the code below where you want the button to appear:
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
if (window.print) {
document.write(‘<form>Click Here To ‘
+ ‘<input type=button name=print value=”Print” ‘
+ ‘onClick=”javascript:window.print()”> This Page!</form>’);
}
// End –>
</script>
Did you ever want to display a random text from a pre-populated list? Maybe you wanted to randomly display a client testimonial from a list of 10… well, here’s the script you need.
place the following code in the head of your document (somewhere between the <head> and </head> tags):
<script type=”text/javascript” src=”../scripts/rotate.js”></script>
now, place the following code [...]