-
Archives
- October 2011
- August 2011
- July 2011
- June 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- October 2008
- April 2007
Tag Archives: Programming
MapInfo View Rememberer Version 3
Not only does it now work but it works better, more accurately, more reliably and with less lines of code! Continue reading
Advertisements
MapBasic – Lists of tables and windows
MapBasic is as powerful as it is frustrating. There’s no built-in way to get a list of open tables, so I’ve written some code that does just that. Continue reading
Objects in Javascipt
You can make objects in JavaScript. Here’s some code that does just that in a couple of different ways. Continue reading
Magic 8-Ball
Signs point to yes. Continue reading
Singleton Design Pattern
Sometimes you want to use a class in different places in your code but want to refer to the same instance. Continue reading
Mac OS X – Link/shortcut to a python script
want to be able to double-click .py files and have them open in IDLE for editing. I also want to be able to run the Python file in Terminal without having to open Terminal manually, navigate in Terminal to the script and then execute it. I just want to double click on something and everything be ready. Continue reading
JAWSM
I have just set up JAWSM (Jakes Awesome Web Site Modules (pronounced like a combination of “jaws” and “awesome”)). Over the next few months I’ll be posting some of the modules I’ve made there. This includes jaValidator and jaLogin both … Continue reading