<?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; Technology</title>
	<atom:link href="http://www.mayvelous.com/category/general-news/technology/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>Sitefinity &#8211; New Site Setup DOs and DON&#8217;Ts</title>
		<link>http://www.mayvelous.com/2011/07/21/sitefinity-new-site-setup-dos-and-donts/</link>
		<comments>http://www.mayvelous.com/2011/07/21/sitefinity-new-site-setup-dos-and-donts/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 07:08:28 +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[Work]]></category>
		<category><![CDATA[Project Setup]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[Sitefinity]]></category>
		<category><![CDATA[Solution]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=589</guid>
		<description><![CDATA[The followings are things to note while create a new sitefinity sites. Name the solution. Open the solution via Sitefinity Project Manager and save the solution in the project folder with proper name Set up DB with appropriate name. Click &#8220;Browse&#8221; on the Project Manager to set up the DB. Add all references as solution [...]<blockquote>
<strong>Related Posts:</strong><ul>
<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>
<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>
</ul></blockquote>]]></description>
			<content:encoded><![CDATA[<p>The followings are things to note while create a new sitefinity sites.</p>
<p><strong>Name the solution.</strong><br />
Open the solution via Sitefinity Project Manager and save the solution in the project folder with proper name</p>
<p><strong>Set up DB with appropriate name.</strong><br />
Click &#8220;Browse&#8221; on the Project Manager to set up the DB.</p>
<p><strong>Add all references as solution items.</strong><br />
Copy all reference DLLs from the bin folder of the project to the &#8220;Lib&#8221; folder. Add them under solution folder items.</p>
<p><a title="Sitefinity Initial Setup" href="http://www.flickr.com/photos/mayvelous/5960457026/" rel="external"><img src="http://farm7.static.flickr.com/6009/5960457026_9f1c8bcb21_m.jpg" alt="Sitefinity Initial Setup" width="240" height="213" /></a></p>
<p><strong>Repoint/Rereference the dlls from &#8220;Lib&#8221; folder</strong><br />
Remove all sitefinity related references from the project and rereferences them from the &#8220;Lib&#8221; folder.<br />
<strong>Tip</strong>: The easiest way to reference the sitefinity related dlls to the project file would be:<br />
- open the project file in the notepad<br />
- search for &#8220;bin\&#8221;<br />
- replace the appropriate dll refernces with &#8220;..\Lib\&#8221;<br />
<strong>DO NOT</strong> hit &#8220;Replace All&#8221; as not all places require replacement.<br />
All sitefinity related dlls will be rereferenced to correct folder EXCLUDING AjaxControlToolkit and a few others.<br />
Search for the followings:</p>
<blockquote><p>..\Reference Assemblies\AjaxControlToolkit.dll<br />
..\Reference Assemblies\Microsoft\WindowsAzure\Microsoft.WindowsAzure.Diagnostics.dll<br />
..\Reference Assemblies\Microsoft\WindowsAzure\Microsoft.WindowsAzure.ServiceRuntime.dll<br />
..\Reference Assemblies\Microsoft\WindowsAzure\Microsoft.WindowsAzure.StorageClient.dll</p></blockquote>
<p>and repoint to Lib folder as well.<br />
<strong>Note</strong>: Everytime you do the upgrade or add a custom dlls, make sure to add/update them in the Lib folder and repoint the project references to Lib.</p>
<p><strong>Rename the Assembly and DefaultNameSpace with the project name</strong><br />
Right click on the project &gt; Properties &gt; Application tab &gt; Type in project name in the &#8220;Assembly name&#8221; and &#8220;Default namespace&#8221; textboxes.</p>
<p><a title="Rename Assembly" href="http://www.flickr.com/photos/mayvelous/5960457046/" rel="externals"><img src="http://farm7.static.flickr.com/6145/5960457046_bd748dfe22_m.jpg" alt="Rename Assembly" width="240" height="81" /></a></p>
<p><strong>Build the solution</strong><br />
If the aboves are done correctly, your solution will build successfully and once browsed, will display &#8220;Thank you for visiting our web site. Please return soon for updates.&#8221;<br />
Else you&#8217;ll get the error mentioned in the DON&#8217;T section below.</p>
<p><strong>DON&#8217;T</strong></p>
<p><strong>Don&#8217;t use dots &#8220;.&#8221; in the project name.</strong><br />
Current version throws error when using dots in the project name.<br />
<strong>Don&#8217;t build the solution before repointing the references.</strong><br />
After creating a new sitefinity site using Sitefinity Project Manager, do not build the project or solution as it will overwrite the dlls from the bin folder and throw the following error.<br />
_&#8221;Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&#8221;_ <a title="Data Reference Error" href="http://www.sitefinity.com/devnet/forums/sitefinity-4-x/bugs-issues/422014.aspxhttp://www.sitefinity.com/devnet/forums/sitefinity-4-x/bugs-issues/telerik-openaccess-mysql-data-reference-error.aspx" rel="externals">Ref</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> <blockquote><p><strong>Related Posts:</strong><ul>
<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>
<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>
</ul></p></blockquote>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2011/07/21/sitefinity-new-site-setup-dos-and-donts/feed/</wfw:commentRss>
		<slash:comments>1</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>SDLC &#8211; Software Development Lifecycle</title>
		<link>http://www.mayvelous.com/2009/10/06/sdlc-software-development-lifecycle/</link>
		<comments>http://www.mayvelous.com/2009/10/06/sdlc-software-development-lifecycle/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 04:23:35 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[Software Development Lifecycle]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=552</guid>
		<description><![CDATA[Saw this over at &#8220;In search of simplicity, quality and tranquility in software engineering&#8220;; a series of posts on SDLC &#8211; Software Development Lifecycle. Thought a good series to follow and read it over the weekend. Love the graphics on each post! SDLC – Software Development Lifecycle … what’s the point? (part 1 of many) [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Saw this over at &#8220;<a title="SDLC software development lifecycle" rel="external" href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/10/06/sdlc-software-development-lifecycle-what-s-the-point-posts-links.aspx">In search of simplicity, quality and tranquility in software engineering</a>&#8220;; a series of posts on <strong>SDLC &#8211; Software Development Lifecycle</strong>. Thought a good series to follow and read it over the weekend. Love the graphics on each post!</p>
<p align="center"><a title="SDLC software development lifecycle" rel="external" href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/10/06/sdlc-software-development-lifecycle-what-s-the-point-posts-links.aspx"><img title="SDLC" src="http://www.mayvelous.com/wp-content/uploads/SDLC.jpg" alt="SDLC" width="450" height="345" /></a></p>
<blockquote>
<ol>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/02/01/sdlc-software-development-lifecycle-what-s-the-point-part-1-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … what’s the point? (part 1 of many)</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/02/01/sdlc-software-development-lifecycle-closer-look-at-basics-part-2-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … closer look at basics (part 2 of many)</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/02/03/sdlc-software-development-lifecycle-exploring-common-models-part-3-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … exploring common models (part 3 of many)</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/02/05/sdlc-software-development-lifecycle-agility-strikes-back-with-energy-part-4-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … agility strikes back with energy (part 4 of many)</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/02/06/sdlc-software-development-lifecycle-is-prototyping-part-of-the-good-the-bad-and-or-the-evil-part-5-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … is prototyping  part of the good, the bad and/or the evil? (part 5 of many)</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/02/22/sdlc-software-development-lifecycle-analyzing-the-battle-ahead-part-6-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … analyzing the battle ahead (part 6 of many)</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/02/26/sdlc-software-development-lifecycle-designing-the-blueprint-part-7-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … designing the blueprint (part 7 of many)</a></li>
<li>SDLC – Software Development Lifecycle … testing, the moment of truth (part 8 of many)</li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/03/07/sdlc-software-development-lifecycle-flashback-component-level-design-principles-part-9-of-many.aspx" target="_blank">SDLC – Software Development Lifecycle … flashback, component-level design principles (part 9 of many)</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/03/13/sdlc-software-development-lifecycle-visual-process-estimating-guessing-software-deliverables.aspx" target="_blank">SDLC – Software Development Lifecycle … Visual Process &amp; Estimating (Guessing) Software Deliverables</a></li>
<li><a href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/10/06/to-scrum-or-to-run-that-is-the-agile-question.aspx" target="_blank">To scrum or to Run … that is the agile question?</a> (<em>new</em>)</li>
<li><span style="color: #800000;">&#8212;<br />
</span></li>
</ol>
</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/2009/10/06/sdlc-software-development-lifecycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Mini Vivienne Tam</title>
		<link>http://www.mayvelous.com/2009/02/13/hp-mini-vivienne-tam/</link>
		<comments>http://www.mayvelous.com/2009/02/13/hp-mini-vivienne-tam/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:22:41 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[HP Mini Vivienne Tam]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=383</guid>
		<description><![CDATA[Yesterday I found this cute yet very informative review on Liz&#8217;s blog about &#8220;HP Mini Vivienne Tam&#8221; and fell in love with it instantly. It&#8217;s almost the size of my diary and has other fashion accessories, bag and scarf, to go with it. The color and the design is just so captivating that I just [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I found this <a href="http://liz-henry.blogspot.com/2009/02/my-tiny-adorable-flowered-computer.html" title="My Tiny Adorable Flowered Computer" rel="external">cute yet very informative review</a> on Liz&#8217;s blog about &#8220;<a href="http://www.shopping.hp.com/minivt/?jumpid=re_r329_hpdirect_hho" title="HP Mini Vivienne Tam" rel="external">HP Mini Vivienne Tam</a>&#8221; and fell in love with it instantly. It&#8217;s almost the size of my diary and has other fashion accessories, bag and scarf, to go with it. The color and the design is just so captivating that I just want to have a feel of it. The design is somewhat like a Japanese Kimono&#8230;</p>
<p align="center"><a href="http://www.flickr.com/photos/mayvelous/3274657711/" title="HP Mini Vivienne Tam by mayvelous, on Flickr"><img src="http://farm4.static.flickr.com/3483/3274657711_8963ca7847_o.gif" width="374" height="450" alt="HP Mini Vivienne Tam" /></a></p>
<p>Check out the specifications too, not too bad isn&#8217;t it? </p>
<blockquote><p><strong>Operating system</strong>: Genuine Windows XP Home with Service Pack 3<br />
<strong>Processor</strong>: Intel(R) Atom(TM) Processor N270 (1.60GHz)<br />
<strong>Memory</strong>: 1GB DDR2 System Memory (1 Dimm)<br />
<strong>Hard drive</strong>: 60GB 4200RPM PATA Hard Drive<br />
<strong>Graphics card</strong>: Intel(R) Graphics Media Accelerator 950<br />
<strong>Display</strong>: 10.1&#8243; diagonal SD LED BrightView Infinity Widescreen Display (1024 x 576)<br />
<strong>Personalization</strong>: HP Mini Webcam with HP Imprint Finish (Vivienne Tam)<br />
<strong>Networking</strong>: Wireless-G Card<br />
<strong>Included Mobile Broadband</strong>: No Included Mobile Broadband<br />
<strong>Keyboard</strong>: HP Color Matching Keyboard<br />
<strong>Primary battery</strong>: 3 Cell Lithium Polymer Battery</p>
</blockquote>
<p align="center"><a href="http://www.flickr.com/photos/mayvelous/3275480338/" title="The Vivienne Tam Mini fashion accessory by mayvelous, on Flickr"><img src="http://farm4.static.flickr.com/3325/3275480338_3e0606f39a_m.jpg" width="240" height="180" alt="The Vivienne Tam Mini fashion accessory" /></a></p>
<p>It&#8217;s perfect for everyday blogging and having a memory of 1GB and 60GB hard drive is ample enough for some simple usage. Check out detail <a href="http://www.amazon.com/gp/product/B001J6NMT0?ie=UTF8&#038;tag=bookmania09-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B001J6NMT0" title="Product Description" rel="external">product description</a> on amazon.com. Oh, how I wish I could grab one and roam around in town showing it off. <img src='http://www.mayvelous.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' 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/2009/02/13/hp-mini-vivienne-tam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voice and Video Chat on Gmail</title>
		<link>http://www.mayvelous.com/2008/11/12/voice-and-video-chat-on-gmail/</link>
		<comments>http://www.mayvelous.com/2008/11/12/voice-and-video-chat-on-gmail/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 21:50:54 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Gmail Chat]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Voice Chat]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=452</guid>
		<description><![CDATA[How sweet! Now you don&#8217;t even need Gtalk desktop installer for voice chat, both voice and video are available on browser based Gmail chat. All you have to do is, grab this plugin and start rolling. Well ofcos&#8217; you need a webcam. Just click on the new &#8220;Video &#038; more&#8221; menu in a Gmail chat [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>How sweet! Now you don&#8217;t even need Gtalk desktop installer for voice chat, both voice and video are available on browser based Gmail chat. All you have to do is, <a href="http://mail.google.com/videochat" title="Voice and Video Chat in Gmail" rel="external">grab this plugin</a> and start rolling. Well ofcos&#8217; you need a webcam. <img src='http://www.mayvelous.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="center"><a href="http://mail.google.com/videochat" title="Voice and Video Chat in Gmail" rel="external"><img src="http://mail.google.com/tools/dlpage/res/videochat/en/screenshot.png" alt="Voice and video chat in gmail" border="0" /></a></p>
<blockquote><p>Just click on the new &#8220;Video &#038; more&#8221; menu in a Gmail chat window and select &#8220;Start video chat&#8221; or &#8220;Start voice chat.&#8221; You can switch to a full screen view or pop out the chat window and change the size and positioning as you wish. Of course, not everyone has a webcam, but even if you don&#8217;t, you can still have voice conversations alongside your email and regular chat.</p>
</blockquote>
<p>Watch the <a href="http://googleblog.blogspot.com/2008/11/talk-face-to-face-right-from-within.html" title="Gmail Video Chat" rel="external">demo video and read detail</a> here. I haven&#8217;t tried it yet. I&#8217;ll give it a shot once I get home. Not too excited about video but voice on gmail is good enough for me. That would reduce the pain of having to install a desktop program just for voice chat. <br />Thanks google team for this new feature.</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/11/12/voice-and-video-chat-on-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C# Yellow Book</title>
		<link>http://www.mayvelous.com/2008/10/23/c-yellow-book/</link>
		<comments>http://www.mayvelous.com/2008/10/23/c-yellow-book/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 07:09:58 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[eBooks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=438</guid>
		<description><![CDATA[I came across this &#8220;C# Yellow Book&#8221; by Rob Miles, MVP and a lecturer in the Department of Computer Science at University of Hull, and thought of sharing. I think this would be good introductory reading for those of us learning C# The C# Book is used by the Department of Computer Science in the [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.robmiles.com/c-yellow-book/" title="C# Yellow Book" rel="external"><img src="http://farm4.static.flickr.com/3010/2966381320_d16f727904_o.png" width="104" height="151" alt="Yellow Book - Rob Miles" align="left" /></a>I came across this &#8220;<a href="http://www.robmiles.com/c-yellow-book/" title="C# Yellow Book" rel="external">C# Yellow Book</a>&#8221; by Rob Miles, MVP and a lecturer in the Department of Computer Science at University of Hull, and thought of sharing.</p>
<p>I think this would be good introductory reading for those of us learning C#</p>
<blockquote><p>The C# Book is used by the Department of Computer Science in the University of Hull as the basis of the First Year programming course.</p>
<p>Download: <a href="http://www.robmiles.com/c-yellow-book/Rob%20Miles%20CSharp%20Yellow%20Book%202008.pdf" title="Rob Miles CSharp Yellow Book 2008" rel="external">Rob Miles CSharp Yellow Book 2008.pdf</a>(1.4M)</p>
</blockquote>
<p>I rolled his blog also; he posts pop quizzes every now and then.</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/23/c-yellow-book/feed/</wfw:commentRss>
		<slash:comments>0</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>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>I am one of 2 million MCPs Worldwide</title>
		<link>http://www.mayvelous.com/2008/03/14/i-am-one-of-2-million-mcps-worldwide/</link>
		<comments>http://www.mayvelous.com/2008/03/14/i-am-one-of-2-million-mcps-worldwide/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 21:59:33 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Aside Notes]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=389</guid>
		<description><![CDATA[So I&#8217;m one of certified 4,619 (MCTS) .NET Framework 2.0: Distributed Applications 14,873 (MCTS) .NET Framework 2.0: Web Applications 8,051 (MCTS) .NET Framework 2.0: Windows Applications 3,424 (MCPD) Enterprise Application Developer 3,346 (MCPD) Web Developer 1,085 (MCPD) Windows Developerand&#8230;. 2,221,569 Microsoft Certified Professional (MCP) Worldwide. Number of Microsoft Certified Professionals WorldwideThe Microsoft Certified Professionals (MCP) [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m one of certified</p>
<ul>
<li>4,619 (MCTS) .NET Framework 2.0: Distributed Applications</li>
<li>14,873 (MCTS) .NET Framework 2.0: Web Applications</li>
<li>8,051 (MCTS) .NET Framework 2.0: Windows Applications</li>
<li>3,424 (MCPD) Enterprise Application Developer</li>
<li>3,346 (MCPD) Web Developer</li>
<li>1,085 (MCPD) Windows Developer<br />and&#8230;.</li>
<li>2,221,569 Microsoft Certified Professional (MCP)</li>
</ul>
<p>Worldwide.</p>
<blockquote><p><strong><a href="https://www.microsoft.com/learning/mcp/certified.mspx" rel="external" title="Number of Microsoft Certified Professionals Worldwide">Number of Microsoft Certified Professionals Worldwide</a></strong><br />The Microsoft Certified Professionals (MCP) program was established in 1992. To date, more than 2 million people have achieved Microsoft Certification worldwide.</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/03/14/i-am-one-of-2-million-mcps-worldwide/feed/</wfw:commentRss>
		<slash:comments>7</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>Visual Studio Gallery + MSDN Code Gallery</title>
		<link>http://www.mayvelous.com/2008/02/28/visual-studio-gallery-msdn-code-gallery/</link>
		<comments>http://www.mayvelous.com/2008/02/28/visual-studio-gallery-msdn-code-gallery/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 09:28:15 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Aside Notes]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[VS.Net]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=382</guid>
		<description><![CDATA[Just an aside note for myself. Visual Studio GalleryA place where all developers can go to find extensions to Visual Studio. The site has everything from community built power toys for VS to industry partner solutions for enterprise development. MSDN Code GalleryMSDN Code Gallery is your destination for downloading sample applications and code snippets , [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Just an aside note for myself.</p>
<blockquote><p><strong><a href="http://visualstudiogallery.com/" title="Visual Studio Gallery" rel="external">Visual Studio Gallery</a></strong><br />A place where all developers can go to find extensions to Visual Studio.  The site has everything from community built power toys for VS to industry partner solutions for enterprise development.</p>
<p><strong>MSDN Code Gallery</strong><br />MSDN Code Gallery is your destination for downloading sample applications and code snippets , as well as sharing your own resources.</p>
</blockquote>
<p>Via: (<a href="http://blogs.msdn.com/somasegar/archive/2008/02/27/visual-studio-gallery.aspx" title="VS Gallery" rel="External">#</a>) | (<a href="http://blogs.msdn.com/acangialosi/archive/2008/02/27/welcome-to-the-visual-studio-gallery.aspx" title="VS Gallery" rel="external">#</a>)</p>
<p>Updated: <a href="http://blogs.msdn.com/acangialosi/archive/2008/07/02/the-visual-studio-gallery-gets-a-fresh-set-of-features.aspx" rel="external" title="Visual Studio Gallery Gets New Features">New Features.</a> Thx Anthony.</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/28/visual-studio-gallery-msdn-code-gallery/feed/</wfw:commentRss>
		<slash:comments>5</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>
	</channel>
</rss>

