Below I will attempt to post a number of input masks/validators/limiters for basic javascript without using JQuery. Feel free to copy and use however you like. If you find some shortcuts or enhancements that are general enough please share and I will add them. /* FIELD INPUT LIMITERS (VALIDATORS) */ var validate = {}; /* ex. usage:...
Read MoreCode: Object containing all countries
Need a quick arrayobject that contains all the current countries? Simple copy and paste and find and replace will get you what you need. objArray = [ {_id : "GB", _html: "United Kingdom"}, {_id : "US", _html: "United States"}, {_id : "AF", _html: "Afghanistan"}, {_id : "AL", _html:...
Read MoreCode: How to prevent drag n drop from loading the file in the browser
Want to prevent the browser from accepting a drag and drop event and then redirecting the page to the file?
Read MorePhotography – Easter 2012
This past Easter was an awesome one. Both of our families came together and as disfunctional as that can be, it was very memorable (in good ways). Kay organized a night-hunt which utilized glow-in-the-dark tubes inside and around eggs. Plastic ones were glowing and painted ones were hidden close to glowsticks and such. Hard to take photo’s of this...
Read MoreDon’t Fall for Unsolicited or Even Solicited I.T. ‘Help’ Scams
Its pretty common now days to get scammed from an I.T. “Professional” and some times not even with originally bad intentions just someone trying to do something over their own head or someone trying to scam you out of money or data. If you watch this video you will see an unsolicited offer to clean this gentleman’s computer of malware but...
Read More