Cyberpunk Wannabe
Gender:
Posts: 38
320 credits Members referred : 0
« on: Jun 17, 2009, 10:49:22 am »
CSS is a key to control the interface of website design; every new website comes with CSS code. I am working on my personal website the design inspiration of which I got from these websites
I need your help about CSS I have not started coding yet on defining styles of pages. Should I use external CSS, embedded or inline what will be the best practice? Reply my post if you have enough experience.
Google dot what?
Posts: 2
12 credits Members referred : 0
« Reply #1 on: Jun 17, 2009, 11:08:09 am »
actually it all depends on your skills and which css is more easy for you otherwise it is recomended that you use external
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #2 on: Jun 17, 2009, 12:18:04 pm »
for efficient updates use ALWAYS external style sheets
Cyberpunk Wannabe
Gender:
Posts: 38
320 credits Members referred : 0
« Reply #3 on: Jun 18, 2009, 12:30:54 pm »
thanks for you courtesy
Cyberpunk Wannabe
Posts: 38
228 credits Members referred : 0
« Reply #4 on: Jul 16, 2009, 04:09:41 pm »
i think external css is the best option. it's easier to update if you have a lot of sites that use the same file.
Bill Cosby is my Father
Posts: 4
28 credits Members referred : 0
« Reply #5 on: Jul 28, 2009, 04:29:52 pm »
External CSS. Maybe use embedded CSS while you're playing with the design, but from there it's very easy to change to an external CSS sheet. It does make it much easier to change the look of the site consistently, but it also speeds up download times because most browsers will cache the CSS file until it changes, so users only download content.
What a dork
Gender:
Posts: 17
106 credits Members referred : 0
« Reply #6 on: Aug 06, 2009, 12:57:37 pm »
External CSS is better. it saves time to create the site as well as it saves the load time of the page.
Bill Cosby is my Father
Gender:
Posts: 4
32 credits Members referred : 0
« Reply #7 on: May 07, 2010, 08:26:45 am »
* CSS stands for Cascading Style Sheets * Styles define how to display HTML elements * Styles are normally stored in Style Sheets * Styles were added to HTML 4.0 to solve a problem * External Style Sheets can save you a lot of work * External Style Sheets are stored in CSS files * Multiple style definitions will cascade into one
Cyberpunk Wannabe
Gender:
Posts: 36
244 credits Members referred : 0
for efficient updates use ALWAYS external style sheets
I agree with him.
Atari ST fan
Gender:
Posts: 7
46 credits Members referred : 0
Scott
« Reply #9 on: Jul 28, 2010, 06:49:02 am »
Using an external stylesheet may require an extra HTTP request but I think its worth having a fresh request for the CSS. Make sure that you put the declaration of CSS stylesheet on the top of the page so as to make the browser download the stylesheet first. And if you are using CSS, you can also sprite images to improve performance.
Spy Agent
Posts: 111
682 credits Members referred : 0
« Reply #10 on: Jul 31, 2010, 06:05:06 am »
Can be used for is good to see your needs
Bill Cosby is my Father
Posts: 4
30 credits Members referred : 0
« Reply #11 on: Aug 23, 2010, 08:56:39 am »
i think external css is the best option. it's easier to update if you have a lot of sites that use the same file.
_____________________
Sandwich Artist
Gender:
Posts: 26
168 credits Members referred : 0
« Reply #12 on: Sep 05, 2010, 11:44:21 am »
External CSS is beter solution for almost every page except if page is high traficking. Than put css directly in page to speed up your page...
Total Zero
Gender:
Posts: 5
30 credits Members referred : 0
Offshore software development
« Reply #13 on: Nov 01, 2010, 02:49:01 pm »
your choice should be undoubtedly external css because it makes the website lighter and fast.
Spy Agent
Gender:
Posts: 112
692 credits Members referred : 0
« Reply #14 on: Dec 27, 2011, 09:49:00 am »
960 CSS Framework is also fine.i like the features of the framework.
My name is Bong, James Bong
Posts: 11
84 credits Members referred : 0
« Reply #15 on: Jan 13, 2012, 12:15:36 pm »
Please check the posts you will get to know 10-css-grid-systems-useful-for-web-design
I love Pokemon
Gender:
Posts: 13
88 credits Members referred : 0
« Reply #16 on: Mar 17, 2012, 10:05:58 am »
Yes i agree with all the above External css is better infect best solution for all the pages.
Total Zero
Posts: 5
36 credits Members referred : 0
« Reply #17 on: Mar 28, 2012, 12:22:58 am »
If all you are doing is changing the appearance, and you are reasonably comfortable with writing (or copying/adapting) CSS, then just using custom CSS is the best way to go. If you need to change the functionality of the theme, then you would want to use a child theme.
Nikolas' Servant's Servant
Posts: 29
252 credits Members referred : 0
« Reply #18 on: Apr 12, 2012, 08:44:37 am »
you are right i tried and got a good result
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=8857