<?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>Self Hosted</title>
	<atom:link href="http://theinfluence.net/mblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://theinfluence.net/mblog</link>
	<description>Information about hosing your own server</description>
	<lastBuildDate>Sun, 25 Oct 2009 15:41:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>So you want to host your own server</title>
		<link>http://theinfluence.net/mblog/?p=33</link>
		<comments>http://theinfluence.net/mblog/?p=33#comments</comments>
		<pubDate>Sun, 25 Oct 2009 15:41:33 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=33</guid>
		<description><![CDATA[I came across this link recently, it is an artical by Philip Greenspun, written in 2008, about hosting your own web server.  Although it is slightly out of date, it is only a year old and has a lot of valuable information about &#8216;your own&#8217; web server.
I think he does a great job to help [...]]]></description>
			<content:encoded><![CDATA[<p>I came across <a href="http://philip.greenspun.com/panda/server">this link</a> recently, it is an artical by Philip Greenspun, written in 2008, about hosting your own web server.  Although it is slightly out of date, it is only a year old and has a lot of valuable information about &#8216;your own&#8217; web server.</p>
<p>I think he does a great job to help you understand some of the hidden costs of various different flavors of hosting. The rule today is still the same, the most expensive form of hosting, is your server, your location, and the least expensive is their server, their location.  Because of all the hidden costs of home servers.  But if you want control, nothing can be better then your own home.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stay up to date by subscribing to a mailing list</title>
		<link>http://theinfluence.net/mblog/?p=28</link>
		<comments>http://theinfluence.net/mblog/?p=28#comments</comments>
		<pubDate>Thu, 22 Oct 2009 22:05:00 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=28</guid>
		<description><![CDATA[As a server manager, one of the most important tasks you need to undertake is keeping up with the operating system updates.  One of the best ways that you can keep up, and learn quite a bit about what is currently going on with your operating system, is to join a mailing list.  If you [...]]]></description>
			<content:encoded><![CDATA[<p>As a server manager, one of the most important tasks you need to undertake is keeping up with the operating system updates.  One of the best ways that you can keep up, and learn quite a bit about what is currently going on with your operating system, is to join a mailing list.  If you use one of the popular operating systems for web servers, finding a mailing list is simple, and joining is simple too.  Here are a few to get you started:</p>
<ul>
<li><a href="https://www.redhat.com/mailman/listinfo/">Fedora Core</a></li>
<li><a href="http://www.centos.org/modules/tinycontent/index.php?id=16">CentOS</a></li>
<li><a href="https://lists.ubuntu.com/">Ubuntu</a></li>
<li><a href="http://technet.microsoft.com/en-us/security/dd252948.aspx">Windows</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress auto updates</title>
		<link>http://theinfluence.net/mblog/?p=3</link>
		<comments>http://theinfluence.net/mblog/?p=3#comments</comments>
		<pubDate>Sat, 22 Aug 2009 12:37:38 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=3</guid>
		<description><![CDATA[Background
If you host, or have friends who host wordpress sites, then you know that upades are frequent, and its time consuming to upgrade each site.  I wanted to find a way to automate the process using a command line script, but before I thought about writing one, I thought someone else must have done this [...]]]></description>
			<content:encoded><![CDATA[<h3 style="font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.3em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px;">Background</h3>
<p style="font-size: 1.05em;">If you host, or have friends who host <strong>wordpress </strong>sites, then you know that upades are frequent, and its time consuming to upgrade each site.  I wanted to find a way to automate the process using a command line script, but before I thought about writing one, I thought someone else must have done this before.  Turns out they did.</p>
<p style="font-size: 1.05em;"><span>Aaron Toponce </span>wrote a <a style="color: #0066cc; text-decoration: none;" href="http://pthree.org/2007/03/02/wordpress-upgrade-script/" target="_blank">wonderful script</a> to do the upgrade, and as many of the comments on the site point out it has some serious flaws, but for anyone with some understanding of scripts, its a great start, thanks!</p>
<p style="font-size: 1.05em;">The main issues I found with it,  was the security issue, specificly that the backups are all stored in the public folder, and that was easy to remedy, however someone already did that too.</p>
<p style="font-size: 1.05em;">Jerry Bell <a style="color: #0066cc; text-decoration: none;" href="http://www.jerry-bell.com/wordpress-backup-script/#more-50" target="_blank">updated the script</a> and he also made some other enhancements, but not the one that I felt was most important.  The issue is, that it does not disable, and re-enable plug-ins.  Now, as far as I was able to determine, its not the most important thing to disable them, but it seems to me if wordpress<a style="color: #0066cc; text-decoration: none;" href="http://codex.wordpress.org/Upgrading_WordPress_Extended" target="_blank"> claims it must be done</a>, it should be done.</p>
<p style="font-size: 1.05em;">A little more research, and I was able to determine that the reason the scripts do not disable the plug-ins, is because you have to do it in the database.  Jeff Star pointed out how to <a style="color: #0066cc; text-decoration: none;" href="http://perishablepress.com/press/2008/02/18/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/" target="_blank">disable &amp; enable the plug-ins </a>using the database.</p>
<h3 style="font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.3em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px;">Putting it all together</h3>
<p style="font-size: 1.05em;">Using these resources I built a script that will:</p>
<ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 35px; margin: 0px;">
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Download the latest version of <strong>wordpress</strong></li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Backup all the databases</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Backup the files and folders</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Disable the plug-ins</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Upgrade the wordpres directories</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Restore the files and folders</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Enable the plug-ins</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Clean up</li>
</ol>
<p style="font-size: 1.05em;">Here is the <a style="color: #0066cc; text-decoration: none;" href="http://www.theinfluence.net/mblog/wp-content/wp_script.txt" target="_self">final script</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL Certification</title>
		<link>http://theinfluence.net/mblog/?p=9</link>
		<comments>http://theinfluence.net/mblog/?p=9#comments</comments>
		<pubDate>Tue, 18 Aug 2009 12:50:15 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=9</guid>
		<description><![CDATA[This comes up from time to time, people need ssl certificates for websites, but they do not want to pay for the SSL certificate until development is completed, or they have not yet found the best URL choice for the website.
To help out, self assigned SSL certificates can really go a long way.  Most of [...]]]></description>
			<content:encoded><![CDATA[<p>This comes up from time to time, people need ssl certificates for websites, but they do not want to pay for the SSL certificate until development is completed, or they have not yet found the best URL choice for the website.</p>
<p>To help out, self assigned SSL certificates can really go a long way.  Most of the time there is a charge from the ISP for installing the self assigned SSL certificate, but it may really be worth it, so that development of the site can continue.</p>
<p>Here is a great link to a site that shows how to make many different self assigned certificates for a variety of operating systems, if you have access to do so on your server, they can be helpful.</p>
<p><a style="color: #0066cc; text-decoration: none;" href="http://www.sslshopper.com/article-how-to-create-a-self-signed-certificate.html">http://www.sslshopper.com/article-how-to-create-a-self-signed-certificate.html</a></p>
<p>Of course self assigned does have some problems, specifcly the dreaded invalid SSL certificate window.</p>
<p>You can still continue to test the site, by accepting the certificate, and that is the best part of Self assigned SSL certs, they let you use the site as if it were a valid site.  You may also have other warnings that may come form internet security software, but generally speaking, they all have a way to continue to use the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Google Wave Server</title>
		<link>http://theinfluence.net/mblog/?p=26</link>
		<comments>http://theinfluence.net/mblog/?p=26#comments</comments>
		<pubDate>Mon, 10 Aug 2009 13:17:42 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=26</guid>
		<description><![CDATA[Installing your own google wave server at this point does not offer a whole lot of purpose, unless you are a developer, or someone who wants to get a jump on understanding how this server is going to work.  For those of you who fall into either category, below is a link to a great [...]]]></description>
			<content:encoded><![CDATA[<p>Installing your own google wave server at this point does not offer a whole lot of purpose, unless you are a developer, or someone who wants to get a jump on understanding how this server is going to work.  For those of you who fall into either category, below is a link to a great screeen cast created by Luc Castera.</p>
<p><a href="http://dambalah.com/2009/07/29/screencast-install-google-wave-server/" target="_blank">Here is a great screen cast that can help you to install your own Google Wave Server</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Stats Solutions</title>
		<link>http://theinfluence.net/mblog/?p=14</link>
		<comments>http://theinfluence.net/mblog/?p=14#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:56:30 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=14</guid>
		<description><![CDATA[Let me first say, that anonymous data collection is not a bad thing.  And if companies can provide services for free, based on anonymous data collection, then more power to them, I say.
This is about page tracking, and analysis.  Answer the question, ‘Who is visiting my site?’  You also get data helping you know what [...]]]></description>
			<content:encoded><![CDATA[<p>Let me first say, that anonymous data collection is not a bad thing.  And if companies can provide services for free, based on anonymous data collection, then more power to them, I say.</p>
<p>This is about page tracking, and analysis.  Answer the question, ‘Who is visiting my site?’  You also get data helping you know what sort of things they do once they have arrived.  Years ago the best tools for this was <a style="color: #0066cc; text-decoration: none;" href="http://www.webtrends.com/" target="_blank">webtrends</a>, and for those who could not afford it, or who’s host did not have it pre-installed, there was the option of <a style="color: #0066cc; text-decoration: none;" href="http://httpd.apache.org/docs/1.3/logs.html" target="_blank">weblogs</a>from the server.  If you could not get those, the last thing you could do was build your own tracking, by adding code to each page, and storing the results yourself.  Of course that required a lot of analysis to make it at all useful.</p>
<p>Here are the top free solutions:</p>
<ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 35px; margin: 0px;">
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;"><a style="color: #0066cc; text-decoration: none;" href="https://www.google.com/analytics" target="_blank">Google Analytics </a>- The leader in statistics, mostly because of the tie in with AdWords.  But this free solution offers 5M impressions, much more then the rest, but the downside is that it does not offer real time statistics.</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;"><a style="color: #0066cc; text-decoration: none;" href="http://www.w3counter.com/" target="_blank">W3Counter</a> – Another free alternative.  I think this has the best graphics of any of the competitors.   Very easy to set up &amp; configure.</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;"><a style="color: #0066cc; text-decoration: none;" href="http://www.statcounter.com/" target="_blank">StatCounter</a> – Free and accurate, with real time statistics.  This is an excellent tool.</li>
</ol>
<p>Feel free to use more then on, I often do.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>301 Reasons to Redirect</title>
		<link>http://theinfluence.net/mblog/?p=10</link>
		<comments>http://theinfluence.net/mblog/?p=10#comments</comments>
		<pubDate>Fri, 12 Jun 2009 12:51:13 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=10</guid>
		<description><![CDATA[One thing about being a web site developer that can begin to drive anyone crazy, is the demands that people make, based on some other website/developer who is hyping some technology/hack that they believe will make their site better/appear higher in page ranking.
An old SEO technique, that used to work, but is now dead in [...]]]></description>
			<content:encoded><![CDATA[<p>One thing about being a web site developer that can begin to drive anyone crazy, is the demands that people make, based on some other website/developer who is hyping some technology/hack that they believe will make their site better/appear higher in page ranking.</p>
<p>An old SEO technique, that used to work, but is now dead in my book, is <a style="color: #0066cc; text-decoration: none;" href="http://theinfluence.net/mblog/wp-" target="_blank">301 Redirects</a>.  The basic use of a URL redirect, is to allow web site owners to change a URL, and forward the old URL to the new URL.  The reason is to prevent 404 Errors, and to allow web site owners to make website changes, and still have the users bookmarks function.</p>
<p>What happened, was people realized, if the had a page that had a high ranking in a search engine, they could sell that location, using a redirect to another site.  Then the user with the other site, would essentially have a high ranking in a search engine immediately.  <em>This worked</em>, but not anymore.</p>
<p>Search engines had to get smarter, and now they check if the link that are returning in a search has a 301, and if so, to where, and if that new page is not similar enough, it looses ranking.  Now you might say, similar enough?  I would say I am not an expert on the subject, but the idea of purchasing some domain to redirect to your own to boost up your ranking is not the best method.</p>
<p>Anyway, if your clients, or you, are interested in it, here is how to setup the redirect on the original server.  By the way, this also works for legitimate changes, like URL shortening, and domain moving, just in case your here for that.  Some people might ask, what if I have an HTML only page, how can I redirect then?  The answer is, you have to use the actual web server to do the redirect, I did not cover how to do that here.</p>
<p>(Languages are alphabetical.)</p>
<h2 style="font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.6em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">ASP</h2>
<p>Below is the only content that you can have on the page, if you have automatic headers or footers, or anything like that, it will not work, this should be the entire page.</p>
<pre><code style="font: normal normal normal 1.1em/normal 'Courier New', Courier, Fixed;">
&lt;% @ Language = vbscript %&gt;
&lt;%
   Response.Status='301 Moved Permanently'
   Response.AddHeader='Location','http://www.yourdomain.com/yourpage'
%&gt;</code></pre>
<h2 style="font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.6em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">ASP .NET</h2>
<p>Below is the only content that you can have on the page, if you have automatic headers or footers, or anything like that, it will not work, this should be the entire page.</p>
<pre><code style="font: normal normal normal 1.1em/normal 'Courier New', Courier, Fixed;">&lt;script runat="server"&gt;
private void Page_Load(object sender, System.EventArgs e)
{
   Response.Status = "301 Moved Permanently";
   Response.AddHeader("Location","http://www.yourdomain.com/yourpage");
}
&lt;/script&gt;</code></pre>
<h2 style="font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.6em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">ColdFusion</h2>
<p>Below is the only content that you can have on the page, if you have automatic headers or footers, or anything like that, it will not work, this should be the entire page.</p>
<pre><code style="font: normal normal normal 1.1em/normal 'Courier New', Courier, Fixed;">
&lt;cfheader statuscode="301" statustext="Moved permanently"&gt;
&lt;cfheader name="Location" value="http://www.yourdomain.com/yourpage"&gt;
</code></pre>
<h2 style="font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.6em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">JSP (Java) Redirect</h2>
<pre><code style="font: normal normal normal 1.1em/normal 'Courier New', Courier, Fixed;">
&lt;%
  response.setStatus(301);
  response.setHeader( "Location", "http://www.yourdomain.com/yourpage" );
  response.setHeader( "Connection", "close" );
%&gt;
</code></pre>
<h2 style="font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.6em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">PHP</h2>
<p>Below is the only content that you can have on the page, if you have automatic headers or footers, or anything like that, it will not work, this should be the entire page.</p>
<pre><code style="font: normal normal normal 1.1em/normal 'Courier New', Courier, Fixed;">
&lt;?php
  header('HTTP/1.1 301 Moved Permanently');
  header('Location:http://www.yourdomain.com/yourpage');
?&gt;
</code></pre>
<h2 style="font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; font-weight: bold; font-size: 1.6em; color: #333333; text-decoration: none; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">Ruby on Rails</h2>
<pre><code style="font: normal normal normal 1.1em/normal 'Courier New', Courier, Fixed;">def old_action
headers["Status"] = "301 Moved Permanently"
redirect_to "http://www.yourdomain.com/yourpage"
end</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join the Mobile Web</title>
		<link>http://theinfluence.net/mblog/?p=16</link>
		<comments>http://theinfluence.net/mblog/?p=16#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:56:55 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=16</guid>
		<description><![CDATA[If your current site does not yet offer a mobile friendly view, now may be the time to create one.  More and more users are accessing the web using mobile tools, including phones &#38; hand held electronics/PDAs.   Creating a custom view for mobile users will allow your site to appeal to an ever increasing audience.  [...]]]></description>
			<content:encoded><![CDATA[<p>If your current site does not yet offer a mobile friendly view, now may be the time to create one.  More and more users are accessing the web using mobile tools, including phones &amp; hand held electronics/PDAs.   Creating a custom view for mobile users will allow your site to appeal to an ever increasing audience.  You might visit your sites logs and review your hits by browser or user agent.  You may be surprised with what you find, recent statistics show that at least one in one-hundred people accessing the internet is doing so via a mobile device (<a style="color: #0066cc; text-decoration: none;" href="http://www.buzzcity.com/l/reports/WhoUsestheMobileInternet08.pdf">PDF</a>).</p>
<p style="text-align: left;">The first step to creating a custom user experience for mobile devices is to determine if you want the view to be automatic, or manual.   Manual methods including allowing the user to select to view your site as mobile, either with a link/button or with a different URL, for instance <a style="color: #0066cc; text-decoration: none;" href="http://m.google.com/" target="_blank">m.google.com</a>.  The second method is to sniff the browsers user agent, and determine the type of browser that may be visiting your site, and alter the site accordingly.</p>
<p style="text-align: left;">The specifics of how to do the sniffing vary by server type, but there is plenty of simple methods for determining the browser, the next step is to determine how your going to change the website.</p>
<p style="text-align: left;">The first method is a whole new website, once the user selects mobile, they are transfered to a completly new website that is designed for the mobile user.  You may even decide to create multiple new websites designed for various different user agents.  Another method, is to use style sheets alone to change the look and feel of your site for mobile users.</p>
<p style="text-align: left;">The second option is, of course, a lot less work.  But it only works when your website has been created with this in mind, and does not often work well as an after thought.  Of course the type of website makes all the difference.</p>
<p style="text-align: left;">I hope more people build websites with mobile users in mind, or at least offer some portion of their website content in a mobile friendly manner.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari Masquerading as iPhone</title>
		<link>http://theinfluence.net/mblog/?p=12</link>
		<comments>http://theinfluence.net/mblog/?p=12#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:53:46 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=12</guid>
		<description><![CDATA[As promised, here is a re-post of how to get Safari to masquerade as an iPhone, so that you can test your websites user agent sniffing.

Open Safari’s Preferences dialog.
Enable the development menu in safari Preferences.  First select Advanced, then make sure the  “Show Develop menu in menu bar” is checked.
Close the Preferences Dialog
Now go to [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, here is a re-post of how to get Safari to masquerade as an iPhone, so that you can test your websites user agent sniffing.</p>
<ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 35px; margin: 0px;">
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Open Safari’s Preferences dialog.</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Enable the development menu in safari Preferences.  First select Advanced, then make sure the  “Show Develop menu in menu bar” is checked.</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Close the Preferences Dialog</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Now go to the Develop menu in safar to select the iPhone as the user agent</li>
<li style="list-style-type: decimal; list-style-position: outside; list-style-image: initial; margin-top: 7px; margin-right: 0px; margin-bottom: 8px; margin-left: 10px; padding: 0px;">Optionally, you may want to shrink the window down, so that you can get a better feel for the size of the web that your browsing.</li>
</ol>
<p>That’s all there is to it, enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Moved to Wordpress</title>
		<link>http://theinfluence.net/mblog/?p=7</link>
		<comments>http://theinfluence.net/mblog/?p=7#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:48:41 +0000</pubDate>
		<dc:creator>Michael Lynch</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://theinfluence.net/mblog/?p=7</guid>
		<description><![CDATA[Well, it was time to make a change, and so now this blog is powered by wordpress, new themes are coming.
Thanks for everyone’s continued support, I hope you like this new version of the web blog.
]]></description>
			<content:encoded><![CDATA[<p style="font-size: 1.05em;">Well, it was time to make a change, and so now this blog is powered by wordpress, new themes are coming.</p>
<p style="font-size: 1.05em;">Thanks for everyone’s continued support, I hope you like this new version of the web blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfluence.net/mblog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
