<?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; Web Design</title>
	<atom:link href="http://www.estrellastudios.com/category/blog/blog-web/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>Create your first web page &#8211; Part 2</title>
		<link>http://www.estrellastudios.com/blog/blog-web/create-your-first-web-page-part-2/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/create-your-first-web-page-part-2/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 21:23:36 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/?p=464</guid>
		<description><![CDATA[Lesson 1: Get ready to write code
Think this stuff is hard? I&#8217;m going to convince you in the next 15 minutes that it&#8217;s not. Your 80-year-old grandma can do this, even your 6-year old brother could do it. And now, you&#8217;re going to do it.
We&#8217;re going to assume that most of you are using a [...]]]></description>
			<content:encoded><![CDATA[<h2>Lesson 1: Get ready to write code</h2>
<p>Think this stuff is hard? I&#8217;m going to convince you in the next 15 minutes that it&#8217;s not. Your 80-year-old grandma can do this, even your 6-year old brother could do it. And now, you&#8217;re going to do it.</p>
<p>We&#8217;re going to assume that most of you are using a Windows computer. But just in case, we&#8217;ll get you set up on both Windows and Mac. And just to make sure we don’t lose anyone, we’ll go through it twice.</p>
<h3>For Windows users, do the following:</h3>
<ol>
<li> Click on the Start button (lower left), and go to Accessories, and choose Notepad. I&#8217;ll wait while you do that.</li>
<li>Stretch your box out so it covers the screen this way. We&#8217;re doing this because we&#8217;ll need to have another window open right next to it.</li>
<li>Now open your Internet browser, either Firefox, or Internet Explorer. Once it&#8217;s open, do the same thing with this window. Stretch it out until the two windows are sitting side-by-side. Just make sure you can still see a little bit of your desktop. Notepad on the left, and your web browser on the right</li>
</ol>
<h3>For Mac users, do the following:</h3>
<ol>
<li>On your desktop, double-click on your hard drive icon (usually at the top right). Next double-click on your Applications folder. Inside that folder, you should see a program called TextEdit. Double-click and launch that program.</li>
<li>Once TextEdit is in position, click once in the middle of that window, and then go to the menu at the top, choosing Format. Select the option &#8220;Make Plain Text.&#8221;</li>
<li>Stretch your box out so it covers the screen this way. We&#8217;re doing this because we&#8217;ll need to have another window open right next to it.</li>
<li>Now open your Internet browser, either Firefox, or Safari. Once it&#8217;s open, do the same thing with this window. Stretch it out until the two windows are sitting side-by-side. Just make sure you can still see a little bit of your desktop. TextEdit on the left, and your web browser on the right</li>
</ol>
<h2>Lesson 2: Your first web page</h2>
<p>So, first things first… we need a place to save our future website.</p>
<ul>
<li> Create a new folder on your desktop (or wherever your teacher wants it) and give it a name. Need help creating a folder? Click somewhere on your desktop. Right-click and choose &#8220;new&#8221; and then &#8220;folder.&#8221; Type in a name, like maybe website project, and that&#8217;s it!</li>
<li>Click in the middle of your Notepad (or TextEdit) window, and type this in:</li>
</ul>
<pre>    My first web page.</pre>
<ul>
<li>Now go up to the File menu (top left), and click on File, and then click on Save from the drop-down menu.</li>
<li>Save the file as myfirstpage.html. It&#8217;s important that the &#8220;.html&#8221; is at the end. Web browsers know how to open these kids of files.</li>
<li>Now click on your web browser, then click on the File menu, and then Open (Ctrl+O does the same thing, and much quicker). Now find the HTML file you just saved, and double click on it (or choose Open).</li>
</ul>
<p>(SOUND THE TRUMPETS)</p>
<p><strong>You just did it! </strong>Your very first web page, and all it took was typing a few words. See how simple that was?</p>
<p>Now, don&#8217;t get me wrong. Your page is cool and everything &#8230; buuuuut it could be a lot better, don&#8217;t you think? So lets&#8217; move on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/create-your-first-web-page-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your first Web page &#8211; Part 1</title>
		<link>http://www.estrellastudios.com/blog/blog-web/create-your-first-web-page-part-1/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/create-your-first-web-page-part-1/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 15:17:15 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/blog/blog-css/create-your-first-web-page-part-1/</guid>
		<description><![CDATA[This series of blog posts will take the absolute Internet newbie through the process of creating their first Web page. We&#8217;ll go over basic concepts, CSS, and even uploading. I&#8217;ve taught this to various ages, from 9 to 60 year old. You can do this.
Before we get started, let&#8217;s go back a few years.


Some internet [...]]]></description>
			<content:encoded><![CDATA[<p>This series of blog posts will take the <strong>absolute Internet newbie</strong> through the process of creating their first Web page. We&#8217;ll go over basic concepts, CSS, and even uploading. I&#8217;ve taught this to various ages, from 9 to 60 year old. You can do this.</p>
<p>Before we get started, let&#8217;s go back a few years.</p>
<p><!--Mime Type of File is image/jpeg --></p>
<div class="postie-image-div"><img class="postie-image" style="border: none;" src="http://www.estrellastudios.com/wp-photos/20080725-091737-1.jpg" alt="licklider.jpg" /></div>
<h3>Some internet history</h3>
<p>In August of 1962, computer scientist <strong>J.C.R. Licklider</strong> (yup, that&#8217;s<br />
him above) came up with a concept that he called the &#8220;Intergalactic Computer<br />
Network.&#8221; A strange name, right? His idea was to connect computers through<br />
phone lines across the country. The problem? These computers were all<br />
different, and even used different languages.</p>
<p><!--Mime Type of File is image/jpeg --></p>
<div class="postie-image-div"><img class="postie-image" style="border: none;" src="http://www.estrellastudios.com/wp-photos/20080725-091737-2.jpg" alt="arpanet.jpg" /></div>
<p>Yet, Licklider figured it out, and connected computers in <strong>Santa Monica,<br />
California, The University of California at Berkeley</strong>, and a computer at<br />
<strong>MIT, the Massachusetts Institute of Technology</strong>. This formed the basis<br />
of what they called the <strong>ARPANET</strong>, what we now call the Internet.</p>
<p><a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee"><!--Mime Type of File is image/jpeg --> </a></p>
<div class="postie-image-div"><a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee"><img class="postie-image" style="border: none;" src="http://www.estrellastudios.com/wp-photos/20080725-091737-3.jpg" alt="berners-lee.jpg" /></a></div>
<h3>The World Wide Web</h3>
<p>The World Wide Web (commonly called the Web) is a bit different from the<br />
Internet. The World Wide Web was created in 1989 by <strong>Sir Tim<br />
Berners-Lee</strong> (above), while working  in Geneva, Switzerland. While the<br />
Internet is a network of computers that are linked together, the World Wide<br />
Web is a network of documents, photos, sounds and video that you can access<br />
ON the Internet. With a web browser, a user can view web pages that may<br />
contain text, images, and other multimedia, and then navigates between them<br />
using hyperlinks.</p>
<h3>Hyperlinks</h3>
<p>Have you ever noticed how when you go to Google, Cartoon Network or MySpace,<br />
and there&#8217;s a word on the web page that&#8217;s blue, and underlined? <strong>Sure you<br />
have</strong>. We know these are links, and when you click on them, they take you<br />
to different pages, or pictures, music .. whatever. These are officially<br />
called hyperlinks. Hyperlinks don&#8217;t just have to be underlined words. Images<br />
can be hyperlinks as well (click on Tim&#8217;s photo to go to his Wikipedia<br />
page). Your phone number is sort of like a hyperlink when you think about<br />
it. Someone punches in the right numbers, and somehow they get connected to<br />
you. A web page is similar. If you type in <a href="http://www.google.com"><br />
www.google.com</a>, that name is actually tied in to a specific computer<br />
number, or address &#8230; so it then takes you to some computers in, say,<br />
California, and there&#8217;s your Google page!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/create-your-first-web-page-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>How-to: create different lighting effects</title>
		<link>http://www.estrellastudios.com/blog/blog-web/how-to-create-different-lighting-effects/</link>
		<comments>http://www.estrellastudios.com/blog/blog-web/how-to-create-different-lighting-effects/#comments</comments>
		<pubDate>Wed, 14 May 2008 07:56:31 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Print Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.estrellastudios.com/?p=88</guid>
		<description><![CDATA[OK. Many blogs do this very well. I&#8217;m going to show you a quick technique to add lighting effects to your images. This works well against darker backgrounds, but for this tutorial, I&#8217;ll show you this technique using a photo from iStockphoto.com.
First, you open up your file in Photoshop. Now, in your layers palette, add [...]]]></description>
			<content:encoded><![CDATA[<p>OK. Many blogs do this very well. I&#8217;m going to show you a quick technique to add lighting effects to your images. This works well against darker backgrounds, but for this tutorial, I&#8217;ll show you this technique using a photo from iStockphoto.com.<br />
First, you open up your file in Photoshop. Now, in your layers palette, add a new blank layer. Using the pen tool, draw a curvy line around a particular part of the photo. Right click on the path, and select Stroke Path. (To ensure a big enough line, be sure to go to your brush palette and select a pixel size of around 8. Also make sure you increase the hardness to 100 percent.) When the dialog box pops up, select brush from the drop down menu, and click the box next to Simulate Pressure. This creates a softening effect at the ends of the path.<a href="http://www.estrellastudios.com/wp-content/uploads/2008/05/path.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-92" src="http://www.estrellastudios.com/wp-content/uploads/2008/05/path-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Now right click and delete the path so you only have the line existing. On the layers palette, double click the layer of the path to bring up Blending options. Now click on the box next to color overlay, and make sure it says Linear Dodge and choose an orange-ish color.<a href="http://www.estrellastudios.com/wp-content/uploads/2008/05/glow.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-90" src="http://www.estrellastudios.com/wp-content/uploads/2008/05/glow-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>This will provide a nice effect. Within the Blending Options, select Outer Glow and also choose Linear Dodge from the drop down menu. Now play with the settings, and I chose a red-ish color for the outside glow in this instance. </p>
<p><a href="http://www.estrellastudios.com/wp-content/uploads/2008/05/lineardodge.jpg" rel="lightbox"></a>Now select OK. And you should have a nice effect as in this one.<a rel="lightbox" href="http://www.estrellastudios.com/wp-content/uploads/2008/05/final.jpg"><img class="alignright size-thumbnail wp-image-89" src="http://www.estrellastudios.com/wp-content/uploads/2008/05/final-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Abduzeedo.com has many tutorials featuring <a href="http://abduzeedo.com/light-painting-fireworks">this</a>. Also by playing with different settings and different brush strokes, you can make additional effects. It&#8217;s something to try and mess with at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.estrellastudios.com/blog/blog-web/how-to-create-different-lighting-effects/feed/</wfw:commentRss>
		<slash:comments>0</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>
