Go Back   HTMLCenter Web Development Forums > General > Off-Topic

View Poll Results: Like the new version of HTMLCenter
I love it! 2 100.00%
I want the old version back. 0 0%
What is the difference??? 0 0%
I just want to vote... preferably for nothing. 0 0%
Voters: 2. You may not vote on this poll

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 01-07-2007, 08:28 PM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,111
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
HTMLCenter... 3.0?

Hey, the new version of HTMLCenter is up, and it looks like it is running smoothly! Congrats to Allen!
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Reply With Quote

  #2 (permalink)  
Old 01-08-2007, 05:25 AM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,400
It looks very nice. Now, if only the blog could be templated to match the rest of the site.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote
  #3 (permalink)  
Old 01-08-2007, 06:40 AM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,037
yep - blog is coming this week - take a bit more to edit it cuz its cgi and you have to regen the site every time you make a tweak.

i am considering moving it to wordpress so it's easier to edit.

it is amazing how fast the home page loads now -- i removed over 200 lines of code from the old home page. wow.
Reply With Quote
  #4 (permalink)  
Old 01-08-2007, 11:52 AM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,111
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
I do have a question: where did the huge search boxes come from? I noticed it first at acronymfinder.com... then webster.com followed suit, and now here. What's the deal?
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ

Last edited by Leprakawn : 01-10-2007 at 06:55 PM.
Reply With Quote
  #5 (permalink)  
Old 01-08-2007, 12:54 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,400
Obviously Allen can answer this a whole lot better than I can, but it appears that, in this case, it was meant to make it match up with the Google ads.

In addition, if you make the "Search" box big, then you end up with about a 25% decrease (just guessing at the figure here - might be less) in mindless idiots posting and/or contacting you about things that are already covered in detail on the site.

It truly is amazing how many people are successful at finding tiny little "Contact Us" links, but always seem to overlook the gigantic "Search our site" areas.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote
  #6 (permalink)  
Old 01-08-2007, 05:13 PM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,037
Quote:
Originally Posted by curtiss View Post
Obviously Allen can answer this a whole lot better than I can, but it appears that, in this case, it was meant to make it match up with the Google ads.

In addition, if you make the "Search" box big, then you end up with about a 25% decrease (just guessing at the figure here - might be less) in mindless idiots posting and/or contacting you about things that are already covered in detail on the site.

It truly is amazing how many people are successful at finding tiny little "Contact Us" links, but always seem to overlook the gigantic "Search our site" areas.
Mark (designer) would have to answer the questions you guys have about the design - I only coded it

are you finding any bugs? so far i see one with the search button in ie6 on the next line left - blah
Reply With Quote
  #7 (permalink)  
Old 01-08-2007, 06:22 PM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,037
btw leppy your poll is closed??

Reply With Quote
  #8 (permalink)  
Old 01-08-2007, 06:34 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,400
At a quick glance of the front page, here are some things I've found:

1) The link under "Hot Tutorial" appears to be missing the proper title element. Instead of actually having a title, it's title is "#Name#". Also, there is no title at all for the "Read the review" link, although I don't think that's actually breaking any HTML rules at this point.
2) Not a bug, but kind of an annoyance - when a summary gets truncated (for instance, the summary of ecommerce tutorial), it should end with an ellipsis. Currently, it just ends with the letter "L", simply because that was the last character in the allowed length of the summary. I think (can't remember at the moment, but I know I've done it in the past) there is a way in PHP (don't know about ColdFusion) to actually make sure a summary gets truncated at the end of a full word, rather than truncating in the middle of a word. Regardless, like I said, the summary should end with an ellipsis (you know, those three dots in a row), letting you know that there's more where that came from.
3) According to my Firefox "HTML Validator" extension, there are 15 warnings on the page that should be corrected. A few of them are parts of the ad code in the page, so there's probably nothing you can do to fix them. However, there are also three empty spans that should be removed from the page, and you have defined two different forms with the name "myform1" (the top dropdown box and the review dropdown box).

I'll try to take a more in-depth look at a later date.

