Reply
www.dootzky.com - the programmers homepage
Old 03-14-2007, 05:48 AM www.dootzky.com - the programmers homepage
Novice Talker

Posts: 5
Name: yeah, right
Hi all!

Just wanted to know what you guys think about my new personal web site, and since I'm a programmer, I think this is a good "theme" I created...

http://www.dootzky.com

So, any of your comments are most welcome!
Thx,
ch33rzs,
dootzky
dootzky is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 03-14-2007, 03:03 PM Re: www.dootzky.com - the programmers homepage
LadynRed's Avatar
Super Moderator

Posts: 6,553
Location: Tennessee
Interesting idea..
The navigation is just..well.. bad. It took me a few seconds to even notice it and click on the "menu ?" thing, and when you go from 1 area to the next the menu disappears - very annoying. While you might think it's clever, it's not a good navigation scheme at all.

You have tried making it table-less with CSS.. however..
- you have no DOCTYPE - give it a valid DTD !
- you're using <font> tags ????? WHY ? That is exactly what CSS does best, and the <font> tag is deprecated anyway.
- Virtually everything is position: absolute. While I can see why, it's usually not necessary to position EVERYTHING.
- it breaks -I changed the text size (in FF) and once you get beyond your small screen, the white text on the white background is unreadable.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-14-2007, 03:08 PM Re: www.dootzky.com - the programmers homepage
Banned

Posts: 907
Name: Travel Agent
I concur with everything LnR stated, and here are your current 46 code warnings that you should consider fixing:

Code:
line 2 column 1 - Warning: missing <!DOCTYPE> declaration
line 207 column 34 - Warning: unescaped & or unknown entity "&PHPSESSID"
line 208 column 35 - Warning: unescaped & or unknown entity "&PHPSESSID"
line 209 column 32 - Warning: unescaped & or unknown entity "&PHPSESSID"
line 210 column 35 - Warning: unescaped & or unknown entity "&PHPSESSID"
line 211 column 37 - Warning: unescaped & or unknown entity "&PHPSESSID"
line 212 column 36 - Warning: unescaped & or unknown entity "&PHPSESSID"
line 213 column 39 - Warning: unescaped & or unknown entity "&PHPSESSID"
line 228 column 67 - Warning: '<' + '/' + letter not allowed here
line 228 column 72 - Warning: '<' + '/' + letter not allowed here
line 228 column 113 - Warning: '<' + '/' + letter not allowed here
line 228 column 169 - Warning: '<' + '/' + letter not allowed here
line 228 column 175 - Warning: '<' + '/' + letter not allowed here
line 228 column 180 - Warning: '<' + '/' + letter not allowed here
line 228 column 218 - Warning: '<' + '/' + letter not allowed here
line 228 column 274 - Warning: '<' + '/' + letter not allowed here
line 228 column 280 - Warning: '<' + '/' + letter not allowed here
line 228 column 285 - Warning: '<' + '/' + letter not allowed here
line 228 column 314 - Warning: '<' + '/' + letter not allowed here
line 228 column 370 - Warning: '<' + '/' + letter not allowed here
line 228 column 376 - Warning: '<' + '/' + letter not allowed here
line 228 column 381 - Warning: '<' + '/' + letter not allowed here
line 228 column 412 - Warning: '<' + '/' + letter not allowed here
line 228 column 468 - Warning: '<' + '/' + letter not allowed here
line 228 column 474 - Warning: '<' + '/' + letter not allowed here
line 228 column 479 - Warning: '<' + '/' + letter not allowed here
line 228 column 510 - Warning: '<' + '/' + letter not allowed here
line 228 column 566 - Warning: '<' + '/' + letter not allowed here
line 228 column 572 - Warning: '<' + '/' + letter not allowed here
line 228 column 577 - Warning: '<' + '/' + letter not allowed here
line 228 column 616 - Warning: '<' + '/' + letter not allowed here
line 228 column 621 - Warning: '<' + '/' + letter not allowed here
line 228 column 629 - Warning: '<' + '/' + letter not allowed here
line 11 column 2 - Warning: <script> inserting "type" attribute
line 83 column 1 - Warning: <script> inserting "type" attribute
line 129 column 1 - Warning: <body> attribute "bgcolor" had invalid value "F3F3F3" and has been replaced
line 131 column 1 - Warning: <script> inserting "type" attribute
line 227 column 4 - Warning: <script> inserting "type" attribute
line 240 column 174 - Warning: <input> proprietary attribute "autocomplete"
line 240 column 288 - Warning: <font> attribute "color" had invalid value "C7C7C7" and has been replaced
line 240 column 341 - Warning: <script> inserting "type" attribute
line 248 column 3 - Warning: <form> lacks "action" attribute
line 252 column 3 - Warning: <script> inserting "type" attribute
line 268 column 4 - Warning: <img> lacks "alt" attribute
line 273 column 103 - Warning: <img> escaping malformed URI reference
line 273 column 103 - Warning: <img> proprietary attribute "onerror"
travelagent is offline
Reply With Quote
View Public Profile
 
Old 03-14-2007, 03:24 PM Re: www.dootzky.com - the programmers homepage
Angelosanto's Avatar
Ultra Talker

Posts: 440
Name: Danny Angelosanto
Its weird cos its got a modern and flashy look to it, but the code looks like it was written years ago! I mean you use the <font> tag!?!? CSS my friend!

Interesting idea though and it looks good. As LadyNRed said, the navigation is a little confusing though - u might wanna sort that one out
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
Old 03-14-2007, 10:01 PM Re: www.dootzky.com - the programmers homepage
Extreme Talker

Posts: 184
Well. since it's for programmers, I could easily figure out why it's not very user friendly. But the idea is interesting and funny. But... what is it for?
yellow1912 is offline
Reply With Quote
View Public Profile Visit yellow1912's homepage!
 
Old 03-14-2007, 11:23 PM Re: www.dootzky.com - the programmers homepage
jyoz22's Avatar
Extreme Talker

Posts: 242
Location: Orlando, FL
unique concept...
your HISTORY "command" doesn't work... and on ABOUT their is a type it says: "my program 'Address Book' wad downloaded"
__________________
Jyoz
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 01:43 AM Re: www.dootzky.com - the programmers homepage
The PHP Professor

Posts: 308
Name: Alex
Location: Behind You
i like it is awsome, especially with the automatic typing with java and all that!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 03-15-2007, 02:28 AM Re: www.dootzky.com - the programmers homepage
brian101's Avatar
Super Talker

Posts: 143
wow really NICE job, first time i saw something like it
brian101 is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 03:25 AM Re: www.dootzky.com - the programmers homepage
Junior Talker

Posts: 3
Name: Michael
what i see there, you've proved that you are a creative programmer,
but not that creative for designer, your homepage isn't user friendly and not much information visitor can find there,
and also who still like to use keyboard instead of a single mouse click...

anyhow no doubt, you have very interesting idea,
a new concept i've never seen before.

Good day
equalrates is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to www.dootzky.com - the programmers homepage
 

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.17264 seconds with 12 queries