Welcome

I'm a student and this blogg has been created to keep information on a daily to weekly basis about my project that i am doing to get my Bachelor of Information Technology. This is based on my progress, and a place to put all of my information, not entirely a proper blogg. Though sometimes i feel like i'll be talking to myself... Any ways, enjoy and feel free to comment. If your wondering what this project is and dont want to read every single post, just go to the Proposal link, or any of the "posts worth looking at" below.

Tuesday, March 11, 2008

11/3 Google Cont. Coords

_________________________________________________________
Start at: 9.00 a.m.
_________________________________________________________


  1. Geocoding
  2. Creating markers on the page by clicking and getting these long/lat co-ords & address
  3. Make a map that makes a route from one place to another
  4. Make the same route add on another end point
  5. Format and get the directions information and display this
  6. Finish project proposal and send in
  7. Get more info on how to implement google maps into an app (curiosity)
  8. Figure out how their drag and drop of routes works
OMG WOOT!!!!! I finaly figured out how to do the co-ords... as actually quite simple.. but yea click here to see page, check out how easy the code is! lol. Basically all i really needed was the following code to get the co-ords off of the page for me. Hurray for learning new stuff!

function mapClick(marker, point) {
document.getElementById("lng").value = point.x;
document.getElementById("lat").value = point.y; }

Next i will create markers at these points and might try get back the actual location details.

************************************************************************
Break 11.30 - LUNCH
************************************************************************

_________________________________________________________
12.00 p.m.
_________________________________________________________

After having a look at this website i used their code to add pins to where the user clicks. Now i have to figure out how to delete the layers, which i'm going to do on this page. The code i am getting to delete layers i got from here.

************************************************************************
Break 2.00 - Go to tec
************************************************************************
_________________________________________________________
3.00 p.m.
_________________________________________________________

Carry on with stuff.
_________________________________________________________
4.00 p.m. - 6.00 p.m. class
_________________________________________________________

************************************************************************
6.00 p.m. - TEA etc etc
************************************************************************
_________________________________________________________
11.00 p.m.
_________________________________________________________

http://www.mikejonesey.co.uk/html/google_map.html
http://code.google.com/support/bin/answer.py?answer=65620&topic=11364#coordinates http://econym.googlepages.com/basic1.htm
http://www.webmasterworld.com/forum91/4149.htm
http://www.hunlock.com/blogs/Mastering_Javascript_Arrays
http://www.geocodezip.com/MarkerCheckBoxes.asp

_________________________________________________________
Finish hmmm.. 5 Hours
_________________________________________________________

No comments: