Agents Online Real Estate Forums, Discussion, Realtors Marketing Tips

Follow AgentsOnline on Twitter

Click Here to display our logo on your site and link to us!
AgentsOnline Real Estate Discussion Forums Logo

Good Ideas
Nusetlock.com




REO Prep Foreclosure Listings




How To Advertise Here

More Good Ideas!
Real Estate Websites for Realtors




Build your brand on a Real Estate Site





Facebook
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#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
Xenogenetic Offline
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
rrealtor Offline
Veteran Member

Registered: 09/15/04
Posts: 792
Loc: 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
Associate Broker
EcoBroker, ePRO, ABR

Team up with Ritu & Samson Properties for all your Real Estate needs in Northern Virginia.
Serving Fairfax County, Loudoun County in Northern Virginia

Samson Properties,LLC
Email - info@eNOVAHomes.com
On the web: Your Virginia Realtor
Virginia MLS Searches

Top
#65182 - 02/04/05 04:59 PM Re: I am convinced. CSS is the future in web Design
RealtyPresence Offline
Member

Registered: 02/04/05
Posts: 125
 Quote:
Originally posted by rrealtor:
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
CSS is free! There are no costs associated with developing a website using CSS. CSS (Cascading Style Sheets) is just a technology that integrates into regular HTML to help separate content from presentation.

Here are some good resources.

http://www.w3schools.com
http://www.meyerweb.com
http://www.w3.org
http://www.positioniseverything.com
http://www.csszengarden.com
http://www.cssvault.com
http://www.stylegala.com
_________________________
Durham Region Real Estate

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
CRMguru Offline
Member

Registered: 11/12/04
Posts: 131
Loc: Chicago, IL
 Quote:
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.
_________________________
Myrtle Beach Real Estate

Top
#65185 - 02/13/05 03:01 PM Re: I am convinced. CSS is the future in web Design
RealtyPresence Offline
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.
_________________________
Durham Region Real Estate

Top
#65186 - 02/22/05 08:14 AM Re: I am convinced. CSS is the future in web Design
boon Offline
Member

Registered: 01/22/05
Posts: 34
very nice site \:\)
_________________________
Baltimore Real Estate

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
RealtyPresence Offline
Member

Registered: 02/04/05
Posts: 125
 Quote:
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.
_________________________
Durham Region Real Estate

Top
#65189 - 02/27/05 07:55 AM Re: I am convinced. CSS is the future in web Design
BillR Offline
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.
_________________________
Bill Ruppert
Webmaster
Southlake Texas Real Estate

Top
#65190 - 02/27/05 09:34 AM Re: I am convinced. CSS is the future in web Design
Lemrutauhsoj Offline
Member

Registered: 07/24/04
Posts: 976
Loc: Oklahoma
 Quote:
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
_________________________
Oklahoma City Real Estate

Top
Page 1 of 2 1 2 >






Moderator:  Maui 
Google Custom Forum Search

This Google Custom search may do a better job of searching the forums for some keywords than the old forum search does. The results do not include threads from the Asset Managers Forum however. To search that forum you will need to be actually in the Asset Managers Forum and you will need to use the old forum search below.
Search

Good Idea!
REO and Short Sale Listings
Sponsors

Newest Members
DCBroker, midpen786, healthinsurance, manhattanscout, hghgh
20765 Registered Users
Who's Online
22 registered (cindys, c302, 75Corvette, BPO123, AgentinMA, 3 invisible), 190 Guests and 1 Spider online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters (30 Days)
DueDiligence 90
Vermont 89
HomeTeamGA 50
pikes peak 41
smg 41
shana 40
pro 40
Kjmendy 38
Artiste 37
75Corvette 37
Brad - W4BJM 36
Doin' bpose 34
realyte 31
VABroker 30
Dave23 30
(Views)Popular Topics
No new orders today 3959490
I MAKE 100 COLD CALLS EVERY DAY & LOVE IT! 2028034
Stupid MLS comments. 842290
EML 457988
Evalonline 299344
Land America 284999
Mainstreet 261428
What do you know about Froy Candelario, top agent in USA 248719
Pay it Forward - BPO/REO Tips & Tricks I & II 223600
New HUD Listing Brokers---Any Update? 223016
Is there religious content in Buffini class? 197398
Stupid QC comments and BPO requirements. 187350
FARVV 177240
REOTRANS 151499
USRES / RES.NET 147574
AVM Bpos 139412
asset val seminar in colorado 134437
FARVV 126751
Let's talk about our cars 120467
PAS 118318
Featured Member
Registered: 01/26/05
Posts: 1968

How To Advertise Here


This site presented by RNC Internet Services