<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Divine Web Design » Blog</title>
	
	<link>http://www.divinewebdesign.com</link>
	<description>Divine Website Design and Development</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DivineWebDesignBlog" /><feedburner:info uri="divinewebdesignblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Friendly URLs with Magento on 1&amp;1</title>
		<link>http://feedproxy.google.com/~r/DivineWebDesignBlog/~3/H7VYeSCuQbk/magento-on-1and1-url-rewrite</link>
		<comments>http://www.divinewebdesign.com/blog/magento-on-1and1-url-rewrite#comments</comments>
		<pubDate>Tue, 16 Nov 2010 18:26:15 +0000</pubDate>
		<dc:creator>Ali Blackwell</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[url re-write]]></category>

		<guid isPermaLink="false">http://www.divinewebdesign.com/?p=277</guid>
		<description><![CDATA[<div style="background-color: #0e2130;" class="post-box-top"><img style="margin: -105px 0px 0px -105px; width: 210px; height: 210px;"  class="size-full wp-image-173" title="Magento" src="http://www.divinewebdesign.com/wp-content/uploads/magento_logo.png" alt="" /></div>

<p>This post continues the excellent write-up by Andy Fielder about <a href="http://www.andyfielder.com/2010/02/1and1-meet-magento/">installing Magento on a 1&#038;1 Shared Server</a>. Following his guide results in a workable install of Magento.</p>
<p>However, on the frontend every URL will contain that pesky &#8220;index.php.&#8221; So instead of &#8220;yoursite.com/account/manage&#8221; you'll have &#8220;yoursite.com/<i>index.php</i>/account/manage&#8221;. Not good. After much trawling through the forums, I eventually found enough info to make an educated guess at the solution. And here it is:</p>
<p>Firstly, enable URL rewrites. You can do this on the install page or, if you've installed Magento already, by navigating through <b>System > Configuration > Web > Search Engines Optimization</b> and setting &#8220;Use Web Server Rewrites&#8221; to &#8220;Yes.&#8221;</p>
<p>Now comes the fiddly part. In your .htaccess, locate the line that says <b>RewriteRule .* index.php [L]</b>. You need to change this to <b>RewriteRule . /index.php [L]</b>. If you've installed Magento in a subdirectory (such as &#8220;yoursite.com/shop&#8221;), you'll need to change it to <b>RewriteRule . /shop/index.php [L]</b>. Hey presto, you've got search engine-friendly URLs on a 1&#038;1 shared server. Boom!</p>


]]></description>
			<content:encoded><![CDATA[<div style="background-color: #0e2130;" class="post-box-top"><img style="margin: -105px 0px 0px -105px; width: 210px; height: 210px;"  class="size-full wp-image-173" title="Magento" src="http://www.divinewebdesign.com/wp-content/uploads/magento_logo.png" alt="" /></div>

<p>This post continues the excellent write-up by Andy Fielder about <a href="http://www.andyfielder.com/2010/02/1and1-meet-magento/">installing Magento on a 1&#038;1 Shared Server</a>. Following his guide results in a workable install of Magento.</p>
<p>However, on the frontend every URL will contain that pesky &#8220;index.php.&#8221; So instead of &#8220;yoursite.com/account/manage&#8221; you&#8217;ll have &#8220;yoursite.com/<i>index.php</i>/account/manage&#8221;. Not good. After much trawling through the forums, I eventually found enough info to make an educated guess at the solution. And here it is:</p>
<p>Firstly, enable URL rewrites. You can do this on the install page or, if you&#8217;ve installed Magento already, by navigating through <b>System > Configuration > Web > Search Engines Optimization</b> and setting &#8220;Use Web Server Rewrites&#8221; to &#8220;Yes.&#8221;</p>
<p>Now comes the fiddly part. In your .htaccess, locate the line that says <b>RewriteRule .* index.php [L]</b>. You need to change this to <b>RewriteRule . /index.php [L]</b>. If you&#8217;ve installed Magento in a subdirectory (such as &#8220;yoursite.com/shop&#8221;), you&#8217;ll need to change it to <b>RewriteRule . /shop/index.php [L]</b>. Hey presto, you&#8217;ve got search engine-friendly URLs on a 1&#038;1 shared server. Boom!</p>


<img src="http://feeds.feedburner.com/~r/DivineWebDesignBlog/~4/H7VYeSCuQbk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.divinewebdesign.com/blog/magento-on-1and1-url-rewrite/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.divinewebdesign.com/blog/magento-on-1and1-url-rewrite</feedburner:origLink></item>
		<item>
		<title>At last, the Web Devign Beta Launch</title>
		<link>http://feedproxy.google.com/~r/DivineWebDesignBlog/~3/sC1xTHmSsls/web-devign-beta-launch</link>
		<comments>http://www.divinewebdesign.com/blog/web-devign-beta-launch#comments</comments>
		<pubDate>Mon, 01 Nov 2010 00:21:26 +0000</pubDate>
		<dc:creator>Ali Blackwell</dc:creator>
				<category><![CDATA[Momentous events]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[this site]]></category>

		<guid isPermaLink="false">http://www.divinewebdesign.com/?p=250</guid>
		<description><![CDATA[<div class="image"><img src="http://www.divinewebdesign.com/wp-content/uploads/launch.jpg" alt="" title="launch" class="alignnone size-full wp-image-251" /><span class="caption">Apollo 11 on the way to the moon.</span></div>
<p class="lead">Well hello world! This website has been a while in the making, and today we launch in beta. If you do notice any bugs or glitches, please leave a comment with the details. If you're still using Internet Explorer 6, you'll get no love as I've formally ditched all IE6 support. Sorry guys, but IE6 is from a different century, exposes you to phishing and scamming attacks, and is holding back the evolution of the web.</p>
]]></description>
			<content:encoded><![CDATA[<div class="image"><img src="http://www.divinewebdesign.com/wp-content/uploads/launch.jpg" alt="" title="launch" class="alignnone size-full wp-image-251" /><span class="caption">Apollo 11 on the way to the moon.</span></div>

<p class="lead">Well hello world! This website has been a while in the making, and today we launch in beta. If you do notice any bugs or glitches, please leave a comment with the details. If you&#8217;re still using Internet Explorer 6, you&#8217;ll get no love as I&#8217;ve formally ditched all IE6 support. Sorry guys, but IE6 is from a different century, exposes you to phishing and scamming attacks, and is holding back the evolution of the web.</p>

<h3>A little bit about me</h3>
<p>It actually feels quite good dropping the &#8220;Royal We&#8221; I&#8217;ve used around the rest of this site. During the copywriting process, I spent a lot of time leaning out of the window gazing expectantly at the sky, wondering why the Red Arrows had failed to fly over, again. At least I made some friends, albeit distant ones, during the hours I spent gazing down at the hustle and bustle of the Old Street roundabout, louchley rotating my wrist at passers-by. So, this is me, wannabe Queen of Web Design in Shoreditch. I live just at the bottom of City Road, where the glittering ooze from the City of London seeps into the colourful rapids of Hoxton and East London. I&#8217;ve been working as a Freelance Web Designer for a year and half now, and the launch of .web{devign} signals the proper birth of my web design business.</p>

<h3>This blog</h3>
<p>I&#8217;ve learnt a huge amount reading tutorials and articles that other web designers have written. Open source doesn&#8217;t just apply to software and code; in this industry, knowledge is open source too. I will share code snippets, tips, tricks and the occasional tutorial on this blog, and hopefully help somebody somewhere get to grips with web design.</p>

<h3>Responsive Web Design</h3>
<p>This site embraces Ethan Marcotte&#8217;s <a href="http://www.alistapart.com/articles/responsive-web-design/" target="new" title="Responsive Web Design">new approach to web design</a>. It uses images with flexible widths, and is constructed on a fluid grid. This means you can view it on a 44&#8243; cinema display or a mobile phone, and you&#8217;ll always get an optimised layout. Responsive web design poses a number of challenges that the fixed-width designer usually avoids. A simple jQuery image slider, as seen on the homepage, becomes very complicated indeed when you&#8217;re having to think about widths and heights as percentages instead of simple pixels. But if it saves you from having to code an entirely new mobile version of the site, it&#8217;s definitely worth the extra work.</p>

<p>It&#8217;s wonderful to see web design evolving to fit its medium. Designing for the web means designing for an infinite combination of operating systems, browser versions, screen resolutions and accessibility devices. As designers we must embrace this sea of difference, and code sites that sail smoothly over it, rather than getting buffeted about by the winds of change, and sunk under the fast-rising tide of tablets, mobiles, and internet-enabled TVs. Responsive web design is the future, and I&#8217;m very proud to embrace it.</p>

<p>So please Web Surfers, browse around the site, explore, and do let me know what you think. I eagerly anticipate your feedback.</p><img src="http://feeds.feedburner.com/~r/DivineWebDesignBlog/~4/sC1xTHmSsls" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.divinewebdesign.com/blog/web-devign-beta-launch/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.divinewebdesign.com/blog/web-devign-beta-launch</feedburner:origLink></item>
	</channel>
</rss>

