<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Hungerford Web Design Blog</title>
	<link>http://www.hungerfordwebdesign.com/blog</link>
	<description>Web Design, Development, Hosting, Security and Standards for the Hungerford area</description>
	<pubDate>Sun, 11 May 2008 17:42:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>I R Mac</title>
		<link>http://www.hungerfordwebdesign.com/blog/general/i-r-mac/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/general/i-r-mac/#comments</comments>
		<pubDate>Sun, 11 May 2008 17:31:06 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/general/i-r-mac/</guid>
		<description><![CDATA[Well, after five years of being pretty anti-mac for various reasons, I decided to bite the bullet and give them another go&#8230;. I&#8217;m now £3k out of pocket and loving it!
Why did I go for a mac? Many designers have been surprised at the fact that I have stuck with Windows (lately Vista SP1) for [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after five years of being pretty anti-mac for various reasons, I decided to bite the bullet and give them another go&#8230;. I&#8217;m now £3k out of pocket and loving it!</p>
<p>Why did I go for a mac? Many designers have been surprised at the fact that I have stuck with Windows (lately Vista SP1) for my design and development. They have all attempted to convert me to the darkside. I have never relented as windows did everything I needed it to do and had a variety of browsers to test on. I went for the mac this time round out of curiosity really. When I last used a mac it was an old iMac in  2001/2, I found it clunky, slow and a pain to understand.</p>
<p>What is my experience so far? Overall very good, I&#8217;m still yet to be convinced by only having one dock/toolbar as I use two displays. At the very least I see great merit in having a toolbar at the top of each display for the application currently in focus on that display. My primary reason for that is that I tend not to have a &#8220;primary&#8221; display, I use my displays equally during development. I may have Photoshop open in one and Dreamweaver in another and jump between the two. It would be even worse if I get another display (having to jump over two other windows simply to change a setting).</p>
<p>Perhaps this will change as I get used to working with the mac and change my style a little.</p>
<p>One of the other reasons for never switching to a mac was that I felt that the software support just didn&#8217;t cut it - WOW has that changed! I have so far bought / installed the following software which has made a huge difference to my interoperability with customers/suppliers/colleagues:</p>
<p>Office 2008 - keeps the windows boys happy<br />
iLife/iWork 08 - keeps the mac lot happy (and TBH it&#8217;s simple enough for the Linux chaps too)<br />
A variety of FTP /BT/SSH applications to help administrating the servers<br />
Many browsers for cross-browser testing (IE:mac, Firefox, Safari, Opera)<br />
Creative Suite (Photoshop/Dreamweaver etc)</p>
<p>I have also kept my main Windows Vista machine (it was far too expensive to just sell/bin) and my two linux machines as the thing I have noticed most is that the browser may perform differently based on the OS, particularly with fonts.</p>
<p>So, I took it upon myself to spend the last week using nothing but the mac, to force me to get used to it a little. The biggest thing I miss really is my comfort factor. With using windows since 3.1/1 I know where EVERYTHING is, I know all the DOS commands and switches I need and I know exactly how to hack the OS to do what I want. I now feel like a little boy in a scary wood. I&#8217;m scared to edit the kext or applescript, I&#8217;m worried about not adding the right switch in the terminal (despite it being very similar to my nix boxes), that will come with time. Font support is a little different too and that&#8217;s highlighted on some websites which seem to have no appreciated for non-windows users (another reason I wanted the mac). As mentioned before, I&#8217;m going to investigate the possibility of another toolbar for the second display, there may be an app I can find which does it! The modular nature of apple applications is very strange to me as a windows user, of course I bought Dreamweaver/Photoshop etc for the mac and being able to move each part to another screen is a little weird (coupled with the fact that despite my high screen resolution, all fonts are a little large for my liking).</p>
<p>I can see why apple have been so successful of late, and to be honest I think that&#8217;s helped greatly in terms of the software support from 3rd parties. For example, I have a Windows mobile PDAPhone (HTC TytnII), I can sync it with all of my mac apps as well as the windows ones - I was very impressed at that.</p>
<p>Would I buy more apple hardware? Absolutely, although I don&#8217;t think I am a complete convert yet and rather than become a fan-boy who loves everything by a particular manufacturer simply because they made it, I would have to say that I can see many benefits and pitfalls of each OS depending on how it&#8217;s being used and the environment it&#8217;s in. Those lines are becoming a little more blurred and it will be interesting to see what the next five years holds.</p>
<p>&#8230;.and one last thing - 2 updates since the OS CD was produced on the mac - 32 in a few weeks on the Vista box!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/general/i-r-mac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change default SSH port</title>
		<link>http://www.hungerfordwebdesign.com/blog/xss-and-security/change-default-ssh-port/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/xss-and-security/change-default-ssh-port/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 14:04:44 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[XSS and Security]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/xss-and-security/change-default-ssh-port/</guid>
		<description><![CDATA[By default, SSH runs on port 22. This leads to thousands of automatic scans and scripted attacks being launched.
No reason not to change your port exists to the best of my knowledge. Get it changed!
Add a line in the file /etc/ssh/sshd_config:
Port 6969
Reload sshd
#/etc/rc.d/sshd reload
OR
service sshd restart
A couple of simple things here will ensure you of [...]]]></description>
			<content:encoded><![CDATA[<p>By default, SSH runs on port 22. This leads to thousands of automatic scans and scripted attacks being launched.</p>
<p>No reason not to change your port exists to the best of my knowledge. Get it changed!</p>
<p>Add a line in the file /etc/ssh/sshd_config:</p>
<blockquote><p>Port 6969</p></blockquote>
<p>Reload sshd</p>
<blockquote><p>#/etc/rc.d/sshd reload<br />
OR<br />
service sshd restart</p></blockquote>
<p>A couple of simple things here will ensure you of success:</p>
<ul>
<li> Check that whichever port you choose is not already in use</li>
<li>After restarting ssh, do not close that window. Instead, open a new connection leaving the existing connection open. If anything has gone wrong and you wish to revert your changes back, you can do so in your existing window.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/xss-and-security/change-default-ssh-port/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding SSH welcome and warning messages</title>
		<link>http://www.hungerfordwebdesign.com/blog/xss-and-security/adding-ssh-welcome-and-warning-messages/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/xss-and-security/adding-ssh-welcome-and-warning-messages/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 13:54:56 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[XSS and Security]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/xss-and-security/adding-ssh-welcome-and-warning-messages/</guid>
		<description><![CDATA[Using SSH as a login method for *NIX boxes is pretty common. One thing I am regularly asked by our dedicated server users is how to add messages that can be viewed when a user is accessing the system. Keep in mind that it would be well worth restricting root login and running SSH on [...]]]></description>
			<content:encoded><![CDATA[<p>Using SSH as a login method for *NIX boxes is pretty common. One thing I am regularly asked by our dedicated server users is how to add messages that can be viewed when a user is accessing the system. Keep in mind that it would be well worth <a href="http://www.hungerfordwebdesign.com/blog/xss-and-security/restrict-root-login-on-linux-webservers/">restricting root login </a>and running<a href="http://www.hungerfordwebdesign.com/blog/xss-and-security/change-default-ssh-port/"> SSH on a non-standard port</a><a href="http://www.hungerfordwebdesign.com/blog/xss-and-security/restrict-root-login-on-linux-webservers/"><br />
</a></p>
<p>There are two methods for doing this, you can use just one or both depending on the desired effect.</p>
<p>Firstly (in time order) there is the banner which appears after a username has been typed. This is normally used to provide a warning against unauthorised access as follows:</p>
<blockquote></blockquote>
<blockquote><p>login as: user<br />
************************NOTICE***********************<br />
This system is optimised and configured with security and logging as a<br />
priority. All user activity is logged and streamed offsite. Individuals<br />
or groups using this system in excess of their authorisation will have<br />
all access terminated. Illegal access of this system or attempts to<br />
limit or restrict access to authorised users (such as DoS attacks) will<br />
be reported to national and international law enforcement bodies. We<br />
will prosecute to the fullest extent of the law regardless of the funds<br />
required. Anyone using this system consents to these terms and the laws<br />
of the United Kingdom and United States respectively.<br />
************************NOTICE***********************</p></blockquote>
<p>To add this to your server, you will need to edit your ssh config file (/etc/ssh/sshd_config) and uncomment/add the following line: Banner /etc/banner</p>
<p>You will then want to create/edit the banner you have just referenced: ( pico /etc/banner)</p>
<p>You will need to restart the ssh daemon for this to work: ( service sshd restart)</p>
<p>When you login, you should now see your message displayed after you have entered a username.</p>
<p>The second method is MOTD (Message of the day). The difference here is that this is displayed after login has completed. Some of the most common uses depending of the numbers of users with access:<br />
Rules for accessing files/services<br />
A message for the next sysadmin due to monitor the box<br />
A list of common commands and how to execute them<br />
Anything else of use</p>
<p>To add a MOTD, you will need to edit the motd file : ( pico /etc/motd ), add your message and save the file, it should now be displayed on successful login. If you were to use both it would display something like this:</p>
<blockquote></blockquote>
<blockquote><p> login as: user</p>
<p>************************NOTICE***********************<br />
This system is optimised and configured with security and logging as a<br />
priority. All user activity is logged and streamed offsite. Individuals<br />
or groups using this system in excess of their authorisation will have<br />
all access terminated. Illegal access of this system or attempts to<br />
limit or restrict access to authorised users (such as DoS attacks) will<br />
be reported to national and international law enforcement bodies. We<br />
will prosecute to the fullest extent of the law regardless of the funds<br />
required. Anyone using this system consents to these terms and the laws<br />
of the United Kingdom and United States respectively.<br />
************************NOTICE***********************</p>
<p>user@domain.com&#8217;s password:<br />
Last login: Sun Apr 27 14:37:24 2008 from user-22222222.domain.com</p>
<p>You have somehow managed to login&#8230;.We are now monitoring your access,<br />
our systems administrators have received a page to alert them of your<br />
presense. If you are not a fully authorised user acting within your<br />
rights then logoff immediately to prevent further action.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/xss-and-security/adding-ssh-welcome-and-warning-messages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE8 - back to the drawing board</title>
		<link>http://www.hungerfordwebdesign.com/blog/web-design-and-development/ie8-back-to-the-drawing-board/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/web-design-and-development/ie8-back-to-the-drawing-board/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 13:57:42 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/web-design-and-development/ie8-back-to-the-drawing-board/</guid>
		<description><![CDATA[It&#8217;s beta, let me point that out for those who don&#8217;t know. Hopefully my comments will be null when the final release version arrives (I&#8217;ll not be betting my house on it though, or my car, or a fiver).
There are numerous posts elsewhere regarding the individual supported/unsupported tags and features of IE8 so I won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s beta, let me point that out for those who don&#8217;t know. Hopefully my comments will be null when the final release version arrives (I&#8217;ll not be betting my house on it though, or my car, or a fiver).</p>
<p>There are numerous posts elsewhere regarding the individual supported/unsupported tags and features of IE8 so I won&#8217;t go over old ground.</p>
<p>What I want to do is moan, why? To tell you the truth it is purely down to the amount of work that IE costs me on a daily basis. I develop a site, I test it in firefox - everything renders as expected, I test it in opera - everything renders as expected, I test it in safari (guess what) - everything renders as expected&#8230;..now - I go to IE:<br />
I have to test in three different versions as they are all different&#8230;&#8230;<br />
IE6 - Moves all my nicely centred divs to the left of the page<br />
IE7 - Except for the extra spacing in linebreaks it&#8217;s not too bad - useable<br />
IE8b - WTF! - My two lowest divs (my footer and lower section) are both moved and set infront/behind other divs.</p>
<p>My code all validates, my css validates, my design appears as I want in every other browser I have but IE - OH NO! Then I head to a company which use a very large intranet, I try to login with firefox but I get a blank page&#8230;I ring their internal support, only to be told that it&#8217;s all developed for IE as are all their internal systems, it doesn&#8217;t work with anything else.</p>
<p>IMHO IE is such a cut-and-shut that instead of all of these half-hearted attempts, it should just be scrapped! If my site is standards compliant and every other browser displays it a certain way then what on earth gives MS the right to decide that my site should look different in IE?</p>
<p>Ok, a bit of a deep breath and step back for a sec&#8230;I am shouting and pointing the finger at MS, but for all I know, I could have a terrible code syntax which IE doesn&#8217;t know how to interpret. Perhaps the other browsers are all being more forgiving and IE is sticking to the rules&#8230;. Problem is, I have no way of finding out, every method I have for checking my code says it&#8217;s fine. Testing shows it&#8217;s fine and I taught myself HTML before MS (and most of the world) knew what standards were&#8230;&#8230;thanks microsoft, rather than reduce the browser footprint to allow developers to develop ONCE&#8230;.you have just introduced yet another browser with yet more differences. I&#8217;ll be adding the firefox download button to my site shortly!</p>
<p>If for any reason you want the heathen software, you can <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx">download IE8 Beta</a></p>
<p>If you are a developer and have found that your site displays poorly in IE8, you can consider adding the following meta tag:</p>
<p>&lt;META http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=7&#8243;&gt; Which will revert the rendering to that of IE7 (which has it&#8217;s own issues), good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/web-design-and-development/ie8-back-to-the-drawing-board/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pre-loading images - why when and how?</title>
		<link>http://www.hungerfordwebdesign.com/blog/web-design-and-development/pre-loading-images-why-when-and-how/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/web-design-and-development/pre-loading-images-why-when-and-how/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 15:50:54 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/web-design-and-development/pre-loading-images-why-when-and-how/</guid>
		<description><![CDATA[Firstly why would you pre-load images on your page?
My primary reason is normally because I want to use rollover images in my navigation. I want it to be a grey icon when there isn&#8217;t a mouse hovering over it and I want it to spring to life with colour when there is.
The downside of me [...]]]></description>
			<content:encoded><![CDATA[<p>Firstly why would you pre-load images on your page?<br />
My primary reason is normally because I want to use rollover images in my navigation. I want it to be a grey icon when there isn&#8217;t a mouse hovering over it and I want it to spring to life with colour when there is.<br />
The downside of me wanting to do this is  that my original grey image will load with the rest of the page but my mouseover images will only load when they are called (ie when the mouse hovers over them). If my images are not tiny, they may take a fraction of a second to load which could cause the user to think that my images are disappearing when they hover over them.</p>
<p>I want to pre-load my images once the rest of the work has gone on and the user has the ability to view and use my site.</p>
<p>The most simple way of doing this is as follows:</p>
<blockquote></blockquote>
<blockquote><p><em>&lt;script language=&#8221;JavaScript&#8221;&gt;</em><br />
<em>function preloader() </em><br />
<em>{</em><br />
<em>     // counter</em><br />
<em>     var i = 0;</em><br />
<em>     // create object</em><br />
<em>     imageObj = new Image();</em><br />
<em>     // set image list</em><br />
<em>     images = new Array();</em><br />
<em>     images[0]=&#8221;image1.png&#8221;</em><br />
<em>     images[1]=&#8221;image2.jpeg&#8221;</em><br />
<em>     images[2]=&#8221;image3.gif&#8221;</em><br />
<em>     images[3]=&#8221;image4.jpg&#8221;</em><br />
<em>     // start preloading</em><br />
<em>     for(i=0; i&lt;=3; i++) </em><br />
<em>     {</em><br />
<em>          imageObj.src=images[i];</em><br />
<em>     }</em><br />
<em>} </em><br />
<em>&lt;/script&gt;</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/web-design-and-development/pre-loading-images-why-when-and-how/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using strings and includes to help development and SEO</title>
		<link>http://www.hungerfordwebdesign.com/blog/web-design-and-development/using-strings-and-includes-to-help-development-and-seo/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/web-design-and-development/using-strings-and-includes-to-help-development-and-seo/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 15:36:43 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/uncategorized/using-strings-and-includes-to-help-development-and-seo/</guid>
		<description><![CDATA[We talked about using php includes to reduce the repetition of code and standardise features here:
One of the things we have looked at recently concerns our headers. Let&#8217;s say for example that our header looks like this:

&#60;html&#62;
&#60;head&#62;
&#60;meta name=&#8221;keywords&#8221; content=&#8221;keyword1, keyword2&#8243; /&#62;
&#60;meta name=&#8221;description&#8221; content=&#8221;the description of my site&#8221; /&#62;
&#60;title&#62;This is my page&#60;/title&#62;
&#8230;&#8230;..
Great. Now, we want to [...]]]></description>
			<content:encoded><![CDATA[<p>We talked about using php includes to reduce the repetition of code and standardise features <a href="http://www.hungerfordwebdesign.com/blog/web-design-and-development/using-includes-to-reduce-your-workload/" title="Here">here</a>:</p>
<p>One of the things we have looked at recently concerns our headers. Let&#8217;s say for example that our header looks like this:</p>
<blockquote></blockquote>
<blockquote><p><em>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;keyword1, keyword2&#8243; /&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;the description of my site&#8221; /&gt;<br />
&lt;title&gt;This is my page&lt;/title&gt;<br />
&#8230;&#8230;..</em></p></blockquote>
<p><meta name="description" content="the description of my site" />Great. Now, we want to cut down on how many headers we have (in case we want to change a line later) so that we only update one page instead of all of them. So we create a new page using the code above and we call it include_header.html.</p>
<p>There is just one problem with this scenario, we don&#8217;t want all of our pages to have the same title, keywords and description so what do we do? We could seperate it all out into individual headers for each page again but if we wish to add a new line (perhaps for an RSS feed) later, we would have to do so to every one of our pages. So we use strings.</p>
<p>In our include_header.html we change our code to look like this:</p>
<blockquote></blockquote>
<blockquote><p><em>&lt;html&gt;</em><br />
<em> &lt;head&gt;</em><br />
<em> &lt;meta name=&#8221;keywords&#8221; content=&#8221;&lt;?php echo $keywords; ?&gt;&#8221; /&gt;</em><br />
<em> &lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php echo $description; ?&gt;&#8221; /&gt;</em><br />
<em> &lt;title&gt;&lt;?php echo $title; ?&gt;&lt;/title&gt;</em></p></blockquote>
<p><em> &#8230;&#8230;..</em></p>
<p>Then in each page we declare what each of our strings contain, so for our index, it may look something like this:</p>
<blockquote></blockquote>
<blockquote><p> <em>&lt;?php $keywords = &#8220;keyword1, keyword2&#8243;;<br />
$title=&#8221;</em><em>This is my page&#8221;;<br />
$description=&#8221;</em><em>the description of my site&#8221; ?&gt;<br />
&lt;?php include(&#8217;/includes/include_header.html&#8217;); ?&gt;<br />
&lt;!&#8211;anything else you want in the header of only this page can be added here &#8211;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1&gt;Welcome </em><em>&lt;?php echo $title; ?&gt; and here is a description of it &lt;br /&gt;</em><em><br />
&lt;?php echo $description; ?&gt;<br />
&lt;/body&gt;<br />
&lt;html&gt;</em></p></blockquote>
<p>So, we now have:<br />
A single header for all pages<br />
Unique variables we can change for each page<br />
A set of strings we can re-use on our pages (and we can change all references on that page by changing one string).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/web-design-and-development/using-strings-and-includes-to-help-development-and-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Site Design</title>
		<link>http://www.hungerfordwebdesign.com/blog/web-design-and-development/new-site-design/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/web-design-and-development/new-site-design/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:58:35 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/web-design-and-development/new-site-design/</guid>
		<description><![CDATA[We have launched the beta of a new site design (version 3).
Please do take a look around and let us know if there is anything you find which isn&#8217;t working. It is a beta (which means pre-release), as has become the norm, we have launched it as the final part of our testing.
I hope you [...]]]></description>
			<content:encoded><![CDATA[<p>We have launched the beta of a new site design (version 3).</p>
<p>Please do take a look around and let us know if there is anything you find which isn&#8217;t working. It is a beta (which means pre-release), as has become the norm, we have launched it as the final part of our testing.</p>
<p>I hope you enjoy it <img src='http://www.hungerfordwebdesign.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>The design is based on the Jet30 template (released under the creative commons licence) and has been heavily modified to suit our style, thinking and technologies. Some of the main points are:</p>
<p>AJAX<br />
PHP<br />
CSS<br />
Live server status (using the script we posted here)<br />
Mailing list signup<br />
RSS *2<br />
ROR sitemaps<br />
XML sitemaps (standard and g&#8217;zipped)<br />
We are also setting our titles using strings now so that we can use includes for the headers successfully. I&#8217;ll post more about that shortly. Have a good one <img src='http://www.hungerfordwebdesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/web-design-and-development/new-site-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Latest project</title>
		<link>http://www.hungerfordwebdesign.com/blog/web-design-and-development/latest-project/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/web-design-and-development/latest-project/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 10:29:32 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/web-design-and-development/latest-project/</guid>
		<description><![CDATA[Our latest project for Dogue De Bordeaux website Rozeldogue is nearing completion. It is live and you can take a look at it now (although please bear in mind that we have some style changes still to make.
This project is pretty close to my heart as my dog comes from here.
What have we done?
SEO: focused [...]]]></description>
			<content:encoded><![CDATA[<p>Our latest project for <a href="http://www.rozeldoguedebordeaux.com" title="Dogue De Bordeaux">Dogue De Bordeaux</a> website <a href="http://www.rozeldoguedebordeaux.com" title="RozelDogue">Rozeldogue</a> is nearing completion. It is live and you can take a look at it now (although please bear in mind that we have some style changes still to make.</p>
<p>This project is pretty close to my heart as my dog comes from here.</p>
<p>What have we done?</p>
<p>SEO: focused links, keywords, emphasis on text and syntax. Google and DMOZ submission, RSS</p>
<p>Design: Brown and tan with images</p>
<p>Development: XHTML1.1 &amp; CSS</p>
<p>Dynamics: News, RSS feed, customised coppermine gallery, embedded contact form and google maps location</p>
<p>Knwon issues: Widescreen monitors fail to display the menu bar correctly (To be resolved 02/03/08), CSS changes required for gallery display (To be resolved 03/03/08).</p>
<p>Please do take a look, we have 2 more ongoing projects for this customer so feedback is always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/web-design-and-development/latest-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2007 Roundup</title>
		<link>http://www.hungerfordwebdesign.com/blog/announcements/2007-roundup/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/announcements/2007-roundup/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 12:40:46 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/announcements/2007-roundup/</guid>
		<description><![CDATA[The blog was started in June 2007, personally, I think these numbers are pretty good for a site which emerged from obscurity. Finding the time (and thinking of the content) is actually far more difficult than I imagined and thinking of unique content is much more difficult than leaching it like a lot of others [...]]]></description>
			<content:encoded><![CDATA[<p>The blog was started in June 2007, personally, I think these numbers are pretty good for a site which emerged from obscurity. Finding the time (and thinking of the content) is actually far more difficult than I imagined and thinking of unique content is much more difficult than leaching it like a lot of others do:</p>
<p>Page views : 8581<br />
Unique visits: 3702<br />
Posts: 44<br />
Comments: 6</p>
<p>Equally, here are the month by month stats since the root domain became live:<br />
Feb-07 300<br />
Mar-07 6532<br />
Apr-07 1075<br />
May-07 1865<br />
Jun-07 6284<br />
Jul-07 22147<br />
Aug-07 9802<br />
Sep-07 6329<br />
Oct-07 11878<br />
Nov-07 13118<br />
Dec-07 6288</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/announcements/2007-roundup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://www.hungerfordwebdesign.com/blog/announcements/merry-christmas/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/announcements/merry-christmas/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 18:01:11 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/announcements/merry-christmas/</guid>
		<description><![CDATA[We Break up for Christmas tomorrow. I&#8217;d like to wish you all a very Merry Christmas and a Happy New Year.
Here&#8217;s to 2008
]]></description>
			<content:encoded><![CDATA[<p>We Break up for Christmas tomorrow. I&#8217;d like to wish you all a very Merry Christmas and a Happy New Year.</p>
<p>Here&#8217;s to 2008</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/announcements/merry-christmas/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
