<?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>.Randomizzzer</title>
	<atom:link href="http://www.randomizzzer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randomizzzer.com</link>
	<description>sharedom: sharepoint random</description>
	<lastBuildDate>Fri, 11 May 2012 12:48:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to: Count the lines of code (project/solution)</title>
		<link>http://www.randomizzzer.com/2012/05/how-to-count-the-lines-of-code-projectsolution/</link>
		<comments>http://www.randomizzzer.com/2012/05/how-to-count-the-lines-of-code-projectsolution/#comments</comments>
		<pubDate>Fri, 04 May 2012 14:11:51 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=1009</guid>
		<description><![CDATA[If you ever wondered how many lines your code is, you can easily get such information (along with other -arguably more important- bits) by hitting the Calculate Code Metrics. Right click on the project, half way down the pop up window, you will notice the option “Calculate Code Metrics”. This should bring up the window [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/05/how-to-count-the-lines-of-code-projectsolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Work with the SPQuery</title>
		<link>http://www.randomizzzer.com/2012/05/how-to-work-with-the-spquery/</link>
		<comments>http://www.randomizzzer.com/2012/05/how-to-work-with-the-spquery/#comments</comments>
		<pubDate>Wed, 02 May 2012 11:47:23 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[caml]]></category>
		<category><![CDATA[SPListItemCollection]]></category>
		<category><![CDATA[SPQuery]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=1003</guid>
		<description><![CDATA[The SPQuery will be in Caml format. You can use one to get a collection of items from a list. For example, SPListItemCollection results = listName.GetItems(query); The above will get a subcollection of items from the listName list, according to the query inside the “query”. In my case, I was looking to implement a Search [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/05/how-to-work-with-the-spquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Make a custom web part appear in the web part gallery (SP2007)</title>
		<link>http://www.randomizzzer.com/2012/05/how-to-make-a-custom-web-part-appear-in-the-web-part-gallery-sp2007/</link>
		<comments>http://www.randomizzzer.com/2012/05/how-to-make-a-custom-web-part-appear-in-the-web-part-gallery-sp2007/#comments</comments>
		<pubDate>Tue, 01 May 2012 12:04:11 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[web part]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=999</guid>
		<description><![CDATA[If you have a custom web part that does not appear in your web part gallery, the most probable cause is that you have not defined it in the module.xml file. Remember that, once you have created a custom web part in VS, you will need to add/reference it in the module.xml file. In your [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/05/how-to-make-a-custom-web-part-appear-in-the-web-part-gallery-sp2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Troubleshoot &#8220;The event handler &#8216;OnClick&#8217; is not allowed in this page&#8221;</title>
		<link>http://www.randomizzzer.com/2012/04/how-to-troubleshoot-the-event-handler-onclick-is-not-allowed-in-this-page/</link>
		<comments>http://www.randomizzzer.com/2012/04/how-to-troubleshoot-the-event-handler-onclick-is-not-allowed-in-this-page/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 17:07:52 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[OnClick]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=990</guid>
		<description><![CDATA[While working with an asp.net page in SharePoint 2007 (or, in any other situation where you get this error), when you try to bind the OnClick event of a button to a code behind event receiver, you will get an error saying that you are not allowed to directly access the OnClick event of the [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/04/how-to-troubleshoot-the-event-handler-onclick-is-not-allowed-in-this-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Empty the contents of a Textbox on click inside</title>
		<link>http://www.randomizzzer.com/2012/04/how-to-empty-the-contents-of-a-textbox-on-click-inside/</link>
		<comments>http://www.randomizzzer.com/2012/04/how-to-empty-the-contents-of-a-textbox-on-click-inside/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 16:57:55 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[Client Side]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[ternary]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=986</guid>
		<description><![CDATA[You can easily empty the contents of a textbox when you place the cursor or click the pointer inside it. In your html, add the following inside the textbox control: onfocus=&#34;this.value = ( this.value == this.defaultValue ) ? &#8221; : this.value;return true;&#34; That will make sure that whatever text resides inside the textbox, will be [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/04/how-to-empty-the-contents-of-a-textbox-on-click-inside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: troubleshoot &#8220;the name is in use elsewhere&#8221; when importing a Nintex workflow</title>
		<link>http://www.randomizzzer.com/2012/03/how-to-troubleshoot-the-name-is-in-use-elsewhere-when-importing-a-nintex-workflow/</link>
		<comments>http://www.randomizzzer.com/2012/03/how-to-troubleshoot-the-name-is-in-use-elsewhere-when-importing-a-nintex-workflow/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 17:52:17 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[Nintex workflow]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xoml]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=974</guid>
		<description><![CDATA[If you’re importing a Nintex workflow and you’re greeted by a message saying that you can’t use the name you’re trying to publish it as, you probably fall into one of the following cases: 1. A workflow already exists somewhere on the site with the specific name. You should either remove or rename the existing [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/03/how-to-troubleshoot-the-name-is-in-use-elsewhere-when-importing-a-nintex-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Create pages (pagination) for your custom data set (in ASP.NET)</title>
		<link>http://www.randomizzzer.com/2012/03/how-to-create-pages-pagination-for-your-custom-data-set-in-asp-net/</link>
		<comments>http://www.randomizzzer.com/2012/03/how-to-create-pages-pagination-for-your-custom-data-set-in-asp-net/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 15:31:36 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[DataSet]]></category>
		<category><![CDATA[DataTable]]></category>
		<category><![CDATA[PagedDataSource]]></category>
		<category><![CDATA[pagination]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=969</guid>
		<description><![CDATA[I needed this while building a custom Search facility for a customer. I was working with the Sitefinity API and the mechanism should work with documents that were hosted on the Sitefinity CMS. Notice that in this case, we’re talking for an ASP.NET solution, which would also need a way to keep track of where [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/03/how-to-create-pages-pagination-for-your-custom-data-set-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Create a user customizable widget for Sitefinity</title>
		<link>http://www.randomizzzer.com/2012/03/how-to-create-a-user-customizable-widget-for-sitefinity/</link>
		<comments>http://www.randomizzzer.com/2012/03/how-to-create-a-user-customizable-widget-for-sitefinity/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 17:14:17 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[Telerik Sitefinity]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Sitefinity]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=960</guid>
		<description><![CDATA[If you’ve tried to create a widget (custom control) in Sitefinity (quick how to here ) you will have noticed that as easy as it is, it does not provide for customizations/administration from the backend. However, adding fields for the admin to use for customization of your widget is as easy as providing the control [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/03/how-to-create-a-user-customizable-widget-for-sitefinity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Get the name of a SharePoint feature from its GUID</title>
		<link>http://www.randomizzzer.com/2012/03/how-to-get-the-name-of-a-sharepoint-feature-from-its-guid/</link>
		<comments>http://www.randomizzzer.com/2012/03/how-to-get-the-name-of-a-sharepoint-feature-from-its-guid/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 12:29:45 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Smart Hacks]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[guid]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[Quick Tip]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=955</guid>
		<description><![CDATA[There’s a really easy way to get the name of a feature that SharePoint requests from its provided GUID. For example, when SharePoint complains with something that looks like this: Error: The site template requires that the Feature {Long-GUID-of-Required-Feature-Here} be activated in the site collection. Correlation ID: {Long-GUID-of-Correlation-ID} Date and Time: “current date and time” [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/03/how-to-get-the-name-of-a-sharepoint-feature-from-its-guid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Update XSD queries</title>
		<link>http://www.randomizzzer.com/2012/02/how-to-update-xsd-queries/</link>
		<comments>http://www.randomizzzer.com/2012/02/how-to-update-xsd-queries/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 16:28:41 +0000</pubDate>
		<dc:creator>MGR</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Sitefinity]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsd]]></category>

		<guid isPermaLink="false">http://www.randomizzzer.com/?p=946</guid>
		<description><![CDATA[Working with an .XSD (XML schema file) in Visual Studio may be easy at first but, it might give you a hard time in the long run. The reason for the latter being that it might refuse to update when you change the schema of your database or when you need to change one of [...]]]></description>
		<wfw:commentRss>http://www.randomizzzer.com/2012/02/how-to-update-xsd-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

