<?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>electriceasel&#187; POSRG Website Launch &#8211; CMS » electriceasel</title>
	<atom:link href="http://www.electriceasel.com/archives/category/website-design/feed" rel="self" type="application/rss+xml" />
	<link>http://www.electriceasel.com</link>
	<description>Chicago Web Design &#124; Chicago SEO &#124; Video Marketing</description>
	<lastBuildDate>Mon, 05 Apr 2010 16:27:30 +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>POSRG Website Launch &#8211; CMS</title>
		<link>http://www.electriceasel.com/archives/415</link>
		<comments>http://www.electriceasel.com/archives/415#comments</comments>
		<pubDate>Mon, 08 Mar 2010 21:29:15 +0000</pubDate>
		<dc:creator>Chas</dc:creator>
				<category><![CDATA[Recent Projects]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.electriceasel.com/?p=415</guid>
		<description><![CDATA[It&#8217;s Alive! We are proud to announce the recent launch of www.posrg.com.  In 2005, POSRG set forth to become an industry leader and premier provider of POS equipment sales and services to retail and hospitality chains throughout North America. POS Remarketing Group&#8217;s experience and dedication to point of sale systems hardware and services enable them [...]]]></description>
			<content:encoded><![CDATA[<p><span><a href="http://www.electriceasel.com/wp-content/uploads/2010/03/posrg_SS.jpg"><img class="alignleft size-thumbnail wp-image-417" title="posrg_SS" src="http://www.electriceasel.com/wp-content/uploads/2010/03/posrg_SS-150x150.jpg" alt="" width="150" height="150" /></a></span>It&#8217;s Alive! We are proud to announce the recent launch of <a href="http://www.posrg.com" rel="external">www.posrg.com</a>.  In 2005, POSRG set forth to become an industry leader and premier provider of POS equipment sales and services to retail and hospitality chains throughout North America. POS Remarketing Group&#8217;s experience and dedication to point of sale systems hardware and services enable them to address the needs of service providers, retail, hospitality and food service industries. POSRG&#8217;s innovative solutions provide their customers a lower cost of ownership, the most value and reliability by supporting their hardware investment. POSRG offers flexible and easy to use programs tailored to their customer&#8217;s specific needs. POSRG believes in a strong collaborative effort with their customers to help them achieve their long term goals, while protecting their investment. <a href="http://www.posrg.com" rel="external">Click here to see POSRG in action.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.electriceasel.com/archives/415/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Reasons Why Cascading Stylesheets Can Make Or Break Your Website</title>
		<link>http://www.electriceasel.com/archives/369</link>
		<comments>http://www.electriceasel.com/archives/369#comments</comments>
		<pubDate>Thu, 28 Jan 2010 00:04:50 +0000</pubDate>
		<dc:creator>Chas</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://electriceasel.com/?p=369</guid>
		<description><![CDATA[The use of Cascading Style Sheets have become a critical component of web design.  In this post we&#8217;ll discuss why CSS is so important and what its advantages are.  Here are the Top Five:  1. The content is separated from the design &#8211; Because you are able to create a separate Stylesheet and link [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><span><a href="http://electriceasel.com/wp-content/uploads/2010/02/Screen-shot-2010-02-02-at-5.55.12-PM.png"><img class="alignnone size-thumbnail wp-image-371" title="Cascading Style Sheets " src="http://electriceasel.com/wp-content/uploads/2010/02/Screen-shot-2010-02-02-at-5.55.12-PM-150x150.png" alt="" width="150" height="150" /></a></span>The use of Cascading Style Sheets have become a critical component of web design.  In this post we&#8217;ll discuss why CSS is so important and what its advantages are.  Here are the Top Five:  1. The content is separated from the design &#8211; Because you are able to create a separate Stylesheet and link it to all your webdocuments, you have great control over how your website looks. So if you want to change a certain aspect of your page, you only need to alter one file: the Stylesheet! This Of course, generates some great flexibility. This flexibility is not available when your website is using tables for layout, inline font tags or inline defined colors.  A single CSS file can contain positioning, layout, font, colors and style information for an entire web site. 2. You site uses less bandwidth and loads faster &#8211; Because stylesheets are so lightweight, your website will load much faster. The main reason is because you do not need table layouts anymore for the positioning of elements. Since text loads really really fast your website will be visible in a flash.   This means that visitors will be happier when surfing your website. They only have to download the Stylesheet once, and it&#8217;s automatically reused for every page. So the only thing that needs to be loaded is the actual content.  On average, a website will load five to ten times faster if it makes use of cascading style sheets  3. Your website will automatically gain better search engine results &#8211; With CSS, you can position any element, anywhere you want. So if your menu is at the bottom of your HTML document, you can bring it up using absolute positioning. The reason this is useful is to make sure the search engine spiders pick up the main content first.  Another advantage gained is that your HTML code is much cleaner. So the search engine spiders will not have to separate messy code from the real content.  So make sure you put your logo text and your menu at the bottom of your HTML document at put it at the top using CSS.  4. CSS is compatible with newer browsers &#8211; You need to be sure that your website is accessible by all major and newer browsers.  By using webstandards, defined by the w3c, you are making sure your content is viewable in the future.  Because there are so many browsers these days, it is impossible to test your website in all these browsers on different configurations. Coding to standards is then the only practical solution.  5. CSS can be used to display the same content on different media &#8211; Because you are able to define different stylesheets for different media, you have great flexibility in presenting your content.  The printer for example, is a medium on itself. If someone prints out your website, you will be able to modify the look of it. Add an extra black and white logo, remove the advertisements and change the colors to black and white values. It&#8217;s all performed easily by using cascading stylesheets. And the best thing is, visitors do not even have to know you created a new Stylesheet especially for the printer.  Stylesheets can also be created specifically for mobile devices.  With the coming wave of mobile search and commerce, maybe it&#8217;s time to CSSify your site.</p>
<p style="text-align: left;">In Summary, Cascading Style Sheets make websites better and have become the standard for good reason. If you would like a CSS assessment of your site, don&#8217;t hesitate to <a href="http://electriceasel.com/contact-us-2">contact us</a>.  Your website will thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.electriceasel.com/archives/369/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
