<?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"
	>

<channel>
	<title>Dale's Dev</title>
	<atom:link href="http://www.dalesdev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dalesdev.com</link>
	<description></description>
	<pubDate>Tue, 02 Dec 2008 23:38:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Inserting the Copyright, Trademark and Registered Trademark symbol into HTML</title>
		<link>http://www.dalesdev.com/inserting-the-copyright-trademark-and-registered-trademark-symbol-into-html/23/</link>
		<comments>http://www.dalesdev.com/inserting-the-copyright-trademark-and-registered-trademark-symbol-into-html/23/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 23:38:26 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
		
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.dalesdev.com/?p=23</guid>
		<description><![CDATA[Sometimes you may want to add the Trademark, Registered Trademark and Copyright symbol into your html&#8230; You know the ones i mean, ™ , ® and ©.
Well this can be done extremely easily, simply place :
 &#38;trade; / &#38;#153;  for trademark
 &#38;reg; / &#38;#174 for registered trademark
 &#38;copy; / &#38;#169; for copyright
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>Sometimes you may want to add the Trademark, Registered Trademark and Copyright symbol into your html&#8230; You know the ones i mean, ™ , ® and ©.</p>
<p>Well this can be done extremely easily, simply place :</p>
<p> &amp;trade; / &amp;#153;  for trademark</p>
<p> &amp;reg; / &amp;#174 for registered trademark</p>
<p> &amp;copy; / &amp;#169; for copyright</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dalesdev.com/inserting-the-copyright-trademark-and-registered-trademark-symbol-into-html/23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Measure page load times</title>
		<link>http://www.dalesdev.com/measure-page-load-times/17/</link>
		<comments>http://www.dalesdev.com/measure-page-load-times/17/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 21:25:15 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

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

		<category><![CDATA[firefox add-ons]]></category>

		<guid isPermaLink="false">http://www.dalesdev.com/?p=17</guid>
		<description><![CDATA[A great little tool that i have found for firefox is the Load Time Analyzer . As a web developer often you are often trying to increase the speed on the rendering of data. Well this is where this firefox add-on comes in.
In a nutshell it graphs off all of the events that occur when the [...]]]></description>
			<content:encoded><![CDATA[<p>A great little tool that i have found for firefox is the <a href="https://addons.mozilla.org/en-US/firefox/addon/3371" target="_blank">Load Time Analyzer</a> . As a web developer often you are often trying to increase the speed on the rendering of data. Well this is where this firefox add-on comes in.</p>
<p>In a nutshell it graphs off all of the events that occur when the page is being rendered. You can set specific events to be displayed or all of them.</p>
<p>Anyhow, definately a must have for developers. Download it <a href="https://addons.mozilla.org/en-US/firefox/addon/3371" target="_blank">here</a> .</p>
<p>Unfortunately it&#8217;s currently not available for firefox v3&#8230; doh!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dalesdev.com/measure-page-load-times/17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top Firefox Web Developer Add-ons</title>
		<link>http://www.dalesdev.com/top-firefox-web-developer-add-ons/13/</link>
		<comments>http://www.dalesdev.com/top-firefox-web-developer-add-ons/13/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:44:18 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.dalesdev.com/?p=13</guid>
		<description><![CDATA[Firefox, you either love it or hate it. Simple. It can either work for you or it can work against you.
Either way you can’t deny how many of the add-ons now available for firefox can help you in your day to day development work.
I’ve compiled a list of my most used, what they do and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.com/en-US/" target="_blank">Firefox</a>, you either love it or hate it. Simple. It can either work for you or it can work against you.</p>
<p>Either way you can’t deny how many of the add-ons now available for firefox can help you in your day to day development work.</p>
<p>I’ve compiled a list of my most used, what they do and where you can get them from.</p>
<p><a href="http://www.getfirebug.com" target="_blank">Firebug</a></p>
<p>If you haven’t got firebug installed and your a web developer you need to get with the action. It has helped me out countless times, from Javascript errors and debugging CSS to basic inspection of HTML. You can even edit the CSS and HTML on the active page you are browsing.</p>
<p>Furthermore the add-on will display the active element on page with a coloured box when you are inspecting it in the code, also displaying the CSS related to the element and the html.</p>
<p>Inspection can be done either on the HTML source itself or by mousing over the different elements on the page.</p>
<p>You can download it from <a href="http://www.GetFireBug.com" target="_blank">GetFireBug.com</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Toolbar</a></p>
<p>This is a tool which does exactly what it says on the tin. It has some great little utilities that you will find useful if your a web developer. Here are just a few : Clear Session Cookies, Display Full Size Image Sizes, Disable Styles, Edit CSS and so much more.</p>
<p>You can get the add-on <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">here</a>.</p>
<p><a href="http://www.kevinfreitas.net/extensions/measureit/" target="_blank">MeasureIt</a></p>
<p>This is a ruler tool. It works by measuring the pixel size of anything on the page. It’s great for debugging and also for when you need to know the specific size of an area. Preventing the need to do those messy copy and pasting routines into photoshop to get the size of something.</p>
<p>You can download it from <a href="http://www.kevinfreitas.net/extensions/measureit/" target="_blank">here</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/271?application=firefox&amp;id=271&amp;vid=1032" target="_blank">ColourZilla</a></p>
<p>This is a great tool when you are trying to replicate certain colours on a webpage. You can simply activate the eyedropper tool and it will display the colour of the element to you. An absolute time saver. Again stopping silly routines of screen printing into photoshop. There is also a Zoom utility as well as a few others.</p>
<p>You can download the extension <a href="https://addons.mozilla.org/en-US/firefox/addon/271?application=firefox&amp;id=271&amp;vid=1032" target="_blank">here</a>.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/249" target="_blank">HTML Validator</a></p>
<p>This tool is for those perfectionists out there. W3C Complient sites are a key to a good website and what better useful tool can there be than one that will check the site your browsing for errors.</p>
<p>The details of the errors will be able to be analyzed when viewing the HTML of the page.</p>
<p>This add-on will save you time browsing to W3C all the time, it’s a must-have for developers or anyone deploying websites.</p>
<p>The built in SGML parser (1 of 2 available) is the same one that is used on validator.w3.org so it can’t be bad. The add-on is also available in 17 different languages!</p>
<p>You can download it <a href="https://addons.mozilla.org/en-US/firefox/addon/249" target="_blank">here</a><br />
These are the tools that i have on the go in my firefox browser, the fudemental reason for installing them is for time. If these tools can you save you time, you have more time for doing other stuff, like making great websites!!</p>
<p>Don’t forget you can browse to the <a href="https://addons.mozilla.org/en-US/firefox/" target="_blank">Firefox Add-ons homepage</a> and search for add-ons that are relevant to your needs and if you think your up to the job of programming your own extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dalesdev.com/top-firefox-web-developer-add-ons/13/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Best Google Tools</title>
		<link>http://www.dalesdev.com/the-best-google-tools/10/</link>
		<comments>http://www.dalesdev.com/the-best-google-tools/10/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:35:01 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

		<guid isPermaLink="false">http://www.dalesdev.com/?p=10</guid>
		<description><![CDATA[Google have a huge array of tools avaliable for you to use, some of them free and some of them not. But they all have one thing in common, they can help you in some shape or form.
Here is a list of the top tools that are on offer by Google and how they can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.co.uk" target="_blank">Google</a> have a huge array of tools avaliable for you to use, some of them free and some of them not. But they all have one thing in common, they can help you in some shape or form.</p>
<p>Here is a list of the top tools that are on offer by Google and how they can be of benefit to your website.</p>
<p><a href="http://www.google.co.uk/adwords">Google Adwords</a> - An extremely popular service. This let’s you create keyword advertisements that will be displayed on the right hand side of the search result page of <a href="http://www.google.co.uk" target="_blank">Google</a>.<br />
What does Adwords actually do do?</p>
<p>Well it’s basically instant traffic for a fee. You specify an amount you want to spend on using adwords to advertise, then you create a campaign that has certain keywords associated to it. Then whenever someone types in those keywords into <a href="http://www.google.co.uk" target="_blank">Google </a>your ad will be displayed.<br />
They are also featured around the internet on content sites, this is done by the <a href="http://www.google.co.uk" target="_blank">Google</a> scanning the content of the site and finding adverts that match these topics.<br />
The ranking and display frequency of your advert is dependant on what you are willing to spend on your campaign. These are predominately aimed at the ecommerce retailers but more and more there are becoming campaigns centered around companies providing services, i.e. Website Design.</p>
<p> </p>
<p><a href="http://www.google.co.uk/adsense" target="_blank">Google Adsense</a> - Another very popular service/tool of Google is adsense. This is for the webmasters of content sites (i.e. information based, blogs etc..) to make some cash from advertising on a pay-per-click basis.<br />
A user signs up and then will be able to display random ad’s or choose ad’s suitable for their website to display on their site.<br />
Google will scan the site and make sure the advert is related in someway to the content of the site, unless you have picked the adverts to display yourself.<br />
Each time someone clicks on one of these advertisements the webmaster makes a bit of money.<br />
Google have also introduced image based adverts (as opposed to their original text-based links) as well as referrals which can again give value to sites receiving a decent amount of traffic.<br />
 </p>
<p><a href="http://www.google.co.uk/analytics" target="_blank">Google Analytics</a> - This is more than likely the most popular service that Google offer. In a nutshell, Analytics lets webmasters monitor the traffic to their website.<br />
It works by placing a bit of javascript on a part of the page that will be displayed on every page of the site (i.e. footer) then each time a page on your site is hit, data will be sent back to Google.<br />
The list of what you can monitor is endless, from visits, geographical location, traffic source, content the user looked at. That is the basics, there is so much more in the package than just that and will take a bit of time to explore. This is a must-have for all websites.<br />
 </p>
<p><a href="http://www.google.co.uk/webmasters" target="_blank">Google Webmaster Tools</a> - This tool is probably the least well-known of Googles. This service lets you analyze your websites relationship with Google.<br />
It let’s you submit your sitemap for indexing, see how frequently the Googlebot accesses your site, look at statistics of top search queries and where you rank in Google for those terms.</p>
<p>Also, you can check what pages are being indexed, see how many pages are indexed and even create a robots.txt if you haven’t got one already. You can even check your PageRank for pages on your site. All for free?</p>
<p>Definately a tool worth having if you are working on your SEO.</p>
<p> </p>
<p>I haven’t gone into super detail about each tool much on this blog, but these can all together help you with advertising, analyzing traffic, pay-per-click revenue or just to see if your site is getting any visits other than your own.</p>
<p>The great thing about <a href="http://www.google.co.uk/analytics" target="_blank">Analytics</a>,<a href="http://www.google.co.uk/adsense" target="_blank">Adsense</a> and <a href="http://www.google.co.uk/webmasters" target="_blank">Webmaster Tools</a> is that they can be of benefit to your site for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dalesdev.com/the-best-google-tools/10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Essential is Research &#038; Development?</title>
		<link>http://www.dalesdev.com/how-essential-is-research-development/8/</link>
		<comments>http://www.dalesdev.com/how-essential-is-research-development/8/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:29:55 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
		
		<category><![CDATA[Research &amp; Development]]></category>

		<guid isPermaLink="false">http://www.dalesdev.com/?p=8</guid>
		<description><![CDATA[Originally Posted - October 18, 2007 – 7:35 pm
I like to think that I’m quite up on new technologies, especially when it comes to the Internet. Now i find myself placed in an environment, where the future does not have to be just ideas. Instead, we take the ideas and get on to it. Full [...]]]></description>
			<content:encoded><![CDATA[<p>Originally Posted - October 18, 2007 – 7:35 pm<br />
I like to think that I’m quite up on new technologies, especially when it comes to the Internet. Now i find myself placed in an environment, where the future does not have to be just ideas. Instead, we take the ideas and get on to it. Full steam ahead!! A great place to start for our regular “Research and Development” (R&amp;D) sessions.</p>
<p>That’s why I’ve decided to write my first blog on <a href="http://en.wikipedia.org/wiki/Research_and_development" target="_blank">Research &amp; Development</a>. R&amp;D being an integral part of the long-term success in any business, especially anything to do with the Internet.</p>
<p>Everyday the Internet is changing. New websites are now a part of everyday life. I’m forever hearing about this “amazing” site, that is going to amaze me in some way, shape or form.<br />
But, it’s not the new websites that amaze me so much, it’s the existing ones that unleash a whirlwind of brand spanking new technlogy on the user that i like. R&amp;D is for the long-term business, making their product(s) that much better than the rest.</p>
<p>Well for existing brands like <a href="http://www.myspace.com" target="_blank">myspace</a>, R&amp;D is essential. How can they sustain millions of users? What’s going to stop the user from getting tired of the same monotonous structure. Well further development of their existing structure ofcourse. With something that not only “WOW’s” the user but actually increases their user experience. Making their internet experience slightly less of struggle.</p>
<p><a href="http://www.myspace.com" target="_blank">Myspace</a> have recently added a whole lot of new functionality to their website. Adopting many of the <a href="http://www.facebook.com">facebook</a> conventions. So what have they done here? They’ve identified key market competitors, found out what their strengths are and then embraced them into their existing site.</p>
<p>Without r&amp;d this wouldn’t of been possbile. If <a href="http://www.myspace.com" target="_blank">myspace </a>worked 24/7 on the maintenance of their site, fixing bugs and generally enjoying life on top, they’d be in for a bumpy ride.<br />
It’s hard to get to the top, but to stay on top is going to be an even bigger challenge.</p>
<p>This is where we begin to get to a definition for r&amp;d (with regards to websites). In my opinion r&amp;d should bring two things to the table.</p>
<p>First and foremost, modern technology that knocks the user off their chair. End of. There’s no point implementing it if the user can’t even notice it.</p>
<p>Secondly, introducing this new technology should bring speed. Speed is critical. I believe every single internet user hates having to wait for a single second more than they have to and us developers are here to try and keep that to a minimum.</p>
<p>This is what r&amp;d SHOULD do. Bringing character and life to what should be an enriching web experience. Far, far away from being slow and boring.</p>
<p>In short, “The web changes and so should your site”.<br />
Right, so the first blog is done. With many more to follow. Apologies for the length but it’s a topic i enjoy….</p>
<p>I leave with this question, Where would we be without R&amp;D?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dalesdev.com/how-essential-is-research-development/8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dale&#8217;s Dev is back&#8230;.</title>
		<link>http://www.dalesdev.com/dales-dev-is-back/6/</link>
		<comments>http://www.dalesdev.com/dales-dev-is-back/6/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:20:22 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dalesdev.com/?p=6</guid>
		<description><![CDATA[This blog has been offline for quite some time now (about  a month, which is a long time in the blogging world) and due to some technical &#8220;glitches&#8221; all my posts were lost and google cache had no longer cached them.
So it&#8217;s back to basics.
A couple of posts that i had saved will be re-posted, [...]]]></description>
			<content:encoded><![CDATA[<p>This blog has been offline for quite some time now (about  a month, which is a long time in the blogging world) and due to some technical &#8220;glitches&#8221; all my posts were lost and google cache had no longer cached them.</p>
<p>So it&#8217;s back to basics.</p>
<p>A couple of posts that i had saved will be re-posted, but apart from that it&#8217;s time for some fresh content.</p>
<p> </p>
<p>Let the blogging begin!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dalesdev.com/dales-dev-is-back/6/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
