<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>CSS osCommerce | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://rasadesign.com/"></base>
  <link rel="stylesheet" href="assets/templates/modxhost/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://rasadesign.com/feed.rss.html" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
	<!-- WP lightbox 2 Plugin version 0.6.3 -->
	<link rel="stylesheet" href="http://www.rasadesign.com/lightbox2/css/lightbox.css" type="text/css" media="screen" />
	<style type="text/css" media="screen">
		#prevLink, #nextLink { background: transparent url("http://www.rasadesign.com/lightbox2/images/blank.gif") no-repeat; }
		#prevLink:hover, #prevLink:visited:hover { background: url("http://www.rasadesign.com/lightbox2/images/prevlabel.gif") left 15% no-repeat; }
		#nextLink:hover, #nextLink:visited:hover { background: url("http://www.rasadesign.com/lightbox2/images/nextlabel.gif") right 15% no-repeat; }
	</style>
	<script type="text/javascript" src="http://www.rasadesign.com/lightbox2/js/lightbox.js"></script>
	<script type="text/javascript">
		var fileLoadingImage = "http://www.rasadesign.com/lightbox2/images/loading.gif";
		var fileBottomNavCloseImage = "http://www.rasadesign.com/lightbox2/images/closelabel.gif";
	</script>
<script type="text/javascript">
function setActiveStyleSheet() {
var el= $('modxhost');
el.style.background = '#ffd700';
el.style.padding = '10px';
el.style.display='block';
var bgEffect = new Fx.Styles('modxhost', {duration: 1000,transition: Fx.Transitions.linear});
bgEffect.start( {'background-color': '#f9f9f9'});
return false;
}

function highlight(el,endcolor,duration) {
$(el).style.background = '#ffd700';
var fx = $(el).effects({duration: 1000, transition: Fx.Transitions.linear});
fx.start.delay(duration/2,fx,{
'background-color': endcolor
});
return false;
}
</script>
	<script type="text/javascript" src="assets/snippets/AjaxSearch/AjaxSearch.js"></script>
	<script type="text/javascript">
		<!--
		stripHtml = 1;
		stripSnip = 1;
		stripSnippets = 1;
		useAllWords = 0;
		searchStyle = 'partial';
		minChars = 4;
		maxResults = 6;
		showMoreResults = 1;
		moreResultsPage = 8;
		as_language = 'english'
		extract = 0;
		liveSearch = 0;
		docgrp = '';
		highlightResult = 1;
		-->
	</script>
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">CSS osCommerce</h1>
          <div id="sidebar">
            <h2>News:</h2>
            <strong><a href="the-press-release.html" title="How to write an effective press release">How to write an effective press release</a></strong><br />
How to write an effective press release<br /><br /><strong><a href="article-1201453825.html" title="To Blog or Not To Blog?">To Blog or Not To Blog?</a></strong><br />
To Blog or Not To Blog? That is the CMS Question.<br /><br />
            <div id="recentdocsctnr">
              <h2>Most Recent:</h2>
              <a name="recentdocs"></a><ul class="LIn_shortMode">
