GOOGLE ANALYTICS:
I have recently done a major update/redesign of the whole site. One thing I forgot to add was the Google Analytics (GA), so now I can't remember what the code was like in the old site design. No problem, I'll just go back to my GA account and get the code again. But they have two options:
- To track "A single domain (default)":
- Code: Select all
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8686981-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
- To track "One domain with multiple subdomains":
- Code: Select all
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8686981-1']);
_gaq.push(['_setDomainName', '.comicgenesis.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Though not needed, I'd like to use the second option, because that's what I have right? There's pages like the News page or the Store page that I'd be happy to know about. So, as you can see, the second option adds the ".comicgenesis.com" and then a little further down the code under "ga.src" you can see "http://www". I'm guessing that's going to tell the computer to look for http://www.comicgenesis.com when gathering stats for my comic's GA. Obviously that's not the right address. So here's my question - Should I just stick with the first option or should I try editing the second option's code so that it directs to http://mooncrest.comicgenesis.com?
WEBSITE DESIGN OKAY?
So as you know, website facelift, redesign, blah, blah, blah. I made it so that the indexpage shows a sort of "splash page" instead of the first comic page. Is that cool with comicgenesis standards? That okay, guys? It's not gonna mess up with the system when I upload new pages right?
COMIC ADDRESS
My comic's address is http://mooncrest.comicgenesis.com. Unfortunately for me there's a website address out there similar to mine - http://www.mooncrest.com. Some sort of park or ranch. I noticed that when I signed up my comic here I wasn't able to add numbers to the address. My comic's name is actually Moon Crest 24, and http://mooncresttwentyfour.comicgenesis.com doesn't seem quite right to me. I'd love it if I could add the "24" at the end of mooncrest in the address. Possible?
FTP FILES
With uploading new webpages, came another problem. When I checked the actual files in the website, I noticed that the old webpages hadn't been overwritten even though they had the same names. Instead I now have duplicates which is bothering me even though it doesn't seem to be affecting the site. Even pages which don't exist anymore in the workspace are still in the site's main folder (I foget what the exact name is). And I can't delete them because I don't have the permissions to.
CHAN
lol, did you guys stop accepting Chans or something? Mine's been waiting since April, 2009. Like, is it still waiting or was it already not accepted? Maybe I submitted the wrong file format?
Thank you for your patience. Love y'all!



