<?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>21 inspired &#187; XHTML / CSS / Javascript</title>
	<atom:link href="http://21inspired.com/tag/xhtml-css-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://21inspired.com</link>
	<description>web design &#38; graphic design</description>
	<lastBuildDate>Sat, 12 Feb 2011 21:57:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Web design and development tools</title>
		<link>http://21inspired.com/web-design-blog/web-design-development-tools/</link>
		<comments>http://21inspired.com/web-design-blog/web-design-development-tools/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 21:38:29 +0000</pubDate>
		<dc:creator>Roger Coathup</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Web Design Blog]]></category>
		<category><![CDATA[Beanstalk]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[MAMP Pro]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Versions]]></category>
		<category><![CDATA[Web design and development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML / CSS / Javascript]]></category>

		<guid isPermaLink="false">http://21inspired.com/?p=112</guid>
		<description><![CDATA[An insight into our web design and development process, and the tools we use]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2F21inspired.com%2Fweb-design-blog%2Fweb-design-development-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2F21inspired.com%2Fweb-design-blog%2Fweb-design-development-tools%2F&amp;source=21inspired&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Our web design and development process has evolved to include a very powerful suite of tools that let us build rich websites quickly and efficiently.  In this post, I share some insights into the tools and how we use them.  Hopefully, you&#8217;ll find some new software to explore; I look forward to hearing your thoughts.</p>
<p><img class="alignnone size-large wp-image-131" title="website build tools" src="http://21inspired.com/wp-content/uploads/2010/01/building-website1-600x193.jpg" alt="website build tools" width="600" height="193" /></p>
<h3><strong>Coding and standards</strong></h3>
<p><strong>XHTML</strong> and <strong>CSS</strong> are the cornerstones of our web development, with <strong>PHP </strong>and <strong>MySQL</strong> for our server side scripting and database work.  Before a website goes live, we test it for standards compliance using the <strong>W3C validators</strong>.  We want our websites to work across different browsers with less problems, and standards compliance helps ensure that.  It also gives us some search engine optimisation and disability discrimination pointers.</p>
<p>Most of our websites have rich interfaces and effects built with Javascript (typically using the <strong>jQuery</strong> libraries).  The sites we are building for <a title="Concept Laser Eye Surgery case study" href="/work/concept-laser-eye-surgery">Concept Eye Clinic</a> are great examples of  jQuery enhanced websites.</p>
<p>Our graphic designer, of course, uses the ubiquitous Photoshop to create our site layouts and design previews.  Something about the &#8216;developer aversion to Ps&#8217; in me, sees Fireworks being snook out occasionally to tweak graphics.  I&#8217;m getting over it.</p>
<h3>Content management</h3>
<p><img class="alignleft size-full wp-image-200" title="WordPress logo" src="http://21inspired.com/wp-content/uploads/2010/01/blue-l.png" alt="WordPress logo" width="150" height="150" />Almost all our sites are built using the <strong>WordPress</strong> platform for content management.  We  worked with <strong>Expression Engine</strong> for one project, when we needed friendlier image handling for the client, but have returned to WordPress since.  We know the platform well, and are comfortable extending it to meet most website needs.  We&#8217;ve used WordPress to build everything from simple  brochure sites to full blown online magazines.  I&#8217;m also keeping an eye on <a title="RadiantCMS" href="http://radiantcms.org/">RadiantCMS</a> for a future development.</p>
<p>We undertook a couple of ecommerce projects a while back, and have had a surge of them arrive recently.  For all three of the new projects we are using <strong>Magento</strong>.  Magento is more than a little intimidating out of the box, with a powerful but complex set of XML and PHP files for layout and templating.  The documentation, including text books, is often poorly written, but a very active Open Source developer community means &#8216;how to&#8217; solutions for just about any problem are only a Google away.</p>
<p>Last but not least, we&#8217;ve used <strong>BuddyPress</strong> for social network developments, including the acclaimed <a title="Hello Eco Living case study" href="/work/hello-eco-living">Hello Eco Living</a> website.  We considered <strong>Elgg</strong> as a social network development platform, but opted for BuddyPress because of our familiarity with the underlying WordPress system.  BuddyPress has been an adventure.  It&#8217;s feature rich, but definitely went through teething problems during its first year.  Serious development requires far more knowledge of filters and event handlers than you&#8217;d expect to encounter developing standard WordPress themes.  That, coupled with a much smaller market, means the number of skilled developers and shared knowledge is limited.</p>
<h3>Development tools and environment</h3>
<p><img class="alignleft size-full wp-image-194" title="coda-logo" src="http://21inspired.com/wp-content/uploads/2010/01/coda_logo.png" alt="Coda" width="143" height="146" />We develop on<strong> Mac</strong>, using the <strong>Coda</strong> web development environment to hand code our websites.</p>
<p><strong>MAMP Pro</strong> gives us a full featured Apache / MySQL / PHP local test environment, and we use <strong>Versions</strong> in conjunction with <strong>Beanstalk</strong> to manage our code.  Beanstalk is a hosted source code control system (subversion SVN), that lets us track revisions to our websites, build and test new features independently, and integrate back into the main site.  Coda can function directly as an SVN client, but we prefer to use it in combination with Versions.  We use Versions to create test branches, create working copies of a website, and set up our local file structure.</p>
<p>Finally, we use <strong>Safari</strong> with its developer tools enabled as our main development browser.  The developer tools offer a similar set of functionality to <strong>Firebug on Firefox</strong>, allowing us to examine our HTML / CSS / Javascripts and resource usage in the browser.</p>
<p>This post has given a quick overview of the tools we use in our web design and development process.  I&#8217;ll delve into more depth on some of them in future posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://21inspired.com/web-design-blog/web-design-development-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hello Eco Living</title>
		<link>http://21inspired.com/work/hello-eco-living/</link>
		<comments>http://21inspired.com/work/hello-eco-living/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 15:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Identity and branding]]></category>
		<category><![CDATA[Online magazine]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Web design and development]]></category>
		<category><![CDATA[XHTML / CSS / Javascript]]></category>

		<guid isPermaLink="false">http://21inspired.com/?p=15</guid>
		<description><![CDATA[WPMU.org named Hello Eco Living as one of the "10 Latest and Greatest Inspirational BuddyPress sites".  It's a striking website that combines magazine, social network, blog platform and forums.]]></description>
			<content:encoded><![CDATA[<p>Update: <a title="BuddyPress showcase" href="http://buddypress.org/demo/">BuddyPress</a> have chosen Hello Eco Living as a showcase site to accompany their new 1.2 release.</p>
<p>We spent summer 2009 developing one of our most exciting web projects to date. A full blown online magazine, social network and blogging platform for Hello Eco Living.</p>
<p><img class="alignnone size-full wp-image-327" title="hello eco living web design page layout" src="http://21inspired.com/wp-content/uploads/2009/10/hel0_600x338.jpg" alt="hello eco living web design, page layout" width="600" height="338" /></p>
<h3>Challenge presented</h3>
<p>We’d discussed a number of eco-related projects with Laura and Chris, and were absolutely delighted when they asked us to develop their Hello Eco Living brand and website. They wanted a site that delivered an online magazine full of practical tips, and a related online community that pooled expertise, discussed and shared ideas on how to adopt a more eco-conscious lifestyle.</p>
<h3>Our solution</h3>
<p>Our graphic and branding ideas went through several iterations, ‘high tech’ revolutionary initial concepts giving way to wonderfully welcoming ‘eco-lutionary’ logo and design. The web design is our most ambitious project to date. An outwardly simple set of pages, subtly enhanced with beautiful typography, is underpinned by an extremely powerful social networking engine. Javascript is used to enhance the XHTML, CSS front end, and a content management system allows Hello Eco Living to easily add and edit their magazine stories. The final touch is the integration of a blogging platform that allows site members to create and author their own eco blogs.</p>
<h3>End results</h3>
<p>Hello Eco Living have an engaging and pervasive brand that unites a whole suite of online features, and even out onto their Faceboook and Twitter pages. Their website is ambitious and immensely powerful. The Beta version launched in September, two editions of the magazine have gone out, and membership of the social network is starting to grow.</p>
<p>In January, 2010, WPMU.org listed Hello Eco Living as one of the &#8220;<a title="10 of the latest and greatest inspirational BuddyPress sites" href="http://wpmu.org/10-of-the-latest-and-greatest-inspirational-buddypress-sites/">10 Latest and Greatest Inspirational BuddyPress sites</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://21inspired.com/work/hello-eco-living/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artemis Media</title>
		<link>http://21inspired.com/work/artemis-media/</link>
		<comments>http://21inspired.com/work/artemis-media/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:01:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Brochure website]]></category>
		<category><![CDATA[Web design and development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML / CSS / Javascript]]></category>

		<guid isPermaLink="false">http://21inspired.com/?p=18</guid>
		<description><![CDATA[A new content managed website to support Artemis Media's "doing it differently" campaign]]></description>
			<content:encoded><![CDATA[<p>Artemis Media are a Gosforth, Newcastle based advertising agency.  Specialising in radio and TV advertising, they run campaigns for both local and national businesses. We worked with them in Spring 2009 to build their new website.</p>
<p><img class="alignnone size-full wp-image-393" title="webdesign-artemismedia" src="http://21inspired.com/wp-content/uploads/2009/10/artemis-media0.jpg" alt="webdesign-artemismedia" width="600" height="338" /></p>
<p>Artemis Media had been trading for more than a year, but had only ever had a placeholder website. Without an online portfolio to show potential clients, and with no presence in searches, they were losing opportunities. They needed a web presence up and running quickly, particularly as they were planning a new campaign &#8220;doing it differently&#8221;.</p>
<h3>Clean, professional, strong website</h3>
<p>Prior to the website build, we advised Artemis on  structure and layout, and how their website could become an effective business tool.  For competitive reasons they were reluctant to reveal too much case study information on site; instead the focus is on illustrating their services, backed up by a series of quotes from their clients.</p>
<p>The website is driven from a content management system, allowing Artemis Media to edit and reload content as new campaigns start, or they introduce new services. Our web design for them also incorporates a blog, where they can write content to enhance their reputation, and gain recognition in the search engines. Other touches include Javascript elements to enhance the front end, and built in on page search engine optimisation.</p>
<p>Delivered within a short timescale, the Artemis Media website portrays a clean, professional image for the company.  As the Artemis add more content, it has strong fundamentals, that will allow it to perform well in search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://21inspired.com/work/artemis-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shehla Naqvi</title>
		<link>http://21inspired.com/work/shehla-naqvi/</link>
		<comments>http://21inspired.com/work/shehla-naqvi/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:00:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Brochure website]]></category>
		<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Identity and branding]]></category>
		<category><![CDATA[Web design and development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML / CSS / Javascript]]></category>

		<guid isPermaLink="false">http://21inspired.com/?p=13</guid>
		<description><![CDATA[This is one of our favourite pieces of graphic and brand design.  A carefully chosen typeface, subtle floral hints, and warm colours combine to create a wonderfully reassuring and welcoming logo 
]]></description>
			<content:encoded><![CDATA[<p>We worked with Shehla in the first half of 2009 to design the brand and build a brochure website for her executive coaching and personal development practice.</p>
<p><img class="alignnone size-full wp-image-331" title="Shehla Naqvi, Psychotherapy, homepage design" src="http://21inspired.com/wp-content/uploads/2009/10/sn1.jpg" alt="Shehla Naqvi, Psychotherapy, homepage design" width="600" height="338" /></p>
<h3><strong>Challenge presented</strong></h3>
<p>Shehla is a Newcastle based psychotherapist who wanted to develop her own private practice delivering executive coaching and personal development.  We&#8217;d previously worked with Shehla on her business strategy, and were delighted to be tasked with designing her brand, and building a website that would both generate referrals and also grow Shehla&#8217;s reputation as a leading practitioner.</p>
<h3><strong>Our solution</strong></h3>
<p>This is the first project that we undertook with Rebecca on board, and the benefits were immediate.  The client&#8217;s preferred colours and motif, soft fushcias, pinks and a flower, are worked into a striking, professional, welcoming and engaging logo.  The web design continues the theme with clean, bold blocks showcasing Shehla, her services and her case studies, and incorporates a blog where Shehla can write.  The website is standards compliant XHTML and CSS.</p>
<h3>End results</h3>
<p>Shehla has a brand she can be proud of, that is not only striking, but also sets her apart from the competition.  Her website is appealing with clear calls to action, and a blog for Shehla to write and grow her reputation.  We continue to work with Shehla, and look forward to ongoing development of her Newcastle practice.</p>
]]></content:encoded>
			<wfw:commentRss>http://21inspired.com/work/shehla-naqvi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cold Store Logistics</title>
		<link>http://21inspired.com/work/cold-store-logistics/</link>
		<comments>http://21inspired.com/work/cold-store-logistics/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:06:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Brochure website]]></category>
		<category><![CDATA[Web design and development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML / CSS / Javascript]]></category>

		<guid isPermaLink="false">http://21inspired.com/?p=355</guid>
		<description><![CDATA[A professional brochure web design and development.  Content managed, expandable, high impact, but built to a tight budget.]]></description>
			<content:encoded><![CDATA[<p>Cold Store Logistics, a new North East based FMCG logistics business, wanted a brochure website to support their sales and marketing campaign. The website had to be content managed, flexible enough to allow new services to be added in the future, yet built to a very small budget.<br />
<img class="alignnone size-full wp-image-395" title="webdesign&amp;development-csl" src="http://21inspired.com/wp-content/uploads/2009/10/csl.jpg" alt="webdesign&amp;development-csl" width="600" height="338" /></p>
<h3>Budget content managed website</h3>
<p>First and foremost we&#8217;ve built a website for Cold Store Logistics that is clean and professional; a brochure website that they can be proud to show their clients and that will drive new business. Rich images and callout banners standout on white pages with search engine optimised text. The website is content managed, allowing the client to modify content, upload images, and even add pages as they offer new services in the future.</p>
<p>We developed the website on the WordPress platform, working from a web design drawn up by our friends at Bigger Boat. Despite being built on a budget, the website features Javascript drop down menus driven directly from the WordPress page structure, inbuilt search engine optimisation, a contact form, and a news area where Cold Store Logistics can publish their latest stories.</p>
<h3>End result</h3>
<p>Clean, consistent page layouts let the visitor quickly appreciate the services offered by Cold Store Logistics. This is backed up by bright fresh brand consistent imagery, and callouts to focus attention on the key benefits and features offered.</p>
]]></content:encoded>
			<wfw:commentRss>http://21inspired.com/work/cold-store-logistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

