Python 3.0 handles Dictionary differently
Aug 28, 2009
I read through Python 3.0 from Developer’s Library about 2 months ago. I decided to skim through another introductory level book used at MIT so I could try keeping Python 2.
...
➦
Ruby and Python in your script tags!
Aug 14, 2009
I came across this weeks ago, and I’m surprised I never posted it. This is a javascript ‘framework’ to add ruby and python languages in your script tags.
...
➦
Keeping busy with ASP.NET MVC
Aug 5, 2009
I’m looking for a job in “the worst recession since the great depression” blah blah blah. It really sucks.
To keep busy, I’ve been doing some ‘freelance’ work.
...
➦
Job Hunting
Jul 8, 2009
Now that I’ve graduated from VCU, it’s time to find a job. My wife and I started this year with plans to move out of state, but things came up and we’ve decided to stay in the area.
...
➦
Quake Tracker using Google Maps API v3 and XML/Atom feed
Jun 17, 2009
http://www.ipreferjim.com/maps/quakes.html
For this, I used the following:
Google Maps API v3 (http://code.google.com/apis/maps/documentation/v3/) jQuery v1.3.2 (http://jquery.com/) First, you will need to include the google maps api in your header:
...
➦
JavaScript & CSS Modal Loading DIV
Jun 17, 2009
Things I’ve used in this:
Prototype Javascript (http://prototypejs.org/) Loading image (http://www.ajaxload.info/) Script & CSS What I do here is build a DIV element and show it on the page while Prototype’s Ajax Request object is loading.
...
➦
Example Ruby code
May 18, 2009
I decided to do some of those Facebook puzzles in Ruby. I won’t post everything I do, because I would consider that cheating (after all, you can win prizes!
...
➦
Advanced Programming
May 18, 2009
Semester: Spring 09
Instructor: Babb
Class: INFO 450
Assignment: Advanced Programming
Members: Various
...
➦
Ruby on Rails, Aptana Studio
May 9, 2009
This weekend, I decided to give Ruby on Rails a go, considering I just finished school and I’ll have plenty of free time to explore.
...
➦
Useful Serialization Methods of LINQ to SQL objects
May 1, 2009
I am just going through a project for my senior “Projects in Information Systems” class, commenting most of the complex logic.
...
➦