|
|
#65275 - 02/16/05 07:00 AM
Custom Templates / Web Design
|
Member
Registered: 01/22/05
Posts: 34
|
My husband is a new real estate agent and I am heading that way when I take my test next week and I also do web design Here are a couple of the projects I am working on. If your looking for a custome template, I can also recommend a cheap and reliable host. http://www.magneticwebdesign.com/mjelde.jpg one that is in work http://www.magneticwebdesign.com/pitt.jpg everthing is custom no pre made templates. Nothing is reused.
|
|
Top
|
|
|
|
#65276 - 02/18/05 10:22 AM
Re: Custom Templates / Web Design
|
Member
Registered: 02/04/05
Posts: 125
|
Hrm, lots of images, text as images, probably lots of tables and spacer images. Not so great for SEO and overall usability and accessibility. Have you considered that?
|
|
Top
|
|
|
|
#65277 - 02/21/05 09:15 PM
Re: Custom Templates / Web Design
|
Member
Registered: 01/22/05
Posts: 34
|
That is just a jpg of the site not cut up. True there is alot of images (mainly bottom, left, top) after its cut up but the text that are images are the buttons and the content parts are turned to background images and regular text is used for the greater part of the site. For example here is one of my sites mostly images with content with plain text. http://www.fraghqservers.com/ Load time is fast. Most really nice templates consist of images or flash.
|
|
Top
|
|
|
|
#65278 - 02/21/05 10:18 PM
Re: Custom Templates / Web Design
|
Member
Registered: 02/04/05
Posts: 125
|
I still think tables and spacer images are no good. Text as an image is bad too. Most templates that look "really nice" aren't very good for a lot of things.
|
|
Top
|
|
|
|
#65279 - 02/22/05 07:42 AM
Re: Custom Templates / Web Design
|
Member
Registered: 01/22/05
Posts: 34
|
I was just displaying some of the templates I can create. I work in photoshop daily and wanted to display some of my work.
The only Text as Images AKA buttons is the navigation bar the rest as I explained all the content is plain text.
|
|
Top
|
|
|
|
#65280 - 03/22/05 10:05 AM
Re: Custom Templates / Web Design
|
Anonymous
Unregistered
|
boon,
In kind - Remember to run a spell check just before uploading your site. On your homepage you've missed spelled "benifits", should be "benefits".
Just-thought-you'd-wanna-know.
|
|
Top
|
|
|
|
#65281 - 04/26/05 06:04 AM
Re: Custom Templates / Web Design
|
Anonymous
Unregistered
|
how could a table possibly be bad for SEO? have you checked some of the top ranking sites? most all sites are using tables. Frames are bad, tables are not bad. just my .02 worth later, PS as for a good host, check my prices, very affordable, and superb support from design/programming/optimization http://dosdawgs.com
|
|
Top
|
|
|
|
#65284 - 04/26/05 09:59 AM
Re: Custom Templates / Web Design
|
Member
Registered: 02/16/05
Posts: 75
Loc: Key West, FL
|
Originally posted by AgentServer: Any site can rank and rank well. Have that be a frame site, a table site, a pure css style site....
As long as the person working on the SEO knows what they are doing, everything will rank You are possibly right but why fight yourself with a search engine hostile foundation. Its like building a house with cinder blocks that were made with sea water. It will last for a little while but you will have a hell of a job keeping up with repairs. As far as templates go. Some templates, like Monster templates, are a horror. You can build a css/xhtml template with all the rich features of a user friendly, SEO optimized architecture. I do it all the time.
|
|
Top
|
|
|
|
#65286 - 04/26/05 10:16 AM
Re: Custom Templates / Web Design
|
Member
Registered: 02/16/05
Posts: 75
Loc: Key West, FL
|
Originally posted by LowCountry Resorts: how could a table possibly be bad for SEO? have you checked some of the top ranking sites? most all sites are using tables. Frames are bad, tables are not bad.
Several reasons. First, tables do not mean you can not get a good rank it just makes it harder. Tables are a design hack, their purpose is for tablular data, i.e. train schedules. They add bloat, high html to content ratio, and convolute the flow of content making it difficult for SEs to spider. Css/xhtml provides greater access, usiblity, and cross browser compatibility. Even with all that the main reason to migrate away from tables is they are a dead end. PDAs, cell phones and other web devices will soon dominate and table based sites will not work with them.
|
|
Top
|
|
|
|
#65287 - 04/27/05 06:48 AM
Re: Custom Templates / Web Design
|
Anonymous
Unregistered
|
i viewed your links, the code does look clean, but nowhere have i read about tables presenting a problem to spider other than here. i will investigate that. as for you mention that tables are a dead end, not everybody will use a web device in that nature. but i do like the cleanliness of the css/xhmtl. will start to try to migrate that way. css is kewl i have always like css, xhtml is something i have been tinkering with, but not got that involved, as i am a web programmer/developer, so there are parameters, in programming a dynamic site that are different from static sites. MO of course. i truly dont think portable devices are going to dominate the web, that might be an overstatement.
later,
|
|
Top
|
|
|
|
#65288 - 04/27/05 07:15 AM
Re: Custom Templates / Web Design
|
Member
Registered: 02/16/05
Posts: 75
Loc: Key West, FL
|
Sometimes a picture is worth 1000 words. Not long ago I converted an open realty dynamic browse program to css. I am not a programmer. The program's fucntion is to list 10 property listings. The table version had 5 nested tables and 150 lines of code for each listing, the css version contains no tables and only 39 lines of code, a 75% reduction. You can see how they match up at: http://support.open-realty.org/showthread.php?t=3892 Look at the code for the table version and you can see the tortuous path that a SE would have to take, if it was able, to make sense of the content. note: the site referenced is now broadwaykeys.com and is using an alpha version of OR 2. I plan to convert the browse function once OR 2 is out of beta.
|
|
Top
|
|
|
|
#65289 - 05/03/05 10:48 PM
Re: Custom Templates / Web Design
|
Member
Registered: 02/04/05
Posts: 125
|
Originally posted by LowCountry Resorts: how could a table possibly be bad for SEO? have you checked some of the top ranking sites? most all sites are using tables. Frames are bad, tables are not bad.
just my .02 worth Tables increase code-to-content ratio, that is they reduce keyword saturation, and add markup that's not needed with a tableless site. They also increase page weight, in terms of file size, which has it's own drawbacks. Sites can rank well for a number of reasons, so don't be quick to assume that they're doing everything right. 
|
|
Top
|
|
|
|
|
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.
|
|
Registered: 02/25/05
Posts: 2232
|
|
|