WHATS YOUR OPINION ABOUT THIS SITE ?

Question by hamooo_ l:
whats your view about this site ?
hi i want your openion about this site
http://www.7elm3aber.com
http://www.7elm3aber.com/vb
and please tell me how can i find script like its main 7elm3aber.com
themes and games and ringtons for mobile
——————————————
Answer by quantumkev
Personally, I like it. The only recommendation I would make would be to use another color or 2 to break up all the yellowish color. Other than that, I think it looks pretty nice. Seems to be organized (I cannot read the language, so…) and not too busy. As far as the script, not sure what to tell you. Good luck though : )
——————————————
Add your own answer in the comments!









about 1 year ago
Try this:
ob_start();
include(‘getxml.php’);
$xml = ob_get_clean();
$xml = simplexml_load_string($xml);
It first turns on output buffering, runs the php in getxml.php, puts any output generated by getxml.php into $xml and parses it.
about 3 months ago
there in a language I cant read…
about 3 months ago
why don’t you try Nokia Today’s site…better and you can find what you want easily
about 3 months ago
I will try to stick to the technical part, because I am not great with design.
First of all, your site has 900+ KB, which means it is HUGE. I’ve tried viewing it with a damn fast internet connection and it loaded so so slow. So my first recomandation is to get rid of some of those images.
Secondly, after you made sure all those unnecessary images are gone, try converting all your banners to .gif or .png format (I recommend GIF because it is displayed properly in all browsers, IE seems to have a problem displaying .png).
Furthermore, you could use a technique like CSS sprites to reduce the number of requests the user has to make in order to download the whole site, because your site requires LOTS of requests and that is not a good thing.
Read more about css sprites here: http://www.alistapart.com/articles/sprites
Good luck!