Archive

Archive for January, 2009

Who can use the sentryGPSid?

January 29th, 2009 Brian Famous No comments

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.

Announcing the sentryGPSid

January 28th, 2009 Brian Famous No comments

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.

High Priorities for Great SEO

January 11th, 2009 Brian C Famous Comments off
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 [...]

Self-Submitting PHP Tell-A-Friend form

January 6th, 2009 Brian C Famous Comments off
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 [...]

Javascript: Print Page button

January 6th, 2009 Brian C Famous Comments off
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>
Categories: Uncategorized Tags:

Javascript: Display Random Text from a list

January 5th, 2009 Brian C Famous Comments off
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 [...]