Community Forums

Important Notice:

Two sections of this forum are available only to registered customers. In order to receive access to the Customer Forums and ResellerCentral Forums, you must first register on these forums or login to your existing forum account. If you are an existing HostNine customer, be sure to register using the email address on file for your billing profile.

Go Back   HostNine Community Forums > H9 General Forums > Lounge / Off Topic > Reviews

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-21-2007, 08:43 PM
tinymike tinymike is offline
Newbie
 
Join Date: Apr 2007
Posts: 6
Default My tutorial site - review please

Just thought I'd share with you guys my new Tutorial archive site at www.tutorialstuff.com that I've been working on for the last few weeks that I'm hosting here at host nine.

I Was hoping to get some feedback from fellow developers/designers or anyone else who cares to chime in.

All feedback, bad or good, is appreciated.

Thanks - Mike
Reply With Quote
  #2  
Old 04-21-2007, 10:40 PM
thegame11 thegame11 is offline
Newbie
 
Join Date: Mar 2007
Posts: 10
Default

It looks very nice! Perhaps, you want to change the black background to a lighter grey
Reply With Quote
  #3  
Old 04-22-2007, 02:31 AM
tinymike tinymike is offline
Newbie
 
Join Date: Apr 2007
Posts: 6
Default

Quote:
Originally Posted by thegame11
It looks very nice! Perhaps, you want to change the black background to a lighter grey
I will take this into consideration. I think the biggest gripes I've had so far is on the black/blue background colors.

Were you talking about the background of the top header section or another part?

Thanks - Mike
Reply With Quote
  #4  
Old 04-22-2007, 10:01 PM
tinymike tinymike is offline
Newbie
 
Join Date: Apr 2007
Posts: 6
Default

Anyone else have some constructive criticism for my site?

-Mike
Reply With Quote
  #5  
Old 04-23-2007, 03:48 AM
kobra kobra is offline
Web Hosting Master
 
Join Date: Oct 2006
Posts: 595
Default

tinymike,

Wow!! a lot of stuff there and a quick scan and much of it appears to be useful!! Kudo's to you.

My only suggestion might be to break your code into manageable lines as many seem to be long strings (php) and yes I know that many also need to be on one line but you can break at comments and others. Purpose is to make it more readable?? Kinda like:
Code:
$counter_query = "select startdate, counter from " . TABLE_COUNTER;
$counter = $db->Execute($counter_query);
if &#40;$counter->RecordCount&#40;&#41; <= 0&#41; &#123;
  $date_now = date&#40;'Ymd'&#41;;
  $sql = "insert into " . TABLE_COUNTER . " &#40;startdate, counter&#41; values &#40;'" . $date_now . "', '1'&#41;";
  $db->Execute&#40;$sql&#41;;
  $counter_startdate = $date_now;
  $counter_now = 1;
&#125; else &#123;
  $counter_startdate = $counter->fields&#91;'startdate'&#93;;
  $counter_now = &#40;$counter->fields&#91;'counter'&#93; + 1&#41;;
  $sql = "update " . TABLE_COUNTER . " set counter = '" . $counter_now . "'";
  $db->Execute&#40;$sql&#41;;
&#125;
But this is a minor point and I like your site immensley and hope that you enjoy a load of traffic and a bright future - remember, many other sites had to start some where also.
Reply With Quote
  #6  
Old 04-23-2007, 07:27 AM
tinymike tinymike is offline
Newbie
 
Join Date: Apr 2007
Posts: 6
Default

I'm not quite sure I follow. Are you talking about the html you see when you view the source code or the actual PHP code that I have written?

-Mike
Reply With Quote
  #7  
Old 04-24-2007, 05:12 AM
kobra kobra is offline
Web Hosting Master
 
Join Date: Oct 2006
Posts: 595
Default

tinymike,

I was refering to the code snippetts that I guess are html that you have made available. To me they appeared in a code box as normally lons strings albeit I mostly looked at the php offerings.

Like I said, this is a minor point as it is the content that you offer that makes this site and I just thought that making it more readable might assist your visitors.

Nice Site!!
Reply With Quote
  #8  
Old 05-05-2007, 11:58 AM
eddus eddus is offline
Junior Guru Wannabe
 
Join Date: May 2007
Posts: 51
Default

i like this site, i found some great tutorials
Reply With Quote
  #9  
Old 09-12-2007, 02:22 PM
unleash unleash is offline
Newbie
 
Join Date: Jul 2007
Posts: 16
Default

very nice and simple design
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Review My New Site josephp Reviews 6 08-06-2008 05:28 AM
Site Review Please :) - JRawly Hosting jrawly Reviews 15 04-23-2008 11:00 AM
Site Review Please :) FoxRocks Reviews 1 10-04-2007 09:59 AM
Review my site - please thalador Reviews 4 07-22-2007 07:55 PM


All times are GMT -5. The time now is 04:52 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

Host Nine

Our mission began in 2006. Thousands of awesome clients later, we are now one of the most popular hosters in the world.
Most of this is because of our fantastic support. Join us, you'll be glad you did - that's a given.