LiveZilla Live Help
 


Go Back   Chime Host - Web Hosting Forum > World Wide Web > Web Graphic, Design, Digital Images
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Graphic, Design, Digital Images Talk about design, layout, your own work, photography, software related to graphics etc...

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 02-21-2008, 01:21 PM
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
snoop1990 is on a distinguished road
Default

Yes, that is the point on my side to ! I recreated a side a friend of mine designed some years ago using pure html. I added a css layout and in the end we have half the lines of code and it also looked even better. So Css really is a thing you should use if you want to design your own homepage.

Regrades Snoop1990
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 03-30-2008, 06:06 AM
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
bizzard is on a distinguished road
Default

I redesigned my site too with CSS and PHP. With PHP, it was much easier and it reduced the size of pages. Since I used <? include ''?> option of php for displaying Ads and the navigation bar, it will be easier to make the changes in the ad code applicable to all pages.

But, CSS displays the page different in Linux and Windows even in the same firefox browser... Main problems are with the width and other sizes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 03-30-2008, 06:07 AM
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
bizzard is on a distinguished road
Default

I redesigned my site too with CSS and PHP. With PHP, it was much easier and it reduced the size of pages. Since I used <? include ''?> option of php for displaying Ads and the navigation bar, it will be easier to make the changes in the ad code applicable to all pages.

But, CSS displays the page different in Linux and Windows even in the same firefox browser... Main problems are with the width and other sizes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 03-30-2008, 09:12 AM
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
snoop1990 is on a distinguished road
Default

Quote:
Originally Posted by bizzard View Post
But, CSS displays the page different in Linux and Windows even in the same firefox browser... Main problems are with the width and other sizes.
Yes, I noticed the same thing. It is horrible how different all those browsers are and it takes me a long time to figure out how to design my side until it looked at least similar on all the different browsers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 04-26-2008, 05:37 PM
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
bizzard is on a distinguished road
Default

I too have much problems with it. So, is there any way to have different CSS codes for different browsers and even different Operating systems?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 04-26-2008, 05:59 PM
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
snoop1990 is on a distinguished road
Default

Quote:
Originally Posted by bizzard View Post
I too have much problems with it. So, is there any way to have different CSS codes for different browsers and even different Operating systems?
You can do that using javascript, request the browser name and then dynamical choose the right style codes (css). That should fix your problem !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 07-01-2008, 11:53 PM
Member
 
Join Date: Jun 2008
tronador is on a distinguished road
Default

Dont use frames, use tables, divs tags and CSS instead, if you want a very nice site use Javascript and AJAX libraries as JQuery and Mootools
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-03-2008, 04:34 AM
Member
 
Join Date: Aug 2007
zztech is on a distinguished road
Default

Yup, I agree with Tronador. No one uses frames anymore. They're too cluttery. Tables are a possible choice, but I prefer CSS because it is more versatile. Plus, if you've got Dreamweaver, the CSS should be incredibly easy, which is how I've avoided properly learning CSS.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 09-11-2008, 04:17 PM
Junior Member
 
Join Date: Sep 2008
elnathan.rupert is on a distinguished road
Default

Quote:
Originally Posted by zztech View Post
Yup, I agree with Tronador. No one uses frames anymore. They're too cluttery. Tables are a possible choice, but I prefer CSS because it is more versatile. Plus, if you've got Dreamweaver, the CSS should be incredibly easy, which is how I've avoided properly learning CSS.
Amen to that. however the only problem is cross-browser compatility . Its hard to code a website and make sure that it appears exactly the way you did the website using your default browser (in my case, Mozilla Firefox)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 09-14-2008, 01:22 PM
Senior Member
 
Join Date: Nov 2005
Location: Wired
wired076 is on a distinguished road
Default

I have found Test your web design in different browsers - Browsershots has become invaluable when trying to view what your site looks like in different browsers on different systems. This is a great tool. However since late they have limited you to check your site for free once daily. But hey one check a day for free is better than none.

There is a great table at W3Schools.com on CSS cross browser support and what browsers support what at CSS2 Reference .

You can also validate css, html/xhtml pages at The W3C Markup Validation Service .

Notepad ++ is great for viewing your code as it can be adapted to the language you are coding in and highlight your code and make it easier on you to spot mistakes.


There are many other great tools out there but these are just a few to help you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How would you pass a variable from Flash AS3 to a HTML website? Ghast HTML/CSS/DHTML 0 01-23-2010 03:52 AM
Why Web site not indexed in Yahoo? Infoindya SEO - Search Engine Optimization 0 01-22-2010 12:04 PM
I installed windows xp on a laptop that already had windows vista. How do... indsmaz WIndows XP 1 12-09-2009 02:21 AM
when you jailbreak your iphone does it erase your contacts? djburnop Apple Iphone 2 12-09-2009 01:18 AM
I lost my blackberry disk!? GETLIKEME BlackBerry 1 12-08-2009 12:52 PM


All times are GMT +1. The time now is 02:55 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ChimeHost, a Profuse Solutions LLC company