<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>moopoo.net</title>
	<link>http://moopoo.net</link>
	<description>Fishing, technology and anything else</description>
	<lastBuildDate>Fri, 26 Feb 2010 12:04:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Securing custom application pages in _layouts directory</title>
		<description>I had a need to be able to only allow site collection admins to see some custom pages I had deployed into the _layouts directory.
Create a custom code behind class for your aspx that inherits from LayoutsPageBase.
Next, override the OnLoad method in your code behind and add the following code


if ...</description>
		<link>http://moopoo.net/sharepoint/securing-custom-application-pages-in-_layouts-directory/</link>
			</item>
	<item>
		<title>Validation Group with SharePoint DateTimeControl</title>
		<description>The SharePoint DateTimeControl has a property called IsRequiredField, which will act like a RequiredFieldValidator for the control. The problem is when working with web parts in SharePoint calling Page.Validate in your web part can have unexpected results. It often ends up firing validators elsewhere on the page, particularly if the ...</description>
		<link>http://moopoo.net/sharepoint/validation-group-with-sharepoint-datetimecontrol/</link>
			</item>
	<item>
		<title>Disable Web Part button after clicking</title>
		<description>Not sure how, I got to the end point of this so there may be other ways of doing it.
Basically I had a web part the when the button was clicked I needed to disable it. 
Adding .Attributes["onclick"] didn't seem to work, and after trying a few things I managed ...</description>
		<link>http://moopoo.net/sharepoint/disable-web-part-button/</link>
			</item>
	<item>
		<title>Using Custom Masterpage in _layouts directory</title>
		<description>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't declare any masterpage useage in the actual aspx file.

protected override void OnPreInit(EventArgs e)
{
    base.OnPreInit(e);
    ...</description>
		<link>http://moopoo.net/mobile/using-custom-masterpage-in-_layouts-directory/</link>
			</item>
	<item>
		<title>Apple Airport Extreme Disk Access and Windows 7</title>
		<description>I was having issues accessing the drive I had hooked up to my Airport Extreme from Windows 7.  Every time I would try to connect I would get the following error:

"unknown user, incorrect password, or login is disabled. Please retype the login information or contact the disk's administrator (67)"

I ...</description>
		<link>http://moopoo.net/mac/apple-ariport-extreme-disk-access-and-windows-7/</link>
			</item>
	<item>
		<title>Dell SX2210 Monitor</title>
		<description>I had been toying with idea of getting a new monitor for a while. My requirements were pretty straight forward I think, I wanted something at least full HD on as small a monitor as I could get away with. I was originally looking at a 24" but I wasn't ...</description>
		<link>http://moopoo.net/technology/dell-sx2210-monitor/</link>
			</item>
	<item>
		<title>Wordpress for iPhone</title>
		<description>Just having a play with Wordpress for iPhone to see how it is. 
Seems pretty good so far although I noticed with 3.0 if I want to write the post in landscape mode, I can't scroll to modify
other fields I have to put it back to portrait mode to get ...</description>
		<link>http://moopoo.net/fishing/wordpress-for-iphone/</link>
			</item>
	<item>
		<title>Highlighting row on form error with jQuery</title>
		<description>When showing errors in web forms, I thought it would be useful to highlight the row where the error occurred so the user can visually see where they they need to make changes. jQuery is the ideal way to do this for me as I didn't want to do it ...</description>
		<link>http://moopoo.net/web-development/jquery/highlighting-row-on-form-error-with-jquery/</link>
			</item>
	<item>
		<title>iPhone 3.0 beta restore error 1602 or 1604 solution</title>
		<description>After downloading and trying to update 3.0 beta 4 and iTunes pre-release 8.2 to go with it, I was prompted with a nice error 1602 from iTunes and a pink screen on my iPhone. Trying again got me a lovely 1604 error instead.

You've never seen a man panic...

So, to get ...</description>
		<link>http://moopoo.net/iphone/iphone-30-beta-restore-error-1602-or-1604-solution/</link>
			</item>
	<item>
		<title>CAML Querying using DateTime.</title>
		<description>Caml queries on DateTime fields by default do not use the Time portion of the field. To overcome this use the attribute IncludeTimeValue=’TRUE’ in the value tag. For example:  &#60;Value Type=’DateTime’ IncludeTimeValue=’TRUE’&#62;&#60;Today /&#62;&#60;/Value&#62; </description>
		<link>http://moopoo.net/sharepoint/caml-querying-using-datetime/</link>
			</item>
</channel>
</rss>
