don4365345
Members
-
Joined
-
Last visited
Reputation Activity
-
don4365345 got a reaction from SmuJ in need advise on new desktop.anything that doesnt say 'mac' on it
-
don4365345 got a reaction from KCooper in need advise on new desktop.anything that doesnt say 'mac' on it
-
don4365345 reacted to Monie in First Website for a ClientHi Luno,
Great design you have there!
For starter, let me give you some coding tips or a much more user friendly saying, "the best practice" in web design/development.
To maximized your page load time, put all your JavaScript reference at the very bottom of your page, just before you close your <body> tag. The reason is that, when the page is loading the JavaScript files, nothing else is loading on your page unless all your JavaScript is fully loaded. So you will see some lagging there while the page is loading..
Try to reduce even more HTTP request. This can be achieve by combining a few files together for instance, you have two css file and four JavaScript file. This produce a total of six HTTP call. By combining them, you'll reduce it to two HTTP call by combining all your css file together and combining your JavaScript files together.
Image Sprites, ever wonder what is it? On your page, roughly I can see more than 5-7 images. this will also produce extra HTTP call. By using CSS Sprites, combining all of the images into one big images can reduce page loading time.
Let me know if you need more explanation on that facts.
-
don4365345 reacted to Lev in best browserie6
-
don4365345 got a reaction from kingy da killa in Review site for client!id say get rid of the bullet points, break up the text and little more and use some more white space? The large special offers image two thirds down should maybe lead somewhere too? other than that its not bad
-
don4365345 got a reaction from patrickh in my new portfolio siteits not bad,
one small thing- if i raise the text size to max using your size options, some of the text in the blue box dissappears (im using chrome).