Posts: 13
Name: Sean Lum
Location: Portland, Oregon, USA, Planet Earth
|
Personally I use CSS no matter what. It is hard to be a web designer and not run into CSS. Sites like livejournal, wordpress, myspace, and many others let you not only create css for your stuff, but can let you even customize the apperance of your page (ie your theme).
When you use a CMS (like wordpress) it uses PHP, or another higher level language to through your pages together in XHTML, and then uses a internal stylesheet (your template) and then styles the page accordingly.
Wether or not you are using dynamically constructed pages (like wordpress pages, again), CSS is the most commonly used form of styling.
CSS is also pretty quick (unless you're using inline definitions, and classes which can slow your code down by about 40%) when you clarify things by id name, and link to an external CSS file.
CMS systems are good for commerce sites. There is a CMS made for e-commerce called Magento, and it may be something you might want to look at. However, wordpress is very nice. Joomla, and Drupal are okay. There are many CMS's to choose from. Though you're likely going to be looking at the four I mentioned earlier, they are considered to be the best. Who knows, you may even choose something different.
I hope this proves useful!
__________________
I'm 17 years old and looking for work.
web/information/graphic Design/SEO/Re-design
Please login or register to view this content. Registration is FREE
|