<li><a href="ebusiness-nonretail.html" title="eBusiness Web Site - Non-retail">eBusiness Web Site - Non-retail</a> <span class="LIn_date">2008.05.09</span> <span class="LIn_desc">Rasadesign studio will design your business web site as a tableless design</span></li>
<li><a href="the-press-release.html" title="How to write an effective press release">How to write an effective press release</a> <span class="LIn_date">2008.05.06</span> <span class="LIn_desc">A Press release can be an effective marketing tool for your business... or a source of damage to your company's reputation.</span></li>
<li><a href="portrait-one.html" title="When I Grow Up: A Portrait of Anorexia">When I Grow Up: A Portrait of Anorexia</a> <span class="LIn_date">2008.01.25</span> <span class="LIn_desc">A photographic series from the essay, "When I Grow Up" By Sean Rice and Stephanie Grant</span></li>
</ul>
 </div>
            <h2>Login:</h2>
            <div id="sidebarlogin">    <script type="text/JavaScript">

        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/feed.rss.html"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Your Login Details</h3>
        <label for="username">User: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Password: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Remember me</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/feed.rss.html">
    <fieldset>
        <h3>It happens to everyone...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Enter the email address of your account to reset your password: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>To return to the login form, press the cancel button.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Cancel" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div>
            <h2>Meta:</h2>
            <p><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></p>
            <p><a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a></p>
          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>CSS osCommerce RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://rasadesign.com/feed.rss.html</link>
			<description></description>
			<language>en</language>
			<copyright>CSS osCommerce 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>How to write an effective press release</title>
				<link>http://rasadesign.com/the-press-release.html</link>
				<description><![CDATA[ A Press release can be an effective marketing tool for your business... or a source of damage to your company's reputation. ]]></description>
				<pubDate>Tue, 06 May 2008 12:10:00 -0400</pubDate>
				<guid isPermaLink="false">http://rasadesign.com/the-press-release.html</guid>
				<dc:creator>Default admin account</dc:creator>
				
			</item>
		
			<item>
				<title>To Blog or Not To Blog?</title>
				<link>http://rasadesign.com/article-1201453825.html</link>
				<description><![CDATA[ Many companies make the SEO decision to add a Content Management System or Blog to their eCommerce site. The rationale seems pretty straightforward: One can add keyword-rich, long-text pages to a site without interfering with the design of the eCommerce section of the site. Done wrong, however, and a CMS can be more of a disaster than it's worth. ]]></description>
				<pubDate>Sun, 27 Jan 2008 12:10:25 -0500</pubDate>
				<guid isPermaLink="false">http://rasadesign.com/article-1201453825.html</guid>
				<dc:creator>Sean Rice</dc:creator>
				
			</item>
		
			<item>
				<title>Un-Designing your Web Site</title>
				<link>http://rasadesign.com/article-1196634503.html</link>
				<description><![CDATA[ If you're planning to launch your business on the web, the last thing you want is to trust the project to a Web Designer. ]]></description>
				<pubDate>Sun, 02 Dec 2007 17:28:23 -0500</pubDate>
				<guid isPermaLink="false">http://rasadesign.com/article-1196634503.html</guid>
				<dc:creator>Sean Rice</dc:creator>
				
			</item>
		
			<item>
				<title>eCommerce and osCommerce</title>
				<link>http://rasadesign.com/article-1126081344.html</link>
				<description><![CDATA[ Articles and white papers on eCommerce, osCommerce, design, marketing and promotion.  ]]></description>
				<pubDate>Thu, 13 Apr 2006 01:00:00 -0400</pubDate>
				<guid isPermaLink="false">http://rasadesign.com/article-1126081344.html</guid>
				<dc:creator>Sean Rice</dc:creator>
				
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
      <h1><a id="logo" href="index.html" title="CSS osCommerce">CSS osCommerce</a></h1>
      <div id="search"><!--search_terms--><span id="search-txt">SEARCH</span><a name="search"></a>
		
		<form id="ajaxSearch_form" action="search-results.html" method="post">
			<label for="ajaxSearch_input">
				<input id="ajaxSearch_input" type="text" name="search" value="Search here..." onfocus="this.value=(this.value=='Search here...')? '' : this.value ;" />
			</label>
			<label for="ajaxSearch_submit">
				<input id="ajaxSearch_submit" type="submit" name="sub" value="Go!" />
			</label>
		</form>
		
		<div id="ajaxSearch_output" style="opacity:0;"> </div></div>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://rasadesign.com/" title="Home">Home</a></li>
<li class="category "><a href="/ecommerce2.html" title="eCommerce 2.0">eCommerce 2.0</a><ul style="display:none">
  <li class="first"><a href="/article-1126081344.html" title="eCommerce and osCommerce">Articles</a></li>
<li class="last"><a href="/the-press-release.html" title="How to write an effective press release">The Press Release</a></li>

</ul></li>
<li class="category "><a href="/contact-us.html" title="Contact Us">Contact us</a></li>
<li class="category "><a href="/rasa-portfolio.html" title="Portfolio">Portfolio</a><ul style="display:none">
  <li class="first"><a href="/portfolio-osCommerce.html" title="osCommerce, CRELoaded, osCMax and CSS osCommerce projects">osCommerce</a></li>
<li><a href="/non-retail-business-sites.html" title="Non-Retail Business Sites">non-retail</a></li>
<li><a href="/intra-net.html" title="Intra-net, Extra-net and Deliverables">intra-net</a></li>
<li class="last"><a href="/photography.html" title="Photography">Photography</a><ul style="display:none">
  <li class="first"><a href="/portrait-one.html" title="When I Grow Up: A Portrait of Anorexia">portrait-one</a></li>

</ul></li>

</ul></li>
<li class="category "><a href="/Products.html" title="Products">Products</a><ul style="display:none">
  <li class="first"><a href="/cssoscommerce.html" title="Tableless XHTML / CSS osCommerce">Tableless osCommerce</a></li>
<li><a href="/wordpress-solutions.html" title="WordPress as a web site and not a 'blog'">wordpress</a></li>
<li class="last"><a href="/ebusiness-nonretail.html" title="eBusiness Web Site - Non-retail">Business Web Sites</a></li>

</ul></li>
<li class="category "><a href="/services.html" title="Services">Services</a></li>
<li class="category last"><a href="/about.html" title="About Rasa">About Rasa</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p> <a href="http://rasadesign.com/index.php" title="Rasa Design Studio CSS osCommerce and Rasa eCommerce Framework">Rasa Design Studio</a>: Home of tableless osCommerce and Rasa eCommerce Framework<br />Washington, DC<br />+1 267-297-1416 <br />
        MySQL: 0.0301 s, 27 request(s), PHP: 0.1103 s, total: 0.1404 s, document retrieved
        from database. </p>
    </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
<!-- www.hitslink.com/ web tools statistics hit counter code -->
<script type="text/javascript" id="wa_u"></script>
<script type="text/javascript">//<![CDATA[
wa_account="seanrice"; wa_location=3;
wa_pageName=location.pathname;  // you can customize the page name here
document.cookie='__support_check=1';wa_hp='http';
wa_rf=document.referrer;wa_sr=window.location.search;
wa_tz=new Date();if(location.href.substr(0,6).toLowerCase()=='https:')
wa_hp='https';wa_data='&an='+escape(navigator.appName)+ 
'&sr='+escape(wa_sr)+'&ck='+document.cookie.length+
'&rf='+escape(wa_rf)+'&sl='+escape(navigator.systemLanguage)+
'&av='+escape(navigator.appVersion)+'&l='+escape(navigator.language)+
'&pf='+escape(navigator.platform)+'&pg='+escape(wa_pageName);
wa_data=wa_data+'&cd='+
screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
'&tz='+wa_tz.getTimezoneOffset()+'&je='+ navigator.javaEnabled();
wa_img=new Image();wa_img.src=wa_hp+'://counter.hitslink.com/statistics.asp'+
'?v=1&s='+wa_location+'&acct='+wa_account+wa_data+'&tks='+wa_tz.getTime();
document.getElementById('wa_u').src=wa_hp+'://counter.hitslink.com/track.js'; //]]>
</script>
<!-- End www.hitslink.com/ statistics web tools hit counter code -->
</body>
</html>