<?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>Outward Image &#124; Sterling Heights, Macomb, Michigan</title>
	<atom:link href="http://outwardimage.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://outwardimage.net</link>
	<description>Web and Graphic Design Agency, Printing, Logos, Website SEO, Marketing</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:58: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>CSS to the Rescue</title>
		<link>http://outwardimage.net/2011/12/21/css-to-the-rescue/</link>
		<comments>http://outwardimage.net/2011/12/21/css-to-the-rescue/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 00:07:32 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[HTML-CSS Lessons]]></category>

		<guid isPermaLink="false">http://outwardimage.net/?p=462</guid>
		<description><![CDATA[CSS, or Cascading Style Sheets is a method developed to allow for laying out web pages without the use of tables. With tables, the html code used starts to get really cumbersome, and confusing. Also, once developed, these pages can &#8230; <a class="more-link" href="http://outwardimage.net/2011/12/21/css-to-the-rescue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>CSS, or Cascading Style Sheets is a method developed to allow for laying out web pages without the use of tables. With tables, the html code used starts to get really cumbersome, and confusing. Also, once developed, these pages can be confusing to edit later on.</p>
<p>With CSS, sections of a web page can be sectioned off and given certain characteristics, like width, height, background color, etc. Some of these sections can be directed to &#8220;float&#8221; to the left, or to the right. CSS greatly simplifies the code, and makes edits later on much easier to implement. CSS is much more readable than complicated table structures.</p>
<p>With CSS, you can put sections within sections, similar to way you can put tables within tables to create a layout. Yet, when this is done with CSS, the sheer volume of code is greatly reduced, and the remaining code is simpler and easier to read.</p>
<p>Besides losing all the table code (&lt;tr&gt;, &lt;td&gt;, etc.), you lose all of the descriptive code that is required when not using CSS. All that code is located in its own area, either within the head of the html document, are in an additional .css file, that is referenced inside the html page head.</p>
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/12/21/css-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outward Image Print Services</title>
		<link>http://outwardimage.net/2011/12/03/outward-image-print-services/</link>
		<comments>http://outwardimage.net/2011/12/03/outward-image-print-services/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 20:41:08 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[Forum Posts]]></category>

		<guid isPermaLink="false">http://outwardimage.net/?p=449</guid>
		<description><![CDATA[Outward Image has evolved from working almost exclusively on website projects, to a balanced design solution for both web, and print materials. Our experience in the area of print is extensive, and that experience pays off to you in receiving &#8230; <a class="more-link" href="http://outwardimage.net/2011/12/03/outward-image-print-services/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Outward Image has evolved from working almost exclusively on website projects, to a balanced design solution for both web, and print materials. Our experience in the area of print is extensive, and that experience pays off to you in receiving high-quality print jobs that are done correctly. </p>
<p>Another advantage of using Outward Image is price. Our prices often rival the prices at most D-I-Y online print outfits, yet the work you get from Outward Image will not be from cookie-cutter templates. Your designs will match your identity with high-quality custom work. </p>
<p>We work with our customers to ensure they are happy with the final product. You see the designs before you commit to the final job. You don’t pay anything until you are happy with the digital files that will represent your final, finished job. You simply can’t go wrong, so give us a try today. </p>
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/12/03/outward-image-print-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Role of Tables in Early Web Development</title>
		<link>http://outwardimage.net/2011/11/13/introducing-css/</link>
		<comments>http://outwardimage.net/2011/11/13/introducing-css/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 17:11:07 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[HTML-CSS Lessons]]></category>

		<guid isPermaLink="false">http://outwardimage.net/?p=315</guid>
		<description><![CDATA[The roots of CSS lie in a need for web site developers and designers to control the design aspects of their web pages. Before the advent of CSS, designers were forced to use tables, in order to control the layout, &#8230; <a class="more-link" href="http://outwardimage.net/2011/11/13/introducing-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The roots of CSS lie in a need for web site developers and designers to control the design aspects of their web pages. Before the advent of CSS, designers were forced to use tables, in order to control the layout, the placement of images, etc. Sites with complex backgrounds had to be sliced in very complex ways to accommodate creative placement and style. Tables will always have a useful purpose, as tabular data will always be required, but it is best used in that specific role, and not as a layout tool. Before the advent of CSS, though, there was little else one could used to add unique style, layout and design to a website.</p>
<p>Before I get into CSS, it may be helpful to see how tables work. Tables use a series of tags in combination, somewhat like the lists used tags in combination. The first set of tags tag is simply &lt;table&gt;&lt;/table&gt;. As one might expect, the &lt;table&gt; tags are wrapped around the entire table. Inside these tags there will be two other sets, &lt;tr&gt;&lt;/tr&gt; and &lt;td&gt;&lt;/td&gt;. The &lt;tr&gt; tags represents rows, and the &lt;td&gt; tags represent cells within those rows.</p>
<p>Here is an example of the structure:</p>
<p>&lt;table&gt;<br />
&lt;tr&gt;&lt;td&gt;Blue&lt;/td&gt;&lt;td&gt;Orange&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;td&gt;Red&lt;/td&gt;&lt;td&gt;Yellow&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<table>
<tbody>
<tr>
<td>Blue</td>
<td>Orange</td>
</tr>
<tr>
<td>Red</td>
<td>Yellow</td>
</tr>
</tbody>
</table>
<p>This table example is extremely simple. There are also ways to combine cells within rows or columns.</p>
<p>&lt;table&gt;<br />
&lt;tr&gt;&lt;td colspan=&#8221;2&#8243;&gt;Blue&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;td&gt;Red&lt;/td&gt;&lt;td&gt;Yellow&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<table>
<tbody>
<tr>
<td colspan="2">Blue</td>
</tr>
<tr>
<td>Red</td>
<td>Yellow</td>
</tr>
</tbody>
</table>
<p>In the example above, by adding …colspan=&#8221;2&#8243;… to the first openingtag in the row, html combined the the cells across the two columns of the table to make one cell. The second set of</p>
<p>tags are removed as all the columns of the table are accounted for, and is not needed.</p>
<p>&lt;table&gt;<br />
&lt;tr&gt;&lt;td rowspan=&#8221;2&#8243;&gt;Red&lt;/td&gt;&lt;td&gt;Blue&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;td&gt;Yellow&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<table>
<tbody>
<tr>
<td rowspan="2">Red</td>
<td>Blue</td>
</tr>
<tr>
<td>Yellow</td>
</tr>
</tbody>
</table>
<p>With the last two example, one can start to imagine how tables can be manipulated for the purpose of the layout of pages. We can imagine regions set aside for headers, or columns running down one side of the page. Now imagine putting tables within cells. That’s right. If I were to take one of the above examples, and then place an entire table and place it within one cell of another table, the code would look like this:</p>
<p>&lt;table&gt;</p>
<p>&lt;tr&gt;&lt;td&gt;Blue&lt;/td&gt;&lt;td&gt;</p>
<p>&lt;table&gt;<br />
&lt;tr&gt;&lt;td&gt;Blue&lt;/td&gt;&lt;td&gt;Orange&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;td&gt;Red&lt;/td&gt;&lt;td&gt;Yellow&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p>&lt;/td&gt;&lt;/tr&gt;</p>
<p>&lt;tr&gt;&lt;td&gt;Red&lt;/td&gt;&lt;td&gt;Yellow&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td>Blue</td>
<td>
<table>
<tbody>
<tr>
<td>Blue</td>
<td>Orange</td>
</tr>
<tr>
<td>Red</td>
<td>Yellow</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Red</td>
<td>Yellow</td>
</tr>
</tbody>
</table>
<p>At this point it should be apparent that this method could indeed created many possibilities for the layout of a page. But it is also true that this type of structure can get very complex very quickly. The code soon gets to be very confusing and hard to read. When nothing else existed to aid in the layout of web pages, tables were the answer. Today, however, there is a much better way—table-less CSS, cascading style sheets, which I will cover in my next post.</p>
<p>Tables do have a purpose, however, and that is to display tabular data. If you have a data set that is best displayed in rows and columns, tables allow you to do this in a neat and orderly way, just like table functions in other page layout or word processing programs. There is no tab function in html, so tables are the only to get information, through cells (&lt;td&gt;), to line up in a way that makes sense to the website visitor.</p>
<p>So tables are a great way to display data as a separate element within a page, but should never be used as the layout structure.</p>
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/11/13/introducing-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lists in HTML</title>
		<link>http://outwardimage.net/2011/10/27/list-in-html/</link>
		<comments>http://outwardimage.net/2011/10/27/list-in-html/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 17:29:19 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[HTML-CSS Lessons]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://outwardimage.net/?p=224</guid>
		<description><![CDATA[My last post did not get into lists, but this is a good category to learn on its own. Lists consist of two types of tags working together. The first tag you need to know is the &#60;ul&#62; or &#60;ol&#62; &#8230; <a class="more-link" href="http://outwardimage.net/2011/10/27/list-in-html/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My last post did not get into lists, but this is a good category to learn on its own. Lists consist of two types of tags working together. The first tag you need to know is the &lt;ul&gt; or &lt;ol&gt; tags, and their closing companions, &lt;/ul&gt; and &lt;/ol&gt;. These tags are wrapped around the list, and are different in the type of list they represent. &lt;ul&gt; is for &#8220;unordered list&#8221;, like a bulleted list, and &lt;ol&gt; is for &#8220;ordered list,&#8221; where html will provide a numbered list of your items.</p>
<p>In order to specify the list items, they are wrapped in &lt;li&gt; &lt;/li&gt;, for &#8220;list item&#8221;. The finished code for an ordinary list with a heading might look like this:</p>
<p>&lt;h2&gt;Shopping List&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt; bananas&lt;/li&gt;<br />
&lt;li&gt;tomatoes&lt;/li&gt;<br />
&lt;li&gt;cereal&lt;/li&gt;<br />
&lt;li&gt;rice&lt;/li&gt;<br />
&lt;li&gt;dog treats&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>Displayed as:</p>
<hr />
<h2>Shopping List</h2>
<ul>
<li>bananas</li>
<li>tomatoes</li>
<li>cereal</li>
<li>rice</li>
<li>dog treats</li>
</ul>
<hr />
<p>Now an ordered list:</p>
<p>&lt;h2&gt;Shopping List&lt;/h2&gt;<br />
&lt;ol&gt;<br />
&lt;li&gt; bananas&lt;/li&gt;<br />
&lt;li&gt;tomatoes&lt;/li&gt;<br />
&lt;li&gt;cereal&lt;/li&gt;<br />
&lt;li&gt;rice&lt;/li&gt;<br />
&lt;li&gt;dog treats&lt;/li&gt;<br />
&lt;/ol&gt;</p>
<p>Displayed as:</p>
<hr />
<h2>Shopping List</h2>
<ol>
<li>bananas</li>
<li>tomatoes</li>
<li>cereal</li>
<li>rice</li>
<li>dog treats</li>
</ol>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/10/27/list-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic HTML</title>
		<link>http://outwardimage.net/2011/10/26/basic-html-and-css/</link>
		<comments>http://outwardimage.net/2011/10/26/basic-html-and-css/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 21:46:57 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[HTML-CSS Lessons]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://outwardimage.net/?p=169</guid>
		<description><![CDATA[Understanding HTML can be a little intimidating at first, but it doesn’t have to be hard to understand. Basically, every type statement on a website page needs to have tag identifiers to tell the browser what it is and how &#8230; <a class="more-link" href="http://outwardimage.net/2011/10/26/basic-html-and-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Understanding HTML can be a little intimidating at first, but it doesn’t have to be hard to understand. Basically, every type statement on a website page needs to have tag identifiers to tell the browser what it is and how to interpret it.</p>
<p>But first what does an HTML tag look like. An HTML tag is an identifier surround by the symbols &lt;tag&gt; and &lt;tag/&gt;. Every element has an opening tag, &lt;tag&gt; and the closing tags &lt; /&gt;. You can recognize the closing tag by the additional / before the last &gt;.</p>
<p>A basic web page is constructed somewhat like this:</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Everything between the &lt;html&gt; and &lt;/html&gt; tags is the entire page. Everything between the &lt;head&gt; and &lt;/head&gt; tags contains vital information for the site to display and perform properly. Everything between the &lt;body&gt; and &lt;/body&gt; tags is the visible part of the web page. You should also note here that &lt;head&gt; and &lt;body&gt; sections of the web page are contained within another tag, &lt;html&gt;. You will see this pattern repeatedly as you build web pages.</p>
<p>Here is another example of a simple HTML page. You will notice that now within the &lt;body&gt; tags, there now appears two more sets of tags that contain specific content. The first set of tags are the &lt;h1&gt;&lt;/h1&gt; tags that contain the headline, and a set of paragraph tags (&lt;p&gt;&lt;/p&gt;) containing the first paragraph. All web browsers have automatic settings for these tags, so simply by using these tags alone with no other information, any web browser will render these tags properly. Other standard tags are the subheadings (&lt;h2&gt;&lt;/h2&gt;,&lt;h3&gt;&lt;/h3&gt; thru &lt;h6&gt;&lt;/h6&gt;.</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1&gt;This is a Headline.&lt;/h1&gt;<br />
&lt;p&gt;This is the first paragraph.&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>When this page renders in a browser, the only thing visible to the reader is the content between the &lt;h1&gt; tags and the &lt;p&gt; tags, as shown below:</p>
<hr />
<h1>This is a Headline.</h1>
<p>This is the first paragraph.</p>
<hr />
<p>Another tag is the &lt;blockquote&gt;&lt;/blockquote&gt;. This tag offsets its content from the rest of the text. People will recognize this as a callout, quote, highlight, etc. of something you want your audience to pay special attention to, usually something from the text itself.</p>
<p>All of the tags so far have been in some from of a paragraph, that the tags used separated the content inside it from the content inside the other tags. There are other tags, however, that can be used specifically on the content within the tags, such as for bolding and italicizing text. You can use the &lt;strong&gt;&lt;/strong&gt; tag for bolding text, or the &lt;em&gt;&lt;/em&gt; tag for italicizing.</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1&gt;This is  Headline.&lt;/h1&gt;<br />
&lt;p&gt;This is the first paragraph.&lt;/p&gt;<br />
&lt;blockquote&gt;This is the blockquote.&lt;/blockquote&gt;<br />
&lt;p&gt;This is the second paragraph.&lt;/p&gt;<br />
&lt;h2&gt;This is a second-level headline.&lt;/h2&gt;<br />
&lt;p&gt;This is the first paragraph &lt;em&gt;after&lt;/em&gt; the &lt;strong&gt;second-level heading&lt;/strong&gt;&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Again, the following is how the code above would looked rendered inside a typical browser:</p>
<hr />
<h1>This is Headline.</h1>
<p>This is the first paragraph.</p>
<blockquote><p>This is the blockquote.</p></blockquote>
<p>This is the second paragraph.</p>
<h2>This is a second-level headline.</h2>
<p>This is the first paragraph <em>after</em> the <strong>second-level heading</strong></p>
<hr />
<p>You can try this out yourself if you have a text editor that can save files in the html format. Simply paste the code above into the text editor, save it appropriately as an html document, and then open it with a web browser. You should see very similar formatting as the formatted text you see here.</p>
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/10/26/basic-html-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using HTML and CSS with WordPress</title>
		<link>http://outwardimage.net/2011/10/22/using-html-and-css-with-wordpress/</link>
		<comments>http://outwardimage.net/2011/10/22/using-html-and-css-with-wordpress/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 17:49:11 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[HTML-CSS Lessons]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[Weaver]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://outwardimage.net/?p=164</guid>
		<description><![CDATA[Any WordPress theme has the capability to be configured differently than intended by the author of the theme. However, this can be cumbersome, depending on which theme you are trying to edit. And WordPress, by nature does not make editing &#8230; <a class="more-link" href="http://outwardimage.net/2011/10/22/using-html-and-css-with-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Any WordPress theme has the capability to be configured differently than intended by the author of the theme. However, this can be cumbersome, depending on which theme you are trying to edit. And WordPress, by nature does not make editing the CSS code easy. And theme updates can also erase alterations you have made to the style sheet(s). There is one theme, though, that builds into its structure a flexible CSS setup that allows you to alter at will very specific areas of the website, and does it in a way that is fairly easy to understand for the beginner. The theme I am talking about is called Weaver, and it should be easily obtained for anyone who has an active WordPress site or blog.</p>
<p>What makes Weaver special is that it allows the user a multitude of intelligent choices to alter the design of the site. A beginner can simply make the choices it gives, in terms of color, size, special effects, etc. Plus it has many functional aspects, such as what ancillary info about each post you want to display, hiding titles and tags you may not want to display, and so forth. In essence, it allows you to make a WordPress site look more like a website, and not a blog. And, of course, you can still have a separate blog attached to the site.</p>
<p>More advanced users can use its many options in regard to adding, or altering the CSS of the site. Many of the nodules for affecting the appearance of the site, also have optional dialog boxes that allow for additional CSS code. This is a huge plus in the ability to position and size things the way you want. And it doesn’t stop there. There are additional codings areas for the head area of the site for additional CSS styling, Google Analytics code, and other features you may need to add.</p>
<p>Through my next series of blog entries, I am going to concentrate on showing the beginner how to successfully operate a WordPress site. I will start with some basics, though, about how HTML and CSS work, and how they work together. I will demonstrate later in the series how you can use html and css in your WordPress theme, but more specifically, a site with the Weaver theme installed.</p>
<p>Anyone with an active WordPress site should be able to install the Weaver theme any time they want and just start adjusting the settings. If you know HTML and CSS, you should immediately recognize the nature of this theme. In making its choices of settings to choose, the developer did it with design at the forefront. If you don’t know HTML and CSS, there will still be plenty of variables and design choices, right at your fingertips. Come back to learn about HTML and CSS though, as it will only enhance your experience greatly.</p>
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/10/22/using-html-and-css-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress as a Website Platform</title>
		<link>http://outwardimage.net/2011/10/01/wordpress-as-a-website-platform/</link>
		<comments>http://outwardimage.net/2011/10/01/wordpress-as-a-website-platform/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 17:26:12 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[Forum Posts]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://outwardimage.net/?p=155</guid>
		<description><![CDATA[WordPress as a platform for Web design and development allows an intermediate option between a static site comprised of html files with css style sheets — and a custom programmed site where features necessary are beyond standard plug-in modules that &#8230; <a class="more-link" href="http://outwardimage.net/2011/10/01/wordpress-as-a-website-platform/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress as a platform for Web design and development allows an intermediate option between a static site comprised of html files with css style sheets — and a custom programmed site where features necessary are beyond standard plug-in modules that allow for specific functions. For instance, if a business would like to be able to collect email addresses of interested site visitors, and then be able to distribute information about the business to those who wish to receive them. Joining the list is totally voluntary on the part of the visitor, and they will be able to unsubscribe at any time.</p>
<p>Another one may be a Calendar of Events that can post general future events, or more specific schedules for subgroups within the organization. Schedules can be printed out in calendar form, so it may not be necessary to the distribution of printed calendars. And since printed lists can get lost, it is nice to always have the current schedule at your fingertips, even on your phone.</p>
<p>As for design, the history of WordPress has been that it is a bit challenging when it comes to specific design requirements. Theme developers are able to create their own static html and combine it with WordPress to acheive truly unique designs. But another alternative has developed in the form of versatile themes that have adjustable wireframes, commonly desired website options with easy-to-use check boxes and other input fields, and the ability to create css code to override existing settings. This enables an infinite array of designs that can originate from a single theme. Using a theme like this, along with a substantial knowledge of html and css goes along way of achieve truly unique looks and interesting visual interfaces.</p>
<p>The versatility of function that can be achieved in a WordPress site is a direct product of a vast number of plug-in modules developed by individuals or small enterprises, and shared with anyone who is working with WordPress. This number increases daily, and other plug-ins are being modified and enhanced. These modules can offer a very pleasant smorgasbord to someone with a desire to add real functionality to their site without the programming knowledge to do so by scratch. These modules are limited, however, to the frailties of their authors, and some are indeed, better than others. Ratings are provided to help a designer choose more reliable plug-ins.</p>
<p>I always recommend trying a new plug-in on a test site before incorporating into a published site. A new WordPress site can be created in seconds, allowing an easy avenue for experimenting with different plug-ins. Experimentation can tell us how the plug-ins operate, whether they are user-friendly and useful or cumbersome and confusing, and whether it plays well with other plug-ins. If you are planning a site with a specific combination of functions that you have not tried out before, it would be wise to see them all function on a test-site first. And always make a backup before installing new plug-ins so if disaster strikes, it won’t be a nightmare of rebuilding an entire site!</p>
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/10/01/wordpress-as-a-website-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the New Outward Image Website!</title>
		<link>http://outwardimage.net/2011/08/16/new-outward-image-website/</link>
		<comments>http://outwardimage.net/2011/08/16/new-outward-image-website/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 10:08:16 +0000</pubDate>
		<dc:creator>Jeff Kolakowski</dc:creator>
				<category><![CDATA[Forum Posts]]></category>

		<guid isPermaLink="false">http://outwardimage.net/design/?p=1</guid>
		<description><![CDATA[Welcome to the new Outward Image website. This site signifies a change in direction from static page sites, to database-driven, dynamic websites that are both beautiful in form, and function. A site by Outward Image is not only beautiful to &#8230; <a class="more-link" href="http://outwardimage.net/2011/08/16/new-outward-image-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new Outward Image website. This site signifies a change in direction from static page sites, to database-driven, dynamic websites that are both beautiful in form, and function. A site by Outward Image is not only beautiful to look at, but can go along way to satisfy your marketing needs in the modern business climate.</p>
<p>An effective website needs several specific characteristics, but a few of the most important are that the site be visually appealing, that it be informative without making the user work too hard for it, that it makes running the business easier with tangible benefits, and that it be easy to operate and update. All of these things are in the realm of the designer, and that is what Outward Image specializes in. </p>
<p>There are some other important items in building a website also. Outward Image builds sites that are SEO-friendly. Search Engine Optimization (SEO) is a process that begins from the moment construction starts on a site, and continues til that site either expires, or until the owner or operator simply quit working on it. Part of SEO is making regular changes to your website. A site has to be a living, breathing entity if it is to be successful. In today’s maturing internet environment, a static site no longer meets the requirements of SEO algorithms that crave change, and volume of relevant information.</p>
<p>A site can have the most voluminous, relevant information on any given subject, but people may not read it if it is hideous to look at, and it is difficult to find the information the user seeks. Any site, no matter how beautiful to look at, will not attract many visitors, especially return visitors, if it contains sparse information that never changes. So a designer can design a site that has the potential of high search engine rankings, but the whether or not that site achieve that potential depends on its management after it is launched.</p>
<p>Recognizing this fact, Outward Image is proud of its ability to design sites that are attractive, functional, and ready to take advantage of the marketing efforts of the sites permanent managers, whether that be the site owner directly, or whether that responsibility is out-sourced to another entity. </p>
]]></content:encoded>
			<wfw:commentRss>http://outwardimage.net/2011/08/16/new-outward-image-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

