Recent Posts

Archives

Topics

tutorials

Windows Echo Without A Newline

Sunday, September 26th, 2010

Ever wanted to echo something in a cmd file and NOT have a newline added onto the end of the string?  Well, here is the answer: ECHO/|SET /p=Text you want to be echo’ed here!

Javascript Date Picker

Sunday, July 26th, 2009

Well, I started trying to do a tutorial for one of these so long ago that I might as well just release the finished code. I am releasing it under the MIT license. The code can be found at http://jrsandberg.com/Calendar.txt The calendar works as an iframe. Include the calendar with something like this: <iframe src=”Calendar.html” [...]

Calendar v0.1 – A Dynamic Javascript Date Picker…Tutorial

Saturday, June 7th, 2008

This is the first of a few installments of how to create your own dynamic JavaScript calendar/date picker. First of all, I want to define what I mean be dynamic: simply put, the calendar creates itself from scratch so that it doesn’t matter what date the user wants to pick; they can find it. The [...]