I've also moved the thread from "General" to "Code" on 08/19/2013 - Aug. 19th, 2013.
So, I've oficially built my first legitimate site. It started as a personal project, but people seemed to like it, so I thought I'd add more styles and themes for the different users.
They all have an autoplay song except for the stock one. Go ahead and complain.
Suggestions and corrective criticism are welcome and endorsed. Ideas and opinions are also welcome, but not heavily watched.
Stock
Funk
Dubstep
Stoner
Metal
SOURCE USAGE
Yes, this website software is free and open source for you to freely edit under the conditions listed here...
http://www.tylerwire.tk/terms/
Failure to result in following the terms will result in actions taken against you to prevent you from accessing my site... Have a nice day. :)
You seem to be using all inline styles for the site. You should have all of your styles inside of your external stylesheet. Having everything in a single location will make future changes easier and quicker.
Why are you using a table for your search bar? It's generally bad practice to use tables for anything other than data that needs to be displayed in a table format. Always style with CSS, do not use tables to style things.
You should use placeholder="Google Search :)" instead of value="Google Search :)". Placeholder is great because the text will disappear when you start to type. Also, with value set, when you hit enter, it will search for "Google Search" (or whatever else is in value). Using placeholder will return a blank search unless you type something in.
Maybe look into using Twitter Bootstrap as a goal next, you could make your site responsive/mobile and use lots of awesome built in assets. - http://twbs.github.io/bootstrap/
Here are some other useful links: http://css-tricks.com/snippets/ | http://learnlayout.com/
Awesome. Fast and fluid. The only quirk that I have is that the light-up animation on the labels is jumpy(hardly noticeable though) and takes a while (a while meaning a second or a bit less). All of that be a problem caused by my computer though...looks great. Not to sound pushy but will this gain more features or what? Its perfect the way it is. I am just wondering.