![]() |
|
|
#1 (permalink) |
|
Junior Member
|
www.clikkk.com/fantasy
This is just a hobby-type site about fantasy books - nothing professional. I'd really appreciate some feedback on the appearance, browsing ease, and especially download time! (I use a lot of images and image maps, and I got to thinking maybe that's not such a great idea.) By the way, my hit counter just went "free version with a banner" on me. Anyone know of a nice simple free counter out there? Kseniya |
|
|
|
|
|
#2 (permalink) |
|
Member
Join Date: Jan 2003
Location: England
Posts: 55
|
Nice easy to use site and the images load at the blink of an eye. I'm on 1mb cable but I guess it'd be the same for anyone else on broadband.
![]() As regards the hit counter, you're on an ASP enabled server - right? In which case you'd be better off making your own which is very simple. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
|
search around at google
. you could also get http://www.nedstat.com, i got some asp code for it to write the total number of visitors on your page.
__________________
#mark -bash: /dev/mind: No such file or directory homepage: http://www.givemehelp.co.uk/ / support forums: http://www.givemehelp.co.uk/forums/ / irc: #givemehelp on quakenet email: mark@givemehelp.co.uk / msn: mark@givemehelp.co.uk / aim: mark177283829 / icq: 177283829 / yahoo: mark177283829 Mozilla Firefox: Safer, Faster, Better |
|
|
|
|
|
#5 (permalink) |
|
Member
Join Date: Jan 2003
Location: England
Posts: 55
|
Check out this page:
http://www.aspin.com/home/tutorial/sitestat/counter The script is very simple anyway so there's no point reinventing the wheel so to speak. If you need help after you've selected the script, check back to the forums, I'm sure one of us can help you.
|
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Jan 2003
Location: UK
Posts: 181
|
You missed Terry Pratchett!
I think you can optimise the graphics a lot more, the a lot of images could be it took a good second or two two load up on my slow 576k line. Doesn't every account come with a hit counter script or was that only on the old servers? |
|
|
|
|
|
#7 (permalink) |
|
Junior Member
|
I haven't gotten to Terry Pratchett yet
. Did you SEE the size of my "to read" list? ![]() I'm definitely trying to do something about the graphics. They are fine on DSL or faster, but I'm getting the sore impression that with a slower connection they're atrocious. Thanks for the feedback. Am trying to sort out ASP counters... grrr... |
|
|
|
|
|
#8 (permalink) |
|
Registered User
|
Optimize them with Adobe Photoshop/Adobe ImageReady/Macromedia Fireworks. Save them as GIF or JPEG (highest compression possible while the images look good).
You could also slice them if you haven't already.
__________________
#mark -bash: /dev/mind: No such file or directory homepage: http://www.givemehelp.co.uk/ / support forums: http://www.givemehelp.co.uk/forums/ / irc: #givemehelp on quakenet email: mark@givemehelp.co.uk / msn: mark@givemehelp.co.uk / aim: mark177283829 / icq: 177283829 / yahoo: mark177283829 Mozilla Firefox: Safer, Faster, Better |
|
|
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Jan 2003
Location: UK
Posts: 181
|
A simple hit counter script:
Code:
<%
Set FS=Server.CreateObject("Scripting.FileSystemObject")
Set RS=FS.OpenTextFile(Server.MapPath("counter.txt"), 1, False)
fcount=RS.ReadLine
RS.Close
fcount=fcount+1
'This code is disabled due to the write access security on our server:
'Set RS=FS.OpenTextFile(Server.MapPath("counter.txt"), 2, False)
'RS.Write fcount
'RS.Close
Set RS=Nothing
Set FS=Nothing
%>
<html>
<body>
<p>
This page has been visited <%=fcount%> times.
</p>
</body>
</html>
|
|
|
|
|
|
#10 (permalink) |
|
Registered User
|
That is very simple! but it works
__________________
#mark -bash: /dev/mind: No such file or directory homepage: http://www.givemehelp.co.uk/ / support forums: http://www.givemehelp.co.uk/forums/ / irc: #givemehelp on quakenet email: mark@givemehelp.co.uk / msn: mark@givemehelp.co.uk / aim: mark177283829 / icq: 177283829 / yahoo: mark177283829 Mozilla Firefox: Safer, Faster, Better |
|
|
|
|
|
#11 (permalink) |
|
Webdesign
Join Date: Jun 2003
Location: New Zealand
Posts: 102
|
Hey,
Nice Website and Great Forum. Great books! On your forum in admin you need to change the root directory of the forum from /phpbb2/ to /forum/ as it is on your server. This will fix the page not found error after you sign up. ![]() Cheers, Adam.
__________________
Webscript, Site: webscript.co.nz Forum: http://www.webscript.co.nz/forum Email: info@webscript.co.nz |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|