 |
Account Login
|
 |
 |
Latest Articles
|
 |
 |
IRC Channel
|
 |
 |
Associates
|
 |
 |
Associates
|
 |
|
 |
 |
|
 |
07-19-2009, 08:26 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Jul 2009
Posts: 4
Thanks: 0
|
Heratheim Works
I have released 3rd edition of my website.... hope you like it.
I could use any tips,help, bug finding and etc.. in order to improve it....
http://www.heratheimworks.ath.cx
|
|
|
|
07-22-2009, 02:06 PM
|
#2 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
I like the 2003'ish design. :P
But i recommend to use a bit less grey. Grey is a color that always fits with any other color, but it's also a pretty boring color. Get another color to make the greyish break.
Take TalkPHP for example, a lot of grey is used here. But because they use orange it looks a lot better. Imagine the orange gone and you'll understand what im saying :)
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|
08-07-2009, 04:59 PM
|
#3 (permalink)
|
|
The Visitor
Join Date: Jul 2009
Posts: 4
Thanks: 0
|
No more replies? 
|
|
|
|
08-07-2009, 06:52 PM
|
#4 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Get rid of the flash navigation, it's bad for SEO and I can't see the URL I'm going to visit before I click the button!
|
|
|
|
08-08-2009, 04:56 PM
|
#5 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Your site is failing to load so I cannot give you comments.
|
|
|
|
08-08-2009, 09:06 PM
|
#6 (permalink)
|
|
The Visitor
Join Date: Jul 2009
Posts: 4
Thanks: 0
|
yeah, i had some problems...  now it's ok... tell me what you think 
|
|
|
|
08-09-2009, 12:43 AM
|
#7 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
- Flash is bad, it doesn't work for text readers/mobile browsers. (A mobile site would suffice for the later).
- The overall site load is pretty slow:
- gzip the files
- Use CSS sprites, compress images.
- Do [black, gray, white, lime, orange, [dark blue, light blue]] really go with each other? I wonder how it would look with out the green (orange and blue match very well).
- Is the comment form really a PM box that is linked with the forum? If so it is really nice.
- The text seems just a tad small and the font-face could be changed.
- Your Google Analytics code should really go on the bottom (just before the end of </body>, Page on why it will also speed up the page load.
- Tables? Maybe try using <div>'s?
- You seem to have a LOT of [IF IE x] conditional statements, this will slow page rendering. I would recommend JavaScript or PHP selective parsing. (Use JS or PHP to print/do specific things based on the browser, they are faster.)
- You're using HTML elements that are:
- Going to be deprecated in HTML5 (<font>).
- Can be replaced with <span>'s and CSS.
- Oh, you don't have a doctype.
- Always, Always fill in the alt="" attributes, they are used by screen readers or if your images go offline/[server, client] can't load them.
Overall: 6.5/10
You clearly have a grasp on what you've done, it seems that you are just a little behind in the current technologies (5,6,7[,8],9[,11]). The site is NOT bad, I just think it could be modified a little.
My $0.02.
- Adam
*EDIT* Formatting issues.
|
|
|
|
08-09-2009, 01:14 PM
|
#8 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Quote:
|
The overall site load is pretty slow
|
Actually the site loaded pretty quickly for me and I'm on dial-up. This could however be partially because the flash is already in my cache.
Quote:
|
You seem to have a LOT of [IF IE x] conditional statements, this will slow page rendering. I would recommend JavaScript or PHP selective parsing. (Use JS or PHP to print/do specific things based on the browser, they are faster.)
|
I disagree with this, I think that using the [IF IE x] statements is much more reliable than the javascript or php alternatives. However, you could get rid of them completely if you removed the flash banner and navigation. 
|
|
|
|
08-09-2009, 03:18 PM
|
#9 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
Quote:
Originally Posted by ETbyrne
Actually the site loaded pretty quickly for me and I'm on dial-up. This could however be partially because the flash is already in my cache.
I disagree with this, I think that using the [IF IE x] statements is much more reliable than the javascript or php alternatives. However, you could get rid of them completely if you removed the flash banner and navigation. 
|
Yea I disagree with that last comment, I do however agree with the flash comments.
Although it is possible to make seo friendly flash it is however a nightmare for accessibility.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|
08-09-2009, 07:04 PM
|
#10 (permalink)
|
|
The Visitor
Join Date: Jul 2009
Posts: 4
Thanks: 0
|
Thanks for comments... if some one can explain me the problems of flash and seo 
|
|
|
|
08-09-2009, 07:14 PM
|
#11 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Quote:
Originally Posted by HERATHEIM
Thanks for comments... if some one can explain me the problems of flash and seo 
|
Site crawlers only read text, so if you have a menu in HTML:
HTML Code:
<nav>
<a href="/">Home</a>
<a href="/about">About</a>
</nav>
The crawler can read and access those links. If your nav is hidden in flash all it sees is a .swf file, so it will ignore it and move down the page. For all it knows the .swf could be a movie, nav, blank, game, ect...
Plus flash is [slow, clunky, requires plugins, crap]. Most users don't like flash, they prefer Ajax. (But only if it is on things like forms or tabs.
|
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|