BTW - I still really recommend downloading and installing the "HTML Validator" extension for Firefox. It goes way above and beyond what a normal validator will do, and it even highlights the problem areas within the source of your page.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote
  #9 (permalink)  
Old 01-08-2007, 08:35 PM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,037
Quote:
Originally Posted by curtiss View Post
At a quick glance of the front page, here are some things I've found:

1) The link under "Hot Tutorial" appears to be missing the proper title element. Instead of actually having a title, it's title is "#Name#". Also, there is no title at all for the "Read the review" link, although I don't think that's actually breaking any HTML rules at this point.
fixed

Quote:
Originally Posted by curtiss View Post
2) Not a bug, but kind of an annoyance - when a summary gets truncated (for instance, the summary of ecommerce tutorial), it should end with an ellipsis. Currently, it just ends with the letter "L", simply because that was the last character in the allowed length of the summary. I think (can't remember at the moment, but I know I've done it in the past) there is a way in PHP (don't know about ColdFusion) to actually make sure a summary gets truncated at the end of a full word, rather than truncating in the middle of a word. Regardless, like I said, the summary should end with an ellipsis (you know, those three dots in a row), letting you know that there's more where that came from.
the site is php and i edited the title - the db has a limit not the page.

Quote:
Originally Posted by curtiss View Post
3) According to my Firefox "HTML Validator" extension, there are 15 warnings on the page that should be corrected. A few of them are parts of the ad code in the page, so there's probably nothing you can do to fix them. However, there are also three empty spans that should be removed from the page, and you have defined two different forms with the name "myform1" (the top dropdown box and the review dropdown box).

I'll try to take a more in-depth look at a later date.

BTW - I still really recommend downloading and installing the "HTML Validator" extension for Firefox. It goes way above and beyond what a normal validator will do, and it even highlights the problem areas within the source of your page.
Thanks Curtiss - I appreciate it - there are still lots of tweaks to make before I announce its live - I want to make the forums wider, add a skyscraper ad, etc. And there are still 8 tutorials that don't fit the new template. Keep the comments coming!
Reply With Quote
  #10 (permalink)  
Old 01-08-2007, 09:49 PM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,111
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
Quote:
Originally Posted by Allen View Post
btw leppy your poll is closed??

It is?? I did not put a date on it... and I can still vote from my account. Heck, YOU are the admin around here... you should be able to fix that!
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Reply With Quote
  #11 (permalink)  
Old 01-08-2007, 09:50 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,400
Quote:
Originally Posted by Allen View Post
I want to make the forums wider
Thank goodness. I was wondering if that was something you were going to work on. It looks really weird having the page header fill the whole width of the screen, and the rest of the forums only fill about 85-90% of the screen width.

I'll start checking various pages, etc. in the next few days.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote
  #12 (permalink)  
Old 01-09-2007, 08:32 AM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,111
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
I noticed that the smilie table is a bit messed up. I glanced at the code, and the table width is 100%, but this is how it looks for me. Uh-oh, and it is the same for the atch window, too.
Attached Images
File Type: jpg smilie.jpg (81.4 KB, 225 views)
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Reply With Quote
  #13 (permalink)  
Old 01-09-2007, 06:03 PM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,111
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
...and then I just noticed this one...
Attached Images
File Type: jpg htmlcenter-oops.jpg (261.9 KB, 211 views)
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Reply With Quote
  #14 (permalink)  
Old 01-09-2007, 08:36 PM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,037
Quote:
Originally Posted by Leprakawn View Post
...and then I just noticed this one...

you get the award for best way to point out an OOPS
Reply With Quote
  #15 (permalink)  
Old 01-10-2007, 02:23 PM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,111
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
Quote:
Originally Posted by Allen View Post
you get the award for best way to point out an OOPS
Oh, come on... you know I cannot make an award for myself. That would be egotistical, and I cannot do that.
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Monitoring HTMLCenter Forums on Google Allen HTMLCenter News 1 09-28-2006 10:38 PM


All times are GMT -5. The time now is 01:26 AM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter