<?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>ProvoastMedia - Blog</title>
	<atom:link href="http://www.provoastmedia.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.provoastmedia.com/blog</link>
	<description>I’m here to embolden timid and calm the gun slingers.</description>
	<lastBuildDate>Fri, 19 Mar 2010 21:48:47 +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>User Experience :  Why force users to signup?</title>
		<link>http://www.provoastmedia.com/blog/?p=167</link>
		<comments>http://www.provoastmedia.com/blog/?p=167#comments</comments>
		<pubDate>Fri, 19 Mar 2010 21:48:47 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ProvoastMedia]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=167</guid>
		<description><![CDATA[When scouring the Internet looking for an internet service that does what I want, I get frustrated when I&#8217;m asked to signup for a service thats offered for free.  When sites do this without a need for it, I get very frustrated and it turns me away from the site.

Typically these sites have two [...]]]></description>
			<content:encoded><![CDATA[<p>When scouring the Internet looking for an internet service that does what I want, I get frustrated when I&#8217;m asked to signup for a service thats offered for free.  When sites do this without a need for it, I get very frustrated and it turns me away from the site.</p>
<p><span id="more-167"></span></p>
<p>Typically these sites have two reasons for requiring a signup.  One reason for requiring signup is to create a database of contact information to sell to other businesses.  The other reason is because the webservice actually need the info to send you newsletters or account updates.  The latter is understandable and should be the only reason you would ever require your users to signup.</p>
<p>You might ask, what about the contact form?  Contact forms are a different ball game and should be used strictly for optional contact purposes.  For example, I have a contact form on ProvoastMedia and its there for you&#8217;re convenience.  If you want to contact me regarding a job or questions regarding web production, then you can submit the form.  This is the only reason I have a form on my website.</p>
<p>When you do have an online service that requires users to signup you need to remember to only require the necessary contact information from your user.  For instance, if you have an online service that only deals with online transactions, then you don&#8217;t need to even request the user to input their physical mailing address.  Even when you request unneeded information from users, it takes away from a smooth signup for the user and instills a subconscious negative feeling about your site and possibly reduce the frequency of visits.</p>
<p>I hope this helps you understand that signup forms shouldn&#8217;t be used unless you want to offer a contact form, newsletter signup, or user access.  If you&#8217;re reasons don&#8217;t match these three and you still insist on a user signing up, then you probably don&#8217;t care about their experience and are only thinking about the bottom dollar.</p>
<p>Remember, if you care about you users, make the signup sheets as easy as possible to fill out and don&#8217;t request any information you don&#8217;t need.  If you do what I have advised you will have more people willing to use your online service.</p>
<p>Happy surfing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Webpage Setup: Hyper Text Markup Language (HTML), baby steps 1.2</title>
		<link>http://www.provoastmedia.com/blog/?p=150</link>
		<comments>http://www.provoastmedia.com/blog/?p=150#comments</comments>
		<pubDate>Thu, 18 Mar 2010 21:42:32 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ProvoastMedia]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=150</guid>
		<description><![CDATA[Its been a while, but hopefully you haven&#8217;t forgot the previous two articles laying out the basics of building a website.  In this article I&#8217;ll cover the more advanced basics of building a website, namely the doctype, lists, and email links.

First off is the doctype.  The doctype didn&#8217;t really exist in the eyes [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a while, but hopefully you haven&#8217;t forgot the previous two articles laying out the basics of building a website.  In this article I&#8217;ll cover the more advanced basics of building a website, namely the doctype, lists, and email links.</p>
<p><span id="more-150"></span></p>
<p>First off is the doctype.  The doctype didn&#8217;t really exist in the eyes of the World Wide Consortium (W3C) until HTML 4.0.  The reason behind defining a doctype is to take your web page out of quirks mode, allowing it to comply with web standards.  Quirks mode allows for backwards compatibility, but does not allow you to validate your website code therefore making it not search engine friendly.</p>
<p>I can&#8217;t stress it enough, you must use the doctype if you value validating your code.  Remember that when you have valid code then search engines such as Google, Yahoo, and Bing like valid code and you&#8217;re website will show up if it is valid. The three common doctypes used are listed below.</p>
<ul>
<li>Strict, in which deprecated elements are forbidden</li>
<li>Transitional, in which deprecated elements are allowed</li>
<li>Frameset, in which mostly only frame related elements are allowed</li>
</ul>
<p>An example of how to implement the doctype in a page is highlighted below.</p>
<pre class="brush: xml;">
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;
    &quot;http://www.w3.org/TR/html4/strict.dtd&quot; &gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;title&gt;&lt;!-- Insert your title here --&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;!-- Insert your content here --&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p></p>
<p>Whenever you want to make bullet or sequential lists you will want to use the ul (unordered list) or ol (ordered list) tags.  The list syntax is similar to table syntax meaning that there are tags located inside the parent tags.  For example, when you want to create an unordered list you type out the ul opening and closing parent tags and then insert the li (list item) opening and closing tags inside them.  You can add as many li /li tags as needed.  When you want an ordered list the only thing that changes is the parent tags.  Once you&#8217;re done with your list you close the parent tag.</p>
<p>Examples of list implementation are below.</p>
<p><span>Unordered list:</span></p>
<pre class="brush: xml;">
&lt;ul&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>
<span>Ordered list:</span></p>
<pre class="brush: xml;">
&lt;ol&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
  &lt;li&gt;&lt;!-- Insert your content here --&gt;&lt;/li&gt;
&lt;/ol&gt;
</pre>
<p></p>
<p>Ordered lists are numbered by default and can be changed via CSS to Roman Numeral, alphabetical, decimal, etc.  You can also change the style of bullets in your unordered lists via CSS.  For more ul and ol styles click <a href="http://w3schools.com/css/css_list.asp" target="_blank" title="W3 Schools: CSS list styles">here</a>.</p>
<p>Assuming you are creating a website to get in touch with people around the world I feel you need to learn to provide an email contact link.  The email link uses the &lang;a&rang; tag like a hyperlink.  When a user clicks on the email link they&#8217;re email program (Microsoft Outlook, Apple Mail, or Mozilla Thunderbird) opens up a new message with the recipient being the person you would like to email.  If you would like to include the subject of the email in the email link, then you can add it as well.</p>
<p>An example of email link implementation is below.</p>
<p><span>Without subject code:</span></p>
<pre class="brush: xml;">
&lt;a href=&quot;mailto:info@provoastmedia.com&quot;&gt;Email Us!&lt;/a&gt;
</pre>
<p>
<span>With subject code:</span></p>
<pre class="brush: xml;">
&lt;a href=&quot;mailto:info@provoastmedia.com?subject=An email Subject&quot;&gt;Email Us!&lt;/a&gt;
</pre>
<p></p>
<p>Now you know the basics to creating a website using HTML and the next step is to incorporate CSS to style the HTML code.  Cascading Style Sheets have greatly improved the web and are a must if you wish to get serious about creating websites.  I&#8217;ll introduce CSS to you in the next installation of &#8220;The Webpage Setup&#8221;.</p>
<p>Happy surfing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Webpage Setup: Hyper Text Markup Language (HTML), Baby Steps 1.1</title>
		<link>http://www.provoastmedia.com/blog/?p=137</link>
		<comments>http://www.provoastmedia.com/blog/?p=137#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:24:37 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ProvoastMedia]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=137</guid>
		<description><![CDATA[Last time we covered the short history of HTML and learn how to create a bare bones web page.  I&#8217;m assuming you&#8217;ll care about the look of your website in the future, so this article will cover tables, images, and links.

The table tag &#8249;table&#8250; is useful for displaying data such as comparing different software [...]]]></description>
			<content:encoded><![CDATA[<p>Last time we covered the short history of HTML and learn how to create a bare bones web page.  I&#8217;m assuming you&#8217;ll care about the look of your website in the future, so this article will cover tables, images, and links.</p>
<p><span id="more-137"></span></p>
<p>The table tag &lsaquo;table&rsaquo; is useful for displaying data such as comparing different software features or for organizing a contact form.  There are three basic parts to creating a table.  The first part is the parent &lsaquo;table&rsaquo; tag which is found at the beginning and end of the table content.  The second element found in a table is the row tag &lsaquo;tr&rsaquo;.  The table row tag is found at the beginning and end of each table row.  Thirdly is the individual table cell tag &lsaquo;td&rsaquo;.  The &lsaquo;td&rsaquo; tag is found at the beginning and end of each table cell.  Table styling can be edited via Cascading Style Sheets (CSS), which will be covered in later articles.</p>
<p></p>
<pre class="brush: xml;">

&lt;table border=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;This is where you put header text&lt;/td&gt;
    &lt;td&gt;This is where you put header text&lt;/td&gt;
    &lt;td&gt;This is where you put header text&lt;/td&gt;
    &lt;td&gt;This is where you put header text&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;This is where you put your data&lt;/td&gt;
    &lt;td&gt;This is where you put your data&lt;/td&gt;
    &lt;td&gt;This is where you put your data&lt;/td&gt;
    &lt;td&gt;This is where you put your data&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
</pre>
<p></p>
<p>Next is the image tag, &lsaquo;img&rsaquo;.  The image tag is very useful and almost mandatory if you want your web page to have any styling besides solid colors.  When calling an image you must always include three elements.  The three elements are as follows; img (image tag must always be first), src (URL location of the image), and alt (the alternative description of the image).  Image tags will be a necessity to your website so know this tag well.</p>
<p></p>
<pre class="brush: xml;">
&lt;img src=&quot;images/sample.jpg&quot; alt=&quot;This is a sample image&quot;/&gt;
</pre>
<p></p>
<p>Last is the link tag also known as the anchor tag, &lsaquo;a&rsaquo;.  This tag is used to link to other pages on your website, websites throughout the Internet, or a specific section on your web page.  An anchor tag must always have two elements, a (anchor) and href (URL of the page you would like to navigate to).  The anchor tag must always wrap around content on your page.  This content can include images or text.  If you have a lot of content on a web page and would like to provide your readers with a jump link you can add an anchor tag.  You must implement a &#8220;id&#8221; element to the section you want the reader to jump to.  This is displayed in the final example below.  When sending your readers to a website away from your own, it is wise to add &#8220;target=&#8221;_blank&#8221;" to the anchor tag.  This opens the link in a new window or tab.  This function can also be viewed in the final example below.</p>
<p></p>
<pre class="brush: xml;">

&lt;a href=&quot;sample-page.html&quot;&gt;Click here for the sample link&lt;/a&gt;
</pre>
<p></p>
<p>Below, I have created a page displaying all we have covered so far.</p>
<p></p>
<pre class="brush: xml;">

&lt;html&gt;
  &lt;head&gt;
  &lt;title&gt;My First Webpage&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;

    &lt;h1&gt;My First Heading&lt;/h1&gt;
    &lt;p&gt;My first paragraph.  Click &lt;a href=&quot;#image&quot;&gt;here&lt;/a&gt; to move down to the image.&lt;/p&gt;
        &lt;br&gt;
    &lt;table border=&quot;1&quot;&gt;
      &lt;tr&gt;
        &lt;td&gt;This is where you put header text&lt;/td&gt;
              &lt;td&gt;This is where you put header text&lt;/td&gt;
              &lt;td&gt;This is where you put header text&lt;/td&gt;
              &lt;td&gt;This is where you put header text&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;This is where you put your data&lt;/td&gt;
                &lt;td&gt;This is where you put your data&lt;/td&gt;
                &lt;td&gt;This is where you put your data&lt;/td&gt;
                &lt;td&gt;This is where you put your data&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;
        &lt;br&gt;
    &lt;img id=&quot;image&quot; src=&quot;images/sample.jpg&quot; alt=&quot;This is a sample image&quot;/&gt;
    &lt;br&gt;
    &lt;a href=&quot;sample-page.htm&quot;&gt;Click here for the sample internal link&lt;/a&gt;
    &lt;br&gt;
    &lt;a href=&quot;http://www.google.com&quot; target=&quot;_blank&quot;&gt;Click here for sample external link&lt;/a&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
<p></p>
<p><a href="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/sample-page.html">Click here to see the example page</a></p>
<p></p>
<p>That is all for today.  You now have the basics of a web page covered.  Next time I will begin talking about advanced elements of HTML and why you should use them in your webpage.</p>
<p>Happy surfing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Webpage Setup: Hyper Text Markup Language (HTML), Baby Steps 1.0</title>
		<link>http://www.provoastmedia.com/blog/?p=105</link>
		<comments>http://www.provoastmedia.com/blog/?p=105#comments</comments>
		<pubDate>Tue, 16 Feb 2010 23:05:59 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ProvoastMedia]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=105</guid>
		<description><![CDATA[Hyper Text Markup Language or HTML is the basis of the Internet.  If you want to create your own website, you need to learn HTML.  We have already covered the tools you need to create HTML, so now I&#8217;ll share a little history about HTML and then you&#8217;ll see it in action.

A name [...]]]></description>
			<content:encoded><![CDATA[<p>Hyper Text Markup Language or HTML is the basis of the Internet.  If you want to create your own website, you need to learn HTML.  We have already covered the <a href="http://www.provoastmedia.com/blog/?cat=4">tools you need</a> to create HTML, so now I&#8217;ll share a little history about HTML and then you&#8217;ll see it in action.</p>
<p><span id="more-105"></span></p>
<p>A name that you might have heard or already know is Tim Berners-Lee, the father of HTML.  In 1980 Berners-Lee, a physicist, decided tat he and his collegues needed a way to use and share documents via the Internet.  Thus he proposed to create an Internet based hypertext system.  In 1990 he specified HTML and wroted the browser and server software.  Berners-Lee first publicly documented HTML in 1991 with <i>HTML Tags</i>.  In the document, 20 tags were described and of those twenty 13 still remain.</p>
<p>Since then HTML has moved quite a ways, and now has a governing body which oversees the standardization of HTML.  This body is called the World Wide Web Consortium (W3C) and was formed in 1996.  Because of the W3C and the ever increasing push to make the Internet simpler, Cascading Style Sheets (CSS) were introduced to reduce load time and clean up HTML coding.  I&#8217;ll speak more of CSS in a different article.</p>
<p>Now that you have a little knowledge about the history of HTML you need to know the basic tags to create a webpage.  First open your source code editor, select a new document, save it as an html document, and proceed with the example below.</p>
<pre class="brush: xml;">
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;My First Webpage&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;My First Heading&lt;/h1&gt;
    &lt;p&gt;My first paragraph.&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
<p>When coding with HTML it is important to keep the &lsaquo;html&rsaquo;, &lsaquo;head&rsaquo;, &lsaquo;title&rsaquo; and &lsaquo;body&rsaquo; tags at the beginning of the document.  While coding you must also remember to indent the tags as seen above.  Indenting makes it easier for another programmer to easily read your code.  In the example above you will also see </...>.  This is the closing part of the tag and must always happen.  You should always close your tags, unless told otherwise, which will be discussed in a later article.</p>
<p>The tags that you see between the &lsaquo;body&rsaquo; tag are where the webpage content is represented.</p>
<p>The &lsaquo;h1&rsaquo; tag is the first of six numbering h1, h2, h3, etc.  The &lsaquo;h&rsaquo; tag should wrap around the title of your content section.  Also remember that the lower the number on a &lsaquo;h&rsaquo; tag means a larger font size.</p>
<p>The &lsaquo;p&rsaquo; tag is the paragraph tag which should be used to wrap around page content.</p>
<p>It might seem like a lot, but remember that you must always have closing tags, &lsaquo;html&rsaquo;, &lsaquo;head&rsaquo;, &lsaquo;title&rsaquo; and &lsaquo;body&rsaquo; tags in order to display any content.  In the next article I&#8217;ll cover embedding images, tables, and links in your webpage.  If you have any questions please email me.</p>
<p>Have fun and safe surfing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=105</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too Many Print Designers Try to be Web Designers</title>
		<link>http://www.provoastmedia.com/blog/?p=82</link>
		<comments>http://www.provoastmedia.com/blog/?p=82#comments</comments>
		<pubDate>Thu, 11 Feb 2010 21:36:22 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[beauty]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ProvoastMedia]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=82</guid>
		<description><![CDATA[This article is not intended to hurt any feelings of print designers, but simply to enlighten people to the fact that just being a good print designer does not make a good web designer.  The reason I say this is because print designers typically concern themselves with the look of their design, not the [...]]]></description>
			<content:encoded><![CDATA[<p>This article is not intended to hurt any feelings of print designers, but simply to enlighten people to the fact that just being a good print designer does not make a good web designer.  The reason I say this is because print designers typically concern themselves with the look of their design, not the usability.  Usability is really what a website should be about first and foremost.  A user should navigate to a website and know what to do upon arrival.  Someone who has never used the internet should be able to see your website and know how to use it. </p>
<p><span id="more-82"></span></p>
<p>It should be too simple, and too intuitive.  Sure this might seem like not enough, but look at Google, Flickr, and Twitter.  Each of these sites originally focussed on one service and focussed on doing it well.  After they achieved &#8220;doing it well&#8221; they designed their sites around their services.</p>
<ul>
<li>Google &#8211; They originally started out as a search engine.  They still are focussed on search functions, but now have many other services for their users which can be easily found at the top of the page in their home page.  It is easy to know what Google is all about when you visit their page.  Users see the Google logo a search bar and two search buttons, one for a &#8220;Google Search&#8221; without any parameters other than your search terms and the other &#8220;I&#8217;m Feeling Lucky&#8221; to further refine your search.
<p><a href="http://www.google.com" target="_blank" title="Google"><img src="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/google.jpg" alt="Google" title="Google" width="450" height="244" class="aligncenter size-full wp-image-89" /></a></li>
<li>Flickr &#8211; Originally created solely for users to upload their digital pictures.  When you arrive to the flickr homepage you instantly know what they&#8217;re about.  In bold black letters is &#8220;Share your photos.  Watch the world.&#8221;  Directly above the headline is a button that entices the user to create a flickr account.
<p><a href="http://www.flickr.com" target="_blank" title="flickr"><img src="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/flickr.jpg" alt="flickr" title="flickr" width="450" height="244" class="aligncenter size-full wp-image-88" /></a></li>
<li>Twitter &#8211; Is still focussed on providing users with the ability to write and read what&#8217;s going on in 140 characters or less.  The Twitter homepage has a search bar to see what people are saying about a specific topic and a &#8220;Sign up now&#8221; button is directly to the right of the search bar.
<p><a href="http://www.twitter.com" target="_blank" title="twitter"><img src="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/twitter.jpg" alt="twitter" title="twitter" width="450" height="244" class="aligncenter size-full wp-image-91" /></a></li>
</ul>
<p>This brings me to the title of this article, &#8220;Too many print designers try to be web designers&#8221;, because of the nature of print the print designer must only focus on conveying the information on that piece of paper to the reader.  The reader is already engaged with the print design because they&#8217;re holding it or they physically walked up to it.  A web designer must worry about the eye-catching design, but also worry about keeping a viewer returning to their site.  A web designer must present a user with something that they didn&#8217;t realize they needed and now they can&#8217;t live without.  In essence, a web designer should think of themselves as a product designer and worry about designing a product that is easy for the customer to interact with.</p>
<p>I understand you might see this as a rant, and it is.  I am tired of the websites like MySpace, Yahoo, and the past couple of Facebook designs.  I seldom visited the sites because of their jumbled user interface and their disregard for their viewers.  They don&#8217;t care if the viewer doesn&#8217;t want ads placed inside any open space through out the site, and this is why MySpace and Yahoo are losing users.  They tried to do too much and never focussed on doing one thing well.</p>
<ul>
<li>Yahoo &#8211; It isn&#8217;t apparent what Yahoo originally focussed on.  Now, when a user visits the site, they are bombarded with too many things to do.  Does Yahoo specialize on anything.  I know I have a yahoo email account, but that might possibly be the hardest thing to find at a glance.
<p><a href="http://www.yahoo.com" target="_blank" title="Yahoo"><img src="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/yahoo.jpg" alt="Yahoo" title="Yahoo" width="450" height="244" class="aligncenter size-full wp-image-92" /></a></li>
<li>MySpace &#8211; Originally set out to be a social networking service.  After the company found they can make a lot of money from advertisments they&#8217;re placed all over the homepage.  Many of the advertisement headlines are larger than the myspace logo.
<p><a href="http://www.myspace.com" target="_blank" title="myspace"><img src="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/myspace.jpg" alt="myspace" title="myspace" width="450" height="244" class="aligncenter size-full wp-image-90" /></a></li>
</ul>
<p>So remember, if you are new to the web design business focus on the usability of your web site design.  Keep asking yourself is it too easy, is it too intuitive?  The answer should always be no.</p>
<p>Have fun and safe surfing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Web Page Setup: Content Management</title>
		<link>http://www.provoastmedia.com/blog/?p=58</link>
		<comments>http://www.provoastmedia.com/blog/?p=58#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:34:36 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ProvoastMedia]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=58</guid>
		<description><![CDATA[Last time I left you with a huge list of text editors and probably more questions than answers.  In this second installment of “The Webpage Setup” I’m going to touch on the wide world of File Transfer Protocol Clients (FTP Clients) and Content Management Systems (CMS).
I’ll first touch on choosing a CMS that works [...]]]></description>
			<content:encoded><![CDATA[<p>Last time I left you with a huge list of text editors and probably more questions than answers.  In this second installment of “The Webpage Setup” I’m going to touch on the wide world of File Transfer Protocol Clients (FTP Clients) and Content Management Systems (CMS).</p>
<p>I’ll first touch on choosing a CMS that works for you.  There are many different CMS systems out there and they can be a great tool to help you or your client organize all of their online files.  There are five things that I consider when choosing whether or not a certain CMS will work for the project I’m working on.</p>
<p><span id="more-58"></span></p>
<p><span id="more-58"></span></p>
<ol>
<li>Cost – I first look at the cost of a CMS.  As a web developer I look for the cheapest/best product out there.  Don’t get me wrong, there are many CMS solutions out there with 24 hour support and the like, but I tend to try to keep things on the cheap for myself and my clients.  There are many products out there that are open source and free.</li>
<li>Usability – This entails many things.  There are a lot of systems out there that provide you with many tools and no easy way to use them.  I look for an easy to use system with a variety of tools, and is easy enough for clients with virtually no web experience.</li>
<li>Permissions &#8211; You need to be able to set a client up with the ability to add new users and set their permissions.  Look for a CMS which enables administrator accounts, and content creating accounts.  There are some systems which allow the administrator to set which directories a user can access.</li>
<li>Versatility – Once you start feeling out which types of tools you like using with various systems, you can start looking into the versatility of the product.  Will it let you change the layout of the tools?  Will it allow you to create plug-ins, or add widgets?  Versatility and usability go hand in hand when you’re trying to add new features to your CMS.  If it’s too hard to add a new tool it can become very frustrating.</li>
<li>Design/Customization – This feature is last on the list but certainly not least.  When you or a client want to add content to their website it should be an enjoyable experience.  You also want to be able to customize the design to make it coincide with the design of the website you’re using it for.  The design is the first thing that many people will notice and if they can’t find their way around, then the system features are lost on them.</li>
</ol>
<p>With that list we can now look at a list of CMS’s that are widely used and offer users a variety of functions and versatility.  When choosing a CMS you should also research to see if it is widely used.  If it is, there will be plenty of documentation regarding how to use the product or troubleshooting.  Remember a CMS runs on the server that hosts your website, so it doesn’t matter which operating system you create the content with.  My list of content management systems are very versatile and have ample documentation.</p>
<p><a href="http://www.cushycms.com/" target="_blank" title="CushyCMS - Finally, a free and truly simple CMS">CushyCMS</a></p>
<ul>
<li>Cost – Free for basic account and $28/month for Pro account.</li>
<li>Usability – Very simple to use.  Everything is up front and available to use.  They have a &#8220;how-to get started&#8221; video on their homepage.</li>
<li>Permissions – You have the ability to add editors.  You can’t differentiate what kind of permissions they have.</li>
<li>Versatility – Limited ability to add your own tools or customize the user interface.</li>
<li>Design – Clean and fun design.  If you sign up for the Pro account you can customize the user interface.</li>
</ul>
<p><a href="http://get-simple.info/" target="_blank" title="Get Simple CMS - The Simplest Content Management System EVER">Get Simple CMS</a></p>
<ul>
<li>Cost – Free</li>
<li>Usability – Very simple.  They have quite a bit of technical documentation for troubleshooting.</li>
<li>Permissions – No ability to create permissions.</li>
<li>Versatility – Somewhat limited.  This CMS is devoted to people who need a lightweight system so they don’t offer too many frills.</li>
<li>Design – Designed with the user in mind.  A simple design that is easy to customize.</li>
</ul>
<p><a href="http://grabaperch.com/" target="_blank" title="Perch - A really little content management system (CMS)>Perch</a></p>
<ul>
<li>Cost &#8211; €35</li>
<li>Usability &#8211; Very simple to use.  Everything is up front and available to use.  They have a &#8220;how-to get started&#8221; video on their homepage.</li>
<li>Permissions – You can create admin and editor permissions</li>
<li>Versatility – Allows users to add some tools of their own.  Supports PHP5 and MySQL.</li>
<li>Design – Clean, easy-to-use interface.  Design is nice and refreshing.  You can customize the look of the user interface.</li>
</ul>
<p><a href="http://wordpress.org/" target="_blank" title="Wordpress - WordPress is both free and priceless at the same time.">Wordpress</a></p>
<ul>
<li>Cost – Free</li>
<li>Usability &#8211; More complicated than the top three because there are so many tools.  Typically you have to install Wordpress yourself, but <a href="http://www.bluehost.com/track/provoastmedia/blog" target="_blank" title="Bluehost - Affordable, Reliable<br />
Web Hosting Solutions.">BlueHost</a>(my website hosting company) has a Wordpress tool that installs it instantly to your domain.</li>
<li>Permissions – You can add admin and editor permissions.</li>
<li>Versatility – Supports many plugins and widgets.</li>
<li>Design – Fully customizable.  The default design is a simple and professional.</li>
</ul>
<p><a href="http://drupal.org/" target="_blank" title="Drupal - Community plumbing">Drupal</a></p>
<ul>
<li>Cost – Free</li>
<li>Usability – Installing Drupal is complex and not for people new to website hosting.</li>
<li>Permissions &#8211; You can add admin and editor permissions.</li>
<li>Versatility &#8211; Supports many different tools.</li>
<li>Design &#8211; Fully customizable.  The default design is lacking, but it’s encouraged that you improve upon it.</li>
</ul>
<p><a href="http://www.joomla.org/" target="_blank" title="Joomla - the dynamic portal engine and content management system.">Joomla</a></p>
<ul>
<li>Cost – Free</li>
<li>Usability &#8211; Installing Joomla is complex and not for people new to website hosting.</li>
<li>Permissions &#8211; You can add admin and editor permissions.</li>
<li>Versatility &#8211; Supports many different tools.</li>
<li>Design &#8211; Fully customizable.  The default design is also lacking, and begs to be improved upon.</li>
</ul>
<p>After overwhelming you with all that information about the different content management systems, I can tell you there is a simpler way to get your website from your computer to the internet in a click of the mouse.  Using a File Transfer Protocol (FTP) client is the way to do this.  There are two major types of FTP, FTP and SFTP.  SFTP is a secure version of FTP and encrypts your data as it is sent between your computer and the hosting servers.  There are many clients out there that offer a great file transferring solution.  Here are a few.</p>
<table width="347px" align="center">
<tbody>
<tr style="text-align: center;">
<td>Software</td>
<td>Price</td>
<td>Operating System</td>
</tr>
<tr style="text-align: center;">
<td><a href="http://filezilla-project.org/" target="_blank" title="FileZilla - The free FTP solution">FileZilla</a></td>
<td>$0</td>
<td>XP, Vista, OSX, Linux</td>
</tr>
<tr style="text-align: center;">
<td><a href="http://cyberduck.ch/" target="_blank" title="Cyberduck - FTP, SFTP, WebDAV, Cloud Files &#038; Amazon S3 Browser for Mac OS X.>Cyberduck</a></td>
<td>$0</td>
<td>OSX</td>
</tr>
<tr>
<td><a href="http://winscp.net/eng/index.php" target="_blank" title="WinSCP - Free SFTP, FTP and SCP client for Windows">WinSCP</a></td>
<td>$0</td>
<td>XP, Vista</td>
</tr>
<tr style="text-align: center;">
<td><a href="http://www.internet-soft.com/ftpcomm.htm" target="_blank" title="FTP Commander - Free ftp client">FTP Commander</a></td>
<td>$0</td>
<td>XP, Vista</td>
</tr>
<tr style="text-align: center;">
<td><a href="http://fetchsoftworks.com/" target="_blank" title="Fetch - is a reliable, full-featured file transfer client for the Apple Macintosh.">Fetch</a></td>
<td>$0</td>
<td>OSX</td>
</tr>
</table>
<p>I don’t have any particular bias, but I do use FileZilla for my own website because it is cross platform so there is more user documentation regarding troubleshooting and tutorials.</p>
<p>I hope you enjoyed this lengthy installment of “The Webpage Setup”.  Have a great day and get outside every once in awhile.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=58</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Inspiration</title>
		<link>http://www.provoastmedia.com/blog/?p=37</link>
		<comments>http://www.provoastmedia.com/blog/?p=37#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:29:36 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[beauty]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[ProvoastMedia]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=37</guid>
		<description><![CDATA[
Many people get inspiration from different places.  Some get it from nature, God, and some from human creation.  I myself, get inspiration from all forms of beauty.  It can be the way the clouds in today’s sky billow up, or from the way an experienced grandmother knits the dinosaur into her 20 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/inspiration_1.jpg"><img class="aligncenter size-full wp-image-42" title="Påskeskyer no 4 by Einar Sira via Flickr" src="http://www.provoastmedia.com/blog/wp-content/uploads/2010/02/inspiration_1.jpg" alt="Påskeskyer no 4 by Einar Sira via Flickr" width="475" height="258" /></a><span id="more-37"></span></p>
<p>Many people get inspiration from different places.  Some get it from nature, God, and some from human creation.  I myself, get inspiration from all forms of beauty.  It can be the way the clouds in today’s sky billow up, or from the way an experienced grandmother knits the dinosaur into her 20 year old grandson&#8217;s sweater.  The very existence of life in this world is cause for inspiration, and the fact that these instances of life can create is mind blowing.</p>
<p>I find that if I’m confined to work in an office while trying to create something that inspires warm feelings inside people, I frequent the internet.  This is my window to the outside, in a sea of gray.  I frequent many website and the ones I visit most are listed below.  Hopefully you&#8217;ll find them as inspiring as I do.</p>
<p><a title="Flickr" href="http://www.flickr.com" target="_blank">Flickr</a> is a very good resource which gives me lots of inspiration and also keeps me up to date with what other designers or photographers are up to.  Since Flickr is comprised of millions of people there are many different lifestyles represented online, which are neatly categorized into groups and tags, depending on the user preferences.  A basic account is free, with the choice to upgrade to a pro account.  A pro account is really only viable to someone who uploads pictures or videos constantly, and wants to track the amount of people who visit their page.</p>
<p>Another good resource for inspiration is a design and web development webzine named <a title="Smashing Magazine" href="http://www.smashingmagazine.com" target="_blank">Smashing Magazine</a>.  I have only recently started reading Smashing Magazine and I find myself returning daily to the site to read their new articles, and many of their archived tutorial articles.  As a matter of fact my Google homepage has a Smashing Magazine widget in it to keep me up to date with their articles, and I have my browser homepage set to Smashing Magazine.</p>
<p>When I get tired of looking for inspiration which only requires virtual action, I look toward two DIY sites which provide me with physical inspiration.  The first is <a title="Design *Sponge" href="http://www.designspongeonline.com/" target="_blank">Design *Sponge</a>, a design blog.  I found it while searching for design trends.  It doesn’t have too many up to date articles about design trends, but their articles about readers’ before and after DIY projects are truly inspiring and humbling.  The next DIY site that I love to geek out with is a site about DIY projects, but geared mainly toward geeks and nerds who try to beat the system by making their own versions of products you might see at a store.  The title of the site is <a title="Instructables" href="http://www.instructables.com/" target="_blank">Instructables</a>.  It’s not a blog, but is a massive DIY community where everyone posts directions, schematics, and instructions on how to construct a home power grid to help get you off the grid.</p>
<p>These are the few windows that I use to view the outside from my cubicle, and if you search the internet for what inspires you, I’m sure you’ll find a website devoted to it.  This is the beauty of the internet and why I like it so much.</p>
<p>Happy surfing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Webpage Setup: Source Code Editors</title>
		<link>http://www.provoastmedia.com/blog/?p=7</link>
		<comments>http://www.provoastmedia.com/blog/?p=7#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:04:21 +0000</pubDate>
		<dc:creator>Sam.p</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ProvoastMedia]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.provoastmedia.com/blog/?p=7</guid>
		<description><![CDATA[Many people are scared when it comes to creating their own websites.  Many people have no fear at all and jump in guns blazing not caring where they get their tutorials or education, just as long as it looks good on the web.  I’m here to embolden timid and calm the gun slingers.  When you [...]]]></description>
			<content:encoded><![CDATA[<p>Many people are scared when it comes to creating their own websites.  Many people have no fear at all and jump in guns blazing not caring where they get their tutorials or education, just as long as it looks good on the web.  I’m here to embolden timid and calm the gun slingers.  When you learn how to create content for the web you’ll want to know how to make it visually attractive to your audience.</p>
<p><span id="more-7"></span></p>
<p>It also needs to be, in a sense, visually attractive to your computer.  The base language that web pages are built upon is called Hypertext Markup Language (HTML).  HTML is a visually based language, meaning that once you execute it correctly, it can be viewed on your computer.</p>
<p>The basic tools you’ll need to create a web page include a computer.  That’s it.  Pretty much anything nowadays constitutes as a computer, I update my website from my iTouch every now and then.  The software you’ll need to create a webpage comes as a default on all computers.  If you don’t care to use the default software on your computer you can choose from many already on the internet.  I’ve taken the liberty to assume you want something better than what you already have.  I’ll list out the text editors below and what operating systems they support.</p>
<table style="height: 299px;" width="347" align="center">
<tbody>
<tr style="text-align: center;">
<td style="text-align: center;"></td>
<td>
<h3>Windows</h3>
</td>
<td>
<h3>OSX</h3>
</td>
<td>
<h3>Linux</h3>
</td>
<td>
<h3>Cost</h3>
</td>
</tr>
<tr style="text-align: center;">
<td style="text-align: center;"><a title="SubEthaEdit" href="http://www.subethaedit.net/" target="_blank">SubEthaEdit</a></td>
<td></td>
<td>✔</td>
<td></td>
<td>€29</td>
</tr>
<tr>
<td style="text-align: center;"><a title="Aptana Studio" href="http://www.aptana.org/studio" target="_blank">Aptana Studio</a></td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">Free (Pro &#8211; $99)</td>
</tr>
<tr>
<td style="text-align: center;"><a title="Ultraedit" href="http://www.ultraedit.com/" target="_blank">Ultraedit</a></td>
<td style="text-align: center;">✔</td>
<td></td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">Free trial (Full &#8211; $49.95)</td>
</tr>
<tr>
<td style="text-align: center;"><a title="Komodo Edit" href="http://www.activestate.com/komodo_edit/" target="_blank">Komodo Edit</a></td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">Free</td>
</tr>
<tr>
<td style="text-align: center;"><a title="Eclipse" href="http://www.eclipse.org/" target="_blank">Eclipse</a></td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">Free</td>
</tr>
<tr>
<td style="text-align: center;"><a title="TextMate" href="http://macromates.com/" target="_blank">TextMate</a></td>
<td></td>
<td style="text-align: center;">✔</td>
<td></td>
<td style="text-align: center;">€39</td>
</tr>
<tr>
<td style="text-align: center;"><a title="HTML-Kit" href="http://www.htmlkit.com/" target="_blank">HTML-Kit</a></td>
<td style="text-align: center;">✔</td>
<td></td>
<td></td>
<td style="text-align: center;">Free</td>
</tr>
<tr>
<td style="text-align: center;"><a title="Scriptly" href="http://scriptly.webocton.de/index.php?cid=9&amp;sid=34" target="_blank">Scriptly</a></td>
<td style="text-align: center;">✔</td>
<td></td>
<td></td>
<td style="text-align: center;">Free</td>
</tr>
<tr>
<td style="text-align: center;"><a title="BBEdit" href="http://www.barebones.com/products/bbedit/" target="_blank">BBEdit</a></td>
<td></td>
<td style="text-align: center;">✔</td>
<td></td>
<td style="text-align: center;">$125</td>
</tr>
<tr>
<td style="text-align: center;"><a title="TextWrangler" href="http://www.barebones.com/products/TextWrangler/" target="_blank">TextWrangler</a></td>
<td></td>
<td style="text-align: center;">✔</td>
<td></td>
<td style="text-align: center;">Free</td>
</tr>
<tr>
<td style="text-align: center;"><a title="Screem" href="http://www.screem.org/" target="_blank">Screem</a></td>
<td></td>
<td></td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">Free</td>
</tr>
<tr>
<td style="text-align: center;"><a title="CSSEdit" href="http://macrabbit.com/cssedit/" target="_blank">CSSEdit</a></td>
<td></td>
<td></td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">$39.95</td>
</tr>
<tr>
<td style="text-align: center;"><a title="Arachnophilia" href="http://www.arachnoid.com/arachnophilia/" target="_blank">Arachnophilia</a></td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">✔</td>
<td style="text-align: center;">Free</td>
</tr>
</tbody>
</table>
<p><span>For a larger and more in depth view of text editors, go <a title="35 Useful Source Code Editors Reviewed - Smashing Magazine" href="http://www.smashingmagazine.com/2008/05/07/35-useful-source-code-editors-reviewed/" target="_blank">here</a>.</span></p>
<p>Now that you have waded through all of the choices of HTML editors you can create a web page.  Tune in next time when I’ll go through the software you’ll need to put a basic web page on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.provoastmedia.com/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
