#65176 - 01/31/05 07:54 AM
I am convinced. CSS is the future in web Design
|
Anonymous
Unregistered
|
I have built web pages long before my real estate career, back in my teens. The first wave was table design, then scripting design, flash, etc. After completly going crazy with my current tables design website (shown in my sig *incomplete) I have competly switched to a CSS based design. I could not be happier!!! See a demonstration of css design at: www.csszengarden.com
|
|
Top
|
|
|
|
#65177 - 01/31/05 11:47 PM
Re: I am convinced. CSS is the future in web Design
|
Anonymous
Unregistered
|
I totally agree. I started putting together dummy pages for my new company site, using tables and older HTML. What a total PAIN!!!
Moved to CSS, the startup time of getting the basic style sheets set up is the main overhead. Once done, layout and formating is an absolute breeze!!!
Now to see how long the Template Presence Providers take to come up to speed.
Yes, CSS 2.x rules! Its fun to say that now that I don't have to make my living doing web dev.
|
|
Top
|
|
|
|
#65178 - 02/01/05 01:41 PM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 09/24/04
Posts: 255
Loc: Hartford, Connecticut area.
|
Wow, those sites are really visually appealing. I look forward to seeing what the CSS future with hold for the internet.
|
|
Top
|
|
|
|
#65179 - 02/01/05 03:07 PM
Re: I am convinced. CSS is the future in web Design
|
Anonymous
Unregistered
|
Great! Very nice...
Know any good online tutorials? I've been meaning to learn more about it.
|
|
Top
|
|
|
|
#65180 - 02/02/05 05:26 AM
Re: I am convinced. CSS is the future in web Design
|
Anonymous
Unregistered
|
a google search will turn up a LOT of tutorials. To tell you the truth, I learned everything in less than 2 weeks, by reading the tutorials, and analyzing just about every design on the website i posted (www.csszengarden.com)
Its really not that hard, the only major problem is that CSS is not completly supported by all browsers to the best of its capability.
|
|
Top
|
|
|
|
#65181 - 02/02/05 08:50 AM
Re: I am convinced. CSS is the future in web Design
|
Veteran Member
Registered: 09/15/04
Posts: 767
Loc: Northern Virginia
|
Hello, Sorry I am neophyte to webdesign. If CSS is the way then how expensive is this new tool/technology compared to regular webdesigning?
I am planning to get a simple website build and I am looking for local web designer who can help me out.
Thank you Ritu
_________________________
Ritu Desai Team up with Ritu & Samson Realty for all your Real Estate needs. Serving Fairfax County, Loudoun County in Northern Virginia SAMSON REALTY,LLC Email - info@eNOVAHomes.com On the web: Your Virginia Realtor Virginia MLS Searches
|
|
Top
|
|
|
|
#65183 - 02/12/05 10:19 PM
Re: I am convinced. CSS is the future in web Design
|
Anonymous
Unregistered
|
Css is great for the design, however i believe that the future is behind dynamic web developent such as database driven php site
|
|
Top
|
|
|
|
#65184 - 02/13/05 08:58 AM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 11/12/04
Posts: 131
Loc: Chicago, IL
|
Originally posted by yuriyg: Css is great for the design, however i believe that the future is behind dynamic web developent such as database driven php site totaly, i have some css sites and some php, when i need to change something on my php site its 1/100 the time it takes with css. css just helps for design.
|
|
Top
|
|
|
|
#65185 - 02/13/05 03:01 PM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 02/04/05
Posts: 125
|
Just to clear up some confusion.
PHP is a scripting language which is often used to deliver dynamic content. Usually PHP is used in conjunction with a database, MySQL for example, which provides the content. PHP is also used for creating certain aspects of a website, header or navigation for instance, and then using a template like system to reuse those bits over and over.
CSS is a technology used to style markup languages. Mainly CSS is used to add presentational information to HTML.
It's not really fair to say PHP is more important or more useful than CSS since they're not even close to the same thing.
|
|
Top
|
|
|
|
#65187 - 02/23/05 11:21 AM
Re: I am convinced. CSS is the future in web Design
|
Anonymous
Unregistered
|
Its not new .. CSS has been around for a relatively long time.
|
|
Top
|
|
|
|
#65188 - 02/25/05 12:19 AM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 02/04/05
Posts: 125
|
Originally posted by Florida_Associate: Its not new .. CSS has been around for a relatively long time. It's too bad that not nearly enough people make good use of it.
|
|
Top
|
|
|
|
#65189 - 02/27/05 07:55 AM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 11/30/04
Posts: 13
Loc: Southlake, Texas
|
The first version of my site was table based. I was cool towards CSS (really didn't get the point) until I came across http://www.csszengarden.com. This site just blew me away. Every design uses the exact same HTML file and yet are astoundingly different due to the CSS. I finally "got it." So, the second (and current) version of my site is CSS based. The conversion was painful, and there are so many CSS related bugs in IE that you just want to scream. In a few places I just punted and used tables. But overall, I am happy with the result. As far as PHP/CSS goes, they are totally unrelated. An HTML file is hard coded HTML content, PHP generates dynamic HTML content and CSS can be used to format either.
|
|
Top
|
|
|
|
#65190 - 02/27/05 09:34 AM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 07/24/04
Posts: 976
Loc: Oklahoma
|
Originally posted by yuriyg: Css is great for the design, however i believe that the future is behind dynamic web developent such as database driven php site This statement is obviously made from a misinformed unit. The two "technologies", CSS and PHP, are used in two totally different ways, one is for pulling/capturing data and adding dynamic data (from a database or other location) into the site, while one is (for the most part) strictly used to define the data presentation. You can't compare apples to oranges. I'm glad someone brought up CSS Zengarden, I used that site heavily when I was a web development instructor at the local technology center, it is one of the best examples of totally seperating content from layout and being able to roll out a new layout within a few hours. However, the learning curve is fairly high, and the initial time to construct the layout is a little higher than with tables. -J
|
|
Top
|
|
|
|
|
|