•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Site Layout and Usability section within the Web Development category of DaniWeb, a massive community of 373,471 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,932 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Site Layout and Usability advertiser:
Views: 508 | Replies: 1
![]() |
Hi everybody.
I hope this thread won't be off-topic; I just choosed this section, because the infos I need are still quite general. For further (and more specific) questions, I will open new threads in appropriate sections.
I'm creating a webpage with an online service, which should let visitors to explore a map full (ideally) of resellers with certified green products. Each visitors should be able to: add new markers with specs (address, phone number, etc...), integrate existing markers with new informations and/or comment them.
By now I succeded doing this:
http://www.laboratoriolinfa.com/arpa...ivenditori.php
(sorry, the website is Italian only, but it is just to give the idea)
At the moment anyone can add markers. When you click "save", a MySQL database is updated, via php files. The javascript for the GoogleMap reads from the database (via a php generating an XML), and publishes the map with stored markers. To do this I followed several tutorials and, since I'm still a novice, I understood just partially what I did.
Now I need to add the new features and I would ask if anyone nows websites, with tutorials and/or guides which let to do the followings:
1. create a registration and login/logout form (php?), with associated "user" table in Mysql
2. let content's changing with database update (including deleting a marker and the corresponding row in the table's row); such changing opportunities should be available only to registered (and logged) visitors
3. create a "comment" form (I would like to place a link in each marker's info window, which opens dinamically a comment section outside the map, within the same page)
4. Add only a new marker at the time and refresh the page automatically once the markers' "save" button is pressed. I would like only the map being refreshed, without affecting the rest of the page. I would, in addition, to refresh the map keeping it centered where it is at the moment of saving.
5. To create tables in PhpMyAdmin, I'm having some problems to chose the options for the fields (TYPE, COLLATION, ATTRIBUTES, ACTIONS, ...) Is there a comprehensive guide/tutorial which explains what they are and when to use them?
I DON'T WANT YOU TO DO MY JOB, I'm just telling all the features I have to solve. If any of you have suggestion for ANY part of ANY of the above points, please let me know. I can follow tutorial quite well, by myself. I just need some suggestions to find them
Thanks for your attention (and patience, if you read to this point),
Stefano
I hope this thread won't be off-topic; I just choosed this section, because the infos I need are still quite general. For further (and more specific) questions, I will open new threads in appropriate sections.
I'm creating a webpage with an online service, which should let visitors to explore a map full (ideally) of resellers with certified green products. Each visitors should be able to: add new markers with specs (address, phone number, etc...), integrate existing markers with new informations and/or comment them.
By now I succeded doing this:
http://www.laboratoriolinfa.com/arpa...ivenditori.php
(sorry, the website is Italian only, but it is just to give the idea)
At the moment anyone can add markers. When you click "save", a MySQL database is updated, via php files. The javascript for the GoogleMap reads from the database (via a php generating an XML), and publishes the map with stored markers. To do this I followed several tutorials and, since I'm still a novice, I understood just partially what I did.
Now I need to add the new features and I would ask if anyone nows websites, with tutorials and/or guides which let to do the followings:
1. create a registration and login/logout form (php?), with associated "user" table in Mysql
2. let content's changing with database update (including deleting a marker and the corresponding row in the table's row); such changing opportunities should be available only to registered (and logged) visitors
3. create a "comment" form (I would like to place a link in each marker's info window, which opens dinamically a comment section outside the map, within the same page)
4. Add only a new marker at the time and refresh the page automatically once the markers' "save" button is pressed. I would like only the map being refreshed, without affecting the rest of the page. I would, in addition, to refresh the map keeping it centered where it is at the moment of saving.
5. To create tables in PhpMyAdmin, I'm having some problems to chose the options for the fields (TYPE, COLLATION, ATTRIBUTES, ACTIONS, ...) Is there a comprehensive guide/tutorial which explains what they are and when to use them?
I DON'T WANT YOU TO DO MY JOB, I'm just telling all the features I have to solve. If any of you have suggestion for ANY part of ANY of the above points, please let me know. I can follow tutorial quite well, by myself. I just need some suggestions to find them

Thanks for your attention (and patience, if you read to this point),
Stefano
IT goes green
(sustainable informatic development)
(sustainable informatic development)
•
•
Join Date: May 2005
Posts: 494
Reputation:
Rep Power: 4
Solved Threads: 18
Use Session based tracking to enable a login box when hitting this screen.
Pass variables back and forth to the google api to create your marks.
Adding a shoutbox or comments based form is just a matter of adding a textarea and including it in your form data upon submission.
Refreshing of the map could get tricky and you need to read up on the API's ability to read back to you. (Not familiar with it)
Creating tables in phpmyadmin is very easy. You need to decide what you want your fields to be.
ie: date field vs. text field that you store a formatted date in etc.
A decent starting point for this can be found here: http://php.about.com/od/learnmysql/ss/create_tables.htm
Pass variables back and forth to the google api to create your marks.
Adding a shoutbox or comments based form is just a matter of adding a textarea and including it in your form data upon submission.
Refreshing of the map could get tricky and you need to read up on the API's ability to read back to you. (Not familiar with it)
Creating tables in phpmyadmin is very easy. You need to decide what you want your fields to be.
ie: date field vs. text field that you store a formatted date in etc.
A decent starting point for this can be found here: http://php.about.com/od/learnmysql/ss/create_tables.htm
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Site Layout and Usability Marketplace
•
•
•
•
api apple asm assembly x86 programming hla demo blogger blogging c c++ ccna cocoa code coding competition compiler compilers computer debugging developer development errors evaluation framework gdata google high-performance innovation java languages linerider mcse microsystems networking news next object online open oriented planning platform practices programming python rss software step steps sun tools tutorials xml
- Previous Thread: ways to improve css
- Next Thread: Visio Shape Names


Linear Mode