<?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>Web Design - SEO - Technology ReviewsPosts tagged Tips</title>
	<atom:link href="http://www.bliznet.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bliznet.com</link>
	<description>Internet marketing and web design experience.</description>
	<lastBuildDate>Sat, 07 Jan 2012 21:44:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Trouble-&#8221;Shooting&#8221; A Malfunctioning Printer &#8211; Solves Privacy Issues Too!</title>
		<link>http://www.bliznet.com/printer-troubleshooting/</link>
		<comments>http://www.bliznet.com/printer-troubleshooting/#comments</comments>
		<pubDate>Tue, 18 May 2010 13:52:43 +0000</pubDate>
		<dc:creator>Clint Blizzard</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.bliznet.com/?p=687</guid>
		<description><![CDATA[We execute an excessive final solution to our malfunctioning Xerox multi-function printer.]]></description>
			<content:encoded><![CDATA[<p>Update! This is the new method to prevent privacy and security issues related to the <a href="http://www.youtube.com/watch?v=iC38D5am7go">copier salvage industry</a>.</p>
<p><object data="http://www.youtube.com/v/fHNOH0NguOI&amp;hl=en_US&amp;fs=1&amp;start=7" type="application/x-shockwave-flash" width="640" height="385"><param name="movie" value="http://www.youtube.com/v/fHNOH0NguOI&amp;hl=en_US&amp;fs=1&amp;start=7" /></object></p>
<p>Let me tell you a tale. For the longest time, we used a Xerox  WorkCentre PE16 multi-function printer/scanner/copier/fax here in the  office. It was an utter nightmare, and every time we tried to use it,  the people next door could hear the screams of frustration.</p>
<p>For some reason, we lived with the thing for months&#8211;maybe years. The  simple solution would have been to just replace it, but we just  wouldn&#8217;t. Perhaps we were stubborn, perhaps we just never got around to  it. We would always eventually get it to do what we wanted it to do and  then get back to work.</p>
<p>Tensions mounted. The printer would ruin entire days and make the air  of the office thick with anger. Finally, we couldn&#8217;t take it anymore,  so yesterday, we finally did some troubleshooting.</p>
<p>We&#8217;d like to share this quick how-to with you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bliznet.com/printer-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Semantic Markup &#8211; Why Should You Use It?</title>
		<link>http://www.bliznet.com/semantic-markup/</link>
		<comments>http://www.bliznet.com/semantic-markup/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:00:42 +0000</pubDate>
		<dc:creator>Kyle Blizzard</dc:creator>
				<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Data Extraction]]></category>
		<category><![CDATA[Semantic Markup]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.bliznet.com/?p=529</guid>
		<description><![CDATA[Why should you use semantic markup when designing your website pages?]]></description>
			<content:encoded><![CDATA[<p>Your markup should have meaning. Markup your content appropriately (e.g. put your address and phone number in the <code>address</code> element) and it becomes much more readable to search engines and other software used for data extraction. Using only <code>div</code> and <code>span</code> elements leaves much to be desired, semantically speaking. These elements are certainly indispensable, however, there are some cases where there are more meaningful elements to use. For example:</p>
<ul>
<li>Use <code>h1</code> as your page title; use <code>h2</code> and on appropriately as sub-headings on the page. This provides an outline of your document.</li>
<li>Use lists (<code>dl</code>, <code>ol</code>, <code>ul</code>) instead of manually placing numbers or bullets.</li>
<li>Use <code>address</code> for any contact information on your page, including physical address, email address, phone numbers, and whatever else you would consider to be contact info.</li>
<li>Use <code>table</code> on data best represented in rows and columns. Use <code>thead</code> and <code>th</code> to markup the column headings and <code>tbody</code> for the data itself.</li>
</ul>
<p>Check the <a href="http://www.w3.org/TR/html401/struct/text.html">HTML spec</a> for additional meaningful elements and get to work! <img src='http://www.bliznet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can use the W3&#8242;s handy <a href="http://www.w3.org/2003/12/semantic-extractor.html">Semantic Data Extractor</a> tool to test your new semantic web site to give you an idea of how it would be seen by software.</p>
<p>That does it for now. See you next time! Until then, read <a href="http://www.bliznet.com/seo-and-validation/">SEO and Validation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bliznet.com/semantic-markup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Valid Flash Embed &#8211; Make That YouTube Embed Valid!</title>
		<link>http://www.bliznet.com/valid-flash-embed/</link>
		<comments>http://www.bliznet.com/valid-flash-embed/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 03:11:58 +0000</pubDate>
		<dc:creator>Kyle Blizzard</dc:creator>
				<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Embed Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Validation]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.bliznet.com/?p=524</guid>
		<description><![CDATA[Find out how to make that YouTube embed valid.]]></description>
			<content:encoded><![CDATA[<p>Hola! It&#8217;s been a while. I&#8217;ve got another gripe, and this time it&#8217;s with Flash embed code!</p>
<p>Most of the embed code I see for Flash movies is invalid, usually containing the non-existent <code>embed</code> element or some-such. Even the code provided by YouTube for embedding videos contains <code>embed</code>. This can easily be thrown out and will—probably most of the time—instantly make your code valid.</p>
<p>Here&#8217;s an example (in XHTML) of a valid Flash embed that works in at least IE6+, Firefox, and Safari:</p>
<p><code>&lt;object data="flash.swf" type="application/x-shockwave-flash" width="320" height="240"&gt;<br />
&lt;param name="movie" value="flash.swf" /&gt;<br />
&lt;/object&gt;</code></p>
<p>That&#8217;s all there is to it. Adjust the parameters and add additional <code>param</code> elements as necessary. If your Flash movie requires variables, just add an extra <code>param</code> as follows:</p>
<p><code>&lt;param name="flashvars" value="arg1=foo&amp;amp;arg2=bar" /&gt;</code></p>
<p>If you place additional elements inside the <code>object</code> element, it will act as a fallback, displaying if the Flash plugin isn&#8217;t installed. For example:</p>
<p><code>&lt;object data="flash.swf" type="application/x-shockwave-flash" width="320" height="240"&gt;<br />
&lt;param name="movie" value="flash.swf" /&gt;<br />
&lt;img src="fallback.jpg" alt="Flash Didn't Load!" /&gt;<br />
&lt;/object&gt;</code></p>
<p>That&#8217;s all for now. Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bliznet.com/valid-flash-embed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Random Web Design Tips</title>
		<link>http://www.bliznet.com/more-random-web-design-tips/</link>
		<comments>http://www.bliznet.com/more-random-web-design-tips/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 19:14:03 +0000</pubDate>
		<dc:creator>Kyle Blizzard</dc:creator>
				<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.bliznet.com/?p=167</guid>
		<description><![CDATA[How to write page-specific CSS as necessary without creating an extra stylesheet.]]></description>
			<content:encoded><![CDATA[<h3>Body Element Classes</h3>
<p>One thing I&#8217;ve started doing somewhat recently is adding a unique class name to the <code>body</code> element of each page. This allows me to write page-specific CSS as necessary without creating an extra stylesheet. Ideally, there should be styles for common elements that make up the site, rather than style for each page, but this can&#8217;t always be avoided. One case could be that a particular page needs to have a slightly different layout than the rest of the site. <code>Body</code> element class to the rescue!</p>
<h3>Internet Explorer 6</h3>
<p>We all know Internet Explorer 6 is a regular pain in the neck, right? Fortunately, it&#8217;s easy to add IE6-specific style with this selector:<br />
<code>* html [additional selectors...]</code></p>
<p>For example, the style <code>* html p { font-weight: bold; }</code> makes all paragraphs bold <em>only in Internet Explorer 6</em>.  It&#8217;s valid, but no other major browser will apply it. This is useful because sometimes the style needed to make things in IE6 look one way is <em>drastically</em> different than what is needed to make it look the same in all the other browsers. A simpler solution, though, is to tell your client to upgrade his 8-year-old browser. <img src='http://www.bliznet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>&#8220;Navbars&#8221;</h3>
<p>A site typically has a &#8220;bar&#8221; of navigational links. Vertically laid out navigation is easy to create and append additional links later. Horizontal navigation is sometimes desired instead, but it&#8217;s not always as trivial to append and can be a little trickier to achieve.</p>
<p>This tip will be focused on horizontal navigation. First, you should most definitely use unordered lists (the <code>ul</code> element) to organize your navigation links whether you&#8217;re using vertical, horizontal, upside-down, or anything-else-you-can-think of navigation. (See the W3&#8242;s excellent <a onclick="return OpenOffSite(this)" href="http://www.w3.org/QA/Tips/unordered-lists">webmaster tips</a> for more on unordered lists and their uses.) Once you&#8217;ve marked up your navigational links, jump over to the stylesheet and add a <code>display: inline;</code> line to your navigation&#8217;s <code>li</code> elements. Now take a step back and behold your now-horizontal navigational links!</p>
<p>If you find you need to set the width and height of your links, just set the display type of the <code>a</code> elements to <code>inline-block</code>, which I was surprised to find out was actually supported in Internet Explorer 6! Once you&#8217;ve set that, your links will behave like block-level elements as far as styling goes, but they will remain positioned inline. <em>Sweet!</em></p>
<p>Well, that&#8217;s all for now. Make sure to check back occasionally for more random web tips from your Uncle Kyle!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bliznet.com/more-random-web-design-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

