<?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>Ask Owen &#187; web development</title>
	<atom:link href="http://askowen.info/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://askowen.info</link>
	<description>Your friendly neighbourhood geek</description>
	<lastBuildDate>Wed, 16 May 2012 21:58:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Where can I find a good web host?</title>
		<link>http://askowen.info/2012/04/where-can-i-find-a-good-web-host/</link>
		<comments>http://askowen.info/2012/04/where-can-i-find-a-good-web-host/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 22:36:22 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[web host]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=1457</guid>
		<description><![CDATA[I&#8217;ve been with my current web host for a few years now, however recently I&#8217;ve noticed that performance of my sites has started to suffer. Websites that used to load effortlessly now take a few seconds to display a page. I&#8217;ve tried contact support to see if they could help, but so far, there&#8217;s been [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;ve been with my current web host for a few years now, however recently I&#8217;ve noticed that performance of my sites has started to suffer. Websites that used to load effortlessly now take a few seconds to display a page. I&#8217;ve tried contact support to see if they could help, but so far, there&#8217;s been no improvement. What&#8217;s the best way to choose a good web host?</p>
<p><span id="more-1457"></span><br />
If you give a quick search for a web hosts you&#8217;re bound to find hundreds of different providers, all offering vaguely similar products, some standing out from the others. But the question is, how do you decide the best one to select? Personally the one thing I would recommend is checking out some <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com%2Fuser-reviews%2F&sref=rss">Web Hosting Reviews</a>.</p>
<p>The thing about reviews is that it gives you an idea of what sort of experience someone else has had. Any company can set up a glitzy website, but this really gives little indication of what service you are going to receive. On the other hand, a truthful review can lay the road for a long and fruitful relationship. So, for example, if you&#8217;re interested in <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com%2Fuser-reviews%2Finmotion-hosting%2F&sref=rss">InMotion Hosting</a>, then reading all about them can tell you what experiences other people have had.</p>
<p>Don&#8217;t get me wrong, I&#8217;m not saying that <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com&sref=rss">Web Hosting</a> is a dark art. Far from it, technology has advanced to a point now where it&#8217;s pretty much a commodity. However, aspects like customer service and site performance can be hard to gauge before you part with your hard earned cash. Getting a real recommendation from someone who uses the service can be fundamental in selecting a web host that will last a long time.</p>
<p>What do you think? Does this seem like a great way to pick a web host or not?</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2012/04/where-can-i-find-a-good-web-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I make my HTML table sortable?</title>
		<link>http://askowen.info/2012/04/how-do-i-make-my-html-table-sortable/</link>
		<comments>http://askowen.info/2012/04/how-do-i-make-my-html-table-sortable/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 22:04:04 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=1446</guid>
		<description><![CDATA[I&#8217;m putting together a website as a school project, which shows the results you got in each subject. I&#8217;d like my table to be sortable so that a user can select which column to sort on, just like Excel. How do I do this in HTML? Well, HTML on it&#8217;s own isn&#8217;t going to cut [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;m putting together a website as a school project, which shows the results you got in each subject. I&#8217;d like my table to be sortable so that a user can select which column to sort on, just like Excel. How do I do this in HTML?</p>
<p><span id="more-1446"></span><br />
Well, HTML on it&#8217;s own isn&#8217;t going to cut it this time. HTML is a language that you use to define what goes into a web page, but it doesn&#8217;t allow for the sort of dynamic transitions you&#8217;re talking about. For this, you need to start looking into <a class="zem_slink" title="JavaScript" href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FJavaScript&sref=rss" rel="wikipedia" target="_blank">Javascript</a>, or even better, one of my favourite libraries: jQuery.</p>
<p>In fact, there&#8217;s a plugin for jQuery called <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Ftablesorter.com%2Fdocs%2F&sref=rss">Tablesorter</a>which will do just what you&#8217;re talking about. To use the tablesorter plugin, include the <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fjquery.com%2F&sref=rss" target="_new">jQuery</a> library and the tablesorter plugin inside the <strong>&lt;head&gt;</strong> tag of your HTML document:<br />
<code>&lt;script type="text/javascript" src="/path/to/jquery-latest.js"&gt;&lt;/script&gt; <br />
&lt;script type="text/javascript" src="/path/to/jquery.tablesorter.js"&gt;&lt;/script&gt;</code><br />
Start by telling tablesorter to sort your table when the document is loaded:<br />
<code>$(document).ready(function() <br />
    { <br />
        $("#myTable").tablesorter(); <br />
    } <br />
);</code><br />
Click on the headers and you&#8217;ll see that your <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.medicaldevicedepot.com%2FExam-Tables-s%2F394.htm&sref=rss">exam tables</a> are now sortable! You&#8217;ll have to make sure that your table uses THEAD and TBODY tags, but that should be pretty standard if you&#8217;re building your HTML correctly.</p>
<p>Download Tablesorter <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Ftablesorter.com%2Fdocs%2F&sref=rss">here</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/pixy.gif?x-id=e765b6ea-5fb3-4b4a-ae73-ad45d5ad5b4e" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2012/04/how-do-i-make-my-html-table-sortable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do I need to keep track of the stats on my site?</title>
		<link>http://askowen.info/2010/10/why-do-i-need-to-keep-track-of-the-stats-on-my-site/</link>
		<comments>http://askowen.info/2010/10/why-do-i-need-to-keep-track-of-the-stats-on-my-site/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 22:06:17 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=1151</guid>
		<description><![CDATA[My hosting provider includes a selection of statistics packages. Do I really need these? What&#8217;s the benefit? Statistics are your most important resource! Used properly, web site statistics will tell you who is visiting your site, where they came from, what search engines they used, their browser types and even their monitor resolutions. These statistics [...]]]></description>
			<content:encoded><![CDATA[<p class="question">My hosting provider includes a selection of statistics packages. Do I really need these? What&#8217;s the benefit?</p>
<p><span id="more-1151"></span><br />
Statistics are your most important resource! Used properly, web site statistics will tell you who is visiting your site, where they came from, what search engines they used, their browser types and even their monitor resolutions.</p>
<p>These statistics are critical for your survival as a webmaster. You MUST know what&#8217;s going on with your site. Is it being visited and who is visiting it? What pages are people visiting? These are essential statistics that you must watch carefully and often.</p>
<p>Why? To improve your site and it&#8217;s ability to fulfil it&#8217;s purpose. You&#8217;ve put a lot of work into creating a site and you want it to accomplish some goal. In order to know if you are achieving the goal, you must look at what&#8217;s going on.</p>
<p>I guess the first question a webmaster asks is &#8220;is anyone visiting my site at all?&#8221; A hit counter fulfils this need nicely. You can create a simple one with <a class="zem_slink" title="Computer-generated imagery" rel="wikipedia" href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FComputer-generated_imagery&sref=rss">CGI</a>, you can use a built-in feature if you use <a class="zem_slink" title="Microsoft FrontPage" rel="homepage" href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.microsoft.com%2Foffice%2Ffrontpage&sref=rss">Frontpage</a>, or you can use any number of free or almost free <a class="zem_slink" title="Web counter" rel="wikipedia" href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FWeb_counter&sref=rss">hit counters</a> available all over the web, and even if you&#8217;re not hosting on the <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.webhostingservice.net%2F&sref=rss">best web hosting service</a> around, you&#8217;re bound to have some statistics as part of your package.</p>
<p>For the more complex questions I would recommend a good statistics package.  If you are running your own server you have it made &#8211; lots of tools are available.</p>
<p>But perhaps you&#8217;re wondering why you need this data? What&#8217;s it really for? Well, let&#8217;s say you have written a site to sell stamps. You have four pages to the site. You look at the hit counter and see 400 people visited it yesterday, but only 3 of them bothered to visit your page to see what they could purchase. In addition, you also see that there were no visitors from yahoo.com and only a few from other search engines.</p>
<p>Now you have some things that you can do. You can come up with a better design to get your users to the page where they purchase stamps. You can see if your site is listed with yahoo.com and if not, fix it. And you can check the rankings with other search engines and fix what&#8217;s going on there.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=7b13398f-0618-4c76-ab89-ce05b260b3ff" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2010/10/why-do-i-need-to-keep-track-of-the-stats-on-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create an alternative to Javascript?</title>
		<link>http://askowen.info/2009/08/how-do-i-create-an-alternative-to-javascript/</link>
		<comments>http://askowen.info/2009/08/how-do-i-create-an-alternative-to-javascript/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 11:17:13 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=647</guid>
		<description><![CDATA[I&#8217;m coding this new left navigation menu for a new website site, and I want to be able to have the navigation show if the visitor has Javascript turned off. Unfortunately the menu has sub-menus that don&#8217;t show if the user doesn&#8217;t have Javascript turned on. How do I create an alternative section to accommodate [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;m coding this new left navigation menu for a new website site, and I want to be able to have the navigation show if the visitor has Javascript turned off. Unfortunately the menu has sub-menus that don&#8217;t show if the user doesn&#8217;t have Javascript turned on. How do I create an alternative section to accommodate this?</p>
<p><span id="more-647"></span><br />
I got this question from Kelly who was putting together a website using a a funky Javascript menu and ran into an accessibility issue if the user&#8217;s browser doesn&#8217;t run Javascript (or if the user opts to run NoScript or some other blocking plugin)</p>
<p>The answer is really quite simple. Even piece of Javascript on a web page has the option of being following by a NOSCRIPT section that is executed by the browser if Javascript is not enabled. Here&#8217;s an example of how it works:</p>
<p><code><br />
&lt;script type="text/javascript"&gt;<br />
document.write("Hello World! This was written using Javascript")<br />
&lt;/script&gt;<br />
&lt;noscript&gt;Hello World! Your browser does not support JavaScript!&lt;/noscript&gt;<br />
</code></p>
<p>So, the browser will actually execute one of the 2 sections, if you have Javascript enabled, it will perform the &lt;script&gt; section, otherwise it will execute the &lt;noscript&gt; section. But you get some sort of &#8220;Hello World&#8221; message regardless of whether you are using Javascript or not.</p>
<p>Hope this helps!</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a58b43bf-49a1-4e98-9dd3-019064281b9c"><span class="zem-script pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2009/08/how-do-i-create-an-alternative-to-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I make WordPress permalinks work on nested domains?</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/</link>
		<comments>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:36:33 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=304</guid>
		<description><![CDATA[GoDaddy’s Deluxe hosting allows for multiple websites all under one account. The way they do this is by pointing the domains to subfolders within the root. But, this poses a problem when trying to activate the permalink structures for these new sites since the 404 handling is pointing to the main root folder instead of [...]]]></description>
			<content:encoded><![CDATA[<p class="question">GoDaddy’s Deluxe hosting allows for multiple websites all under one account. The way they do this is by pointing the domains to subfolders within the root. But, this poses a problem when trying to activate the permalink structures for these new sites since the 404 handling is pointing to the main root folder instead of your domain’s root folder. I’m searching for a way to rectify this issue since I have quite a few clients in this situation. Any ideas?</p>
<p><span id="more-304"></span><br />
I got this question from <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.phycel.com%2F&sref=rss">Rene</a> who left it as a comment on a question about <a href="http://askowen.info/2008/05/make-wordpress-permalinks-work-on-godaddy/">making permalinks word on GoDaddy</a>. I&#8217;ve read a bit about the subject and there are two things you need to check.</p>
<p>The first relates to the fact that Apache uses a file called <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fhttpd.apache.org%2Fdocs%2Ftrunk%2Fhowto%2Fhtaccess.html&sref=rss">.htaccess</a> to control thinks like search-engine friendly permalinks. This file redirects request all URLs that don&#8217;t have a file associated with them to the main WordPress file and then WordPress can figure out which page to display.</p>
<p>Now .. the one thing you need to realise about .htaccess is that if Apache doesn&#8217;t find out, it will try the parent directory for the file and work it&#8217;s way up the tree until it finds a file. So, the first thing to check is that you do have a file called .htaccess in the root folder of your new blog to ensure it&#8217;s trapping requests.</p>
<p>The other thing to check is your wp-config file. I found a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.eshindirect.com%2F2008%2F08%2F08%2Fmultiple-domain-wordpress-installs-on-godaddy-deluxe-hosting-plan%2F&sref=rss">blog post</a> from someone who had a similar problem which suggests that the configuration file for the 2nd blog he created wasn&#8217;t working properly and ended up pointing at a different blog. This resulted in his URLs pointing at the parent blog and pages being redirected to the wrong place.</p>
<p>Unfortunately you&#8217;re going to have to try and debug this one, but I&#8217;m happy enough to give you a hand and update this article with whatever we find. It&#8217;s not as simple as clipping on a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.portablenebs.com%2Ftripleoximeter.htm&sref=rss">pulse oximeter</a> to see if your blood oxygen levels are low, but I&#8217;m sure we can get to the bottom of it in the end.</p>
<p>Let me know how you fare.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Should I host my website overseas?</title>
		<link>http://askowen.info/2008/08/should-i-host-my-website-overseas/</link>
		<comments>http://askowen.info/2008/08/should-i-host-my-website-overseas/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 15:29:27 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=299</guid>
		<description><![CDATA[I&#8217;ve found a really cheap hosting provider in India who looks much cheaper than any other company I&#8217;ve ever seen. What&#8217;s the catch? I&#8217;ve had this question been thrown at me a couple of times but instead of answering outright I usually ask a few more questions myself. For example: Who&#8217;s your target market? What [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;ve found a really cheap hosting provider in India who looks much cheaper than any other company I&#8217;ve ever seen. What&#8217;s the catch?</p>
<p><span id="more-299"></span><br />
I&#8217;ve had this question been thrown at me a couple of times but instead of answering outright I usually ask a few more questions myself. For example:</p>
<ul>
<li> Who&#8217;s your target market?</li>
<li>What support arrangements do you get?</li>
<li>What&#8217;s your backup plan if it all goes wrong?</li>
</ul>
<p>The reason is that usually it&#8217;s more than just a question of price. It&#8217;s a question of the service you get, both in terms of site performance and in terms of customer support.</p>
<p>I came across a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com%2Farticles%2FHosting_Overseas.html&sref=rss">good article on Web Hosting Geeks</a> that goes into some factors you should consider when thinking about hosting abroad. Here&#8217;s what you ened to consider:</p>
<ul>
<li><strong>Why the difference in price</strong>: It&#8217;s worth finding out whether you&#8217;re comparing apples with oranges. A company can offer cheaper hosting if they don&#8217;t provide 24 hours support. It&#8217;s true that economies like India and China might have cheaper labour costs, but make sure you&#8217;re comparing like with like.</li>
<li><strong>Location, location, location</strong>: Server location can affect your site performance. Europe and America have some of the widest Internet pipes around and it always makes sense to host your server close to your target market, just to make sure they get the best experience.</li>
<li><strong>Customer Service</strong>: Standards of customer service vary from country to country, especially if you&#8217;re dealing with different timezones. A company might offer 24 hours service, but night-time usually means there are less staff around.</li>
</ul>
<p>There are some great points there that you need to keep in mind and in reality overseas providers don&#8217;t always have better prices than your home country. It&#8217;s worth checking out your <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com&sref=rss">web host</a> on <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com&sref=rss">Web Hosting Geeks</a> as they have a number of hosting providers lined up against each other and you can compare who give you what and where you can get a good deal. Just keep in mind that hosting overseas may be a bit more risky, so it&#8217;s good to bear that in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/08/should-i-host-my-website-overseas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is Ruby on Rails?</title>
		<link>http://askowen.info/2008/08/what-is-ruby-on-rails/</link>
		<comments>http://askowen.info/2008/08/what-is-ruby-on-rails/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:55:38 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[development frameworks]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=292</guid>
		<description><![CDATA[My hosting provider says they support Ruby on Rails on their &#8220;features list&#8221;. What is this and do I need it? When you decide to build a Web Application there are a number of routes you can go down. First of all you need to decide on which language to use. There are a number [...]]]></description>
			<content:encoded><![CDATA[<p class="question">My hosting provider says they support Ruby on Rails on their &#8220;features list&#8221;. What is this and do I need it?</p>
<p><span id="more-292"></span><br />
When you decide to build a Web Application there are a number of routes you can go down. First of all you need to decide on which language to use. There are a number of different ones, but some are particularly well suited for building web applications. You also need to be aware of a number of development frameworks that are available, mainly because they make your job a whole lot easier because you don&#8217;t have to reinvent the wheel every time you need to do something.</p>
<p>Ruby on Rails is one such framework. Ruby is the development language you use and Rails is the development framework that saves you all the time when you&#8217;re building something. I found a great <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostingrating.com%2Farticles%2F2008%2F08%2Funderstanding-ruby-on-rails%2F&sref=rss">article on Web Hosting Rating</a> that described it pretty well:</p>
<blockquote><p>
Ruby on Rails includes a number of useful features.  There are functions designed for the validating of form data, program templates, distributing and receiving email, formatting the date and time, managing cookies and sessions and much more.  It also include supports support for AJAX which enables the creation and implementation of interactive features.  AJAX (Asynchronous Javascript and XML) describes the combined use of Javascript, the Document Object Model and XML to assemble web content via web browsers directly from a remote server.</p>
<p>All in all, Ruby on Rails offers a simple and effective platform for web development.  It employs some of the latest and best technology that aid tremendously in the creation of dynamic content.  For this reason, Ruby on Rails has quickly become a popular choice for developers of many different experience levels.  It is highly likely that this technology will remain prevalent in the area of application building far into the future.
</p></blockquote>
<p>That pretty much described it to a T. <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostingrating.com&sref=rss">Web Host Rating</a> has become a great source of information for me. Not only does it expose a number of different web hosts and what their pricing structure is, but it also has a pretty good set of <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostingrating.com%2Farticles%2F&sref=rss">articles on hosting</a> that cover a whole host of subjects.</p>
<p>Anyway, back to Rails. If you&#8217;re planning on building a website and don&#8217;t have a preference as to what language and framework you use, it&#8217;s worth checking out. It&#8217;s a pretty powerful way to to build your web application.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/08/what-is-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do I use onMouseOver in Javascript?</title>
		<link>http://askowen.info/2008/07/how-do-i-use-onmouseover-in-javascript/</link>
		<comments>http://askowen.info/2008/07/how-do-i-use-onmouseover-in-javascript/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 15:00:33 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[onMouseOver]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=232</guid>
		<description><![CDATA[I want an image on my website to change when I hover my mouse over it. How do I do this? I got this question from a friend who like to dabble with HTML but isn&#8217;t too much f an expert. He saw this effect on a button on a travel insurance website was trying [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I want an image on my website to change when I hover my mouse over it. How do I do this?</p>
<p><span id="more-232"></span><br />
I got this question from a friend who like to dabble with HTML but isn&#8217;t too much f an expert. He saw this effect on a button on a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.worldtravelcenter.com%2F&sref=rss">travel insurance</a> website was trying to produce something similar. Well, you cannot implement this with plain HTML, but need to delve into <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FJavaScript&sref=rss">Javascript</a> and use a function called <strong>onMouseOver</strong>. This function is triggered when the mouse runs over a certain element on your page. It also has a corresponding sister function called <strong>onMouseOut</strong> which is called when you move your mouse away from the element in question. It&#8217;s important to use both functions otherwise your image won&#8217;t revert back to the original when the mouse moves away.</p>
<p>So, here&#8217;s the code that lets you do this:<br />
<code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;script type="text/javascript"&gt;<br />
function mouseOver() {<br />
document.b1.src ="image2.jpg";<br />
}<br />
function mouseOut() {<br />
document.b1.src ="image1.jpg";<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;a href="http://askowen.info" target="_blank" onmouseover="mouseOver()" onmouseout="mouseOut()"&gt;<br />
&lt;img border="0" alt="Ask Owen" src="image1.jpg" name="b1" /&gt;&lt;/a&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code><br />
And here&#8217;s what it looks like:<br />
<script type="text/javascript" src="http://askowen.info/wp-content/uploads/2008/07/omo.js"></script><br />
<center><img src="http://askowen.info/wp-content/uploads/2008/07/webcam1.jpg" alt="" name="b1" title="webcam1" width="160" height="120" onmouseover="mouseOver()" onmouseout="mouseOut()"/></center></p>
<p>I haven&#8217;t actually linked the image to anything, but you get the idea <img src='http://askowen.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/07/how-do-i-use-onmouseover-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can I make money from hosting?</title>
		<link>http://askowen.info/2008/06/can-i-make-money-from-hosting/</link>
		<comments>http://askowen.info/2008/06/can-i-make-money-from-hosting/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 15:23:24 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=199</guid>
		<description><![CDATA[I&#8217;ve noticed that my hosting provider also offers &#8220;reseller accounts&#8221;. Can I use this to make some money from hosting other people? I get this question every now and again from different people, particularly in the blogging community. The short answer is Yes! Reseller accounts are aimed at webmasters who want the opportunity to use [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;ve noticed that my hosting provider also offers &#8220;reseller accounts&#8221;. Can I use this to make some money from hosting other people?</p>
<p><span id="more-199"></span><br />
I get this question every now and again from different people, particularly in the blogging community. The short answer is Yes! Reseller accounts are aimed at webmasters who want the opportunity to use their skills to host other people, and maybe package their services in a way they make anything from some pocket money to some serious cash. But let&#8217;s get some more pointers from this <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com%2Farticles%2FHow_to_Make_Money_with_Hosting.html&sref=rss">great post</a> on <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com&sref=rss">WebHostingGeeks</a>, a website that specialises in <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com&sref=rss">web hosting</a> reviews but also includes some great information for webmasters.</p>
<ul>
<li>First of all, reseller hosting doesn&#8217;t have to cost the earth. You can find packages for as low as a few pounds a month, a cost that you can easily cover with a couple of clients.</li>
<li>Once you have a package you are happy with, the next step is to network, find potential clients and get them on board</li>
<li>Spend some time marketing your service. Join forums, send newsletters and you can even run a targeted campaign.</li>
<li>Keep in mind that there are a number of other people out there selling the same thing you are. Just factor this into your projections.</li>
</ul>
<p><a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com&sref=rss"><img class="alignleft" style="float: left;" src="http://webhostinggeeks.com/images/webhostinggeeks-logo.gif" alt="" width="381" height="142" /></a></p>
<p>There&#8217;s some valuable material in there, so might want to pop in and read the <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com%2Farticles%2FHow_to_Make_Money_with_Hosting.html&sref=rss">whole article</a>.</p>
<p><a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwebhostinggeeks.com&sref=rss">WebHostingGeeks</a> also has a number a great reviews on different hosting providers, so if you&#8217;re in the market for a new host, check them out.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/06/can-i-make-money-from-hosting/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How can I access my new website before changing my nameservers?</title>
		<link>http://askowen.info/2008/06/how-can-i-access-my-new-website-before-changing-my-nameservers/</link>
		<comments>http://askowen.info/2008/06/how-can-i-access-my-new-website-before-changing-my-nameservers/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 22:19:04 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=193</guid>
		<description><![CDATA[I&#8217;m currently moving my website to a new hosting provider and I&#8217;d like to work on my new website without having to switch off my old website. Is there any way I can do this? This question came up a couple of time recently on the BlueHost forums, recently by Sombeech who was working on [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;m currently moving my website to a new hosting provider and I&#8217;d like to work on my new website without having to switch off my old website. Is there any way I can do this?</p>
<p><span id="more-193"></span><br />
This question came up a couple of time recently on the <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.bluehost.com%2Ftrack%2Fowencutajar%2Faskowen&sref=rss">BlueHost</a> forums, recently by <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.bluehostforum.com%2Fmember.php%3Fu%3D25678&sref=rss">Sombeech</a> who was working on his <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.gwsupply.com%2F&sref=rss">employer&#8217;s website</a>. It&#8217;s a very valid question and the solution centers around a useful technique that can prove to be very useful.</p>
<p>First of all some background information. When you type a URL into your browser, the first thing that happens in the the <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FURL&sref=rss">URL</a> needs to get translated into an IP address. This is a set of 4 numbers that every server on the Web needs to have. So, for example, if you had a website called http://www.LoseSomeWeight.com (a fake website that sells <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.consumerpricewatch.net%2Fphentermine.php&sref=rss">Phentermine</a>), this could be hosted on a webserver with an IP address that looks like 123.23.56.204. There is a service on the Internet called DNS (<a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FDomain_Name_Service&sref=rss">Domain Name Service</a>) that is responsible for translating domain names into IP addresses, a process called Domain Name Resolution. It&#8217;s a pretty clever system that&#8217;s really a hierarchical set of servers spread about the Internet. If your computer asks a DNS server to resolve a name it&#8217;s not familiar with, the DNS server will ask one further up the chain if it knows how to resolve that particular name, until the name is finally resolved.</p>
<p>Now, when you move your domain from one host to another, or even from one machine to another, the IP address of the server will change, and in order to effect this, you need to modify one of the DNS records to point at the new webserver. (This is the simple version, there&#8217;s actually another type of server called a nameserver that comes into play). Once you do this and the name has &#8220;propagated&#8221; around the Internet (a process that can take up to 48 hours), whenever someone types in the name of your website, they will be redirected to the new webserver. This new setting however, can be done just on your machine, which would let you work on your new server while everyone else is looking at the old server. Here&#8217;s how to do it.</p>
<p>Here&#8217;s an example, where we&#8217;re pointing the domain <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fmba-geek.com&sref=rss">http://mba-geek.com</a> to 70.86.194.154</p>
<ul>
<li> Go to <strong>c:\windows\system32\drivers\etc</strong> and find a file called &#8220;hosts&#8221;</li>
<li>Open the file in a text editor</li>
<li> Add a line that reads: 70.86.194.154 mba-geek.com</li>
<li> Save the file</li>
<li> Open a command prompt and run: IPCONFIG /FLUSHDNS</li>
</ul>
<p>Your file will now look something like this:</p>
<p style="text-align: center;"><a href="http://askowen.info/wp-content/uploads/2008/06/hosts.jpg"><img class="aligncenter" src="http://askowen.info/wp-content/uploads/2008/06/hosts-150x150.jpg" alt="" /></a></p>
<p>If you open your browser, you&#8217;ll now see that you&#8217;re looking at the new version of your website and you can modify this to your heart&#8217;s content, safe in the knowledge that you&#8217;re the only person who can actually see your new changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/06/how-can-i-access-my-new-website-before-changing-my-nameservers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

