<?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>moopoo.net &#187; Mobile</title>
	<atom:link href="http://moopoo.net/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://moopoo.net</link>
	<description>Fishing, technology and anything else</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:04:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using Custom Masterpage in _layouts directory</title>
		<link>http://moopoo.net/mobile/using-custom-masterpage-in-_layouts-directory/</link>
		<comments>http://moopoo.net/mobile/using-custom-masterpage-in-_layouts-directory/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 10:19:52 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[masterpage]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://moopoo.net/?p=97</guid>
		<description><![CDATA[To use a custom or the default masterpage in custom aspx pages located in your _layouts directory use the following code in the code behind for the page. N.B I didn&#8217;t declare any masterpage useage in the actual aspx file. protected override void OnPreInit&#40;EventArgs e&#41; &#123; base.OnPreInit&#40;e&#41;; // Set the masterpage to the default.master. using [...]]]></description>
			<content:encoded><![CDATA[<p>To use a custom or the default masterpage in custom aspx pages located in your _layouts directory use the following code in the code behind for the page.<br />
N.B I didn&#8217;t declare any masterpage useage in the actual aspx file.</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #0600FF;">protected</span> <span style="color: #0600FF;">override</span> <span style="color: #0600FF;">void</span> OnPreInit<span style="color: #000000;">&#40;</span>EventArgs e<span style="color: #000000;">&#41;</span>
<span style="color: #000000;">&#123;</span>
    <span style="color: #0600FF;">base</span>.<span style="color: #0000FF;">OnPreInit</span><span style="color: #000000;">&#40;</span>e<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
    <span style="color: #008080; font-style: italic;">// Set the masterpage to the default.master.</span>
    <span style="color: #0600FF;">using</span> <span style="color: #000000;">&#40;</span>SPWeb webCurrent <span style="color: #008000;">=</span> SPControl.<span style="color: #0000FF;">GetContextSite</span><span style="color: #000000;">&#40;</span>Context<span style="color: #000000;">&#41;</span>.<span style="color: #0000FF;">OpenWeb</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>
    <span style="color: #000000;">&#123;</span>
        <span style="color: #FF0000;">string</span> strUrl <span style="color: #008000;">=</span> webCurrent.<span style="color: #0000FF;">ServerRelativeUrl</span> <span style="color: #008000;">+</span> <span style="color: #666666;">&quot;/_catalogs/masterpage/default.master&quot;</span><span style="color: #008000;">;</span>
        <span style="color: #008080; font-style: italic;">// custom.master is your same default or main master page </span>
        <span style="color: #008080; font-style: italic;">// being used for main portal pages. Change that path according to your need</span>
        <span style="color: #0600FF;">this</span>.<span style="color: #0000FF;">MasterPageFile</span> <span style="color: #008000;">=</span> strUrl<span style="color: #008000;">;</span>
    <span style="color: #000000;">&#125;</span> 
<span style="color: #000000;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://moopoo.net/mobile/using-custom-masterpage-in-_layouts-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My new toy, the HTC Touch</title>
		<link>http://moopoo.net/mobile/my-new-toy-the-htc-touch/</link>
		<comments>http://moopoo.net/mobile/my-new-toy-the-htc-touch/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 10:50:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[HTC touch]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[Pocket PC]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[WM6]]></category>

		<guid isPermaLink="false">http://moopoo.net/blog/uncategorized/my-new-toy-the-htc-touch/</guid>
		<description><![CDATA[Having used windows Mobile powered HTC phones for the last few years I don&#8217;t think I&#8217;d ever go back to a small screen &#8216;normal&#8217; mobile phone. I&#8217;d been following some reviews on the HTC Touch since it was announced in June and was looking forward to seeing it in the flesh. Having a wander down [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://moopoo.net/files/htctouch_141x412.jpg' alt='HTC Touch' style='border:0px;float:left;' />Having used windows Mobile powered HTC phones for the last few years I don&#8217;t think I&#8217;d ever go back to a small screen &#8216;normal&#8217; mobile phone. I&#8217;d been following some reviews on the <a href="http://www.htctouch.com/" title="HTC Touch homepage (Opens in a new window)" target="_blank">HTC Touch</a> since it was announced in June and was looking forward to seeing it in the flesh.</p>
<p>Having a wander down the local high street on Tuesday I happened to pop into the local Orange shop and there it was in the Flesh. Well it was just the dummy but when the assistant asked if I wanted to see it, I&#8217;m sure she could see me drooling.</p>
<p>Once she returned that was it, I was hooked. But I still had 4 months  left on my contract and it was going to cost me to upgrade. I decided to leave it while the upgrade was free. At work that afternoon I could think of nothing else and by 4:30, I was back in the shop. I could live with the upgrade fee, I&#8217;d get it back selling my M600, I just needed to have the phone.</p>
<p>I&#8217;ve had it nearly two days no, first impressions? Very, very nice. It&#8217;s by far the smallest smartphone I&#8217;ve ever seen. The touchFlo screen, although a little gimmicky and doesn&#8217;t extend to much below the hood is very neat.</p>
<p>The scroll facility is very neat and the new screen means I can do pretty much everything without the stylus. I can even press the OK button with my thumb which I would have never been able to do with any of my old devices.</p>
<p>Everyone who has seen it has commented on how sexy looking it is, and I&#8217;d find it very hard to disagree. Once Ihave used it for a few week, hopefully I&#8217;ll get the time to write a more thorough review but in the meantime I&#8217;d seriously recommend you take a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://moopoo.net/mobile/my-new-toy-the-htc-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

