#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
|
|
|
|
#65191 - 02/27/05 01:15 PM
Re: I am convinced. CSS is the future in web Design
|
Veteran Member
Registered: 09/15/04
Posts: 767
Loc: Northern Virginia
|
Hello Question regarding cSS.. I am getting my website created with Advanced Acceess can I have them run the software for CSS or I can do externally?
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
|
|
|
|
#65192 - 03/02/05 10:46 PM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 02/04/05
Posts: 125
|
Originally posted by Josh Turmel: 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. -J Not to nitpick but PHP is still a flexible programing language and has MANY uses outside the realm of dynamic websites.
|
|
Top
|
|
|
|
#65193 - 03/02/05 10:49 PM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 02/04/05
Posts: 125
|
Originally posted by rrealtor: Hello Question regarding cSS.. I am getting my website created with Advanced Acceess can I have them run the software for CSS or I can do externally?
Thank You Ritu I've never used Advanced Access, but if you can specify different id and class values for different elements you should be able to use your own CSS file. They don't need any 'software' to make use of CSS as it's a client side technology, which means that it's up to the client accessing the website (the user, search engine spider, or whatever) to make use of the information contained in the style sheet.
|
|
Top
|
|
|
|
#65194 - 03/06/05 09:30 AM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 07/24/04
Posts: 976
Loc: Oklahoma
|
Originally posted by RealtyPresence: Originally posted by Josh Turmel: 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. -J Not to nitpick but PHP is still a flexible programing language and has MANY uses outside the realm of dynamic websites. What part of my post did you not understand? PHP is mainly a construct to handle DATA, period. CSS is mainly a construct to handle layout, period. Yes you can do layout with PHP, but all your really doing is telling the PHP to write the CSS (or HTML to control layout) or pull DATA to construct a style sheet, etc. Again, PHP for data, CSS to control layout. Am I clear now? -J
|
|
Top
|
|
|
|
#65195 - 03/07/05 11:13 AM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 02/04/05
Posts: 125
|
Calm down there buddy, I didn't misunderstand you. I was just pointing out that PHP can do a lot more than just pull data out of whatever, people seem to forget that.
|
|
Top
|
|
|
|
#65196 - 03/07/05 09:44 PM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 07/24/04
Posts: 976
Loc: Oklahoma
|
Quit making assumptions and then you won't get the gist that I'm getting hostile...
I never said that PHP could ONLY "pull data"... if you read what I posted, I said that it is mainly used to work with data, and it is; while CSS is mainly used to work with layout, of course you can do all kinds of things other than those two with each one but that does not mean it is best practice. I could use Javascript to read from a text file database to pull data to populate data in my website, doesn't mean you should though.
-J
|
|
Top
|
|
|
|
#65197 - 03/08/05 02:45 PM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 02/04/05
Posts: 125
|
From your previous post... Originally Posted by Josh Turmel
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...
To the uninformed it sounds like PHP is only used to pull data out of a database for a dynamic page. I was just doing some PHP advocating by informing others reading this thread that PHP is more than just that.
|
|
Top
|
|
|
|
#65198 - 03/09/05 08:56 PM
Re: I am convinced. CSS is the future in web Design
|
Member
Registered: 07/24/04
Posts: 976
Loc: Oklahoma
|
Like I said, I didn't put the "only" quantifier in there, but maybe I should have added "manipulating" to the "pulling/capturing" and we wouldn't be having this discussion.
-J
|
|
Top
|
|
|
|
|
|