Posted in February 6th, 2014
The goal of this is to use an Arduino UNO to light my stairs when there is motion. This project is to show a concept that I don’t have in place yet, so you’ll only see the concept in the video, after I get everything in place, I’ll make another video to show the finished […]
read more from this topic.....
Posted in December 11th, 2012
Integration Testing can be a very powerful tool when developing. Ever had a long project run on, that has many complicated steps and different roles and approval systems? Automate the testing, of a web application by using Selenium. Selenium automates browser actions via code.
read more from this topic.....
Posted in June 15th, 2008
I’m sitting here tonight, and watching the sixth disc of Season One of the show “Lost”… it’s a great show… My friend is over here, and he’s the one that wanted me to watch lost, and so we’ve spent the weekend catching me up on Lost because he raves about how good it is… that […]
read more from this topic.....
Posted in March 28th, 2008
This is just a self reminder, a quick video i found online of creating rounded type glossy buttons in photoshop… it’s fairly short and quite helpful to a novice. CLICK HERE TO WATCH THE VIDEO Photorealism with Bert Monroy: Volume 1 with: Bert Monroy is good on lynda.com (self reminder)
read more from this topic.....
Posted in March 11th, 2008
I found this entry and found it useful…. http://www.broobles.com/blog/posts/36 Everything below is a direct copy and paste of the link above… but I don’t want to take the risk, should that link ever go down… In Windows Explorer: Right click on the folder and click Search.. Enter .svn as the filename to search for. Click […]
read more from this topic.....
Posted in March 11th, 2008
Font 2 FAVS! site: misprintedtype.comORAuthor: Eduardo Recife site: http://www.stereo-type.net/ Others! site: myfonts.com site: http://www.dafont.com/ site: http://www.claudeine.com/ site: GAME FONTS! http://www.ksingleton.com/?q=node/12
read more from this topic.....
Posted in February 13th, 2008
The syntax is a little tricky but I found it on the google groups, by searching “get a markers latitude” marker.getPoint().lat(); it’s very tricky because there isn’t a ton of documentation that show examples of this.
read more from this topic.....
Posted in February 11th, 2008
this is a great plug-in for firefox… it’s an IE tab plug in, from within firefox… great for developing, and trying to get css to work. https://addons.mozilla.org/firefox/1419/
read more from this topic.....
Posted in February 10th, 2008
Site: http://www.sonburst.com/nng/ The application no longer will display the time on the page, it turned to the original request of a progress bar that shows a percentage…. There are some problems of the page not doing what they want it to, when going back through mp3’s… the problem has been identified in .mp3 files are […]
read more from this topic.....
Posted in February 10th, 2008
This function does an alert on what you request… it’s a great little function picked it up from activsoftware.com function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split(“&”); for (var i=0;i<vars.length;i++) { var pair = vars[i].split(“=”); if (pair[0] == variable) { return pair[1]; } } alert(‘Query Variable ‘ + variable + ‘ not […]
read more from this topic.....
Posted in February 9th, 2008
Tonight I grabbed the free version of Smarterstats from Smarter Tools I tried installing it, and when i installed (IT WENT SUPER SMOOTH) one minor bump in the road though… I tried to import my IIS settings for log files… and it told me that My import didnt have any dad for the last 7 […]
read more from this topic.....
Posted in February 9th, 2008
I was asked to hook up a printer, and I can’t seem to get it to print a test page, it’s a HP OfficeJet 5510v. When i print a test page it just sits in the windows print spooler. I stopped the Print spooler by going to the command prompt (Click Start > Run > […]
read more from this topic.....