<?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>Design &#38; Technology Illuminated</title>
	<atom:link href="http://joel.creighton.edu/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://joel.creighton.edu/blog</link>
	<description></description>
	<lastBuildDate>Wed, 18 Nov 2009 14:38:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Build a Form</title>
		<link>http://joel.creighton.edu/blog/?p=254</link>
		<comments>http://joel.creighton.edu/blog/?p=254#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:58:03 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[formmail]]></category>
		<category><![CDATA[recipient]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=254</guid>
		<description><![CDATA[In either a new page, or in an existing page, create the form tag using either the Insert Form button on the Insert menu, or using INSERT/FORM/FORM from the Dreamweaver screen menu. This will create a red outlined box, which symbolizes the form tag. All form elements must be placed inside of that red box. [...]]]></description>
			<content:encoded><![CDATA[<p>In either a new page, or in an existing page, create the form tag using either the Insert Form button on the Insert menu, or using INSERT/FORM/FORM from the Dreamweaver screen menu. This will create a red outlined box, which symbolizes the form tag. <em><strong>All form elements must be placed inside of that red box. </strong></em></p>
<p>When adding a text field, be sure to name the field in a descriptive manner.For example, if you Label a field as “Name,” make sure you name (ID) the text field as “name.” When form data is sent to the end user, it will be arrayed according to the field ID. Labels are for users to quickly see what data should go into each field.</p>
<p>When adding either check boxes or radio buttons, make sure all the boxes or buttons for a given question have the same ID. For example, if you are asking if someone is male or female, both radio buttons need to have the same ID in order to work correctly. If you are using check boxes, also make sure all the IDs for a given question match each other.</p>
<p>Setting the length of a text field as visible characters can be problematic, as different browsers will formulate the text width differently. It is best to use a class to set the width of a text field.</p>
<p>Assuming you are using the form mail script from class, you will need to add two hidden fields to the Web site to make the form function correctly.  One hidden field, is called “recipient” with the value set to a Creighton email address (such as joel@creighton.edu), which designates where the email should be sent. The second field is used to redirect the user to a landing page after they have clicked the button submitting the form. That field should be named “redirect” with a value of an absolute URL for a landing or “thank you” page.</p>
<p>for example:</p>
<p><code> </code></p>
<p><code>http://people.creighton.edu/~abc12345/thankyou.php</code></p>
<p>To make the form actually function, you will need to add an action to the form. Click on the red box or the form tag in the bread crumb trail, and add the following URL to the “action” field:</p>
<p><code> </code></p>
<p><code>http://jmc.creighton.edu/formmail.cgi </code></p>
<p>This script compiles the form and sends it to the email address specified in the “recipient” field. It will only work for creighton.edu email addresses. Most Web hosts have a standard script available for email forms.</p>
<p>Now, you might still have some gnarly looking text boxes on your page, and since this is a design course, we should remedy that. <strong>Never use the &#8220;character width&#8221; attribute to set the width of a text field, always use a class with a custom width. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=254</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Cut Server</title>
		<link>http://joel.creighton.edu/blog/?p=400</link>
		<comments>http://joel.creighton.edu/blog/?p=400#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:26:03 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[assets]]></category>
		<category><![CDATA[final cut server]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[student projects]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=400</guid>
		<description><![CDATA[I&#8217;ve started posting Final Cut Server instructional videos in iTunes U, but I&#8217;ll provide direct links to the videos from our Podcast Library in this post.

Download and Install Final Cut Server
Uploading Student Assets (Projects)

This will get updated as new videos are added.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started posting Final Cut Server instructional videos in iTunes U, but I&#8217;ll provide direct links to the videos from our Podcast Library in this post.</p>
<ul>
<li><a href="http://jayslive.creighton.edu:8171/podcastproducer/attachments/CC7D29F0-BAFB-4058-A280-0015B4A84378/B261CD47-5315-4AA1-BFFD-CD9229543448.m4v" target="_blank">Download and Install Final Cut Server</a></li>
<li><a href="http://jayslive.creighton.edu:8171/podcastproducer/attachments/CC7D29F0-BAFB-4058-A280-0015B4A84378/5B6BAD03-CF23-4F27-A2DB-9CBBF9E0811C.m4v" target="_blank">Uploading Student Assets (Projects)</a></li>
</ul>
<p>This will get updated as new videos are added.</p>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=400</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://jayslive.creighton.edu:8171/podcastproducer/attachments/CC7D29F0-BAFB-4058-A280-0015B4A84378/B261CD47-5315-4AA1-BFFD-CD9229543448.m4v" length="10133600" type="video/x-m4v" />
<enclosure url="http://jayslive.creighton.edu:8171/podcastproducer/attachments/CC7D29F0-BAFB-4058-A280-0015B4A84378/5B6BAD03-CF23-4F27-A2DB-9CBBF9E0811C.m4v" length="17238504" type="video/x-m4v" />
		</item>
		<item>
		<title>CSS powered image rollovers</title>
		<link>http://joel.creighton.edu/blog/?p=342</link>
		<comments>http://joel.creighton.edu/blog/?p=342#comments</comments>
		<pubDate>Wed, 28 Oct 2009 20:20:16 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[onLoad]]></category>
		<category><![CDATA[preloader]]></category>
		<category><![CDATA[rollover]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=342</guid>
		<description><![CDATA[So you&#8217;ve designed some sweet rollovers in Photoshop, and you want to use rollover images in your navigation. You&#8217;re committed to the image, so simple a:hover styles aren&#8217;t going to work. However, building on concepts we have already learned, we can build kick-ass hovers without having to use complex Javascripts.

First, start by actually typing in [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve designed some sweet rollovers in Photoshop, and you want to use rollover images in your navigation. You&#8217;re committed to the image, so simple a:hover styles aren&#8217;t going to work. However, building on concepts we have already learned, we can build kick-ass hovers without having to use complex Javascripts.</p>
<p><span id="more-342"></span></p>
<p>First, start by actually typing in the text of the navigation, and format each link as a separate heading style (H1, then H2, etc). If you run out of Heading tags, try creating new ones &#8211; you can make a h7, h8, etc in the code. Create a CSS rule for each heading (and make it a contextual selector, such as <strong>#nav h1</strong>) that creates a box the correct size for each graphic that is going to be used, and place the normal state graphic in the background.</p>
<p>After you have created all the header styles with graphics, create an overall link style for the navigation (<strong>#nav a</strong>) and size the link font to 1 pixel. Also choose a truly awful background color for the links. This is going to show you the box that will activate the link. At this point, it should be a pathetic little box in the upper left corner of each link graphic. At least the font is too small to read.</p>
<p>Now, create rules for each link to increase the size of the box. These will also be contextual selectors such as <strong>#nav h1 a</strong>, <strong>#nav h2 a</strong>, etc. Use padding on the right and bottom size of the boxes to fill most, but not all of the box. Leave a little wiggle room in case someone starts increasing text sizes in a browser. The awful tacky background color should cover the text contents of each graphic, at the very least.</p>
<p>Next, create the rollover styles. These selectors should read as pseudo classes applied to the headings, such as <strong>#nav h1:hover</strong>, <strong>#nav h2:hover</strong>, etc. All these rules simply need to declare a new background image &#8211; the rollover image you created in Photoshop.</p>
<p>Finally, go back into <strong>#nav a</strong> and get rid of the background color. Set the text color to something that will disappear into the background of the graphic.</p>
<p>Upload all the page and it&#8217;s dependent files, and test it online. you should be able to activate the links and see the rollovers. You might notice a flash when the links are rolled over. We&#8217;ll fix this next, but you have two choices how to create preloaders.</p>
<h2>Preloaders via Javascript in Dreamweaver</h2>
<p>Go up to the Window menu, and load the Behaviors panel. Select the body tag in your breadcrumb trail, and use the &#8220;+&#8221; button in the Behaviors panel to Preload Images. MAke sure the top of the behaviors panel shows the body tag. Add each rollover image to the list using Browse and then the &#8220;+&#8221; button until all the rollovers are present. Hit return. You should see the behavior added as an &#8220;onLoad&#8221; behavior. This will tell the web browser to download each image when the page loads, so that when they are rolled over, they instantly appear (without the white flash).</p>
<h2>Preloaders via the CSS head fake</h2>
<p>I hate Javascript. Try this method for a change of pace, and a method controlled entirely by your style sheet.  You&#8217;ll have to dive into the CSS slightly with this solution, but not in any particularly hard manner.</p>
<p>Create an empty div with ID &#8220;preloader&#8221; at the bottom of your layout, and create a rule to control the div. Set the left margin to &#8220;-1000&#8243; pixels (that&#8217;s negative one thousand), and the height and width to something small, like 10 pixels each. This is going to move the div off the left side of your screen, and it won&#8217;t create a horizontal scrollbar.</p>
<p>The next part is slightly more complicated. Go into the CSS code and add the following code inside the #preloader rule to create multiple background images for the div:</p>
<p><code> </code></p>
<p><code>background:url(images/rollover1.gif) no-repeat;</code></p>
<p>You will need one line of this code per rollover image. Change the folder and file name as necessary to point to your rollover images.</p>
<p>That&#8217;s it. Upload the style sheet and the dependent files. The preloader div should not be visible in any way, but all the images should preload as the page loads.</p>
<p>And, you have a preloader &#8220;script&#8221; that lives inside your style sheet, which means it&#8217;s one step to add or change images. Bad-ass.</p>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=342</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Anatomy (and Rules) of a CSS Rule</title>
		<link>http://joel.creighton.edu/blog/?p=155</link>
		<comments>http://joel.creighton.edu/blog/?p=155#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:30:40 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[anatomy]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[declaration]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[rule]]></category>
		<category><![CDATA[selector]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=155</guid>
		<description><![CDATA[There are two distinct elements to a CSS rule: the selector and the declaration.

The selector describes the element controlled by the rule, which can be an HTML tag, an ID, a class, or basically anything else that can be controlled using cascading style sheets.
The declaration tells the browser what should happen to the selected element. [...]]]></description>
			<content:encoded><![CDATA[<p>There are two distinct elements to a CSS rule: the selector and the declaration.</p>
<ul>
<li>The <strong>selector</strong> describes the element controlled by the rule, which can be an HTML tag, an ID, a class, or basically anything else that can be controlled using cascading style sheets.</li>
<li>The <strong>declaration</strong> tells the browser what should happen to the selected element. The declaration always follows the selector, and is surrounded by brackets: { declaration }</li>
</ul>
<p>For the following example, the body tag is being selected, and the rule is declaring that the background color be black.<br />
<code><br />
body { background-color: #000000; }</code></p>
<p>Inside the declaration, there are two elements separated by a colon (:)</p>
<ul>
<li>the property, in this case background-color</li>
<li>and the value, in this case #000000, or black</li>
</ul>
<p>Although Dreamweaver is going to write our rules for us, it is important to understand how the rule is structured, in case you need to be able to read rules designed by someone else later in the semester.</p>
<p>There are also some rules, wait &#8211; let&#8217;s call them guidelines, to remember when writing CSS rules.</p>
<ul>
<li>Try to only use letters and numbers. Keep numbers to a minimum.</li>
<li>Use lowercase letters, but mimicking &#8220;Object Oriented Code&#8221; conventions is common. Often, capital letters are used to denote separate words, as in newsBox or leftNavigation</li>
<li>No spaces allowed. Spaces mean something, so don&#8217;t use them simply to separate words.</li>
<li>No punctuation allowed. You may use an underscore to simulate a space. As you will soon learn, certain punctuation marks and symbols characters have definite meaning in CSS rules.</li>
<li>Use classes sparingly. Classes should be used for nitpicky rules, or for tweaking existing rules. Don&#8217;t clutter up your style sheet with a ton of classes.</li>
<li>If something doesn&#8217;t work, relax. Stop. Take a deep breath. Look at the CSS and document structure again. CSS rules follow pretty strict logical structures. They will do exactly what they are told, but it&#8217;s possible that two rules are giving competing instructions. Use the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Firefox Web Developer add-on</a> to troubleshoot your CSS.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=155</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redefining HTML tags with CSS</title>
		<link>http://joel.creighton.edu/blog/?p=171</link>
		<comments>http://joel.creighton.edu/blog/?p=171#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:15:43 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[redefine]]></category>
		<category><![CDATA[rule]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=171</guid>
		<description><![CDATA[As we discussed in our first lecture looking at HTML code, all HTML tags have a default set of visual rules defined by the browser. A significant part of Web design is redefining those rules so those HTML tags look good, even damn good, in our sites.
The example we used in class was to look [...]]]></description>
			<content:encoded><![CDATA[<p>As we discussed in our first lecture looking at HTML code, all HTML tags have a default set of visual rules defined by the browser. A significant part of Web design is redefining those rules so those HTML tags look good, even damn good, in our sites.</p>
<p>The example we used in class was to look at the common paragraph, or <strong>p</strong> tag. Paragraphs unless told otherwise, are black, left aligned, 100% wide (as defined by their enclosing element), have a margin in between them, are displayed in Times or Times New Roman, and are 16 pixels (1 em) tall.</p>
<p>It is quite easy to write the selector for an HTML &#8211; just write the name of the tag:<br />
<code><br />
p</code></p>
<p>The above tag will control all paragraphs on the page. To be honest, you will likely find it much more practical to use contextual selectors to redefine most HTML tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=171</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS divs and IDs</title>
		<link>http://joel.creighton.edu/blog/?p=160</link>
		<comments>http://joel.creighton.edu/blog/?p=160#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:14:12 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[#]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[id]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=160</guid>
		<description><![CDATA[Div tags are the basic page layout element we are going to use to design our Web site. Each div can be given a unique identifying code, so that it can easily be controlled by a CSS rule. When using ID to control divs, you should remember that only one div with a given ID [...]]]></description>
			<content:encoded><![CDATA[<p>Div tags are the basic page layout element we are going to use to design our Web site. Each div can be given a unique identifying code, so that it can easily be controlled by a CSS rule. When using ID to control divs, you should remember that only one div with a given ID should appear on each page. If you already have a div &#8220;#container&#8221; on a page, do not add another div with the same ID.</p>
<p>Selectors for divs with an ID are written beginning with a pound sign: #<br />
<code><br />
#container</code></p>
<p>Once a div has a rule defining it’s size, placement, color, etc, additional layout elements can be placed inside the div &#8211; much like a picture or text box in InDesign. </p>
<p>A good rule of thumb when using divs is to minimize the number of divs used on the page. Order the divs in a logical manner (such as header, then navigation, then content, then footer) and then use CSS rules to control their placement and appearance. </p>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=160</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contextual Selectors</title>
		<link>http://joel.creighton.edu/blog/?p=161</link>
		<comments>http://joel.creighton.edu/blog/?p=161#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:13:47 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[#]]></category>
		<category><![CDATA[contextual]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[rule]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=161</guid>
		<description><![CDATA[Once you have created ID elements on your page, you will probably place additional elements in content inside these IDs. Contextual selectors allow you to control elements inside specific IDs. 
Let’s say you defined all p tags to be Arial, size 12, black. However, you have a dark blue div (ID = sidebar) to hold [...]]]></description>
			<content:encoded><![CDATA[<p>Once you have created ID elements on your page, you will probably place additional elements in content inside these IDs. Contextual selectors allow you to control elements inside specific IDs. </p>
<p>Let’s say you defined all p tags to be Arial, size 12, black. However, you have a dark blue div (ID = sidebar) to hold navigation and news on the left side of the page, and the paragraphs inside the news box are showing as black text in a blue box &#8211; basically unreadable. You can create a style for the following rule:<br />
<code><br />
#sidebar p </code></p>
<p>The space between #newsBox and p refers to the fact that the paragraph is inside the newsBox. You essentially read the rule backwards from right to left: </p>
<ul>
<li>p controls all paragraphs; </li>
<li>space means inside of; </li>
<li>#sidebar refers to the div with ID sidebar</li>
</ul>
<p>Spaces mean something in CSS rules, so be sure to use them in the proper context. Pun intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need two columns? Float those divs!</title>
		<link>http://joel.creighton.edu/blog/?p=182</link>
		<comments>http://joel.creighton.edu/blog/?p=182#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:12:08 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[rule]]></category>
		<category><![CDATA[Sequoia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=182</guid>
		<description><![CDATA[Divs want to display &#8220;block&#8221; style, meaning they want to sit atop one another. If you want them to work as two columns, you need to set them both to float.
What is a float? Well, the easiest analogy is that floated items allow content placed after them in the code to &#8220;wrap&#8221; around the floated [...]]]></description>
			<content:encoded><![CDATA[<p>Divs want to display &#8220;block&#8221; style, meaning they want to sit atop one another. If you want them to work as two columns, you need to set them both to float.</p>
<p>What is a float? Well, the easiest analogy is that floated items allow content placed after them in the code to &#8220;wrap&#8221; around the floated item. If you have used InDesign, you have probably set the &#8220;Text Wrap&#8221; characteristics for a photo, allowing text to wrap around one side of the photo in question.</p>
<p>Floating is basically the same thing. By floating a div, you force the next div in the code to wrap around the floated div. <strong>In order to create two true columns, you must set them both to float.</strong></p>
<div id="attachment_184" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-184" title="float500" src="http://joel.creighton.edu/blog/wp-content/uploads/2009/02/float500.png" alt="Float property in Dreamweaver CSS Rule window." width="500" height="313" /><p class="wp-caption-text">Float property in Dreamweaver CSS Rule window.</p></div>
<p>Depending on your layout, you can choose to set them to float to either the left or the right. Web designers will often set them both to float the same direction, to control the space between columns more efficiently.</p>
<p>For an example using the Sequoia exercise, watch the video below:</p>
<div id="quicktime">
<script type="text/javascript"><!--
	QT_WritePoster_XHTML('Click to Play', '/Streaming/float/float-poster.jpg',
		'/Streaming/float/float.mov',
		'480', '316', '',
		'controller', 'true',
		'autoplay', 'true',
		'bgcolor', 'black',
		'scale', 'aspect');
//-->
</script><br />
<noscript><br />
<object width="480" height="316" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"><param name="src" value="/Streaming/float/float-poster.jpg" /><param name="href" value="/Streaming/float/float.mov" /><param name="target" value="myself" /><param name="controller" value="false" /><param name="autoplay" value="false" /><param name="scale" value="aspect" /><embed width="480" height="316" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"<br />
		src="/Streaming/float/float-poster.jpg"<br />
		href="/Streaming/float/float.mov"<br />
		target="myself"<br />
		controller="false"<br />
		autoplay="false"<br />
		scale="aspect"></embed></object><br />
</noscript>
</div>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=182</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Pseudo-Classes</title>
		<link>http://joel.creighton.edu/blog/?p=196</link>
		<comments>http://joel.creighton.edu/blog/?p=196#comments</comments>
		<pubDate>Sun, 13 Sep 2009 20:10:04 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[pseudo-class]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=196</guid>
		<description><![CDATA[There are 4 &#8220;states&#8221; of links that you need to worry about when creating pseudo-classes: link, active, hover and visited. 
That being said, take some time to think about how you actually want your links to behave in a given div before you define the pseudo classes. Do you actually want the links to get [...]]]></description>
			<content:encoded><![CDATA[<p>There are 4 &#8220;states&#8221; of links that you need to worry about when creating pseudo-classes: link, active, hover and visited. </p>
<p>That being said, take some time to think about how you actually want your links to behave in a given div before you define the pseudo classes. Do you actually want the links to get darker when visited, or do you want them all to remain the same color? If you are working with your primary navigation, you probably don&#8217;t want the links to have a &#8220;visited&#8221; style.</p>
<p>Because I&#8217;m a huge fan of making things simpler, I almost never define all four pseudo-classes.</p>
<p>Writing a pseudo class is easy, you simply add a &#8220;colon&#8221; and the pseudo class state directly after the &#8220;a&#8221; tag in a selector. For instance, for links in a content div, I would start with a rule for:<br />
<code><br />
#content a</code></p>
<p>The above rule will define how all four states behave, because I defined the &#8220;a&#8221; tag, and did not specify a pseudo-class. If I want a rollover for the link, I can also define<br />
<code><br />
#content a:hover</code></p>
<p>and change any attributes that change when the mouse hovers over the link. Adding rules for &#8220;a:visited&#8221; or &#8220;a:active&#8221; will (respectively) define link states that activate when the browser can see a page in the user&#8217;s history, or when the mouse button is down.</p>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=196</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Server Side Includes</title>
		<link>http://joel.creighton.edu/blog/?p=218</link>
		<comments>http://joel.creighton.edu/blog/?p=218#comments</comments>
		<pubDate>Sat, 12 Sep 2009 22:23:21 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Sequoia]]></category>
		<category><![CDATA[server side include]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://joel.creighton.edu/blog/?p=218</guid>
		<description><![CDATA[I could also rename this post &#8220;A complex route to easy navigation.&#8221; Buckle up, because this is going to be a video entry.
First, let&#8217;s examine what a Server Side Include (SSI) actually does for your Web site. PHP is actually a very complex and powerful language that can really extend the function of the site. [...]]]></description>
			<content:encoded><![CDATA[<p>I could also rename this post &#8220;A complex route to easy navigation.&#8221; Buckle up, because this is going to be a video entry.</p>
<p>First, let&#8217;s examine what a Server Side Include (SSI) actually does for your Web site. PHP is actually a very complex and powerful language that can really extend the function of the site. We are only going to barely scrape the surface of PHP to play with a SSI.</p>
<p>A SSI functions much like an external style sheet &#8211; it allows you to take repetitive elements (like your navigation) from individual pages of your Web site, and place them in an external file. So, if you have 300 pages of Web site, and need to change a link in your navigation, you can update it just by changing the link in your include, rather than changing it in 300 pages. </p>
<p>An include is a separate PHP file that contains just a snippet of code that you can &#8220;include&#8221; or place inside a certain layout element (div) on another PHP page. When you set up your include, <strong>remember to strip out all the existing code before pasting in your included elements!</strong> What exactly does that mean, you ask? Well, watch the video below to find out.</p>
<div id="quicktime">
<script type="text/javascript"><!--
	QT_WritePoster_XHTML('Click to Play', '/Streaming/serversideincludeCS3/serversideincludeCS3-poster.jpg',
		'/Streaming/serversideincludeCS3/serversideincludeCS3.mov',
		'480', '316', '',
		'controller', 'true',
		'autoplay', 'true',
		'bgcolor', 'black',
		'scale', 'aspect');
//-->
</script><br />
<noscript><br />
<object width="480" height="316" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"><param name="src" value="/Streaming/serversideincludeCS3/serversideincludeCS3-poster.jpg" /><param name="href" value="/Streaming/serversideincludeCS3/serversideincludeCS3.mov" /><param name="target" value="myself" /><param name="controller" value="false" /><param name="autoplay" value="false" /><param name="scale" value="aspect" /><embed width="480" height="316" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"<br />
		src="/Streaming/serversideincludeCS3/serversideincludeCS3-poster.jpg"<br />
		href="/Streaming/serversideincludeCS3/serversideincludeCS3.mov"<br />
		target="myself"<br />
		controller="false"<br />
		autoplay="false"<br />
		scale="aspect"></embed></object><br />
</noscript>
</div>
]]></content:encoded>
			<wfw:commentRss>http://joel.creighton.edu/blog/?feed=rss2&amp;p=218</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
