Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Show-Off Your Forums
 Woo.ie - Snitz hacked to pieces
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

dayve
Forum Moderator

USA
5820 Posts

Posted - 02 December 2004 :  12:27:05  Show Profile  Visit dayve's Homepage
I've always thought your site was put together well, but there have been times I've noticed it loading up extremely slow. Is it just me?

Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 02 December 2004 :  12:33:54  Show Profile
You mean MeTV, dayve? Ay, having a bit of trouble with it at the mo'; methinks the database has gotten too big for Access! Guess I'll have to look at converting it to MySQL when I get back to working on it full time.

Marcel, dude, that spoiler looks funky. Always makes me jealous when other people manage to get dotted borders to work for them.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 02 December 2004 :  13:00:29  Show Profile  Visit dayve's Homepage
yeah, MeTV is the site I was referring to. What is the size of your Access Database? I visited a forum that had well over 100 MB Access db and it didn't seem slow.

quote:
Originally posted by Shaggy

Marcel, dude, that spoiler looks funky. Always makes me jealous when other people manage to get dotted borders to work for them.


I've been using dashed borders for awhile, in fact this spoiler dashed css area looks similar to my quote feature.

http://www.burningsoulsforum.com/topic.asp?TOPIC_ID=10942#135594


Edited by - dayve on 02 December 2004 13:03:59
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 02 December 2004 :  13:06:31  Show Profile
It's just under 40.5MB but, at the same time, MeTV version 5 was my first major ASP project and there is so much in there code-wise that I now know isn't exactly optimised for peak performance. It'll all have to wait 'til I get back to MeTV in the new year. Gonna roll out v6, which fixes a lot of the problems in v5 and, if things are still slow, then it'll be time to move to MySQL.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 02 December 2004 :  14:49:50  Show Profile
The server is everything - my code isn´t excellent either, access database almost 40MB, but it´s really fast anyway.

Anyway, great work with http://woo.ie/ !!!! 2 thumbs up from me !
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 02 December 2004 :  14:57:59  Show Profile  Visit dayve's Homepage
Doh... I was looking at the wrong site.

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 December 2004 :  16:00:26  Show Profile
quote:
Originally posted by dayve

Doh... I was looking at the wrong site.

Dayve, I'm starting to worry about you. You haven't been yourself these last few weeks.

Support Snitz Forums
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 02 December 2004 :  16:12:20  Show Profile  Send ruirib a Yahoo! Message
Pretty cool forum (and site). Really original and well done. We'll be seeing this in the awards page pretty soon.
Congrats on the great design and coding.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 02 December 2004 :  16:12:27  Show Profile
Glad I could help you Dayve

quote:
Originally posted by dayve

Doh... I was looking at the wrong site.

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 02 December 2004 :  16:43:11  Show Profile  Visit dayve's Homepage
quote:
Originally posted by Davio

quote:
Originally posted by dayve

Doh... I was looking at the wrong site.

Dayve, I'm starting to worry about you. You haven't been yourself these last few weeks.




Current 5 Day Schedule:

Daytime Job:     50 Hours
School:          10 Hours
Client Projects: 20 Hours
Homework:         5 Hours
Family Time:     10 Hours
=========================
Total:           95 Hours

120 Hours in a 5 day work week and somewhere in there I have to get some sleep.

Yeah, I'm not all together lately.


Edited by - dayve on 02 December 2004 16:44:40
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 02 December 2004 :  18:05:14  Show Profile
WOW, I hope you get paid well for all that time, and that the wife doesn´t kill you before you can actually enjoy the money
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 03 December 2004 :  05:43:39  Show Profile  Visit MarcelG's Homepage
Completely offtopic ; For the dotted border, simply use the CSS code for it.
I've done this:
In inc_func_common.asp, replaced the old spoiler line with this one.
fString = doCode(fString, "[spoiler]", "[/spoiler]", "<div align=""right"" id=""spoiler""><table class=""spoiler""><tr><td class=""spoilertd""><span class=""spoilertext"">spoiler:</span></td></tr><tr><td class=""spoilertd2""><span class=""spoilertext2"">", "</span></td></tr></table></div align=""right"" id=""spoiler"">")

