BlogCFC and Google Maps Code And Explanation
Well I wrapped up the code on the way in this morning and this has been my first chance to throw it up with an explanation of what it does.
The DB sql is one table that i exported out of Microsoft SQL I have not tested this out in MYSQL but if someone would like me to explain just send feedback and I will type it up.
Things to know...
- There are four functions to add at the bottom blog.cfc
- Two admin pages that you can basically just throw up
- Two tags and a slight modification to the admin layout (justs adds "locations" to the menu)
- And the bit I'm not happy with the implementation on index.cfm which displays the map/s (sooo Sorry Ray) and if any one has a better way to do it i would love to know how to improve it (before my lead developer comes back from holidays would be tops!)
- You need to get an api key and add it to the applications scope (application.cfm) you get a Google Map Api key here for your Domain (ideally this would be in the blog.ini file in the future
- and the other thing.. there is no edit at the moment you can delete them though
Something to note, the two tag files are complete open-source as Lucas has released them before feel free to use and this is just one form of implementation with them.
If anyone has any worries let me know.
The code is the download button below.
