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.
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
It looks very nice! Perhaps, you want to change the black background to a lighter grey
|
|
#3
|
|||
|
|||
|
Quote:
Were you talking about the background of the top header section or another part? Thanks - Mike |
|
#4
|
|||
|
|||
|
Anyone else have some constructive criticism for my site?
-Mike |
|
#5
|
|||
|
|||
|
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 ($counter->RecordCount() <= 0) { $date_now = date('Ymd'); $sql = "insert into " . TABLE_COUNTER . " (startdate, counter) values ('" . $date_now . "', '1')"; $db->Execute($sql); $counter_startdate = $date_now; $counter_now = 1; } else { $counter_startdate = $counter->fields['startdate']; $counter_now = ($counter->fields['counter'] + 1); $sql = "update " . TABLE_COUNTER . " set counter = '" . $counter_now . "'"; $db->Execute($sql); } |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
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!! |
|
#8
|
|||
|
|||
|
i like this site, i found some great tutorials
|
|
#9
|
|||
|
|||
|
very nice and simple design
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |




Linear Mode

