catalyst2 community forums  

Go Back   catalyst2 community forums > catalyst2 Community > Sites Hosted by catalyst2

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 17-07-2003, 09:46 PM   #1 (permalink)
Junior Member
 
Join Date: Apr 2003
Location: Pittsburgh, PA, USA
Posts: 12
Send a message via AIM to CAT728
Question clikkk.com/fantasy

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
CAT728 is offline   Reply With Quote
Old 18-07-2003, 07:49 AM   #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.
Matt is offline   Reply With Quote
Old 18-07-2003, 05:15 PM   #3 (permalink)
Junior Member
 
Join Date: Apr 2003
Location: Pittsburgh, PA, USA
Posts: 12
Send a message via AIM to CAT728
Thanks very much

About the counter, I WOULD absolutely like to make my own, but I don't have a clue how. If it wouldn't take too long, could you tell me?

Thanks,
Kseniya
CAT728 is offline   Reply With Quote
Old 18-07-2003, 08:39 PM   #4 (permalink)
Registered User
 
markjanssen's Avatar
 
Join Date: May 2003
Location: /home/mark/
Posts: 389
Send a message via ICQ to markjanssen Send a message via AIM to markjanssen Send a message via MSN to markjanssen Send a message via Yahoo to markjanssen
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
markjanssen is offline   Reply With Quote
Old 19-07-2003, 08:57 AM   #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.
Matt is offline   Reply With Quote
Old 21-07-2003, 11:49 PM   #6 (permalink)
Registered User
 
adam's Avatar
 
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?
adam is offline   Reply With Quote
Old 22-07-2003, 02:33 AM   #7 (permalink)
Junior Member
 
Join Date: Apr 2003
Location: Pittsburgh, PA, USA
Posts: 12
Send a message via AIM to CAT728
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...
CAT728 is offline   Reply With Quote
Old 22-07-2003, 10:08 AM   #8 (permalink)
Registered User
 
markjanssen's Avatar
 
Join Date: May 2003
Location: /home/mark/
Posts: 389
Send a message via ICQ to markjanssen Send a message via AIM to markjanssen Send a message via MSN to markjanssen Send a message via Yahoo to markjanssen
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
markjanssen is offline   Reply With Quote
Old 29-07-2003, 03:08 PM   #9 (permalink)
Registered User
 
adam's Avatar
 
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>
adam is offline   Reply With Quote
Old 29-07-2003, 05:18 PM   #10 (permalink)
Registered User
 
markjanssen's Avatar
 
Join Date: May 2003
Location: /home/mark/
Posts: 389
Send a message via ICQ to markjanssen Send a message via AIM to markjanssen Send a message via MSN to markjanssen Send a message via Yahoo to markjanssen
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
markjanssen is offline   Reply With Quote
Old 27-08-2003, 11:51 PM   #11 (permalink)
Webdesign
 
webscript's Avatar
 
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
webscript is offline   Reply With Quote
Old 08-09-2003, 04:59 AM   #12 (permalink)
Junior Member
 
Join Date: Apr 2003
Location: Pittsburgh, PA, USA
Posts: 12
Send a message via AIM to CAT728
Thanks, Adam
I saw your post in my forum and fixed the thing yesterday. Greatly appreciated

Kseniya
CAT728 is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 11:49 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.