<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Estrella Studios, LLC &#187; CSS</title>
	<atom:link href="http://www.estrellastudios.com/category/blog/blog-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.estrellastudios.com</link>
	<description>A Design Agency for the Southwest</description>
	<lastBuildDate>Mon, 10 Aug 2009 02:21:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Design: PSD to CSS, Part 4</title>
		<link>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-4/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-4/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 22:00:07 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cushycms]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/?p=146</guid>
		<description><![CDATA[Using CushyCMS to generate content and manage the site  Through a tutorial located on Nettuts.com, we can use CushyCMS&#8217;s service as a very basic Content Management System to include text and photos into a site. By going to CushyCMS.com, you sign up for the service and begin to include a specific web site. Once [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Using CushyCMS to generate content and manage the site</strong>  Through a tutorial located on <a target="_blank" href="http://nettuts.com/site-builds/how-to-build-a-maintainable-site-using-cushycms-and-twitter/">Nettuts.com</a>, we can use CushyCMS&#8217;s service as a very basic Content Management System to include text and photos into a site. By going to <a target="_blank" href="http://www.cushycms.com">CushyCMS.com</a>, you sign up for the service and begin to include a specific web site. Once you upload all of your hosting login information and prepare to get the site ready, they provide you with the proper coding in order for it to work properly.  The User Interface is relatively easy to use, so it will not be too difficult for most beginning to intermediate web designers.  If you know the specific DIV in which you would like for the content to go, add the following code so that it connects to service and works properly:</p>
<p>&nbsp;</p>
<pre><font face="Courier New"><span class="Code">&lt;div class=&quot;cushycms&quot; title=&quot;Main Content&quot;&gt;</span></font></pre>
<p>&nbsp;</p>
<pre>&nbsp;</pre>
<p>Now within, the CushyCMS window, you can add text and then save. Go to the website to ensure the text is updated.<a href="http://www.estrellastudios.com/wp-content/uploads/2008/06/cushycms.jpg"><img width="150" height="150" alt="" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/cushycms-150x150.jpg" class="alignright size-thumbnail wp-image-147" /></a>  To add photos, they must be uploaded to a specific address. In this particular case, I&#8217;ve added a photo into the Photobucket.com service, and linked it to the CushyCMS service.  While this is only one of several CMS services available on the Internet, and by no means is it the best, but it provides quick and easy results for those just beginning to develop web sites. Also it allows the person or company that owns the site to manage the content themselves so the web designer doesn&#8217;t have to make small changes constantly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design: PSD to CSS, Part 3</title>
		<link>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-3/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-3/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 20:00:33 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/?p=144</guid>
		<description><![CDATA[Developing a menu
In this case, we&#8217;re going to develop a CSS-driven navigation menu. First, we must decide what links we will have for other pages in our Web site.
For RockRadio Records, we have decided on the following:
Home &#124; Artists &#124; Releases &#124; Tour &#124; Links &#124; Store &#124; About &#124; Contact
Now, using Photoshop, develop the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Developing a menu</strong></p>
<p>In this case, we&#8217;re going to develop a CSS-driven navigation menu. First, we must decide what links we will have for other pages in our Web site.</p>
<p>For RockRadio Records, we have decided on the following:</p>
<p>Home | Artists | Releases | Tour | Links | Store | About | Contact</p>
<p>Now, using Photoshop, develop the background for your navigation bar. We&#8217;re developing a horizontal bar, so in this case, I want a black background with a small gray portion at the top.</p>
<p>Starting out with a canvas size of 1 pixel wide by 36 pixels tall, create the background that will be set to repeat across the page. In order for this to happen, you will need a specific code, which we will discuss soon.</p>
<p>Once the images for the navigation bar are completed, the coding can begin. First, we&#8217;ll develop a CSS document for the navigation bar. We&#8217;ll create it as an unordered list (UL). To begin the CSS, the code is as follows:</p>
<pre><em>ul#menu</em></pre>
<pre><em>{</em></pre>
<pre><em>margin:0;</em></pre>
<pre><em>padding:0;</em></pre>
<pre><em>list-style-type:none;</em></pre>
<pre><em>width:766;</em></pre>
<pre><em>position:relative;</em></pre>
<pre><em>display:block;</em></pre>
<pre><em>height:36px;</em></pre>
<pre><em>font-size:12px;</em></pre>
<pre><em>font-weight:bold;</em></pre>
<pre><em>text-transform:lowercase;</em></pre>
<pre><em>background:transparent url("images/bg.jpg") repeat-x top left;</em></pre>
<pre><em>font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;</em></pre>
<pre><em>border-bottom:1px solid #000000;</em></pre>
<pre><em>border-top:1px solid #000000;</em></pre>
<pre><em>}</em></pre>
<pre><em>ul#menu li</em></pre>
<pre><em>{</em></pre>
<pre><em>display:block;</em></pre>
<pre><em>float:left;</em></pre>
<pre><em>margin:0;</em></pre>
<pre><em>pading:0;</em></pre>
<pre><em>}</em></pre>
<p><span><em> </em></span></p>
<pre><em>ul#menu li a</em></pre>
<pre><em>{</em></pre>
<pre><em>display:block;</em></pre>
<pre><em>float:left;</em></pre>
<pre><em>color:#999999;</em></pre>
<pre><em>text-decoration:none;</em></pre>
<pre><em>font-weight:bold;</em></pre>
<pre><em>padding:12px 20px 0 20px;</em></pre>
<pre><em>height:24px;</em></pre>
<pre><em>}</em></pre>
<p><span><em> </em></span></p>
<pre><em>ul#menu li a:hover</em></pre>
<pre><em>{</em></pre>
<pre><em>color:#FFFFFF;</em></pre>
<pre><em>background:transparent url("images/over.jpg") no-repeat top right;</em></pre>
<pre><em>}</em></pre>
<p>Be sure to put the images you create in photoshop into your images folder so that the navigation works properly. Let&#8217;s discuss the states of the buttons. The good thing about using this kind of navigation is being able to make quick changes just within your HTML code if you choose to add or lose a button, or if you need to change the name of it. If you create the button as GIF files or JPGs, then it is harder to go back and change the text or look of them in Photoshop or your favorite image editing program.</p>
<p>In the CSS stylesheet, the last portion of it is the &#8220;hover&#8221; state, which is what the button will look like once the cursor is moved over. </p>
<p>These fields within the CSS can be changed to your liking in order to develop a certain look. Now within the specific div in your HTML code, you can begin to set it up, as in the photo to the right.<a href="http://www.estrellastudios.com/wp-content/uploads/2008/06/htmlul.jpg"><img class="alignright size-thumbnail wp-image-145" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/htmlul-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>With the code in place, this is what the final product should look <a href="http://www.5mstudios.com/practice.html" target="_blank">like</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design: PSD to CSS, Part 2</title>
		<link>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-2/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-2/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 10:15:52 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/?p=141</guid>
		<description><![CDATA[OK. Now that we have exported our PSD to CSS/XHTML, we can open our HTML file in your personal favorite code editor. I prefer Dreamweaver, however, you can even edit in TextEdit in Mac OSX. Once you open it up, you can see a few things. First, notice the code: &#60;type=&#8221;text/css&#8221;&#62; This is your Cascading [...]]]></description>
			<content:encoded><![CDATA[<p>OK. Now that we have exported our PSD to CSS/XHTML, we can open our HTML file in your personal favorite code editor. I prefer Dreamweaver, however, you can even edit in TextEdit in Mac OSX. Once you open it up, you can see a few things. First, notice the code: &lt;type=&#8221;text/css&#8221;&gt; This is your Cascading Style Sheet link, or CSS. This defines your stylesheet. Because of the way Photoshop exports the CSS file, it is included into the HTML file rather than creating a separate .css file within your folder. Below this code, you will begin to see #Table_01, which in this case is the start of your divisions within the web site.</p>
<p>For this particular web site, in the first part of the stylesheet, I want to center the web site within the browser, so when the window is adjusted it continues to stay centered, on a gray background. Because Photoshop has exported the gray color background I wanted to begin with, we don&#8217;t have to worry with it. Now, to position the CSS properly and in the center, you must change the left position to 50%. And to allow this to work, add in the code: margin-left: -512px;. This is actually half of the width of your document.<a href="http://www.estrellastudios.com/wp-content/uploads/2008/06/css_position.jpg"><img class="alignright size-thumbnail wp-image-142" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/css_position-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Test it, and see if it works. If not, consult a few different sites to gather more information. If you know what you want, more than likely someone has had a problem with it before and has posted a solution online. Go <a href="http://pmob.co.uk/pob/hoz-center-nowidth.htm">here</a> for some additional information on centering DIVs and also adjusting the position of your design.</p>
<p>Now, for a quick lesson in external .css and how to link those to your HTML. While some CSS is applied directly to an HTML document, by creating a separate CSS document and linking it within the HTML code, one can use a particular stylesheet across several pages. To achieve this, copy your CSS that is currently in your HTML and create a new file. In Dreamweaver, select File &#8211; New &#8211; CSS. Paste the code in and save with your choice of name. For this exercise, I have selected style.css.</p>
<p>When you save it within the same folder as your HTML, you can begin to connect and link it for use. The code necessary for this is: &lt;link href=&#8221;style.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /&gt;. Now you can use the same stylesheet for all of your site.<a href="http://www.estrellastudios.com/wp-content/uploads/2008/06/css_style.jpg"><img class="alignright size-thumbnail wp-image-143" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/css_style-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>We&#8217;ll continue to build our Web site using CSS and HTML.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-css-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design: PSD to CSS/XHTML exporting</title>
		<link>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-cssxhtml-exporting/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-cssxhtml-exporting/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 06:38:04 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/?p=127</guid>
		<description><![CDATA[This will be the first of a series involving the building of a web site in Photoshop and exporting it to XHTML/CSS. This is very basic, and as I&#8217;m blogging about this, I&#8217;m learning more about it too.
As a designer, this method of building the framework of the web site allows for each fixes and [...]]]></description>
			<content:encoded><![CDATA[<p style="left;">This will be the first of a series involving the building of a web site in Photoshop and exporting it to XHTML/CSS. This is very basic, and as I&#8217;m blogging about this, I&#8217;m learning more about it too.</p>
<p style="left;">As a designer, this method of building the framework of the web site allows for each fixes and good looking, well-designed pages. There are many ways to build a web site, and this is just one of them. And there are a few tutorials on the web that discuss building web sites this way, such as <a href="http://www.elegant-templates.com/article_How_to_code_PSD_into_CSS_html_or_Xhtml.html">Elegant Templates</a>.</p>
<p style="left;">First, we will be working in Photoshop CS3. Now, develop a concept or a few sketches of how you would like the site to look. Click File &#8211; New. In the preset, I have selected Web at a size of 1024 pixels by 768 pixels. Once the document is created, select a background color and start developing your web site.<br />
In this case, we downloaded a photo from iStock Photo of a speaker grill considering it&#8217;s a web site for &#8220;Rock Radio Records,&#8221; to develop a topper and logo for the web site. I also chose a mixture of Gotham Light and Gotham Bold for the name.</p>
<p><a rel="lightbox" href="http://www.estrellastudios.com/wp-content/uploads/2008/06/number2.jpg"><img class="alignnone size-thumbnail wp-image-129" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/number2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p style="left;">Now, stylize how you would like a topper to look.</p>
<p style="left;">With your topper develop your background.</p>
<p style="left;">I chose a gradient available from <a href="http://www.dezinerfolio.com/2007/03/14/ultimate-web-20-gradients-free-download/">Deziner Folio</a>. After developing the background and setting up the look of the website, I choose to make a small added touch to the top left corner of the site.</p>
<p style="left;">With the site still in the development stages, I want a &#8220;Coming Soon&#8221; banner. After using the pen tool to draw a 45-degree banner, I filled it with a red-maroon-red gradient to give it some flair.</p>
<p style="left;"><a rel="lightbox" href="http://www.estrellastudios.com/wp-content/uploads/2008/06/number6.jpg"><img class="alignright size-thumbnail wp-image-134" style="right;" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/number6-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p style="left;">OK. Now that the site is finished being designed, we are ready to slice and dice this up for exporting. Select the slice tool in your toolbar, and begin slicing apart your PSD.</p>
<p style="left;">Once you have decided where to slice your document, click File &#8211; Save for Web &amp; Devices.</p>
<p style="left;"><a rel="lightbox" href="http://www.estrellastudios.com/wp-content/uploads/2008/06/number10.jpg"><img class="alignright size-thumbnail wp-image-138" style="right;" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/number10-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p style="left;">In the dialog box, click the arrow box to the far right and select Edit Output Settings. In the drop menu box, select Slices and make sure Generate CSS is selected.</p>
<p style="left;">Now, click the OK button and Save once you return to the Save for Web &amp; Devices dialog box. This will prompt you to start a folder. Within that folder, you will have an images folder, which all of your slices will be split into .gif files along with a HTML file, which is your web site like this one.</p>
<p style="left;">n the next installment of Web Design: PSD to CSS/XHTML exporting, we will discuss and go over the actual CSS and HTML coding of the Web site, from start to finish.</p>
<p style="left;"><a rel="lightbox" href="http://www.estrellastudios.com/wp-content/uploads/2008/06/number12.jpg"><img class="alignright size-thumbnail wp-image-140" style="right;" src="http://www.estrellastudios.com/wp-content/uploads/2008/06/number12-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/web-design-psd-to-cssxhtml-exporting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Centering a DIV with CSS</title>
		<link>http://www.estrellastudios.com/blog/blog-web/centering-a-div-with-css/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/centering-a-div-with-css/#comments</comments>
		<pubDate>Wed, 07 May 2008 19:14:37 +0000</pubDate>
		<dc:creator>Dusty</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[centering]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/?p=81</guid>
		<description><![CDATA[One of the biggest questions most people have when switching from the old-school tables way of coding a website, to the more-progressive CSS way of doing things is this: how do I center my website, using just CSS?
The answer is actually quite easy.
Simply add the following code to the main BODY class in your css [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest questions most people have when switching from the old-school tables way of coding a website, to the more-progressive CSS way of doing things is this: how do I center my website, using just CSS?</p>
<p>The answer is actually quite easy.</p>
<p>Simply add the following code to the main BODY class in your css document. An example would look like this:</p>
<p><b>BODY  { 900px; margin: 0 auto; } </b></p>
<p>In the above example, you are defining the width of your live area by stating <i>900px</i>. This width is whatever the width you want your content to be.</p>
<p>The <i>margin: 0 auto</i> clause centers the content wrapper in the browser, centering all your content within it, yet still allowing the text of your divs to be aligned to your specs (left, centered, right, or justified).</p>
<p>Give it a try!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/centering-a-div-with-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
