IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
2 Pages V  < 1 2  
Reply to this topicStart new topic

How Often Do You Use Css?

, As opposed to using simple <font> and <div> tags

mm22
no avatar
Member [Level 3]
******
Group: [HOSTED]
Posts: 96
Joined: 21-May 08
Member No.: 62,444
myCENT:44.82



Post #11 post Jul 29 2008, 12:25 PM
QUOTE(kudmus @ Jul 29 2008, 04:35 PM) [snapback]401599[/snapback]
I couldn't agree more. I've noticed that those whose use HTML instead of CSS don't have strong facts to justify their choice. They are simply trying to resist change.

Why not change it in CSS whenever you think the font is now obsolete. Besides I don't like sites that keep changing their looks. I believe there should be some uniformity in your pages and pages shoud not change the way they look in a matter of days. Imagine if one day you see your Google search results in Verdana, the next day in Lucida console and then days later they change it to Times New Roman. I don't think sane people would love that.


I agree on that, a website should have homogeneous look throughout the pages and should not change it that often, but that's just my personal opinion... nevertheless it seems like it's been like that for most popular sites in the last few years, while it was possibly more common to have fancy colors and the like in the early age of the internet, perhaps people just wanted to try out all tags wink.gif anyway it's a matter of taste after all... clothes, cars, etc. use different shapes and colors every couple of years so does mainstream web design...

I still think sometimes it is ok to "break the style", for example if one page is really special or displays a different content or we want to achieve "special effects", just wondering if it's a good practice to put the css declaration inside a tag every now and then when it's not worth it creating a new id (for example <p style="font-size:......>), is it recommended/deprecated/ok?
Go to the top of the page
+Quote Post
varalu
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 348
Joined: 1-October 07
From: India
Member No.: 50,968
myCENT:83.59



Post #12 post Jul 29 2008, 05:31 PM
QUOTE(DSGamer3002 @ Feb 17 2008, 04:52 PM) [snapback]374474[/snapback]
CSS is basically made to make your html coding a heck of a lot easier. However, sometimes I prefer to use html instead of CSS since it sometimes gets frustrating to refer to the same old style sheet and use an old font ID you made about a week ago. I find it a lot more efficient to just type out the specified font color/style/size in the <font> tag than to use an individual <div> or <table> for certain fonts you'd like to use. Sure, it's very helpful a lot of the time to use CSS in most cases, since it's kind of like a very simplified version of PHP but in a different case, but sometimes for small sites it's better to just not deal with another file.

How do you usually use CSS, and how often?


Almost every day man... I am into lot of things these days and that keeps me engaged. CSS is only a part of the full picture... I have few websites of my own and have few blogs too.. These needs continues maintenance else will go to crap, so kind of needs my attention always.... So i have no other choice but to tweak them regularly and keep myself updated. Though i do not create css of my own, i work a lot on that. Most of the time, i change/ tweak the codes that are available online or elsewhere...

For tweaking there are so many references I have, though Google helps in most of the time.
Go to the top of the page
+Quote Post
moutonoir
no avatar
Advanced Member
*******
Group: [HOSTED]
Posts: 142
Joined: 23-June 08
From: United States
Member No.: 64,061



Post #13 post Jul 29 2008, 10:07 PM
I agree sites should be mostly uniform in their appearance. It's nice to update once in awhile though as web standards and design trends change. It also gives the impression that you're trying to keep your site as current as possible.

CSS has made the process of changing pages so easy and convienent. Plus, by altering it instead of the actual HTML, you're more likely to keep key features of your site, such as its navigation, constant. This is much easier on your visitors. I'm always a little annoyed when sites I really like completely revamp their appearances, to the point where I can't find what I'm looking for. Small, incremental changes are best so that your appearance "evolves" over the years.
Go to the top of the page
+Quote Post
encryptedwrath
no avatar
Member [Level 1]
****
Group: Members
Posts: 73
Joined: 15-January 08
From: Bristol
Member No.: 56,299
myCENT:57.30



Post #14 post Nov 2 2008, 11:55 AM
I've fallen out of web design recently , and almost forgot CSS a few weeks ago untilI brushed up using a few tutorials on the web , but CSS is generally a must have tool. I use it all the time now smile.gif
Go to the top of the page
+Quote Post
dragonfang00
no avatar
Newbie [Level 3]
***
Group: Members
Posts: 49
Joined: 3-November 08
From: Philippines
Member No.: 71,312
myCENT:78.61



Post #15 post Nov 6 2008, 09:08 AM
just like rvalkass.. I started using html and css as soon I knew it existed.. They are like partners for me.. no css no html.. and now I already have a company when I am creating a web site = CSS, HTML, and PHP...

everytime I am thinking of a site I am thinking first of a website layout for the css.. It's like "float" is much better than table.. and sometimes table WITH a STYLE is much better than normal table tag without a style..

you can do many things with css not just changing font colors and backgrounds...
Go to the top of the page
+Quote Post
xpress
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 344
Joined: 16-August 08
From: X Universe
Member No.: 66,523
Spam Patrol
myCENT:46.06



Post #16 post Nov 6 2008, 04:33 PM
I prefer to use CSS always. I always try to follow w3c guidelines about web page designing. HTML is for Structure and CSS for Presentation. I am following it. I won't mess up my HTML code with presentation attributes like color, size etc..
My CSS will take care of them. And I prefer using external style sheet. This will make it easy to edit style in a single file without having to edit many pages. And also it saves a little bandwidth. biggrin.gif
Go to the top of the page
+Quote Post
jmark
no avatar
Newbie
*
Group: Members
Posts: 5
Joined: 20-November 08
From: Philippines
Member No.: 72,865
myCENT:18.23



Post #17 post Nov 26 2008, 04:34 AM
I've been designing sites for a month and i have just learn CSS and DIV last 3 months and it really makes my designing easier. and i feel like i've just step up to the next level of my skill in web designing.. smile.gif
Go to the top of the page
+Quote Post
Lightning73
no avatar
Advanced Member
*******
Group: [HOSTED]
Posts: 131
Joined: 12-September 08
Member No.: 67,760
myCENT:52.16



Post #18 post Nov 26 2008, 05:52 AM
I only use CSS for bigger sites. Not for my small sites that calculate stuff and such(experiments).
I love it though. Just typing out the code once and then being able to use it everywhere with the <div> tag.
I seriously recommend anyone not using CSS to find some tutorials with Google and start learning right away. That is if you make sites of course.
Go to the top of the page
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic

 



RSS Lo-Fi Version Time is now: 4th December 2008 - 08:52 PM