PurpleEdge
Posts: 8
|
| Posted: 05/07/2013, 8:29 AM |
|
Can anyone point me to documentation of Google maps support in ccs?
Anyone implemented Google Maps at a site I could have a look at?
|
 |
 |
Oper
Posts: 1195
|
| Posted: 05/07/2013, 11:43 AM |
|
No Idea is this Site still give support. CCS 4.3
http://codechargetools.com/product.php?product_id=4
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
DataDoIT
|
| Posted: 05/07/2013, 11:59 AM |
|
CCT Google Maps is ancient history. Google Maps API is over v3 now.
Quite simple to implement in CCS. See http://www.schoolnavigator.org/?s_State=12&s_Zip=32246&...047772&view=Map
|
|
|
 |
PurpleEdge
Posts: 8
|
| Posted: 05/07/2013, 1:11 PM |
|
Thanks DataDoIt!
Is that standard with CCS?
Are there any docs about it?
|
 |
 |
DataDoIT
|
| Posted: 05/07/2013, 1:47 PM |
|
If by "standard" you mean that no external plugins or extensions
required in CCS, then yes.
It's a matter of knowing where within the friendly confines of CCS
containers and components and events and actions to place your magic.
That my friend can be acquired via affordable and rapid paid services at http://www.codechargesupport.com. :)
|
|
|
 |
Snoggletog
Posts: 60
|
| Posted: 05/07/2013, 9:44 PM |
|
Hi DataDoIt
What is your idea of rapid and paid for a sample project file in CCS5, ASP.net C# Inmotion. Basically the project should consist of a sample query to get the locations and the incorporated Google Maps Code. Of course we would need it documented.
Please advise.
|
 |
 |
PurpleEdge
Posts: 8
|
| Posted: 05/07/2013, 10:27 PM |
|
OK, thanks.
Why do you have a blank page showing before every page refresh on your site?
|
 |
 |
DataDoIT
|
| Posted: 05/08/2013, 12:06 AM |
|
It's due to the order in which events happen prior to displaying the
content. Because each section of the site is an include, conditions are
calculated that control whether or not those sections are displayed or
not. That includes dynamic SEO information.
On some sites that delay can be shortened via the CodeCharge caching
feature. The delay can also be shortened by running on higher capacity
machine instances (ie: more processors and memory). You'll notice the
delay more the further you're away from the data center in Virginia, US.
|
|
|
 |
DataDoIT
|
| Posted: 05/08/2013, 12:12 AM |
|
I'm not going to touch anything .Net/InMotion in CCS anymore. Sorry.
|
|
|
 |
PurpleEdge
Posts: 8
|
| Posted: 05/08/2013, 3:48 AM |
|
Thanks again, I've noticed it a lot on CCS sites and I find it really annoying!
I've downloaded the trial, I'll give it a try.
|
 |
 |
DataDoIT
|
| Posted: 05/08/2013, 12:18 PM |
|
It's also related to Artisteer-styled menus. The loading and
re-rendering of the javascript will slow it down.
|
|
|
 |
cvboucher
Posts: 191
|
| Posted: 05/08/2013, 3:33 PM |
|
A google search found this:
http://en.googlemaps.subgurim.net/
I haven't used this control but in the past I've successfully added third party and home grown user controls to my CCS 5 InMotion pages. I put any dll's in the bin folder, add <%@ register... and control tags to the HTML file, and code in the code behind file. In the link above, take a look at How To...->Initiation->How to begin.
I don't know all of your requirements but if I was doing this I would create a user control in Visual Studio that includes the Google Maps control and populates it from the database (if that's what you're doing). Then add my user control to my CCS page.
HTH,
Craig
|
 |
 |