ifubad Posted September 22, 2008 Share Posted September 22, 2008 http://www.waiming.com Created this site for someone, for practice purpose. Be honest, good or bad This is my first site with css (no tables) and php, it's 95+% finished. Just started learning this stuff about 4-5 months ago, still need to start learning javascript. Majority of data are generated dynamically. The shopping cart is a plug-in. Known issues with IE 6 & 7: no pop up image, z-index(giving up on this for now), some minor positioning. And very minor 2 line w3c errors on the <form> only. HTML generated with php, may look sloppy, not sure how to get it to line up properly yet. How much $$$ one would charge and approximate time it would take for someone with experience to create this? Just curious. Quote Link to comment Share on other sites More sharing options...
dropfaith Posted September 22, 2008 Share Posted September 22, 2008 i like it its a clean style only thing style wise id play with is maybe a border along the left side ,it just seems you have a solid edge on top right and bottom and the left side is just there and open into the left margin.. Some seo tips Your using images as headers for content which wont rank as high as <h1> style heading you can class those then style them not to display and just repeat the text used and bots will be able to read them and rank you higher for use of keywords and good semantics Quote Link to comment Share on other sites More sharing options...
ifubad Posted September 22, 2008 Author Share Posted September 22, 2008 Your using images as headers for content which wont rank as high as Are you referring to the title of those thumbnails? Quote Link to comment Share on other sites More sharing options...
dropfaith Posted September 22, 2008 Share Posted September 22, 2008 no not thumbnails just alts work for those but things like http://www.waiming.com/images/catalog.png that image is a headline google sees and can only read the alt which is good but if theres a heading they would see that as important something like below that way theres a heading that a bot can see there instead of just an image <h3 style="display:none;">Catolog </h3> <img style="padding-left: 20px;" src="../images/catalog.png" alt="Catalog"> <img style="padding-left: 20px;" src="../images/catalog.png" alt="Catalog"> Quote Link to comment Share on other sites More sharing options...
ifubad Posted September 22, 2008 Author Share Posted September 22, 2008 Your suggestion sounds good, I'll fix that tomorrow. What about wrapping the <img> within <h1> <h1><img src="xxx.jpg" alt="Catalog"></h1> does that also turn the alt value into a heading or no? Quote Link to comment Share on other sites More sharing options...
dropfaith Posted September 22, 2008 Share Posted September 22, 2008 not that i know of i dont think alts become headings if located inside of one its an interesting theory tho might need to look into that but i doubt the bot sees things like that Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.