jgharris.com
Firefox, a better browsing experience
[ Fishing ]

Web Development

Here are some projects I have been working on:

This example shows using the map, XML, and getting info out of GData. Using GWT/GData/GMaps API/MySQL/perl.
My Stupid Maps/HTTP/XML Example

This example shows handling of larger numbers of markers. Using GWT/GMaps API/MySQL/perl.
CAZS - Country Area Zip Street

This example is going to be a new format for feverfeverfever.com. Using GWT/GMaps API/MySQL/perl. Still needs some work.
feverfeverfever.com - V2

This example is how I am going to maintain the content data for feverfeverfever.com. Using GWT/MySQL/perl/MCE. Still needs some work. None of the buttons work for save etc, they all just close the window. Using the WYSIWYG editor for html.
Content Selector

Technology

GWT is the Google Web Toolkit. You write web apps in Java, and it converts it to Javascript to run in a browser.
Google Web Toolkit.

GMaps API is the Google Maps API. This is an interface written in Javascript, that allows you to control the display of the map. Add markers, move it etc.
Google Maps API.

GData is Google Base Data. This is database type storage that you can use to store and search items. Anyone can search this data. You can use it to find anything, fishing recipies, news articles, products.
Google Base Data.

MySQL is an open source SQL database that comes with most web hosting. This is the database I use to store my content, or do spatial things for maps.
MySQL.

perl is a programming language. I use this for any backend work, such as reading data from databases.
perl.

TinyMCE is a WYSIWYG html editor you can attach to fields on your web page. Its Javascript and is linked in using some code I got from Google GWT dev forum.
tiny MCE.