<?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>mayvelous &#187; Tools</title>
	<atom:link href="http://www.mayvelous.com/category/development/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mayvelous.com</link>
	<description>Me, Myself and Mayvelous</description>
	<lastBuildDate>Mon, 10 Oct 2011 01:09:28 +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>Sitefinity &#8211; Empty Document Uploader Screen and Silverlight MIME</title>
		<link>http://www.mayvelous.com/2011/09/08/sitefinity-empty-document-uploader-screen-and-silverlight-mime/</link>
		<comments>http://www.mayvelous.com/2011/09/08/sitefinity-empty-document-uploader-screen-and-silverlight-mime/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 06:20:47 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Bugs and Fixes]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MIME Types]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Sitefinity]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=605</guid>
		<description><![CDATA[I deployed the Sitefinity site from local to DEV and STAGING servers and the document uploader works on DEV but suddendly disappear on the STAGING server. Correct Screen Error Screen I&#8217;ve created a forum post but received no good answers. The dude kept asking me to install Silverlight Tools on all the machines. I don&#8217;t understand [...]<blockquote>
<strong>Related Posts:</strong><ul>
<li><a href='http://www.mayvelous.com/2011/07/22/sitefinity-linking-external-js-file-in-master-pages/' rel='bookmark' title='Sitefinity &#8211; Linking External JS file in Master pages'>Sitefinity &#8211; Linking External JS file in Master pages</a></li>
<li><a href='http://www.mayvelous.com/2011/07/21/sitefinity-new-site-setup-dos-and-donts/' rel='bookmark' title='Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts'>Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts</a></li>
<li><a href='http://www.mayvelous.com/2011/08/23/sitefinity-fixing-version-dependent-custom-controls-errors/' rel='bookmark' title='Sitefinity &#8211; Fixing Version Dependent Custom Controls Errors'>Sitefinity &#8211; Fixing Version Dependent Custom Controls Errors</a></li>
<li><a href='http://www.mayvelous.com/2011/08/10/how-to-fix-cruise-build-deployment-that-adds-extra-assemblies-and-nlp-files/' rel='bookmark' title='How to fix Cruise build deployment that adds extra assemblies and .nlp files'>How to fix Cruise build deployment that adds extra assemblies and .nlp files</a></li>
</ul></blockquote>]]></description>
			<content:encoded><![CDATA[<p>I deployed the Sitefinity site from local to DEV and STAGING servers and the document uploader works on DEV but suddendly disappear on the STAGING server.</p>
<p style="text-align: center;">Correct Screen<br />
<a title="correct screen by mayvelous, on Flickr" href="http://www.flickr.com/photos/mayvelous/6126479504/"><img src="http://farm7.static.flickr.com/6064/6126479504_6b64ab3e9f_m.jpg" alt="correct screen" width="200" height="64" /></a></p>
<p style="text-align: center;">Error Screen<br />
<a title="blank document upload by mayvelous, on Flickr" href="http://www.flickr.com/photos/mayvelous/6125931815/"><img class="aligncenter" src="http://farm7.static.flickr.com/6074/6125931815_864514e333_m.jpg" alt="blank document upload" width="200" height="59" /></a></p>
<p>I&#8217;ve created <a title="upload documents link screen becomes empty" href="http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/upload-documents-link-screen-becomes-empty.aspx" target="_blank">a forum post</a> but received no good answers. The dude kept asking me to install Silverlight Tools on all the machines. I don&#8217;t understand why we have to install silverlight on all machines and which silverlight exactly to install as there&#8217;re browser plugin, silverlight tools, silverlight framwork etc. And I cannot install silverlight tools unless the prerequisites, Visual Studio 2010 and Web Developer Express 2010, been installed which I absolutely don&#8217;t want to do. Also on the DEV server, there&#8217;s not a single instance of Silverlight installation was there and the uploader&#8217;s working just fine so I really had a hard time figuring out the issue with STAGING site. The forum responds were so slow, so I created a ticket and the same dude replied as followed:</p>
<blockquote><p>Can you enable Firebug and check what errors come up in the Net tab when you try to access the Upload section? Also is there a way to provide RDC to your server so I can inspect the settings in more depth?</p></blockquote>
<p>Ofcos I don&#8217;t want to give RDC access but I checked the Firebug and that really helps figure out the problem.<br />
With the help of Firebug, I got 404 file not found for Telerik.Sitefinity.Silverlight.xap file with the error below:</p>
<blockquote><p>Unhandled Error in Silverlight Application<br />
Code: 2104<br />
Category: InitializeError<br />
Message: 2104 An error has occurred.</p></blockquote>
<p>Now that&#8217;s some good hint, so I checked the path and the file exists on the server so must be the file permission issue; I googled the error message and found out that it&#8217;s all to do with missing MIME Types on STAGING server.</p>
<p><a title="mime types by mayvelous, on Flickr" href="http://www.flickr.com/photos/mayvelous/6126479352/"><img class="aligncenter" src="http://farm7.static.flickr.com/6183/6126479352_a56a1245ea_m.jpg" alt="mime types" width="217" height="240" /></a></p>
<p>I&#8217;ve added these 3 types to the server MIME types list and it fixes the problem.</p>
<blockquote><p>.xap application/x-silverlight-app<br />
.xaml application/xaml+xml<br />
.xbap application/x-ms-xbap<br />
Ref: <a title="Configure IIS for Silverlight Applications" href="http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/" target="_blank">Configuration IIS for Silverlight Applications</a></p></blockquote>
<p>I wasn&#8217;t happy with the support but thank god he at least gave me a hint to check with Firebug.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <blockquote><p><strong>Related Posts:</strong><ul>
<li><a href='http://www.mayvelous.com/2011/07/22/sitefinity-linking-external-js-file-in-master-pages/' rel='bookmark' title='Sitefinity &#8211; Linking External JS file in Master pages'>Sitefinity &#8211; Linking External JS file in Master pages</a></li>
<li><a href='http://www.mayvelous.com/2011/07/21/sitefinity-new-site-setup-dos-and-donts/' rel='bookmark' title='Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts'>Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts</a></li>
<li><a href='http://www.mayvelous.com/2011/08/23/sitefinity-fixing-version-dependent-custom-controls-errors/' rel='bookmark' title='Sitefinity &#8211; Fixing Version Dependent Custom Controls Errors'>Sitefinity &#8211; Fixing Version Dependent Custom Controls Errors</a></li>
<li><a href='http://www.mayvelous.com/2011/08/10/how-to-fix-cruise-build-deployment-that-adds-extra-assemblies-and-nlp-files/' rel='bookmark' title='How to fix Cruise build deployment that adds extra assemblies and .nlp files'>How to fix Cruise build deployment that adds extra assemblies and .nlp files</a></li>
</ul></p></blockquote>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2011/09/08/sitefinity-empty-document-uploader-screen-and-silverlight-mime/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sitefinity &#8211; Linking External JS file in Master pages</title>
		<link>http://www.mayvelous.com/2011/07/22/sitefinity-linking-external-js-file-in-master-pages/</link>
		<comments>http://www.mayvelous.com/2011/07/22/sitefinity-linking-external-js-file-in-master-pages/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 21:00:18 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Bugs and Fixes]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Project Notes]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Master Pages]]></category>
		<category><![CDATA[Sitefinity]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=594</guid>
		<description><![CDATA[According to this post, we can reference the Sitefinity built-in script libraries and/or external script files in site master page as followed: &#60;sf:JsFileLink id="jsLink" runat="server" ScriptType="jQuery"&#62;&#60;/sf:JsFileLink&#62; &#60;sf:JsFileLink id="jsLink" runat="server" ScriptType="prototype"&#62;&#60;/sf:JsFileLink&#62; &#60;sf:JsFileLink id="jsLink" runat="server" ScriptType="mooTools"&#62;&#60;/sf:JsFileLink&#62; To use it, reference the assembly from the project and add the following code in the master page. &#60;%@ Register Assembly="Telerik.Cms.Web.UI" [...]<blockquote>
<strong>Related Posts:</strong><ul>
<li><a href='http://www.mayvelous.com/2011/07/21/sitefinity-new-site-setup-dos-and-donts/' rel='bookmark' title='Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts'>Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts</a></li>
<li><a href='http://www.mayvelous.com/2011/05/05/checking-sql-server-edition-version/' rel='bookmark' title='Checking SQL Server Edition Version'>Checking SQL Server Edition Version</a></li>
<li><a href='http://www.mayvelous.com/2011/05/02/list-storedprocedures-or-database-objects-by-last-modified-date/' rel='bookmark' title='List storedprocedures or database objects by last modified date'>List storedprocedures or database objects by last modified date</a></li>
</ul></blockquote>]]></description>
			<content:encoded><![CDATA[<p>According to <a title="Built-in Libraries in Sitefinity" href="http://www.sitefinity.com/blogs/georgichokov/posts/09-03-25/how_to_use_jquery_and_other_javascript_libraries_in_sitefinity.aspx" rel="externals">this post</a>, we can reference the Sitefinity built-in script libraries and/or external script files in site master page as followed:</p>
<pre>&lt;sf:JsFileLink id="jsLink" runat="server" ScriptType="jQuery"&gt;&lt;/sf:JsFileLink&gt;
&lt;sf:JsFileLink id="jsLink" runat="server" ScriptType="prototype"&gt;&lt;/sf:JsFileLink&gt;
&lt;sf:JsFileLink id="jsLink" runat="server" ScriptType="mooTools"&gt;&lt;/sf:JsFileLink&gt;</pre>
<p>To use it, reference the assembly from the project and add the following code in the master page.</p>
<pre>&lt;%@ Register Assembly="Telerik.Cms.Web.UI" Namespace="Telerik.Cms.Web.UI" TagPrefix="sf" %&gt;</pre>
<p>It didn&#8217;t mention which version of Sitefinity it&#8217;s used at but after testing, found out that it&#8217;s definitly not for our current 4.1 SP2 version. The &#8220;<strong>JsFileLink</strong>&#8221; property is for older version of the sitefinity 3.6 etc which comes from <strong>Telerik.Cms.Web.UI</strong> assembly.</p>
<p>Did a bit more digging around and got the right referencing for 4.1 version.</p>
<p>1. Add this to master page, immediately after Page tag.</p>
<pre>&lt;%@ Register TagPrefix="sf" Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.PublicControls"%&gt;</pre>
<p>2. Place the following inside the &#8220;<strong>form</strong>&#8221; tag, NOT in the &#8220;head&#8221; section.</p>
<p>If you have the &#8220;JS&#8221; folder location as mention in <a title="Sitefinity Website template file structure" href="http://www.sitefinity.com/documentation/designers-guide/website-templates-file-structure.aspx" rel="externals">this structure</a>, reference as followed:</p>
<pre>&lt;sf:JavaScriptEmbedControl runat="server" ID="jsLink1" ScriptEmbedPosition="Head" Url="~/Sitefinity/WebsiteTemplates/YourSiteTemplates/JS/test.js"&gt;&lt;/sf:JavaScriptEmbedControl&gt;</pre>
<p>If you have the script folder in your website root, use the following:</p>
<pre>&lt;sf:JavaScriptEmbedControl runat="server" ID="jsLink2" ScriptEmbedPosition="Head" Url="~/scripts/test.js"&gt;&lt;/sf:JavaScriptEmbedControl&gt;</pre>
<p>For built-in JQuery library, reference as followed:</p>
<pre>&lt;sf:JavaScriptEmbedControl runat="server" ID="jQyeryLink" ScriptEmbedPosition="Head" ScriptType="jQuery"&gt;&lt;/sf:JavaScriptEmbedControl&gt;</pre>
<p>3. Must have unique &#8220;<strong>ID</strong>&#8221; and specify &#8220;<strong>ScriptEmbedPosition</strong>&#8221; fields.</p>
<blockquote><p>The JavaScriptEmbedControl will register a script in the selected ScriptEmbedPosition (<strong>Head</strong>, <strong>InPlace</strong>, <strong>BeforeBodyEndTag</strong>). This control is also available in the page editor in the Scripts and Styles toolbox section. You can add references to scripts when editing the page through the UI, and even write inline scripts by hand. <a title="Register JS in Sitefinity Widget" href="http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/how-do-i-register-a-javascript-file-in-a-widget.aspx#1453540" rel="externals">ref</a></p></blockquote>
<p><strong>IMPORTANT</strong><br />
Place all the external JS link or code blocks at the end of the page rather than the &#8220;Head&#8221;. ie. use &#8220;<strong>BeforeBodyEndTag</strong>&#8221; for some reason sitefinity loads it&#8217;s own copy of jquery in the middle of the markup and it tends to mess up the rest of the scripts.<br />
eg.</p>
<blockquote><p>&lt;sf:JavaScriptEmbedControl runat=&#8221;server&#8221; ID=&#8221;jQyeryLink&#8221; ScriptEmbedPosition=&#8221;<strong>BeforeBodyEndTag</strong>&#8221; Url=&#8221;~/scripts/jquery.min.js&#8221;&gt;&lt;/sf:JavaScriptEmbedControl&gt;<br />
&lt;sf:JavaScriptEmbedControl runat=&#8221;server&#8221; ID=&#8221;JavaScriptEmbedControl1&#8243; ScriptEmbedPosition=&#8221;<strong>BeforeBodyEndTag</strong>&#8221; Url=&#8221;~/scripts/jquery.cycle.all.js&#8221;&gt;&lt;/sf:JavaScriptEmbedControl&gt;</p></blockquote>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <blockquote><p><strong>Related Posts:</strong><ul>
<li><a href='http://www.mayvelous.com/2011/07/21/sitefinity-new-site-setup-dos-and-donts/' rel='bookmark' title='Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts'>Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts</a></li>
<li><a href='http://www.mayvelous.com/2011/05/05/checking-sql-server-edition-version/' rel='bookmark' title='Checking SQL Server Edition Version'>Checking SQL Server Edition Version</a></li>
<li><a href='http://www.mayvelous.com/2011/05/02/list-storedprocedures-or-database-objects-by-last-modified-date/' rel='bookmark' title='List storedprocedures or database objects by last modified date'>List storedprocedures or database objects by last modified date</a></li>
</ul></p></blockquote>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2011/07/22/sitefinity-linking-external-js-file-in-master-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSDN Magazines: Silverlight Pivot Viewer</title>
		<link>http://www.mayvelous.com/2011/02/04/msdn-magazines-silverlight-pivot-viewer/</link>
		<comments>http://www.mayvelous.com/2011/02/04/msdn-magazines-silverlight-pivot-viewer/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 04:35:10 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[MSDN Magazines]]></category>
		<category><![CDATA[Silverlight Pivot Viewer]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=578</guid>
		<description><![CDATA[I was checking out this Silverlight Pivot Viewer where you can browse through 10yrs worth of MSDN Magazines; found it pretty neat fast loading interface but it&#8217;s annoying when you select an article and click either &#8220;Read Article&#8221; or &#8220;Download Code&#8221; link, it redirects you to the article page on the same viewer page. And [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I was checking out this <a title="Silverlight Pivot Viewer" href="http://msdn.microsoft.com/en-gb/magazine/default.aspx" target="_blank"><strong>Silverlight Pivot Viewer</strong></a> where you can browse through 10yrs worth of <strong><a title="MSDN Magazines Silverlight Pivot Viewer" href="http://msdn.microsoft.com/en-gb/magazine/default.aspx">MSDN Magazines</a></strong>; found it pretty neat fast loading interface but it&#8217;s annoying when you select an article and click either &#8220;Read Article&#8221; or &#8220;Download Code&#8221; link, it redirects you to the article page on the same viewer page. And when you want to go back, you have to relaunch the viewer and reenter the search criteria again. I wish they make the article links open in new window so we can still keep viewer open.</p>
<p>Below are the screenshot of the article page cloud based on the search criteria I entered and the zoom in view of it.</p>
<p><a title="Silverlight Pivot Viewer by mayvelous, on Flickr" href="http://www.flickr.com/photos/mayvelous/5415152678/"><img src="http://farm5.static.flickr.com/4075/5415152678_355fccdb74_m.jpg" alt="Silverlight Pivot Viewer" width="240" height="123" /></a><a title="Silverlight Pivot Viewer by mayvelous, on Flickr" href="http://www.flickr.com/photos/mayvelous/5414542271/"> <img src="http://farm5.static.flickr.com/4152/5414542271_58dce9ea2e_m.jpg" alt="Silverlight Pivot Viewer" width="240" height="122" /></a></p>
<p>Anyways, it&#8217;s good that we can search all MSDN articles using this thing quite easily so I&#8217;m pretty satisfy with it.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2011/02/04/msdn-magazines-silverlight-pivot-viewer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dear DotLucene</title>
		<link>http://www.mayvelous.com/2009/02/14/dear-dotlucene/</link>
		<comments>http://www.mayvelous.com/2009/02/14/dear-dotlucene/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:30:10 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[DotLucene]]></category>
		<category><![CDATA[Lucene.Net]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=508</guid>
		<description><![CDATA[Back in 2007 I posted a study notes post where I was planning to post about DotLucene and have forgotten about it. The other day I found these notes in my Google Notebook. Instead of lost and forgotten in my Google Notebook, it&#8217;s better to share here so someone can make a good use of [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Back in 2007 I posted a <a title="Study Notes" rel="external" href="http://www.mayvelous.com/2007/03/07/study-notes/">study notes post</a> where I was planning to post about DotLucene and have forgotten about it. The other day I found these notes in my Google Notebook. Instead of lost and forgotten in my Google Notebook, it&#8217;s better to share here so someone can make a good use of it. These are just links and notes dump that I found over various sites. I hope I didn&#8217;t forget to add the link back references for all the notes.</p>
<h3>What is Lucene.Net?</h3>
<blockquote><p>[ <a title="Lucene.Net" rel="external" href="http://incubator.apache.org/projects/lucene.net.html">#</a> ] Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET  platform utilizing Microsoft .NET Framework.</p>
<p>Lucene.Net sticks to the APIs and classes used in the original Java  implementation of Lucene. The API names as well as class names are  preserved with the intention of giving Lucene.Net the look and feel of  the C# language and the .NET Framework. For example, the method  Hits.length() in the Java implementation now reads Hits.Length() in the C# port.</p>
<p>In addition to the APIs and classes port to C#, the algorithm of  Java Lucene is ported to C# Lucene. This means an index created with  Java Lucene is back-and-forth compatible with the C# Lucene; both at  reading, writing and updating. In fact a Lucene index can be  concurrently searched and updated using Java Lucene and C# Lucene  processes.</p></blockquote>
<p><span id="more-508"></span><br />
<strong>What happens to Lucene.NET library?</strong></p>
<p>This has <em>no effect</em> on Lucene.NET project incubated at Apache (<a title="Lucene.net at incubator" rel="external" href="http://incubator.apache.org/lucene.net/">http://incubator.apache.org/lucene.net/</a>) as <a title="dotlucene.net" rel="external" href="http://dotlucene.net">dotlucene.net</a> was an independent site promoting DotLucene/Lucene.NET.</p>
<h3>Where do I find more about Lucene.NET?</h3>
<ul>
<li>Official website: <a title="Official DotLucene Site" rel="external" href="http://incubator.apache.org/lucene.net/">http://incubator.apache.org/lucene.net/</a></li>
<li>Downloads: <a title="Download DotLucene" rel="external" href="http://incubator.apache.org/lucene.net/download/">http://incubator.apache.org/lucene.net/download/</a></li>
<li>API documentation: <a title="API Documentation" rel="external" href="http://incubator.apache.org/lucene.net/docs/">http://incubator.apache.org/lucene.net/docs/</a> (1.4.3, 1.9.1, 2.0, 2.1)</li>
<li>Apache Lucene &#8211; Java code: <a title="Apache Lucene" rel="external" href="http://lucene.apache.org/java/docs/">http://lucene.apache.org/java/docs/</a></li>
<li>Cross-Platform Implementations: <a title="Cross-Platform Implementations" rel="external" href="http://wiki.apache.org/lucene-java/LuceneImplementations">http://wiki.apache.org/lucene-java/LuceneImplementation</a></li>
<li>Sites that use Lucene/Powered By: <a title="Powered By" rel="external" href="http://wiki.apache.org/lucene-java/PoweredBy">http://wiki.apache.org/lucene-java/PoweredBy</a></li>
</ul>
<h3>Is <a title="dotlucene.net" rel="external" href="http://dotlucene.net">dotlucene.net</a> content available?</h3>
<p>The devoted dotlucene.net fans can download <strong>www.dotlucene.net</strong> content as a zip archive: <a title="dotlucene.net.zip" rel="external" href="http://www.dotlucene.net/www.dotlucene.net.zip">www.dotlucene.net.zip</a> (476 kB). <a title="DotLucene API Search Demo" rel="external" href="http://www.dotlucene.net/DotLuceneAPISearchDemo-1.1.zip">DotLucene API Search demo 1.1</a> (2.38 MB)</p>
<h3>Lucene.Net Architecture [ <a title="Lucene.Net Architecture" rel="external" href="http://weblogs.asp.net/lkempe/archive/2008/03/07/indexing-and-searching-business-entities-using-lucene-net-framework-part-2.aspx">#</a> ]</h3>
<p align="center"><img src="http://farm3.static.flickr.com/2412/2316420682_b2fe668382_o.jpg" alt="Lucene.Net Architecture" /></p>
<p>The lower layer is the data access layer (Storage). Then, the upper  layer is about accessing the index files (data access). This layer is  used by the indexing system and the searching system. On top of those  we find a layer for searching and a search request parser layer used by  the searching part of Lucene.Net. Identically we found a parser layer  and a document layer used for the indexation part of Lucene.Net.</p>
<blockquote><p>[ <a title="luncene.net" rel="external" href="http://vijay.screamingpens.com/archive/2008/07/21/linq-amp-lambda-part-4-lucene.net.aspx">#</a> ] At the heart of the engine is the <a title="Index search engine" rel="external" href="http://en.wikipedia.org/wiki/Index_%28search_engine%29">index</a> (similar to a database table) with fields (like database columns) that  contains documents (like database rows). To search one must write a  query and give it to the engine to finding matching documents. The  query language for a database is SQL and for Lucene it&#8217;s a <a title="lucene.net search query" rel="external" href="http://incubator.apache.org/lucene.net/docs/2.1/Lucene.Net.Search.Query.html">query</a> object (you can construct complex queries by composing an object graph of query instances).</p>
<p>Search engines are super fast for finding text because documents are stored in an <a title="Inverted Index" rel="external" href="http://en.wikipedia.org/wiki/Inverted_index">inverted index</a> (where the terms of each field is tokenized, hashed and sorted at index time).</p>
<p>In contrast to database queries, search engines can calculate  relevance scores when searching. This is because they use a better  querying model called the <a title="vector space mode" rel="external" href="http://en.wikipedia.org/wiki/Vector_space_model">vector space model</a> instead of the classical boolean model. In the vector model, documents and queries are represented as vectors. The <em><strong>similarity</strong></em> between a query and any document can be calculated with simple vector  operations. Documents with a higher similarity will appear higher in  the results. Conversely, databases only know if rows meets the <em><strong>where</strong></em> criteria or not and cannot compute a relevance score &#8211; this true/false classification is how the boolean model got it&#8217;s name.</p></blockquote>
<h3>Resources/Reference links</h3>
<ul>
<li><a title="Introduction Lucene.net" rel="external" href="http://www.codeproject.com/KB/library/IntroducingLucene.aspx">Introducing Lucene.Net</a></li>
<li><a title="Lucene an introduction" rel="external" href="http://semeru2007.wordpress.com/2007/10/17/lucene-an-introduction/">Lucene, an introduction</a></li>
<li><a title="DotLuceneSearch" rel="external" href="http://www.codeproject.com/KB/aspnet/DotLuceneSearch.aspx">DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code</a></li>
<li><a title="Working with Lucene.Net" rel="external" href="http://www.aspfree.com/c/a/BrainDump/Working-with-Lucene-dot-Net/">Working with Lucene.Net</a></li>
<li><a title="Lucene.Net Text Analysis" rel="external" href="http://www.codeproject.com/KB/cs/lucene_analysis.aspx">Lucene.Net &#8211; Text Analysis</a></li>
<li><a title="Indexing and search1" rel="external" href="http://weblogs.asp.net/lkempe/archive/2007/11/16/indexing-and-searching-business-entities-using-lucene-net-framework-part-1.aspx">Indexing and searching business entities using Lucene.Net Framework, part 1</a></li>
<li><a title="Indexing and search2" rel="external" href="http://weblogs.asp.net/lkempe/archive/2008/03/07/indexing-and-searching-business-entities-using-lucene-net-framework-part-2.aspx">Indexing and searching business entities using Lucene.Net Framework, part 2 </a></li>
<li><a title="Indexing and search3" rel="external" href="http://weblogs.asp.net/lkempe/archive/2008/03/07/indexing-and-searching-business-entities-using-lucene-net-framework-part-3.aspx">Indexing and searching business entities using Lucene.Net Framework, part 3</a></li>
<li><a title="C and lucene to index search" rel="external" href="http://www.aspcode.net/C-and-Lucene-to-index-and-search.aspx">C# and Lucene to index and search</a> (used VS 2005 and C#)</li>
<li><a title="Indexing database content with dotlucene" rel="external" href="http://www.wwwcoder.com/main/parentid/255/site/5017/68/default.aspx">Indexing Database Content with dotLucene</a></li>
<li><a title="Indexing and searching image files" rel="external" href="http://www.ddj.com/windows/210603684">Indexing and Searching Image files</a> (Using Lucene.NET along with open-source libraries)</li>
<li><a title="Full text search with hibernate search" rel="external" href="http://cagataycivici.wordpress.com/2007/03/06/full_text_search_with_hibernate/">Full Text Search with Hibernate Search</a></li>
<li><a title="Luke Lucene Index toolbox" rel="external" href="http://www.getopt.org/luke/">Luke &#8211; Lucene Index Toolbox</a></li>
<li><a title="LuSql" rel="external" href="http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql">LuSql</a> is a simple but powerful tool for building Lucene indexes from  relational databases. It is a command-line Java application for the  construction of a Lucene index from an arbitrary SQL query of a  JDBC-accessible SQL database.</li>
<li><a title="Implementing lucene.net search" rel="external" href="http://usoniandream.blogspot.com/2007/10/tutorial-implementing-lucenenet-search.html">Tutorial: implementing lucene.NET search </a></li>
<li><a href="http://code.google.com/p/cs2project/">cs2project</a></li>
<li>Lucene in Action book, <a title="Lucene in Action book1" rel="external" href="http://www.manning.com/hatcher2/">First</a> and <a title="Lucene in Action book2" rel="external" href="http://www.manning.com/hatcher3/">Second</a> Edition</li>
<li><a title="LuceneIntro" rel="external" href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Intro</a> and <a title="QueryParser Rules" rel="external" href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">QueryParser Rules</a> <em>by Erik Hatcher</em> (<em>Java version</em>)</li>
<li><a title="Introducing Lucene.Net" rel="external" href="http://www.codeproject.com/KB/library/IntroducingLucene.aspx">Introducing Lucene.Net</a>: A plunge intro creating a fast, full text index, with advanced searching capabilities.</li>
<li><a title="Linq to Lucene" rel="external" href="http://www.codeplex.com/linqtolucene">LINQ to Lucene</a>: Providing a custom LINQ solution for the Lucene Information Retrieval System, commonly referred to as a search-engine.
<ul>
<li><a title="Linq and Lambda" rel="external" href="http://vijay.screamingpens.com/archive/2008/07/21/linq-amp-lambda-part-4-lucene.net.aspx">LINQ &amp; Lambda, Part 4: Lucene.Net</a>.</li>
</ul>
</li>
<li>NHibernate.Search using Lucene.NET Full Text Index <em>by Simon Green</em>
<ul>
<li><a title="Lucene.net full text index1" rel="external" href="http://blogs.intesoft.net/post/2008/03/NHibernateSearch-using-Lucene-NET-Full-Text-Index-Part1.aspx">Part 1</a>: How to use Lucene.NET with NHibernate to provide full-text searching.</li>
<li><a title="Lucene.net full text index2" rel="external" href="http://blogs.intesoft.net/post/2008/03/NHibernateSearch-using-Lucene-NET-Full-Text-Index-Part2.aspx">Part 2</a>: Performing Google-like searches of NHibernate-persisted objects using Lucene.NET search engine.</li>
<li><a title="Lucene.Net full text index3" rel="external" href="http://blogs.intesoft.net/post/2008/04/NHibernateSearch-using-LuceneNET-Full-Text-Index-%28Part-3%29.aspx">Part 3</a>: Using Lucene.NET to find similar items for ‘posts like this’ or ‘related pages’.</li>
</ul>
</li>
<li><a title="C and lucene to index and search" rel="external" href="http://www.aspcode.net/C-and-Lucene-to-index-and-search.aspx">C# and Lucene to index and search</a>: This sample will show you how to use Lucene from your .NET application to index and search content.</li>
<li><a title="Fun with Lucene.Net for BlogEngineNet" rel="external" href="http://turbochimp.com/post/Fun-with-LuceneNet-for-BlogEngineNet.aspx">Fun with Lucene.Net for BlogEngine.Net</a> by Jared</li>
</ul>
<h3>Lucene.Net Cross-Platform Implementations: <a title="Lucene.Net Cross Platform Implementations" rel="external" href="http://wiki.apache.org/lucene-java/LuceneImplementations?action=fullsearch&amp;value=linkto%3A%22LuceneImplementations%22&amp;context=180">LuceneImplementations</a></h3>
<p>Lucene implementations in languages other than Java:</p>
<ul>
<li><a title="CLucene" rel="external" href="http://sourceforge.net/projects/clucene/"> CLucene</a> &#8211; Lucene implementation in C++</li>
<li><a title="Lucene.Net" rel="external" href="http://incubator.apache.org/lucene.net/"> Lucene.Net</a> &#8211; Lucene implementation in .NET</li>
<li><a title="Lucene4c" rel="external" href="http://incubator.apache.org/lucene4c/"> Lucene4c</a> &#8211; Lucene implementation in C</li>
<li><a title="LuceneKit" rel="external" href="http://www.dromasoftware.com/etoile/mediawiki/index.php?title=LuceneKit"> LuceneKit</a> &#8211; Lucene implementation in Objective-C (Cocoa/GNUstep support)</li>
<li><a title="Lupy" rel="external" href="http://divmod.org/trac/wiki/WhitherLupy"> Lupy</a> &#8211; Lucene implementation in Python (RETIRED)</li>
<li><a title="NLucene" rel="external" href="http://sourceforge.net/projects/nlucene/"> NLucene</a> &#8211; another Lucene implementation in .NET (out of date)</li>
<li><a title="Zend Search" rel="external" href="http://framework.zend.com/manual/en/zend.search.html"> Zend Search</a> &#8211; Lucene implementation in the Zend Framework for PHP 5</li>
<li><a title="Plucene" rel="external" href="http://search.cpan.org/search?query=plucene&amp;mode=all"> Plucene</a> &#8211; Lucene implementation in Perl</li>
<li><a title="KinoSearch" rel="external" href="http://www.rectangular.com/kinosearch/">KinoSearch</a> &#8211; a new Lucene implementation in Perl</li>
<li><a title="PyLucene" rel="external" href="http://pylucene.osafoundation.org/">PyLucene</a> &#8211;  GCJ-compiled version of Java Lucene integrated with Python</li>
<li><a title="MUTIS" rel="external" href="http://mutis.sourceforge.net/">MUTIS</a> &#8211;  Lucene implementation in Delphi</li>
<li><a title="Ferret" rel="external" href="http://ferret.davebalmain.com/trac/">Ferret</a> &#8211; Lucene implementation in Ruby</li>
</ul>
<h3>Other Search/Indexing Services</h3>
<ul>
<li>Searcharoo 4: <a title="C sharp search engine" rel="external" href="http://www.codeproject.com/KB/IP/Searcharoo_4.aspx">C# search engine: refactored to search Word, PDF and more</a></li>
<li>Searcharoo.Net: <a title="searcharoo.net" rel="external" href="http://www.searcharoo.net/">http://www.searcharoo.net/</a></li>
<li><a title="Castle Project" rel="external" href="http://www.castleproject.org/">CastleProject</a></li>
<li><a title="C Sharp Parser" rel="external" href="http://www.codeplex.com/csparser">C# Parser</a></li>
</ul>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2009/02/14/dear-dotlucene/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Web Application Installer</title>
		<link>http://www.mayvelous.com/2008/10/16/microsoft-web-application-installer/</link>
		<comments>http://www.mayvelous.com/2008/10/16/microsoft-web-application-installer/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 09:02:11 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[Microsoft Web Application Installer]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=427</guid>
		<description><![CDATA[This is definitely something interesting for me to try out; I just read a short post on Blogging Pro about Microsoft Web Application Installerand thought it might interest some of you so just passing on. Previously, to deploy a php application eg. wordpress, on Windows, we have to use something like XAMPP (that&#8217;s what I [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is definitely something interesting for me to try out; I just read a short post on <a href="http://www.bloggingpro.com/archives/2008/10/15/wordpress-on-microsoft-web-application-installer/" title="WP on MS Web Application Installer" rel="external">Blogging Pro</a>  about Microsoft Web Application Installerand thought it might interest some of you so just passing on.</p>
<p>Previously, to deploy a php application eg. wordpress, on Windows, we have to use something like <a href="http://www.apachefriends.org/en/xampp.html" title="XAMPP" rel="external">XAMPP</a> (that&#8217;s what I used anyways) and the like, do some configurations, pull hair and throw some fits to be able to deploy successfully.</p>
<p>Now they&#8217;ve released this thing called <a href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx" title="Microsoft Web Application Installer" rel="external">Microsoft Web Application Installer</a>, which is a freeware and suppose to ease those pain while deploying.</p>
<blockquote><p>The Web Application Installer Beta is designed to help get you up and running with the most widely used Web Applications freely available for your Windows Server. Web AI provides support for popular ASP.Net and PHP Web applications including Graffiti, DotNetNuke, WordPress, Drupal, OSCommerce and more.</p>
<p><strong>System requirements</strong></p>
<ul>
<li>Supported Operating Systems are: Windows Vista RTM, Windows Vista SP1, Windows Server 2008</li>
<li>You must have administrator privileges on your computer to run Web Platform Installer Beta</li>
<li>.NET 2.0 Framework</li>
<li>Supported Architectures: x86 and 64-bit</li>
</ul>
</blockquote>
<p>Detail feature reading and some Q&#038;As <a href="http://channel8.msdn.com/Posts/MSwebinstallers/" title="Microsoft Web Platform Installers" rel="external">here</a>.</p>
<p>Sounds simple enough. Oh yah, me want, me want, I want WP on my Vista!!! <br />So lets test it out, download <a href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx" title="Microsoft Web Application Installer" rel="external">Microsoft Web Application Inataller here</a> and <a href="http://www.microsoft.com/web/content.aspx?id=products-download-wordpress" title="Install WordPress with MS Web Application Installer" rel="external">instruction to install wordpress</a>.</p>
<p>Alrite, here I go&#8230;&#8230;&#8230;&#8230;..</p>
<p><span id="more-427"></span></p>
<blockquote><p><strong><a href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx" title="Installation Steps" rel="external">Installation Steps</a></strong><br />Install Web AI easily:</p>
<ol>
<li>Click on the &#8220;install now&#8221; button on this page to install and launch the Web Application Installer.</li>
<li>After the Web AI installs, you can launch it from the desktop to install any of the available applications. Web AI will install one Application at a time.</li>
<li>Support for Web Application Installer Beta can be received by visiting the Web Platform Installer Beta Forum to discuss issues and suggestions.</li>
</ol>
</blockquote>
<p>#1. Downloaded the installer: WebAIInstaller.msi [ 671KB ] &#8211; CHECKED<br />
#2. Desktop Icon &#8211; CHECKED,<br />
#3. Double click on the icon &#8211; CHECKED.<br />
#4. Follow the wizard&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>Just to make sure, let me follow the Word Press Installation guide as well.</p>
<blockquote><p><strong><a href="http://www.microsoft.com/web/content.aspx?id=products-download-wordpress" title="Install instructions" rel="external">Install Instructions</a></strong><br />
Installing WordPress is easy with the Web Application Installer.</p>
<ol>
<li>If you haven&#8217;t already installed the Web AI, go get it now.</li>
<li>Launch the Web AI and agree to terms.</li>
<li>Select WordPress from the list of Applications and click Next.</li>
<li>Configure your IIS server and click Next.</li>
<li>Put in your database settings and application configurations and click Next.</li>
<li>Accept any needed prerequisites (Web AI will help you get them) and click Next.</li>
<li>Go get a cup of coffee while Web AI installs WordPress.</li>
<li>Log in to your WordPress site as admin and start customizing.</li>
</ol>
</blockquote>
<p>Alrite, I can go get a cup of coffee&#8230;now&#8230;right?&#8230;but&#8230;but!</p>
<p><strong>Screen 1</strong><br />
<a href="http://www.flickr.com/photos/mayvelous/2945896035/" title="Step 1 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3069/2945896035_9c8be2cb97_m.jpg" width="240" height="139" alt="Step 1 Installing WP using MS Web Application Installer" /></a></p>
<p><strong>Screen 2</strong><br /><a href="http://www.flickr.com/photos/mayvelous/2945896175/" title="Step 2 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3008/2945896175_8330efaca0_m.jpg" width="240" height="139" alt="Step 2 Installing WP using MS Web Application Installer" /></a></p>
<p><strong>Screen 3</strong><br /><a href="http://www.flickr.com/photos/mayvelous/2945896405/" title="Step 3 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3148/2945896405_7dd41980bf_m.jpg" width="240" height="140" alt="Step 3 Installing WP using MS Web Application Installer" /></a></p>
<p><strong>Screen 4</strong><br /><a href="http://www.flickr.com/photos/mayvelous/2945896567/" title="Step 4 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3062/2945896567_59e38b1492_m.jpg" width="240" height="139" alt="Step 4 Installing WP using MS Web Application Installer" /></a></p>
<p><strong>Screen 5</strong><br /><a href="http://www.flickr.com/photos/mayvelous/2945896695/" title="Step 5 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3202/2945896695_5d63ce8cd0_m.jpg" width="240" height="140" alt="Step 5 Installing WP using MS Web Application Installer" /></a></p>
<p><strong>Screen 6</strong> 2 errors, after clicking on &#8220;Recheck button&#8221; 1 more error.<br /><a href="http://www.flickr.com/photos/mayvelous/2945896781/" title="Step 6 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3149/2945896781_c5712fa8c0_m.jpg" width="240" height="140" alt="Step 6 Installing WP using MS Web Application Installer" /></a></p>
<p><strong>Screen 7</strong>downloading for about 1min.<br /><a href="http://www.flickr.com/photos/mayvelous/2945896865/" title="Step 7 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3286/2945896865_23db78cc74_m.jpg" width="240" height="139" alt="Step 7 Installing WP using MS Web Application Installer" /></a></p>
<p><strong>Screen 8</strong><br /><a href="http://www.flickr.com/photos/mayvelous/2945897049/" title="Step 8 Installing WP using MS Web Application Installer"><img src="http://farm4.static.flickr.com/3167/2945897049_fe0a13cfc7_m.jpg" width="240" height="139" alt="Step 8 Installing WP using MS Web Application Installer" /></a></p>
<p>Hmmm&#8230;so&#8230;aheehee&#8230;what&#8217;s it called again? Right, MICROSOFT Web Application Installer. Sigh. I think installing xampp would be the best to get wordpress on my Vista. I tried twice but no luck; may be I&#8217;ll try this again later, just to satisfy my curiosity. Let me know if you have installed it successfully.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/10/16/microsoft-web-application-installer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 and the .Net Framework 4.0</title>
		<link>http://www.mayvelous.com/2008/09/30/visual-studio-2010-and-the-net-framework-40/</link>
		<comments>http://www.mayvelous.com/2008/09/30/visual-studio-2010-and-the-net-framework-40/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 09:22:41 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VS.Net]]></category>
		<category><![CDATA[.Net Framework 4.0]]></category>
		<category><![CDATA[code-named Rosario]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Visual Studio Team System]]></category>
		<category><![CDATA[VSTS 2010]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=419</guid>
		<description><![CDATA[Just going through my feeds and this one interests me. There is an announcement of the next version of Visual Studio and .Net Framework: Visual Studio 2010 and .Net Framework 4.0. Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. Designed to address the latest needs of [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Just going through my feeds and this one interests me. There is an announcement of the next version of Visual Studio and .Net Framework: <a href="http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspx" title="Visual Studio 2010 and .Net Framework 4.0" rel="external">Visual Studio 2010 and .Net Framework 4.0</a>.</p>
<blockquote><p>Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. Designed to address the latest needs of developers, Visual Studio and the .NET Framework deliver key innovations in the following pillars:</p>
<ul>
<li><strong>Democratizing Application Lifecycle Management</strong><br />Application Lifecycle Management (ALM) crosses many roles within an organization and traditionally not every one of the roles has been an equal player in the process. Visual Studio Team System 2010 continues to build the platform for functional equality and shared commitment across an organization’s ALM process.</li>
<li><strong>Enabling emerging trends</strong><br />Every year the industry develops new technologies and new trends. With Visual Studio 2010, Microsoft delivers tooling and framework support for the latest innovations in application architecture, development and deployment.</li>
<li><strong>Inspiring developer delight</strong></br >Ever since the first release of Visual Studio, Microsoft has set the bar for developer productivity and flexibility. Visual Studio 2010 continues to deliver on the core developer experience by significantly improving upon it for roles involved with the software development process.</li>
<li><strong>Riding the next generation platform wave</strong><br />Microsoft continues to invest in the market leading operating system, productivity application and server platforms to deliver increased customer value in these offerings. With Visual Studio 2010 customers will have the tooling support needed to create amazing solutions around these technologies.</li>
<li><strong>Breakthrough Departmental Applications</strong><br />Customers continue to build applications that span from department to the enterprise. Visual Studio 2010 will ensure development is supported across this wide spectrum of applications.</li>
</ul>
</blockquote>
<p>Here is a full overview of <a href="http://msdn.microsoft.com/en-us/vstudio/products/cc948977.aspx" title="Visual Studio 2010 and .NET Framework 4.0" rel="external">Visual Studio 2010 and .NET Framework 4.0</a> and some more reading on vSTS 2010 (code-name &#8220;Rosario&#8221;): <a href="http://blogs.msdn.com/habibh/archive/2008/09/29/what-s-new-in-visual-studio-team-system-2010-issue-1.aspx" title="What’s new in Visual Studio Team System 2010" rel="external">What’s new in Visual Studio Team System 2010</a>. Read some more detail announcement on Somasegar&#8217;s (senior vice president of the Developer Division at Microsoft) post: <a href="http://blogs.msdn.com/somasegar/archive/2008/09/29/what-s-next-for-visual-studio-and-net-fx.aspx" title="What's next for Visual Studio and .NET FX?" rel="external">What&#8217;s next for Visual Studio and .NET FX?</a></p>
<p>Ok, that&#8217;s about it for now.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/09/30/visual-studio-2010-and-the-net-framework-40/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inet Software Borrowing Register</title>
		<link>http://www.mayvelous.com/2008/07/21/inet-software-borrowing-register/</link>
		<comments>http://www.mayvelous.com/2008/07/21/inet-software-borrowing-register/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 01:03:40 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Humors]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Datec]]></category>
		<category><![CDATA[Disc Stakka]]></category>
		<category><![CDATA[Inet]]></category>
		<category><![CDATA[Softwares]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=406</guid>
		<description><![CDATA[I haven&#8217;t written about office muses for a while and thought I&#8217;ll write something about last week muses from our department. Here is the story. You see, we have this disc stakka where we stored all our department softwares. It&#8217;s attached to a spare box sitting on my desk and I kind of become an [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t written about office muses for a while and thought I&#8217;ll write something about last week muses from our department. Here is the story.</p>
<p><img src="http://farm4.static.flickr.com/3056/2686758533_3f3759a5f0_o.jpg" alt="Disc Stakka" align="right" />You see, we have this disc stakka where we stored all our department softwares. It&#8217;s attached to a spare box sitting on my desk and I kind of become an unofficial librarian. Whoever ask to borrow software from me, I&#8217;ll just eject the discs from the stakka and hand it to them. There is no record of how many discs we have and who borrowed them. The stakka itself is installed for everyone hence anybody can login to the box and eject any disc as they like. The result is we lost a few important discs over the months. I have no idea who took them but discs are obviously keep missing from the disc stakka. We sent a few notification emails to everyone in the office asking about the missing discs but nobody responded.</p>
<p>I kind of feel responsible about it since it was sitting on my desk and I am the one who is giving out the discs most of the time (unless ofcos they login to the box and eject the discs themselves when I&#8217;m away). The problem with me is that whenever I am into something or concentrating on a task at hand, I seriously don&#8217;t care about things happening around. I don&#8217;t see or hear anything unless someone pokes at me or waves in front of face. Even so, I don&#8217;t hear half of the thing they are saying. So when someone asks a disc from me while I am busy, I just remove the disc and give it to them without looking at their faces or noting their names. That must be one of the reasons people take advantage of my ignorance to snatch some discs from me.</p>
<p>Anyways, last week we had a very loud and noisy discussing about how to maintain our softwares. Most of my colleagues say not to borrow software to anybody outside our department. Our HR manager disagrees and wants everyone to share the software the company owns. (Ok, I wasn&#8217;t in the discussion/arguments as it was happening at one of our colleagues&#8217; desk and I just over heard bits and pieces.) Finally we agree to properly keep track of the disc movement in some way. Boss made up a software borrowing register spreadsheet and mail it to everyone saying, unless and otherwise people fill in the register prior to picking up a disc, we are not to give it to them. But the spreadsheet was editable by everyone which is not a good idea so I created a form out of it and pass around the form. After checking the form, one of our colleagues argues that the form is very easy to fill and we like to make thing difficult for whoever comes to borrow our discs. So he suggested a few adjustments to the form.</p>
<p>Here are some of his suggestions:</p>
<blockquote><p>Way too easy, we need some pain here. Can we add some more fields :<br />
Put this under &#8220;<strong>Borrower Details</strong>&#8220;</p>
<ul>
<li>Weight (kg)</li>
<li>Height (cm)</li>
<li>Eye colour (offer Green, Blue, Grey, Brown)</li>
<li>Blood Type (offer A, B, AB, O) (suggestion to add negative, positive as well)</li>
<li>Hair Colour (offer Black, Grey, Brown, Red, Blond)</li>
<li>Random Question from http://www.survey-machine.com/take_survey/627331 that we’ll change every week or so, we’ll start with no. 1 &#8220;Have you ever peed your pants after age 8?&#8221;</li>
</ul>
<p>Make all fields <strong>required</strong>.</p>
</blockquote>
<p>There is a few more input from other colleagues as well such as &#8220;Do you have any recent health problem say in last 6 months?&#8221;, &#8220;Provide the medical certificate to prove your blood type&#8221;, etc&#8230;</p>
<p>How about that!? Is the form painful enough yet? Haha, I&#8217;m not sure how many borrowers will be able to fill in that form and surely throw some serious curses at us.</p>
<p>Anyways, I felt sorry for whoever have to fill in the form, and I did not implement those &#8220;Borrower Details&#8221; but left the simple form as below and see how things turn out. We had a few beta tests with our gang and now it is released to suva_everyone. One serious flaw we try to ignore is that anyone can login to the machine and remove the disc while I&#8217;m away from my desk. But for the time being, it&#8217;s doing quite well without complaint, a few minute ago, someone filled in the form and took 3 discs from me. I wonder how long this system will last though.</p>
<p align="center"><img src="http://farm3.static.flickr.com/2162/2686759287_acc8dd9ae6.jpg" alt="Inet Software Borrowing Form" /></p>
<p>So how do you keep track of the softwares in your organization? Do share with us some of the cool systems you use in your company. And ofcos&#8217; you are most welcome to make suggestion to our system above as well. <img src='http://www.mayvelous.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/07/21/inet-software-borrowing-register/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Suva on Open Street Map</title>
		<link>http://www.mayvelous.com/2008/05/17/suva-on-open-street-map/</link>
		<comments>http://www.mayvelous.com/2008/05/17/suva-on-open-street-map/#comments</comments>
		<pubDate>Fri, 16 May 2008 12:40:43 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Fiji]]></category>
		<category><![CDATA[Site Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=398</guid>
		<description><![CDATA[<p><img src="http://farm3.static.flickr.com/2303/2496286981_0be80d0457_s.jpg" alt="Suva on OpenStreetMap" align="right" />This little apps, "<a href="http://openstreetmap.org" title="Open Street Map" rel="external">Open Street Map</a>" is getting popular among my colleagues and quite becoming the topic of discussion this morning. I am dropping a note to whoever out there love playing with maps.</p>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This little apps, &#8220;<a href="http://openstreetmap.org" title="Open Street Map" rel="external">Open Street Map</a>&#8221; is getting popular among my colleagues and quite becoming the topic of discussion this morning. It&#8217;s all started from <a href="http://www.strangepants.com" title="strangepants" rel="external">strangepants</a> who pass on the word to my bro <a href="http://www.twitter.com/zatlite" title="zatlite" rel="external">zatlite</a> and now everyone at the office started adding street names for their residential areas. As for me, I just observed the site but haven&#8217;t done any actual work on it since almost every streets in our area has already been added by my bro. Anyways, here is how this cool little thing works.</p>
<blockquote><p>It&#8217;s a wiki sort of world street map where anyone can login to add/edit the streets in your region.</p>
<p>OpenStreetMap is a free editable map of the whole world. It is made by people like you.</p>
<p>OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth.</p>
</blockquote>
<p>To edit, you need to sign in first. Anyone can open an account there easily. You can also export the chosen map area into a few formats, (png, jpeg, svg, pdf, postscript) and can play around with the size, scale etc under &#8220;Export&#8221; tab.<br />
You can also write some diaries on it or do some GPS tracing.</p>
<p align="center"><a href="http://farm3.static.flickr.com/2303/2496286981_0be80d0457_b.jpg" title="Suva Fiji on Open Street Map" rel="external" rel="lightbox[398]"><img src="http://farm3.static.flickr.com/2303/2496286981_0be80d0457.jpg" alt="Suva Fiji on Open Street Map" /></a></p>
<p>Ofcos&#8217; if you are confused with how to do the tracing, you can always check out their <a href="http://wiki.openstreetmap.org/index.php/Main_Page" title="Open Street Map" rel="external">wiki help</a> page. In the <a href="http://wiki.openstreetmap.org/index.php/Beginners%27_Guide" rel="external" title="Open Street Map Beginners Guide">Beginners&#8217; Guide</a>, there is an very well explained <a href="http://showmedo.com/videos/video?name=1800000&#038;fromSeriesID=180" title="Introduction video" rel="external">introductory video</a> for you to get started with. I&#8217;m also checking out the video and briefly reading through the steps.</p>
<p>I did ask my bro, who actually done editing on the map, to write a post about it since it&#8217;s quite interesting to play around but as usual the lazy slime just passed me the video and ignored my request. So here I am dropping a note to whoever out there love playing with maps to <a href="http://openstreetmap.org" title="Open Street Map" rel="external">check this site out</a>.</p>
<p>Ciao!</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/05/17/suva-on-open-street-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Wheel &amp; Chart</title>
		<link>http://www.mayvelous.com/2008/05/15/twitter-wheel-chart/</link>
		<comments>http://www.mayvelous.com/2008/05/15/twitter-wheel-chart/#comments</comments>
		<pubDate>Thu, 15 May 2008 03:32:24 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[mayvelous]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=397</guid>
		<description><![CDATA[I was reading this post, &#8220;Endless Conversation: The Unfolding Saga of Blogs, Twitter, Friendfeed, and Social Sites&#8221; from Web 2.0 Blog and checked out a few twitter applications mentioned in there. I LOVE Summize and Twitterfeed; I use them the most. I find this two, Tweetwheel and Twitter Charts, pretty interesting especially the Tweetwheel. The [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I was reading this post, &#8220;<a href="http://web2.socialcomputingmagazine.com/endless_conversation_the_unfolding_saga_of_blogs_twitter_.htm" title="Unfolding saga of blogs and twitter" rel="external">Endless Conversation: The Unfolding Saga of Blogs, Twitter, Friendfeed, and Social Sites</a>&#8221; from <em>Web 2.0 Blog</em> and checked out a few twitter applications mentioned in there.</p>
<p>I LOVE <a href="http://search.twitter.com/" title="summize" rel="external">Summize</a> and <a href="http://twitterfeed.com/" title="Twitterfeed" rel="external">Twitterfeed</a>; I use them the most. I find this two, <a href="http://www.tweetwheel.com" title="Tweetwheel" rel="external">Tweetwheel</a> and <a href="http://xefer.com/twitter/" title="Twitter Charts" rel="external">Twitter Charts</a>, pretty interesting especially the Tweetwheel. </p>
<p>The result wheel is just amazing and you can hover over to see all those links in your connections.</p>
<p><a href="http://farm3.static.flickr.com/2085/2494079308_df936f60bf_o.gif" title="Mayvelous Twitter Charts by mayvelous, on Flickr" rel="external" rel="lightbox[397]"><img src="http://farm3.static.flickr.com/2085/2494079308_a523d3fb19_m.jpg" width="234" height="240" alt="Mayvelous Twitter Charts" /></a>&nbsp;<a href="http://farm3.static.flickr.com/2156/2493260035_4986e3aa87_o.jpg" title="Mayvelous TweetWheel by mayvelous, on Flickr" rel="external" rel="lightbox[397]"><img src="http://farm3.static.flickr.com/2156/2493260035_f7b1170d6d_m.jpg" width="233" height="240" alt="Mayvelous TweetWheel" /></a></p>
<p>Beautiful isn&#8217;t it? Well, if you have time, try play around with those. I bet you&#8217;ll love a few. <img src='http://www.mayvelous.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/05/15/twitter-wheel-chart/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Live FolderShare (beta)</title>
		<link>http://www.mayvelous.com/2008/03/12/windows-live-foldershare-beta/</link>
		<comments>http://www.mayvelous.com/2008/03/12/windows-live-foldershare-beta/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 04:52:25 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[FolderShare]]></category>
		<category><![CDATA[Windows Live FolderShare]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=388</guid>
		<description><![CDATA[This is something interesting to check out. You can access your files and folders from any of your computers remotely. Keep all your files in syncUse FolderShare to create a mirrored image of your most important folders &#8211; like your Favorites, Pictures, and Documents &#8211; so they&#8217;re the same on all your computers. Sharing files [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is something interesting to check out. You can access your files and folders from any of your computers remotely.</p>
<blockquote><p><strong>Keep all your files in sync</strong><br />Use <a href="https://www.foldershare.com/" title="Windows Live FolderShare" rel="external">FolderShare</a> to create a mirrored image of your most important folders &#8211; like your Favorites, Pictures, and Documents &#8211; so they&#8217;re the same on all your computers.</p>
<p><strong>Sharing files is easier than ever</strong><br />Sharing with friends, co-workers, and family is easy when you add and update files in a shared library. Large files? Not a problem &#8211; FolderShare can sync files up to 2 GBs in size. And it works on both Mac and PC.</p>
<p><strong>Get to your files instantly when you&#8217;re away from home</strong><br />Install FolderShare on all your computers, and you can access all your files from any computer on the Internet.</p>
</blockquote>
<p align="center">
<p>It&#8217;s 3 steps installation, <br />
# it will ask you whether you are an invited user or a new user, <br />
# Name your computer,<br />
# if you are new user, this step create an account for you,<br />
Then you are done.</p>
<p>If you&#8217;re interested, download and test it out here: <a href="http://lulucooking.blogspot.com/2008/03/blog-post_12.html" title="FolderShare Download" rel="external">FolderShare</a> and visit the <a href="https://www.foldershare.com/" title="Windows Live FolderShare" rel="external">site</a>.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/03/12/windows-live-foldershare-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation Notes: LLBLGen Pro 2.0 on Windows Vista</title>
		<link>http://www.mayvelous.com/2008/02/25/installation-notes-llblgen-pro-20-on-windows-vista/</link>
		<comments>http://www.mayvelous.com/2008/02/25/installation-notes-llblgen-pro-20-on-windows-vista/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 01:42:52 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Bugs and Fixes]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=381</guid>
		<description><![CDATA[When I install LLBLGen Pro 2.0 on Windows Vista, I got the following error and the installer rolled back itself. Error:The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869. So I dig around the forum and found this solution from Otis. [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>When I install LLBLGen Pro 2.0 on Windows Vista, I got the following error and the installer rolled back itself.</p>
<blockquote><p><strong>Error:</strong><br />The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869.</p>
</blockquote>
<p align="center"><a href="http://www.flickr.com/photos/mayvelous/2290223644/" title="LLBLGen Installer Error 2869 by mayvelous, on Flickr" rel="external"><img src="http://farm4.static.flickr.com/3047/2290223644_0c72cefe82_m.jpg" width="240" height="195" alt="LLBLGen Installer Error 2869" /></a></p>
<p>So I dig around the forum and found this solution from Otis.</p>
<blockquote><ul>
<li>Create a new .bat file in the same folder as the one the LLBLGenPro20.msi file is in.</li>
<li>Add the following text &#8216;msiexec /i LLBLGenPro20.msi&#8217; and save the file.</li>
<li>Right click the .bat file and select &#8216;Run as Administrator&#8217;.</li>
</ul>
</blockquote>
<p>I tried doing as mentioned in the steps but I got the following message and couldn&#8217;t able to install it.</p>
<p align="center"><img src="http://farm3.static.flickr.com/2273/2290223680_2966048d95_o.gif" title="Windows Installer Message" /></p>
<p>So I changed the Otis&#8217;s command to &#8216;<strong>msiexec /a LLBLGenPro20.msi</strong>&#8216; and run it directly from command line instead of right-click &#8211; run as administrator on the .bat file and it works!</p>
<p>If it still doesn&#8217;t work for you after following the above steps, I guess you better do these, disable UAC and enable XP compatibility mode as <a href="http://forums.asp.net/p/1022229/1388938.aspx#1388938" title="Installer Error 2869" rel="external">mentioned here</a>.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/02/25/installation-notes-llblgen-pro-20-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft DreamSpark &#8211; Free Developer + Designer Tools for Students</title>
		<link>http://www.mayvelous.com/2008/02/22/microsoft-dreamspark-free-developer-designer-tools-for-students/</link>
		<comments>http://www.mayvelous.com/2008/02/22/microsoft-dreamspark-free-developer-designer-tools-for-students/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 01:17:13 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Microsoft DreamSpark]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=380</guid>
		<description><![CDATA[Check out this program called &#8220;DreamSpark&#8220;, on msdn-channel8. This is really cool, MS for once, is giving out free developer and designer tools to students around the world. DreamSpark is simple, it&#8217;s all about giving students Microsoft professional-level developer and design tools at no charge so you can chase your dreams and create the next [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Check out this program called &#8220;<strong><a href="https://downloads.channel8.msdn.com/" title="Microsoft DreamSpark - Free Tools Download for Students" rel="external">DreamSpark</a></strong>&#8220;, on <a href="http://channel8.msdn.com/" title="Channel8 msdn" rel="external">msdn-channel8</a>. This is really cool, MS for once, is giving out free developer and designer tools to students around the world.</p>
<blockquote><p>DreamSpark is simple, it&#8217;s all about giving students Microsoft professional-level developer and design tools at no charge so you can chase your dreams and create the next big breakthrough in technology &#8211; or just get a head start on your career.</p>
<p>Starting today (or soon in some areas), students worldwide will be able to download our professional development and design tools for free! It&#8217;s called DreamSpark and it is upon us.</p>
</blockquote>
<p align="center"><img src="https://downloads.channel8.msdn.com/images/en-US/product_images_default/visual_studio_2008_pro_2.jpg" alt="VS2008 Professional Edition" /> <img src="https://downloads.channel8.msdn.com/images/en-US/product_images_default/sql_server_dev.jpg" alt="SQL Server 2005 Developer Edition" /></p>
<p>At the moment it&#8217;s available for 10 countries &#8211; United States, the United Kingdom, China, Germany, France, Finland, Spain, Sweden, Switzerland and Belgium but they will make it available for more countries through out the year so keep checking <a href="https://downloads.channel8.msdn.com/" title="DreamSpark" rel="external">this page for updates</a>. Australia and Oceania regions are not in the list yet but we are eagerly looking forward to it.</p>
<p>And here are the list of all the available MS products that the students can download: <a href="https://downloads.channel8.msdn.com/Products.aspx" title="Product for Download from DreakSpark" rel="external">Product for Download</a></p>
<p>Pretty cool isn&#8217;t it? This is the best news I&#8217;ve ever come across from Microsoft these days.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/02/22/microsoft-dreamspark-free-developer-designer-tools-for-students/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation Notes: SQL Server 2005 on Windows Vista with VS2008</title>
		<link>http://www.mayvelous.com/2008/02/20/installation-notes-sql-server-2005-on-windows-vista-with-vs2008/</link>
		<comments>http://www.mayvelous.com/2008/02/20/installation-notes-sql-server-2005-on-windows-vista-with-vs2008/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 01:15:55 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Bugs and Fixes]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VS.Net]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=379</guid>
		<description><![CDATA[This was a humongous pain for me and took quite a lot of my time so just noting down a few points for self reference. Previously, I have Visual Studio 2005 and SQL Server 2005 installed on my Vista machine and they worked just fine. Now we are upgrading to VS2008, I uninstalled everything related [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>This was a humongous pain for me and took quite a lot of my time so just noting down a few points for self reference. Previously, I have Visual Studio 2005 and SQL Server 2005 installed on my Vista machine and they worked just fine. Now we are upgrading to VS2008, I uninstalled everything related to VS2005 then reinstall SQL Server 2005 and things got screwed up. Check out the failure list that I got &#8211; pretty much everything failed.</p>
<p align="center"><a href="http://farm3.static.flickr.com/2266/2278627304_3ce2ccc65e_o.gif" title="MS SQL Server 2005 Setup Errors" rel="lightbox"><img src="http://farm3.static.flickr.com/2266/2278627304_a3e52d5d24_m.jpg" alt="MS SQL Server 2005 Setup Errors" /></a></p>
<p>The worst thing about this installation is that, it takes ages to install till the end, then shows up the error message box.</p>
<blockquote><p><strong>Program Versions:</strong><br/><br />
# SQL Server 2005 &#8211; Developer Edition<br />
# Windows Vista Ultimate<br />
# Visual Studio Team Suite 2008</p>
</blockquote>
<p>Make sure you cross check <a href="http://msdn2.microsoft.com/en-us/library/ms143506.aspx" title="Hardware and Software Requirements for Installing SQL Server 2005 before installation" rel="external">Hardware and Software Requirements for Installing SQL Server 2005 before installation</a>.</p>
<p>The first error/warning I tried to fixed was about IIS requirement. I&#8217;m sure I have IIS7 enabled on my Vista and also enabled IIS6 compatiblity mode but that is not enough and have to enable some more features.</p>
<p align="center"><img src="http://farm3.static.flickr.com/2410/2277836539_06bd7f18e7.jpg" alt="System Configuration Check" /></p>
<blockquote><p><strong>System Configuration Check: IIS Feature Requirement</strong><br />Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features. Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove programs in Control Panel or enable the IIS server through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.</p>
</blockquote>
<p>I think it is to do with Installing SQL Server 2005 Reporting Service on Vista, untill or unless you enable all those features the Reporting services cannot be installed.</p>
<p><strong>Solution:</strong><br />
The main features to turn on are as <a href="http://msmvps.com/blogs/martinpoon/archive/2006/12/08/installation-of-sql-server-2005-in-windows-vista-warning-message-on-iis-feature-requirement-during-system-configuration-check.aspx" title="IIS7 feature requirement" rel="external">mentioned here</a> but I turned on almost everything just to make sure.</p>
<p align="center"><a href="http://farm3.static.flickr.com/2402/2278627232_3124bc1a12_o.gif" title="IIS7 Features" rel="lightbox"><img src="http://farm3.static.flickr.com/2402/2278627232_74624ec240.jpg" alt="IIS 7 Features" /></a></p>
<p>More info links:<br />
# <a href="http://support.microsoft.com/kb/934164" title="How to install SQL Server 2005 Reporting Services on a Windows Vista-based computer" rel="external">How to install SQL Server 2005 Reporting Services on a Windows Vista-based computer</a><br />
# <a href="http://msmvps.com/blogs/martinpoon/archive/2006/12/08/installation-of-sql-server-2005-in-windows-vista-warning-message-on-iis-feature-requirement-during-system-configuration-check.aspx" title="IIS7 feature requirements" rel="external">Installation of SQL Server 2005 in Windows Vista &#8211; warning message on IIS feature requirement during System Configuration Check</a><br />
# <a href="http://www.blog.ingenuitynow.net/Tip+For+Installing+SQL+Server+2005+Reporting+Service+On+Vista.aspx" title="Tip for Installing SQL Server 2005 Reporting Service on Vista" rel="external">Tip for Installing SQL Server 2005 Reporting Service on Vista</a></p>
<p>Ok, this one is the weirdest error and solution I got. Don&#8217;t even ask why in the world do I need to install Office 2003 Web Component add-in while I have Office 2007 installed on my machine. I have no clue, but that&#8217;s the only solution I found which works for me. It solves the &#8220;OWC11 Setup failed error and the following error message.</p>
<p align="center"><a href="http://farm3.static.flickr.com/2029/2277836607_39108fe4f8_o.gif" title="Error 1706" rel="lightbox"><img src="http://farm3.static.flickr.com/2029/2277836607_cd283a67b8_m.jpg" alt="MS SQL Server 2005 - Error 1706" /></a></p>
<blockquote><p>ERROR 1706 Setup cannot find the required files. Check your connection to the network, or CD ROM! For other potential solutions to this problem, see c:\Program Files\Microsoft Office\Office11\1033\Setup.chm</p>
</blockquote>
<p><strong>Solution</strong><br />
You have to download and install &#8220;Office 2003 web components&#8221; first and install SQL Server 2005 again; which then in my case cleared the error and installed successfully.<br />
# Download: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=7287252C-402E-4F72-97A5-E0FD290D4B76&#038;displaylang=en" title="Office 2003 Add-in: Office Web Components" rel="external">Office 2003 Add-in: Office Web Components</a> &#8211; owc11.exe [ 17.6MB ]</p>
<p>After everything is done, remember to install <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=d07219b2-1e23-49c8-8f0c-63fa18f26d3a&#038;DisplayLang=en" title="MS SQL Server 2005 Service Pack 2" rel="external">Microsoft SQL Server 2005 Service Pack 2</a>. Pheewww! That&#8217;s it!</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/02/20/installation-notes-sql-server-2005-on-windows-vista-with-vs2008/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Installation Notes: Infragistics NetAdvantage on Windows Vista</title>
		<link>http://www.mayvelous.com/2008/02/20/installation-notes-infragistics-netadvantage-on-windows-vista/</link>
		<comments>http://www.mayvelous.com/2008/02/20/installation-notes-infragistics-netadvantage-on-windows-vista/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 23:19:09 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Bugs and Fixes]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Infragistics NetAdvantage]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=378</guid>
		<description><![CDATA[I&#8217;ve been moving around files and programs from the old XP to a new Vista machine and Infragistics is one of the problems I get while installing on Vista. Just posting it here for my own future reference. Program Version: # Infragistics NetAdvantage 2005 Volume2 + hotfixes # Windows Vista Ultimate Problem: The installer runs [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been moving around files and programs from the old XP to a new Vista machine and Infragistics is one of the problems I get while installing on Vista. Just posting it here for my own future reference.</p>
<p><strong>Program Version:</strong></p>
<blockquote><p># Infragistics NetAdvantage 2005 Volume2 + hotfixes<br />
# Windows Vista Ultimate</p>
</blockquote>
<p><strong>Problem:</strong></p>
<p>The installer runs almost to the end then throws up some compatibility issues errors and didn&#8217;t get install properly. The dll library files get loaded in the GAC but cannot load the form design views and also there is no infragistics folder in C:\inetpub\wwwroot\aspnet_client.</p>
<p><strong>Solution:</strong><br />
Need to follow these 4 steps properly.</p>
<ol>
<li>Disable User Account Control (UAC)</li>
<li>Restart your machine</li>
<li>Edit the System Registry for Internet Information Services (IIS)</li>
<li>Enable IIS 6.0 Compatibility</li>
</ol>
<p><strong>Reference Links:</strong></p>
<blockquote><p># <a href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9983" title="FAQ:Installing NetAdvantage for .NET on Windows Vista" rel="external">FAQ:Installing NetAdvantage for .NET on Windows Vista</a><br />
# <a href="http://weblogs.asp.net/scottgu/archive/2006/09/19/Tip_2F00_Trick_3A00_-Using-IIS7-on-Vista-with-VS-2005.aspx" title="Tip/Trick: Using IIS7 on Vista with VS 2005" rel="external">Tip/Trick: Using IIS7 on Vista with VS 2005</a></p>
</blockquote>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/02/20/installation-notes-infragistics-netadvantage-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Friday Random Thoughts</title>
		<link>http://www.mayvelous.com/2008/01/12/friday-random-thoughts/</link>
		<comments>http://www.mayvelous.com/2008/01/12/friday-random-thoughts/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 13:19:48 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Feedblendr]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Gravatar]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=369</guid>
		<description><![CDATA[Yippie! It&#8217;s Friday again!. Been occupied with things this week, I didn&#8217;t even realized that the week is almost over. This whole week, I got to work on time. Oh yes, ON TIME!. Our normal office hours is 8:00 &#8211; 5:00; Normally I get to work around 8:30 &#8211; 9:30 in the morning and knock [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yippie! It&#8217;s Friday again!. Been occupied with things this week, I didn&#8217;t even realized that the week is almost over.</p>
<p>This whole week, I got to work on time. Oh yes, ON TIME!. Our normal office hours is 8:00 &#8211; 5:00; Normally I get to work around 8:30 &#8211; 9:30 in the morning and knock out around 5:30 &#8211; 6:00 in the evening. It&#8217;s amazing that I&#8217;m on-time this week and proud for myself. You go gal! <img src='http://www.mayvelous.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Come to think of it, I never wake up myself in the mornings. Every morning at 6:30, Dad bangs at my door and tries to wake me up. I never move an inch from those bangings. Around 7:00, my mb alarm shrills in my ears; what a tedious job to switch it off and go back to sleep. Around 8:00, my bro comes in and yell at my ear. He would ask whether I&#8217;ll go with Dad transport or take a taxi later. His yelling is the worst and I can&#8217;t shut him off. If I don&#8217;t budge by a few yells, he would kick me and pull me down from bed. Most dreadful thing he does is jump on my bed with his slippers on.<span id="more-369"></span> What an arsehole! There go my peaceful sleep, I would wake up in flash and kick him off. I for once, hate the idea of wrinkling the bed sheet. I hardly let anyone sit on my bed and when I sleep, I try not to move a lot so I can keep my bed sheet free of wrinkles. For that reason, him and I are the worst enemies unless he gets rid of his annoying habit. Anyways, this week my being on time is cos&#8217; I wake up at the alarm time and come by Dad&#8217;s transport. </p>
<p>Ok enough about my sleeping habits, now back to the point. After catching up feeds on Google Reader and done a few blog hopping, some thoughts come into head.</p>
<p>I see many blogs use gravatar enabled comment system. I like looking at posts with variety of gravaters in their comments. It&#8217;s very eye inspiring and brings more motivation to read the post. But unfortunately some regular bloggers/commenters don&#8217;t bother to make a good use of the gravatar feature. It&#8217;s very easy to get a gravatar for your email and doesn&#8217;t take much of your time setting up. I made mine years ago when I started using the gravatar plugin for my blog and never changed since. It doesn&#8217;t need any maintenance or regular logins to keep up the password expirations or worry about photo hosting. I&#8217;m surprised at those who choose to ignore the existence of this wonderful and convenient service. Give it a try when you have time, you won&#8217;t regret it. Get a <a href="http://site.gravatar.com" title="Gravatar" rel="external">Gravatar account</a>.</p>
<p>Another thought that hits me is about centralizing blog feeds. Some of you (including myself) have multiple blogs which from time to time you need to change blog domain, the host or even the blog platform. In such cases, it&#8217;s best to use a good service like Feedburner to centralize your feed. It&#8217;s very convenient and helps both blogger and subscribers in terms of less work, more acturate blog subscription tracking and easy to maintain/manage feeds. I got two feedburner links which I published on my old theme and haven&#8217;t add in this new theme yet. I&#8217;ll do that later.</p>
<p>By having a centralized feed, the blogger does not need to worry about notifying his readers with the new feed changes. He only needs to update the new feed link in the Feedburner control panel and it will process it accordingly. For example, my blog mayvelous.blogspot.com has .atom.xml feed previously. With the new blogger.com, it was changed to RSS feed with different link format. Both the old and the new feeds work fine, which is excellent, the readers can choose any of the two to subscribe. But having such multiple feeds make it very hard to track the total number of subscriber on your blog.</p>
<p>Another bad thing about individual-unburn feed is &#8211; when you change your blog domain, all the feed url also get updated hence might cut the original feed subscribers from your blog. There is a possibility of your old feed still functioning if you are only redirecting a domain but in case of changing an entire blog platform, there is no way your old feed can work as before. If that happens, it&#8217;s very hard for a blogger to request the readers to update their subscription. Probably the blog will lose half of the readers due to people (myself as one) plain old laziness in updating things.</p>
<p>Hence centralizing your feed is <strike>essential</strike> a good thing to consider and the feedburner is known to be a very useful service for many bloggers. So organize your feed by <a href="http://www.feedburner.com" title="Feedburner">burning your feeds in a feedburner</a> account. You can also <a href="http://www.feedblendr.com/" title="Feedblendr" rel="external">use this site</a> to combine multiple feeds before burning one in Feedburner. </p>
<p>Alrite, the post getting too long and I&#8217;m getting bored with typing so I&#8217;ll continue my other Friday thoughts later. </p>
<p>Kinda of feel odd, trying to translate back from my Myanmar post to English. Or should I express things in English first then translate to Myanmar? Nah, the feeling is just wrong. I think I shouldn&#8217;t translate but just write whatever comes in mind as long as the post gives the same message. I wonder how Mady done it cos&#8217; both of her Myanmar and English posts are very well sync. Anyhow, I&#8217;ll try again later and see how it go.</p>
<p>Enjoy your Friday and have a good weekend!</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/01/12/friday-random-thoughts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

