<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>CSS Tutorials</title>
	<atom:link href="http://tutorials.csssoft.net/feed" rel="self" type="application/rss+xml" />
	<link>http://tutorials.csssoft.net</link>
	<description>Tutorials for css design</description>
	<pubDate>Mon, 19 May 2008 18:44:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Dreamweaver Tutorial</title>
		<link>http://tutorials.csssoft.net/dreamweaver-tutorial.htm</link>
		<comments>http://tutorials.csssoft.net/dreamweaver-tutorial.htm#comments</comments>
		<pubDate>Mon, 19 May 2008 18:44:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Css Tutorials]]></category>

		<category><![CDATA[dreamweaver tutorial]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://tutorials.csssoft.net/?p=5</guid>
		<description><![CDATA[Cascading Style Sheets are something every webmaster should learn to utilize, however it can be complicated to code manually. However, CSS is not hard to learn and with the Dreamweaver point and click tools, it is easier than ever. Whether you are new or an expert when it comes to CSS, the built in Dreamweaver [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Cascading Style Sheets are something every webmaster should learn to utilize, however it can be complicated to code manually. However, CSS is not hard to learn and with the Dreamweaver point and click tools, it is easier than ever. Whether you are new or an expert when it comes to CSS, the built in Dreamweaver CSS tools can help you out a lot. <a title="Dreamweaver Templets" href="http://www.geauxtemplates.com" target="_blank">Dreamweaver Templates</a> save you time when doing <a title="Cloaked Web Design" href="http://www.phantom57design.com" target="_blank">website design</a>.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">This tutorial is made for the person who owns Dreamweaver, is curious about cascading style sheets and wants to learn how to put it to use.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">There are three (3) Types Of CSS: Internal, external, or an inline css style sheet.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">To create an external style sheet with Dreamweaver, simple click &#8216;New&#8217; and under &#8216;Basic Page&#8217; choose &#8216;CSS&#8217;.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">This will give you a blank style sheet.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">The next thing you want to do is experiment and create one or two CSS definitions.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">You might create a CSS definition called &#8216;background&#8217; and make the color red.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">You then save the CSS style sheet as something like &#8217;samples.css&#8217;.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Next, you would open an html file in the same folder that has some text in it and you attach the external style sheet.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">You attach the sheet by selecting the &#8216;Text&#8217; dropdown menu and choosing &#8216;CSS Styles&#8217; then &#8216;Attach Style Sheet&#8217;.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Once you have attached an external style sheet to a webpage, you can make changes to the external style sheet and change the content page. This is especially important if you have a website with multiple web pages.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">The concept is, that by attaching an external style sheet to all of your web pages, you can update many web pages instantaneously by changing the one CSS style sheet that is attached to them.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">In this manner, a large corporate website with 20,000 pages could be updated with new colors and fonts in less than 15 seconds! Simply by changing the one external CSS style sheet.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">So you see how useful CSS style sheets can be.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">To get started, simply go into your HTML code after you have attached an external CSS sheet to your page in Dreamweaver. You can take any tag like a tag and start typing in a CSS class.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">For example, if you start adding a css class to any of these tags, Dreamweaver will start to auto-complete it for you and you can choose which class you want to add from a dropdown menu.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">You can also use this to style page backgrounds, table backgrounds, fonts, and much more! You only have to learn the fundamentals of CSS and then experiment with Dreamweaver and I promise you&#8217;ll be capable of using CSS with Dreamweaver in a matter of a few hours.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.csssoft.net/dreamweaver-tutorial.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS Web Development</title>
		<link>http://tutorials.csssoft.net/css-web-development.htm</link>
		<comments>http://tutorials.csssoft.net/css-web-development.htm#comments</comments>
		<pubDate>Wed, 30 Apr 2008 06:06:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[cascading style sheets]]></category>

		<category><![CDATA[css style sheets]]></category>

		<category><![CDATA[css web development]]></category>

		<category><![CDATA[utilizing css]]></category>

		<guid isPermaLink="false">http://tutorials.csssoft.net/?p=4</guid>
		<description><![CDATA[CSS style sheets have made it easier to handle web pages during web development. CSS or Cascading Style Sheets as the name suggests is a style sheet that allows you to easily link to other documents in your website. It allows you to retain control over the various elements in different web pages of your [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">CSS style sheets have made it easier to handle web pages during web development. CSS or Cascading Style Sheets as the name suggests is a style sheet that allows you to easily link to other documents in your website. It allows you to retain control over the various elements in different web pages of your website.</span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">CSS only defines the structure and content presentation of a website. It has nothing to do with the <a href="http://web-deisgn.csssoft.net" target="_blank">design of a website</a>. A single CSS sheet can control the font, positioning, color and style information of an entire website.</span></span></p>
<p><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">What are the advantages of using cascading style sheets?</span></strong><span style="font-size: 10pt;"></span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">Web pages are easier to load and they use less bandwidth</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">CSS style sheets are preferred by web developers for website development because they are lighter than table layouts, which consumes lots of bandwidth. The style sheet is downloaded only once and stored in the cache memory, so subsequent pages load faster.</span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">A CSS style sheet compliments well with HTML</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">HTML is insufficient when used independently in website development, but when combined with CSS they can result in technically stronger web pages.</span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">CSS allows you to position your element anywhere in the webpage</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">Web developers love to use CSS because it allows them to position their element where ever they want in the web page. If during any phase of web development the developer feels that particular links or columns are not going well with the situation then it becomes easier for them to position them easily using CSS. CSS reduces the risks associated with maintenance of the website.</span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">CSS is compatible with all web browsers</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">CSS is combined with HTML or XHTML by web developers for web application development because it is compatible with all web browsers. The sites that use CSS appear similar in all the web browsers.</span></span></p>
<p><strong><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;"> </span></span></strong><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">CSS can be used to create print friendly web pages</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">Most of the web developers love to use CSS for building their HTML based web applications because they allow them to create print friendly web pages. These web pages can be easily printed. The colors, images and other things, which are difficult to be printed, can be eliminated and printed easily.</span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">CSS style sheets allows the user to customize the webpage</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">Now days many websites allow the user to change the layout of the website without affecting the content. The CSS style sheets, which are stored externally, allow the user to make requisite changes by themselves. Most of the modern browsers give user the liberty to define their own style sheets like changing some font properties etc.</span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">CSS style sheets makes it easier for your website to feature in search engines</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">Web developers favour the CSS style sheets because they allow them to position their elements as per their wish anywhere in web application. Positioning helps to project the main contents first, so that web spiders easily capture it. CSS also gives cleaner HTML codes thus cutting down the job of web spider to search the real content from junk code.</span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">CSS allows the web pages to have absolute consistency</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">One of the reasons for using CSS during web development is that they allow consistency to all web pages. All the expressions and texts will get their characteristics from external style sheet. Web developers need not to worry about the change in characteristics of the elements because they can be easily altered at any stage of web development by using CSS.</span></span></p>
<p style="margin-left: 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .25in;"><span style="font-size: 10pt; font-family: Symbol;">·<span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span><span style="font-family: Arial Unicode MS;"><strong><span style="font-size: 10pt;">CSS lends portability to content</span></strong><span style="font-size: 10pt;"></span></span></p>
<p><span style="font-size: 10pt;"><span style="font-family: Arial Unicode MS;">By using CSS you can make separate style sheets for different media. This provides you the great flexibility in presenting your content. CSS allows you to redefine the characteristics of elements in a website to suit the need of the situation. For e.g.: A separate style sheet will allow you to redefine the characteristics of certain elements so that they are easier to be printed. Also the user will never come to know that you had restructured the characteristics for their benefit.</span></span></p>
<p style="text-align: justify;"><span style="font-size: small;"><span style="font-family: Arial Unicode MS;">CSS is created to make the things easier for your website and also to give you control over different elements in your website. Utilizing benefits of CSS will give you popular user-friendly web pages. </span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.csssoft.net/css-web-development.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Myspace Layouts</title>
		<link>http://tutorials.csssoft.net/myspace-layouts.htm</link>
		<comments>http://tutorials.csssoft.net/myspace-layouts.htm#comments</comments>
		<pubDate>Fri, 25 Apr 2008 01:58:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Css Tutorials]]></category>

		<category><![CDATA[mypsace profile]]></category>

		<category><![CDATA[Myspace Layouts]]></category>

		<guid isPermaLink="false">http://tutorials.csssoft.net/?p=3</guid>
		<description><![CDATA[If you have a mypsace profile, but you are not satisfied with it because it is generic looking, you have the possibility to modify the default layout. MySpace layouts and backgrounds can be customized with a simple trick, by adding hidden HTML code to your profile. If have some knowledge of CSS and HTML, you [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a mypsace profile, but you are not satisfied with it because it is generic looking, you have the possibility to modify the default layout. MySpace layouts and backgrounds can be customized with a simple trick, by adding hidden HTML code to your profile. If have some knowledge of CSS and HTML, you can try different background pictures and colors. However, if <a href="http://web-desing.csssoft.net">desinging with HTML and CSS </a>is too much for you, you can always use one of the numerous <a title="Myspace" href="http://www.myspace.com/" target="_blank">MySpace</a> customizing tools that you can find on the web, and which make it quite easy to customize your layout. If you use any of the major search engines to look for MySpace layouts or MySpace backgrounds, you’ll find thousands of websites that can help you with your problem.</p>
<p>The offer of mysapce layouts is huge. However,  it can be quite confusing  to find the place for the CSS code in order to make your area look just the way you want it. Fortunately, there are websites that provide assistance in doing that. Your profile can be customized with some of the many MySpace layouts or MySpace backgrounds.</p>
<p>Basically, it’s like this: when you have found something you like in MySpace layouts, all you have to do is to click “Preview It” and you will be shown a live preview. If you decide to go with that one, just get the MySpace layout codes. Then, you have to paste the code into your MySpace profile, in your “About Me” section. Should you find any MySpace layouts that are not working, you are requested to send an email to that everything can be restored.</p>
<p>The MySpace alyouts fall into so many categories that your choice is most likely going to be a tough one. You can choose from abstract, animal ,Asian, sports, games, celebrity, Christmas, cartoons,  fashion, flowers, nature, retro, stars, stripes, and many, many more. There are MySpace layouts for guys and for girls. You can choose from the brands of MySpace layouts. If you like, you have a choice of sexy MySpace lyaouts such as Playboy. Should any of these categories appeal to you, you still have the possibility to choose from the uncategorized MySpace layouts.</p>
<p>The choice for MySpace Backgrounds is not as varied, but if you take into consideration the fact that you can use any of those images together with MySpace backgrounds, there are tons of possibilities. So customize your prfiles with MySpace layotus and backgrounds!</p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.csssoft.net/myspace-layouts.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