In inc_header.asp added these lines to the CSS area:
"table.spoiler {width: 90%; border: 0px " & strTableBorderColor & " solid}" & vbNewLine & _ 
".spoilertd {width: 100%; border: 0px DCDCDC solid}" & vbNewLine & _ 
".spoilertd2 {background-color: #F5F5F5 ; width: 100%; border: 1px "& strForumLinkColor &" dashed; border-collapse: separate; padding: 0.3em}" & vbNewLine & _ 
".spoilertext {font-family: ""Lucida Sans Unicode"", ""Verdana"", ""sans-serif""; font-size: 9pt}" & vbNewLine & _
".spoilertext2 {font-family: ""Lucida Sans Unicode"", ""Verdana"", ""sans-serif""; font-size: 9pt; color: #F5F5F5 }" & vbNewLine & _

In fact this is the same code as I've used for the quote-code just as Dayve said, with the only difference that I replaced the 'quote:' text with 'spoiler:', and changed the font colour to the cell background color.

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 03 December 2004 :  05:50:30  Show Profile
Thanks for all the positive words, guys; makes three months as an online hermit worth the work.

Dayve, your week sounds as bad as mine; never worked out exactly how many hours I put in every week for fear my system might realize it should have shut down a long time ago!

Marcel, I meant getting dotted borders to work from a design point of view - they always seem out of place & ugly when I try to use them on any of my sites!


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 03 December 2004 :  13:04:28  Show Profile  Visit dayve's Homepage
quote:
Originally posted by marcelgoertz

Completely offtopic ; For the dotted border, simply use the CSS code for it.
I've done this:
In inc_func_common.asp, replaced the old spoiler line with this one.
fString = doCode(fString, "[spoiler]", "[/spoiler]", "<div align=""right"" id=""spoiler""><table class=""spoiler""><tr><td class=""spoilertd""><span class=""spoilertext"">spoiler:</span></td></tr><tr><td class=""spoilertd2""><span class=""spoilertext2"">", "</span></td></tr></table></div align=""right"" id=""spoiler"">")

In inc_header.asp added these lines to the CSS area:
"table.spoiler {width: 90%; border: 0px " & strTableBorderColor & " solid}" & vbNewLine & _ 
".spoilertd {width: 100%; border: 0px DCDCDC solid}" & vbNewLine & _ 
".spoilertd2 {background-color: #F5F5F5 ; width: 100%; border: 1px "& strForumLinkColor &" dashed; border-collapse: separate; padding: 0.3em}" & vbNewLine & _ 
".spoilertext {font-family: ""Lucida Sans Unicode"", ""Verdana"", ""sans-serif""; font-size: 9pt}" & vbNewLine & _
".spoilertext2 {font-family: ""Lucida Sans Unicode"", ""Verdana"", ""sans-serif""; font-size: 9pt; color: #F5F5F5 }" & vbNewLine & _

In fact this is the same code as I've used for the quote-code just as Dayve said, with the only difference that I replaced the 'quote:' text with 'spoiler:', and changed the font colour to the cell background color.



I believe this can be dramatically simplified by simply adding this (using inline css instead):
fString = doCode(fString, "[spoiler]", "[/spoiler]", "<small>Spoiler:</small><div style=""background-color:" & CColor & ";padding:2px;border:1px dashed silver;color:" & CColor & ";"">", "</div>")


there really is no need for a table.

Demo: http://www.burningsoulsforum.com/forum/topic.asp?TOPIC_ID=10956


Edited by - dayve on 03 December 2004 13:07:01
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 03 December 2004 :  13:34:41  Show Profile  Visit MarcelG's Homepage
True...I've gót to learn how to use DIV's...thanks for the hint.

portfolio - linkshrinker - oxle - twitter
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07