<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1999316031031305969</id><updated>2012-03-03T03:48:11.164+05:30</updated><category term='SharePoint'/><category term='Events'/><category term='DB technologies'/><category term='News'/><category term='Entity Framework'/><category term='Programming'/><category term='Social Networking'/><category term='How to ...'/><category term='Administration'/><title type='text'>Dev Help</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>65</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3280709985950045864</id><published>2012-02-14T10:38:00.001+05:30</published><updated>2012-02-14T10:49:11.550+05:30</updated><title type='text'>SharePoint 2010 Master Page Inheritance</title><summary type='text'>

Master page inheritance is useful in SharePoint sites where we need multiple master pages with the same global layout structure. For instance a SharePoint site with all sub-sites having a unique right column for each sib-site can use master page inheritance. Here one option is to copy the entire HTML into all the master pages, but it is not a good option if we want to modify something.

</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3280709985950045864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3280709985950045864&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3280709985950045864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3280709985950045864'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2012/02/sharepoint-2010-master-page-inheritance.html' title='SharePoint 2010 Master Page Inheritance'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-FqBMZCMiD3g/TznqXJqqmBI/AAAAAAAABA8/eu8DTksw81Y/s72-c/1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1054029237085499428</id><published>2012-02-10T11:57:00.002+05:30</published><updated>2012-02-10T11:58:51.449+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DB technologies'/><title type='text'>Bulk Insert to a SQL Server Table with SqlBulkCopy</title><summary type='text'>



System.Data.SqlClient.SqlBulkCopy class lets us efficiently bulk load a SQL Server table with a significant performance advantage over other methods. Here we can use any data source as long as the data can be loaded to a DataTable instance or read with an IDataReader instance.

How SqlBulkCopy works is it sends large batches of records to the database rather than sending one record at a time.</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1054029237085499428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1054029237085499428&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1054029237085499428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1054029237085499428'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2012/02/bulk-insert-to-sql-server-table-with.html' title='Bulk Insert to a SQL Server Table with SqlBulkCopy'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-hQXeIrtNg44/TzSxw6IkMeI/AAAAAAAABA0/mIUcI6ttiEc/s72-c/1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-6423037206203118495</id><published>2011-12-09T08:15:00.001+05:30</published><updated>2011-12-09T08:26:01.094+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Customize Blog Posts in SharePoint 2010 Blog Site Template</title><summary type='text'>


If you are using the out of the box SharePoint blog
site and you want to customize the layout of the blog posts, this is how you do
it.  This requires you to create a new
XSL template file and then connect that file to the blog post.





This example shows how we remove “By” section of the
blog post shown in the figure below.











1. Locate the blog.xsl file on your SharePoint server.
</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/6423037206203118495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=6423037206203118495&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6423037206203118495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6423037206203118495'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/12/customize-blog-posts-in-sharepoint-2010.html' title='Customize Blog Posts in SharePoint 2010 Blog Site Template'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-E79sYp6qFnY/TuF2VfAfidI/AAAAAAAABAI/-p5gCucrC8k/s72-c/1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4522066777580611309</id><published>2011-11-05T12:13:00.001+05:30</published><updated>2011-11-05T12:24:10.813+05:30</updated><title type='text'>Find all References to a Master Page or Page Layout in SharePoint</title><summary type='text'>

“This item cannot be deleted because it is still referenced by other pages” is a common error we get when we trying to delete a master page or page layout from the “Master pages and page layouts” gallery.
       




One of the ways to find all the references to a file in SharePoint is to use the "Site Content and Structure" page from the Site Actions menu, which is used to manage both the </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4522066777580611309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4522066777580611309&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4522066777580611309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4522066777580611309'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/11/find-all-references-to-master-page-or.html' title='Find all References to a Master Page or Page Layout in SharePoint'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-ruIIKordq3w/TrTZFGgN1wI/AAAAAAAAA_Q/RZxxrUo0SY4/s72-c/1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2427053669875172366</id><published>2011-11-04T08:36:00.000+05:30</published><updated>2011-11-04T08:36:47.692+05:30</updated><title type='text'>How to Embed Managed Metadata into Publishing Page Layout</title><summary type='text'>













Managed metadata is a hierarchical collection of managed terms that we can define, and then use as attributes for items. This post details how to add these types of fields to a publishing page layout so that content authors can add metadata and keywords to webpages they create using these layouts.First we need to have a content type created which have added a site column of Managed </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2427053669875172366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2427053669875172366&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2427053669875172366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2427053669875172366'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/11/how-to-embed-managed-metadata-into.html' title='How to Embed Managed Metadata into Publishing Page Layout'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-Fv4QhUIWx4Q/TrNT1owj1BI/AAAAAAAAA_I/iipJhZiFB8c/s72-c/11.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4724552397672242254</id><published>2011-10-01T10:10:00.000+05:30</published><updated>2011-10-01T10:10:17.708+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Specifying Return URL/ Source URL for SharePoint Forms</title><summary type='text'>&lt;!--[if gte mso 9]&gt;        &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;     Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                                                             &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4724552397672242254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4724552397672242254&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4724552397672242254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4724552397672242254'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/10/specifying-return-url-source-url-for.html' title='Specifying Return URL/ Source URL for SharePoint Forms'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4087529432060495766</id><published>2011-09-06T07:42:00.002+05:30</published><updated>2011-09-06T08:07:58.317+05:30</updated><title type='text'>Customize SharePoint 2010 Global Navigation</title><summary type='text'>The goal of this post is to modify the global navigation of a SharePoint site by using an Event Receiver.Following Event Receiver will add two new links to the global navigation as the last items of the navigation.  New links to be added are picked from the Feature Template file.  Here links are separated by “;#” character sequence and display name and the navigation URL are separated by a </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4087529432060495766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4087529432060495766&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4087529432060495766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4087529432060495766'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/09/customize-sharepoint-2010-global.html' title='Customize SharePoint 2010 Global Navigation'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-7042762335009742486</id><published>2011-08-26T07:52:00.006+05:30</published><updated>2011-08-26T08:07:36.216+05:30</updated><title type='text'>SharePoint 2010 PortalNavigation Class</title><summary type='text'>Customizing global and left navigation of SharePoint sites is a common task. But some of the properties worked in SharePoint 2007 are now deprecated and no longer working. As a solution SharePoint 2010 PortalNavigation Class comes in handy. SharePoint 2010 PortalNavigation Class represents navigation for portal pages and other portal navigation objects. The PortalNavigation type exposes the </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/7042762335009742486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=7042762335009742486&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7042762335009742486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7042762335009742486'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/08/sharepoint-2010-portalnavigation-class.html' title='SharePoint 2010 PortalNavigation Class'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-9031678768533016875</id><published>2011-08-11T08:26:00.009+05:30</published><updated>2011-08-11T08:36:34.360+05:30</updated><title type='text'>Customize SharePoint List Forms in SP Designer</title><summary type='text'>There are few ways to customize SharePoint List forms New (NewForm.aspx)/View (DispForm.aspx) and Edit (EditForm.aspx). In this post I will demonstrate how to customize Calendar list forms using SharePoint designer. Before any customizations Calendar list New form looks like this:1. Go to the designer and open your SharePoint Site.2. Select your Calendar list from Site Objects -&gt; List and </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/9031678768533016875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=9031678768533016875&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/9031678768533016875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/9031678768533016875'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/08/customize-sharepoint-list-forms-in-sp.html' title='Customize SharePoint List Forms in SP Designer'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-lfBY5f1zwhQ/TkNFrrRBDTI/AAAAAAAAA-0/lSJ2DQk2Ong/s72-c/1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-5872701257041135102</id><published>2011-07-22T08:49:00.006+05:30</published><updated>2011-07-29T10:52:13.425+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Customize Styles and Markup Styles Menus in the SP Ribbon</title><summary type='text'>Styles and Markup Styles menus of SharePoint 2010 ribbon are populated dynamically by the client side code using Microsoft Ajax when we activate the Edit Mode of a page. Also they are populated based on the CSS styles that are available for the page.How to Manage Styles Menu ItemsWrite CSS classes whose names have the prefix ms-rteStyle-XXXXX.  Here XXXXX distinguishes different styles. “-ms-name</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/5872701257041135102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=5872701257041135102&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5872701257041135102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5872701257041135102'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/07/customize-styles-and-markup-styles.html' title='Customize Styles and Markup Styles Menus in the SP Ribbon'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-j76ATHsLkIU/Tijso4wa_7I/AAAAAAAAA98/wfRgLcDW384/s72-c/n2.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3706576948992210108</id><published>2011-07-15T08:03:00.003+05:30</published><updated>2011-07-15T08:17:44.511+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>SharePoint List Type ID Numbers</title><summary type='text'>Complete list of SharePoint 2010 list type's ID numbers for reference.100 : Generic list101     : Document library102 : Survey103     : Links list104 : Announcements list105 : Contacts list106 : Events list107 : Tasks list108 : Discussion board109 : Picture library110 : Data sources111 : Site template gallery112 : User Information list113 : Web Part gallery114 : List template gallery115 : XML </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3706576948992210108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3706576948992210108&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3706576948992210108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3706576948992210108'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/07/sharepoint-list-type-id-numbers.html' title='SharePoint List Type ID Numbers'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-7108073967813720318</id><published>2011-07-13T13:10:00.001+05:30</published><updated>2011-07-13T13:14:13.140+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>Intelligent String Breaking - DVWP</title><summary type='text'>There are situations like we want to show only a part of a text followed by three dots or a more link, which is straight forward using substring(). But if the requirement is to not to cut the last word in half, there is some additional work involved.  Here is an XSLT template to substring without breaking words.In here StringBreak template looping over the characters in a given string and look </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/7108073967813720318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=7108073967813720318&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7108073967813720318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7108073967813720318'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/07/intelligent-string-breaking-dvwp.html' title='Intelligent String Breaking - DVWP'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2478962379822703606</id><published>2011-07-13T08:01:00.005+05:30</published><updated>2011-07-13T08:09:47.528+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Configuration Failed - SharePoint 2010 on Windows 7</title><summary type='text'>When I was installing SharePoint 2010 on my Windows 7 machine, I ran into few issues, even though I installed all of its prerequisites that it says to install. Here are those issues and the solutions worked out for me.Issue 1:  An exception of type System.IO.FileNotFoundException was thrown.  Additional exception information: Could not load file or assembly ‘Microsoft.IdentityModel, Version </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2478962379822703606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2478962379822703606&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2478962379822703606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2478962379822703606'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/07/configuration-failed-sharepoint-2010-on.html' title='Configuration Failed - SharePoint 2010 on Windows 7'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-QpafYthBUpY/Th0ENIUonJI/AAAAAAAAA9k/pf6u4Ml5Cnk/s72-c/Configuration%2BFailed%2B1.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-7396732000571945421</id><published>2011-07-07T08:04:00.004+05:30</published><updated>2011-07-07T08:25:12.635+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>More on Data View Web Parts</title><summary type='text'>Add a DVWP to a sub-site, which is depend on a SP List in root site.Add “WebUrl” DataFormParameter to the “DataSourcesString” Property as follows. Here by specifying DefaultValue="/" to the WebUrl parameter, web part will always refer to the SP List instance in rootsite.&lt;property name="DataSourcesString" type="string"&gt;&amp;lt;%@ Register TagPrefix="cc1" Namespace="Microsoft.SharePoint.WebControls" </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/7396732000571945421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=7396732000571945421&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7396732000571945421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7396732000571945421'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/07/more-on-data-view-web-parts.html' title='More on Data View Web Parts'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4625815154096675686</id><published>2011-06-09T10:50:00.007+05:30</published><updated>2011-06-09T11:34:42.560+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Social Networking'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>How to display Twitter RSS Feed with Twitter Options - Using SharePoint 2010 XML Viewer Web Part</title><summary type='text'>SharePoint out of the box XML Viewer Web Part is used display XML and apply XSLT to the XML before the content is displayed. We can use the same control to display Twitter RSS Feed in a SharePoint 2010 web site. Here I will show how we display the last five tweets sent by a given Twitter RSS Feed URL using XML viewer WebPart.  Here the Tweets will be presented in order from most recent to </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4625815154096675686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4625815154096675686&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4625815154096675686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4625815154096675686'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/06/how-to-display-twitter-rss-feed-with.html' title='How to display Twitter RSS Feed with Twitter Options - Using SharePoint 2010 XML Viewer Web Part'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-xpUGU-FwiG0/TfBY5jbNgsI/AAAAAAAAA8c/Mpq1q6JzlxE/s72-c/1.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1647154288764379052</id><published>2011-06-03T08:09:00.010+05:30</published><updated>2011-06-03T08:28:43.056+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>SharePoint 2010 Custom Themes</title><summary type='text'>SharePoint theme is a collection of graphics and cascading style sheets that can modify how a Web site looks. SharePoint Themes are stored in Theme Gallery at “_catalogs/theme/Forms/AllItems.aspx”. To change the theme of a site g to “Site Actions -&gt; Site Settings -&gt; Look and Feel -&gt; Site theme”.   Also we can develop custom SharePoint themes for all administrative and non-publishing elements of </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1647154288764379052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1647154288764379052&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1647154288764379052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1647154288764379052'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/06/sharepoint-2010-custom-themes.html' title='SharePoint 2010 Custom Themes'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-p1XDHuPZdaE/TehJ7z5zCmI/AAAAAAAAA8A/PY0_NrXEeME/s72-c/3.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2878161692830532730</id><published>2011-05-24T15:27:00.003+05:30</published><updated>2011-05-24T15:48:55.413+05:30</updated><title type='text'>How to Customize RequestAccess Application Page – SharePoint 2010</title><summary type='text'>In SharePoint Manage Access request option is used to allow users to request access to a Web site or a list. We can enable this option by navigating to Site Actions -&gt; Site Permissions -&gt; Manage Access Requests. In order to enable this option, we need to configure outgoing e-mail settings in the Central Admin under System Settings -&gt; Configure outgoing e-mail settings.Then users can request </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2878161692830532730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2878161692830532730&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2878161692830532730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2878161692830532730'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/05/how-to-customize-requestaccess.html' title='How to Customize RequestAccess Application Page – SharePoint 2010'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-xyiegY17c3U/TduBVZblVAI/AAAAAAAAA7I/wJ0zgIMVQD0/s72-c/1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-7746513499991024544</id><published>2011-05-16T13:57:00.017+05:30</published><updated>2011-05-19T12:04:26.733+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Using SharePoint 2010 Data View Web Part</title><summary type='text'>The Data View Web Part is all about aggregating and managing data from various data sources. They are able to retrieve data from various data sources and appearance of that data can be adjusted by applying Extensible Stylesheet Language Transformations (XSLT). Here are the steps to create a simple web part.Create a DVWP in SharePoint Designer 2010, consuming a data source (Ex: SP list)</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/7746513499991024544/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=7746513499991024544&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7746513499991024544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7746513499991024544'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/05/using-sharepoint-2010-data-view-web.html' title='Using SharePoint 2010 Data View Web Part'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-4WzBIsPqwvY/TdDgmXj5Q5I/AAAAAAAAA64/Hmfp_sAHO8Y/s72-c/1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4078356542130220561</id><published>2011-04-15T17:20:00.008+05:30</published><updated>2011-05-16T15:20:21.026+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Custom Properties in SharePoint 2010 Visual Web Parts</title><summary type='text'>SharePoint 2010 Visual Web Parts contain a set of properties that we can use to control its appearance and behavior during runtime. Sometimes we might need to add our own properties to a Web Part so that we can implement more generalized controls, which can be plugged-in to different pages based on a mode or a category.If I just add a Visual Web Part with the default name “VisualWebPart1” to my </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4078356542130220561/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4078356542130220561&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4078356542130220561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4078356542130220561'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/04/custom-properties-in-sharepoint-2010_7158.html' title='Custom Properties in SharePoint 2010 Visual Web Parts'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-nmzg4O_7EdI/TagxUJLmpUI/AAAAAAAAA54/FxleH0ljw38/s72-c/1.png' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-7731789790178691075</id><published>2011-03-25T17:09:00.001+05:30</published><updated>2011-03-25T17:10:24.987+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Simple Way of Creating a SharePoint 2010 Custom List Definition</title><summary type='text'>There are several ways to create SharePoint custom list definitions and each have their own advantages and disadvantages. But there is a common difficulty in most of these methods; if we make a mistake in manually creating the Schema file, it is sometimes very difficult to troubleshoot the error. The method explained in this post is a UI based way of creating custom list definitions, which can </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/7731789790178691075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=7731789790178691075&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7731789790178691075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7731789790178691075'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/03/simple-way-of-creating-sharepoint-2010.html' title='Simple Way of Creating a SharePoint 2010 Custom List Definition'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_8JIeVTYjezw/TYx-oVfkzbI/AAAAAAAAA3c/Ks_b2RxiNMU/s72-c/clip_image002_thumb%5B2%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-8626566100310679725</id><published>2011-03-23T09:27:00.009+05:30</published><updated>2011-03-23T22:53:19.709+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Entity Framework'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>Customize Entity Framework Code Generation with T4 Templates</title><summary type='text'>The ADO.NET Entity Framework enables developers to create data access applications by programming against a conceptual application model. In here the logical schema and its mapping with the physical schema is represented by an Entity Data Model (EDM). We can design our Entity Data Model by using Entity Data Model Designer or updating from a database. In both ways it auto generates the relevant </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/8626566100310679725/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=8626566100310679725&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/8626566100310679725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/8626566100310679725'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/03/customize-entity-framework-code.html' title='Customize Entity Framework Code Generation with T4 Templates'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-0HMZqAJTYIE/TYlxLOKbFJI/AAAAAAAAA3E/4AiYkgkW6BY/s72-c/1.png' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-5406547577605641950</id><published>2011-03-22T13:16:00.001+05:30</published><updated>2011-03-23T22:54:21.307+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><title type='text'>Upload image to Picture Library using SharePoint 2010 Web Services</title><summary type='text'>We can use http:///_vti_bin/Copy.asmx Web service to upload files to a SharePoint document library or a picture library from another list. Here we use "GetItem" method to download files from the source list and "CopyIntoItems" method to upload files to the destination list. But there is a limitation that you can't copy between locations that are not on the same Web Application directly.Following </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/5406547577605641950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=5406547577605641950&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5406547577605641950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5406547577605641950'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/03/upload-image-to-picture-library-using.html' title='Upload image to Picture Library using SharePoint 2010 Web Services'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3260072709373268911</id><published>2011-03-09T09:47:00.002+05:30</published><updated>2011-03-09T09:50:22.295+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>IIS URL Rewrite Module - Redirect HTTP to HTTPS with IIS 7</title><summary type='text'>Using IIS URL Rewrite Module, Web administrators can easily set up rules to define URL rewriting behavior based on HTTP headers, HTTP response or request headers, IIS server variables, and programmatic rules. Here the main purpose is to implement URLs that are easier for users to remember and easier for search engines to find.In addition, we can define rules to force SSL on selected pages of a </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3260072709373268911/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3260072709373268911&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3260072709373268911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3260072709373268911'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/03/iis-url-rewrite-module-redirect-http-to.html' title='IIS URL Rewrite Module - Redirect HTTP to HTTPS with IIS 7'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3603695157286840634</id><published>2011-03-07T14:30:00.003+05:30</published><updated>2011-03-07T14:46:17.733+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>Skill Based Search in Lync 2010</title><summary type='text'>As we search in Lync for people in the organization by name, we can configure it to enable search for people by skill set. When I was searching for ways on extending Lync Client, I came across this built-in feature called “Skill Based Search” on Lync 2010. When we configure Lync Skill Search, users can search SharePoint Server 2010 My Site pages for names, keywords, or specific skills. We can </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3603695157286840634/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3603695157286840634&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3603695157286840634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3603695157286840634'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/03/skill-based-search-in-lync-2010.html' title='Skill Based Search in Lync 2010'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4259464542992553208</id><published>2011-02-04T14:15:00.001+05:30</published><updated>2011-02-04T14:17:40.714+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>How to Configure SSL on Particular Pages of an IIS 7 Website</title><summary type='text'>Today I wanted to force SSL on selected pages of a Website which is hosted in IIS 7. I could find lot of articles in the Web describing how to configure SSL for the whole website. But I needed it for few specific pages only. This is the way finally I achieved my goal.Using Server Certificates feature of the IIS server install my certificate.Create a SSL Binding for my Web site and make sure all </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4259464542992553208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4259464542992553208&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4259464542992553208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4259464542992553208'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/02/how-to-configure-ssl-on-particular.html' title='How to Configure SSL on Particular Pages of an IIS 7 Website'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3023202288385941351</id><published>2011-01-20T16:38:00.005+05:30</published><updated>2011-01-20T16:58:54.176+05:30</updated><title type='text'>ClickOnce Deployment</title><summary type='text'>In order to use ClickOnce deployment, first of all we have to publish our desktop application to a Web site, FTP server, or to a file path. Then we can use a client script in our Web application to download and run the published desktop application.  1. Go to the Properties of the Windows/WPF project. In the Publish tab set the publish location. Here I have published my application to an IIS Web </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3023202288385941351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3023202288385941351&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3023202288385941351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3023202288385941351'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/01/clickonce-deployment.html' title='ClickOnce Deployment'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8JIeVTYjezw/TTgYNcyO6OI/AAAAAAAAA2g/QCw-0SMAtew/s72-c/3.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2439904416633142020</id><published>2011-01-20T12:14:00.002+05:30</published><updated>2011-01-20T12:18:02.630+05:30</updated><title type='text'>ClickOnce Deployment – Add Custom Desktop Icon for the Shortcut</title><summary type='text'>An application deploying by ClickOnce deployment can be configured to available online only or to available through the start menu. By selecting "The application is available offline as well (launchable from Start menu)" option from the Project Properties -&gt; Publish Tab, it can make available in offline mode as well.In order to create a shortcut on the user’s desktop for this application, we have</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2439904416633142020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2439904416633142020&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2439904416633142020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2439904416633142020'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2011/01/clickonce-deployment-add-custom-desktop.html' title='ClickOnce Deployment – Add Custom Desktop Icon for the Shortcut'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_8JIeVTYjezw/TTfaM3cwvHI/AAAAAAAAA2I/b0qLOtV1yR8/s72-c/1.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-6348280450594490014</id><published>2010-12-21T15:23:00.005+05:30</published><updated>2010-12-25T09:17:02.502+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>Logging using Enterprise Library - Change the log file Name and Path to the My Documents folder</title><summary type='text'>When using Enterprise Library Logging Application Block as the logging tool, here is how to change the file path and the name of the trace file during run time. What I'm doing here is update the listener's "filename" (loggingConfiguration-&gt;listeners) in the App.config.using System.Configuration;using Microsoft.Practices.EnterpriseLibrary.Logging.Configuration;/// &lt;summary&gt;/// Change the log file </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/6348280450594490014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=6348280450594490014&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6348280450594490014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6348280450594490014'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/12/logging-using-enterprise-library-change.html' title='Logging using Enterprise Library - Change the log file Name and Path to the My Documents folder'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2393516997598868030</id><published>2010-12-01T17:15:00.008+05:30</published><updated>2010-12-17T22:27:48.645+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>SharePoint - CRM Integration: Create a SharePoint Document Library on CRM Opportunity Creation</title><summary type='text'> In CRM 4.0 there is no way to maintain a set of related documents for Opportunities created within the CRM. Therefore it is a good idea to integrate CRM and SharePoint here, so that for each Opportunity creation in CRM a document library will get created in a specified SharePoint site automatically. We can achieve this task by registering a plugin to execute in Opportunity Create step.Plugin </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2393516997598868030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2393516997598868030&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2393516997598868030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2393516997598868030'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/12/sharepoint-crm-integration-create.html' title='SharePoint - CRM Integration: Create a SharePoint Document Library on CRM Opportunity Creation'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1611814726136259136</id><published>2010-11-24T16:03:00.007+05:30</published><updated>2010-12-15T09:54:54.902+05:30</updated><title type='text'>CRM 4 Plugins – Read Entity Attributes within the Plugin</title><summary type='text'>CRM 4.0 Plugins are a way to integrate custom business logic into CRM 4.0's platform. Here are the high-level steps to follow in plugin creation and registration. For the plugin registration, Plugin Registration Tool for CRM 4.0 delivered with CRM 4.0 SDK is used.Implement PluginVisual Studio class library project can be used to implement pluginsInherit the class from IPlugin classImplement "</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1611814726136259136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1611814726136259136&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1611814726136259136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1611814726136259136'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/11/crm-4-plugins-read-entity-attributes.html' title='CRM 4 Plugins – Read Entity Attributes within the Plugin'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_8JIeVTYjezw/TOzqphmf7oI/AAAAAAAAA1Y/JmdjvCpCf8g/s72-c/1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3466352491032652696</id><published>2010-11-03T09:11:00.002+05:30</published><updated>2010-11-03T09:19:29.162+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DB technologies'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>How to Get Row Count of All Tables - SQL Server</title><summary type='text'>For this purpose doing a rowcount for each table will take forever, if the DB is fairly large. In both of following ways we don't count rows of each table, instead just look in SQL Server where it is already stored.Query 1:SELECT     [TableName] = O.name,     [RowCount] = MAX(I.rows) FROM     sysobjects O,     sysindexes I WHERE     O.xtype = 'U' AND I.id = OBJECT_ID(O.name) GROUP BY O.name ORDER</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3466352491032652696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3466352491032652696&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3466352491032652696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3466352491032652696'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/11/how-to-get-row-count-of-all-tables-sql.html' title='How to Get Row Count of All Tables - SQL Server'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-7198373469881829496</id><published>2010-09-24T11:58:00.010+05:30</published><updated>2010-09-24T12:22:03.127+05:30</updated><title type='text'>How to get a DLL Already Deployed in GAC</title><summary type='text'>This is a simple task as mapping the Windows assembly folder as a network drive and opening respective folder with equivalent dll name. But since I’m always forgetting it, finally thought of blogging ...  First we need to add our assembly folder as a Network Drive by Tools -&gt; Map Network Drive or by My Computer -&gt; Right Click -&gt; Map Network Drive    Specify the path to assembly folder as </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/7198373469881829496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=7198373469881829496&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7198373469881829496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7198373469881829496'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/09/how-to-get-dll-already-deployed-in-gac.html' title='How to get a DLL Already Deployed in GAC'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8JIeVTYjezw/TJxG6BCrHJI/AAAAAAAAA0k/PglmqZcx09g/s72-c/1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-6289682865848153001</id><published>2010-09-13T10:18:00.004+05:30</published><updated>2010-09-13T10:25:38.425+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administration'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>Running Dynamics CRM 4.0 with a Service Account</title><summary type='text'>When I install CRM 4.0, I got the warning message "Verify Domain User account SPN for the Microsoft Dynamics CRM ASP.NET Application Pool account" in system requirements window. But it did not prevent me from installing CRM, so I proceeded. After successfully completing other steps I couldn't browse CRM page. I was getting an error message saying "Caller does not have enough privilege to set the </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/6289682865848153001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=6289682865848153001&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6289682865848153001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6289682865848153001'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/09/running-dynamics-crm-40-with-as-service.html' title='Running Dynamics CRM 4.0 with a Service Account'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_8JIeVTYjezw/TI2thQS2_GI/AAAAAAAAA0c/-SV2iGxi8mM/s72-c/crm+err.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-6630329981778664963</id><published>2010-06-15T10:10:00.009+05:30</published><updated>2011-05-20T09:12:52.729+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>Issue in Embedding a Flash Image Rollup – SharePoint 2010</title><summary type='text'>My goal is to embed a Flash control in a SharePoint site that displays several images iteratively. So one approach is, upload the .SWF file and the images to a web location, preferably a library in the same SharePoint site. Then can develop a custom WebPart control or use content editor WebPart to include following code segment.&lt;div&gt; &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/6630329981778664963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=6630329981778664963&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6630329981778664963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6630329981778664963'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/06/issue-in-embedding-flash-image-rollup.html' title='Issue in Embedding a Flash Image Rollup – SharePoint 2010'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8JIeVTYjezw/TBcHmObY59I/AAAAAAAAA0E/3147IrKPWDk/s72-c/1.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-6776139365258403611</id><published>2010-05-02T20:35:00.004+05:30</published><updated>2010-05-02T20:41:47.696+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>Architecture Modeling in VS 2010</title><summary type='text'>Microsoft Visual Studio has now become a good Integrated Requirements, and Architecture and Modeling tool by embracing Unified Modeling Language (UML) into VS 2010, thereby making architecture, design, development, and testing seamlessly possible with its IDE. Visual Studio 2010 has support for following UML 2.1.2 diagramming types; Class diagramSequence diagramUse Case diagramActivity </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/6776139365258403611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=6776139365258403611&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6776139365258403611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6776139365258403611'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/05/architecture-modeling-in-vs-2010.html' title='Architecture Modeling in VS 2010'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8JIeVTYjezw/S92WA0HrUqI/AAAAAAAAAz0/nCbF_zkMXZc/s72-c/sd.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-8637476665136344472</id><published>2010-04-15T09:37:00.004+05:30</published><updated>2010-04-19T10:53:28.576+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>Visual Studio 2010</title><summary type='text'>The official Visual Studio 2010 version is now released and trial versions can be downloaded from the Microsoft site this location.Here is a feature comparison of different VS 2010 products.Feature Description when you install VS 2010 Ultimate:Installs the Visual Studio 2010 Ultimate integrated environment together with modeling, development, testing, and deployment components that can simplify </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/8637476665136344472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=8637476665136344472&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/8637476665136344472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/8637476665136344472'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/04/visual-studio-2010.html' title='Visual Studio 2010'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_8JIeVTYjezw/S8aTYKYuCwI/AAAAAAAAAzM/L7CAlKW7LZU/s72-c/VS_Features.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2290811922145991838</id><published>2010-02-21T08:56:00.006+05:30</published><updated>2010-02-21T09:03:35.302+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>Office Live Workspace</title><summary type='text'>Office Live Workspace (Workspace.OfficeLive.com) is an online extension to Microsoft Office and any of Microsoft Office documents (Word, Excel, and PowerPoint) can be added and accessed through the Workspace. It is a free service for storing and sharing documents online.Office Live Workspace requires web access and a compatible browser. In order to access workspace directly from MS Office; users </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2290811922145991838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2290811922145991838&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2290811922145991838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2290811922145991838'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2010/02/office-live-workspace.html' title='Office Live Workspace'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8JIeVTYjezw/S4CofN2zmpI/AAAAAAAAAy0/7nMsXvZb9Hg/s72-c/Office+Live+Workspace.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4386411009820610808</id><published>2009-09-23T17:39:00.004+05:30</published><updated>2011-05-20T09:25:10.278+05:30</updated><title type='text'>Dynamically Loading .NET Custom Controls Using Reflection</title><summary type='text'>The usual way of adding custom controls on a Web Forms page is by specifying the required HTML markup in the Web Page. But in real world applications we may need to dynamically load custom controls. Here is one way of doing so using Reflections. System.Reflection.Assembly a =             System.Reflection.Assembly.Load("Myproject.Controls");Type t = a.GetType(string.Concat("Myproject.Controls.", </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4386411009820610808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4386411009820610808&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4386411009820610808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4386411009820610808'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/09/dynamically-loading-net-custom-controls.html' title='Dynamically Loading .NET Custom Controls Using Reflection'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-5209073431423257135</id><published>2009-09-01T17:19:00.012+05:30</published><updated>2009-09-01T17:54:35.270+05:30</updated><title type='text'>Visual Studio Projects - Project Type GUIDs</title><summary type='text'>Visual Studio projects have a project type (in some cases more than one type) and it is identified by a unique GUID. This GUID is generally available in the project file. But in projects like Web Site projects which do not have a project file; this GUID is stored in the solution file.A list of known project type GUIDs are as follows:Windows (C#){FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}Windows (</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/5209073431423257135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=5209073431423257135&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5209073431423257135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5209073431423257135'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/09/visual-studio-projects-project-type.html' title='Visual Studio Projects - Project Type GUIDs'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3323968922802795427</id><published>2009-08-03T13:35:00.003+05:30</published><updated>2011-05-20T09:33:14.119+05:30</updated><title type='text'>Exception Handling and Logging – Using Microsoft.Practices.EntrepriceLibrary</title><summary type='text'>System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security."I received this error when I was trying to log application exception details to the event log using below method. With bit of googling I understood that my app is trying to write to the Event Log using a value for "Source" that has not been registered.  As </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3323968922802795427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3323968922802795427&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3323968922802795427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3323968922802795427'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/08/exception-handlinglogging-using.html' title='Exception Handling and Logging – Using Microsoft.Practices.EntrepriceLibrary'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_8JIeVTYjezw/Snabp8ugKjI/AAAAAAAAAyo/QmV45Y2ClrY/s72-c/cmd.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-9105928176901827499</id><published>2009-06-08T17:34:00.003+05:30</published><updated>2011-05-20T09:47:47.319+05:30</updated><title type='text'>Prism - Mozilla Labs</title><summary type='text'>Prism is a new project by Mozilla labs which is capable of separating web applications from the browser and running Web Apps as separate desktop applications. In other words a Web App can be run as a desktop application and not run from within a browser.  Also in some cases Prism can be used even to run Web applications offline.  With Prism applications run separately from the browser, so they </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/9105928176901827499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=9105928176901827499&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/9105928176901827499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/9105928176901827499'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/06/prism-mozilla-labs.html' title='Prism - Mozilla Labs'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_8JIeVTYjezw/Siz_AyUtwiI/AAAAAAAAApQ/8lupXm6u_bQ/s72-c/prism.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1293695358177303594</id><published>2009-05-22T11:38:00.002+05:30</published><updated>2009-05-22T11:52:30.625+05:30</updated><title type='text'>Determine SQL Server Object Dependencies with sp_Depends and sp_ MSdependencies</title><summary type='text'>The sp_Depends system stored procedure displays information about object dependencies for a table, view, stored procedure, user defined function, or trigger using the information stored in a system table named sysdepends.Syntax:    EXEC sp_depends @objname = N'dbo.table1';   This will return both the name and type of the objects dependent on 'table1'. However sp_depends doesn't list tables, but </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1293695358177303594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1293695358177303594&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1293695358177303594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1293695358177303594'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/05/determine-sql-server-object.html' title='Determine SQL Server Object Dependencies with sp_Depends and sp_ MSdependencies'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_8JIeVTYjezw/ShZEgJ_akBI/AAAAAAAAApI/hh3kiJfOtzk/s72-c/1.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4321285283252933580</id><published>2009-04-29T15:12:00.005+05:30</published><updated>2011-05-20T09:59:08.202+05:30</updated><title type='text'>Difference between Clustered and Non-Clustered Indexes</title><summary type='text'>Clustered Index:  index entries are actually data records and the database table is physically sorted on the basis of that index. Therefore when the database searches for an entry, it will end up with the actual data a lot faster.  There can be only one Clustered index for a table. So this is usually made on the primary key.Clustered indexes are good for:Columns that contain a large number of </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4321285283252933580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4321285283252933580&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4321285283252933580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4321285283252933580'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/04/difference-between-clustered-and-non.html' title='Difference between Clustered and Non-Clustered Indexes'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1472989498749524403</id><published>2009-03-10T07:51:00.004+05:30</published><updated>2009-03-10T08:00:31.785+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>NTFS File System for USB Flash Drives</title><summary type='text'>Recently I came across a situation where I wanted to copy a virtual hard disk (which is about 12GB in size) to my USB drive. Though there was enough free space on the disk I wasn't able to copy the file. Reason for this was maximum file size allowed in FAT file system is 4096MB.So I thought of formatting my flash drive with NTFS file system and just searched for pros and cons. Pros: Avoid file </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1472989498749524403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1472989498749524403&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1472989498749524403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1472989498749524403'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/03/ntfs-file-system-for-usb-flash-drives.html' title='NTFS File System for USB Flash Drives'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8JIeVTYjezw/SbXPmOb6FKI/AAAAAAAAAoA/qsr6UGQE7Xc/s72-c/NTFSforUSB.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-199693541437969908</id><published>2009-02-06T05:53:00.002+05:30</published><updated>2009-02-06T05:58:29.755+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>Install &amp; Configure Microsoft Commerce Server 2007</title><summary type='text'>1.   Install Microsoft Commerce Server 2007 Developer Edition on a standard Visual Studio 2005 workstation with default options selected. If you don't want to develop web applications Microsoft .NET Framework 2.0 is sufficient.Commerce Server 2007 needs several prerequisites, including .NET Framework 2.0 and IIS. If these main prerequisites are installed, you can select "Automatically install the</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/199693541437969908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=199693541437969908&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/199693541437969908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/199693541437969908'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/02/install-configure-microsoft-commerce.html' title='Install &amp;amp; Configure Microsoft Commerce Server 2007'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2391707582200645828</id><published>2009-01-15T09:19:00.005+05:30</published><updated>2009-01-15T09:31:41.083+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>How to Add a Tooltip to a Dropdown List</title><summary type='text'>It is common in most web pages that whole text in dropdown lists cannot be seen due to width limitation. One solution for this would be adding tooltip for the dropdown, so that when selecting a value from dropdown, whole text will be appear as a tooltip. For most of browsers implementing tooltip on dropdown control is not a big deal. We can simply add tooltip text with 'title' attribute. C# </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2391707582200645828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2391707582200645828&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2391707582200645828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2391707582200645828'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/01/how-to-add-tooltip-to-dropdown-list.html' title='How to Add a Tooltip to a Dropdown List'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-7125332683015415972</id><published>2009-01-01T20:48:00.004+05:30</published><updated>2009-01-01T21:20:28.613+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>Passing an Event to the Parent Control by Using Delegates</title><summary type='text'>For the purpose implementation of inner control should implement event handler, custom argument class and delegate. Custom argument class is used to pass inner control specific values to the container control. using System.Web.UI.WebControls; namespace InteractiveControls{// Interactive Controlpublic class MyInteractiveControl : CompositeControl{/// &lt;summary&gt;/// Event for delegate method/// &lt;/</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/7125332683015415972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=7125332683015415972&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7125332683015415972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/7125332683015415972'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2009/01/passing-event-to-parent-control-by.html' title='Passing an Event to the Parent Control by Using Delegates'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-9161918037674467876</id><published>2008-12-30T05:57:00.008+05:30</published><updated>2009-01-01T21:16:20.467+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administration'/><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>Unlock TFS Files Locked by Other Developers</title><summary type='text'>It is a common experience that someone needs to unlock a file, locked in Team Foundation Server by another developer at a moment that the developer who locked the file is not available to unlock it. Same thing happens if the original login used for lock a file is no longer exists. For the both cases one solution would be the use of 'tf undo' command from Visual Studio command prompt. The undo </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/9161918037674467876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=9161918037674467876&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/9161918037674467876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/9161918037674467876'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/12/unlock-tfs-files-locked-by-other.html' title='Unlock TFS Files Locked by Other Developers'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2457971338985405077</id><published>2008-07-09T09:47:00.004+05:30</published><updated>2008-07-09T09:54:02.411+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>Session Timeout During Execution – SSRS Reports</title><summary type='text'>This is a common issue in reports, if you are working on generating reports with several hundred thousand records and complex joins. The general solution for this problem would be reducing the time that report takes to run by simplifying the report or improving performance of stored procedures if used. But this is not always possible often  with our rigid requirements. For these situations </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2457971338985405077/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2457971338985405077&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2457971338985405077'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2457971338985405077'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/07/session-timeout-during-execution-ssrs_09.html' title='Session Timeout During Execution – SSRS Reports'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1315474037637195907</id><published>2008-07-08T14:02:00.000+05:30</published><updated>2008-07-08T14:03:24.581+05:30</updated><title type='text'>Virtual Reality and Migration to Virtual Space</title><summary type='text'>Abstract: Virtual Reality is an artificial environment created by computers in which people can immerse themselves and get the sense of a real environment. It is a way for humans to visualize, manipulate and interact with computers and extremely complex data. This technology allows a user to interact with a computer simulated environment, which can be real or imagined one. Virtual Reality </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1315474037637195907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1315474037637195907&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1315474037637195907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1315474037637195907'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/07/virtual-reality-and-migration-to.html' title='Virtual Reality and Migration to Virtual Space'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-497133822162904974</id><published>2008-06-23T16:19:00.004+05:30</published><updated>2008-12-09T11:38:23.100+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>Windows 7 &amp; Final day of Windows XP</title><summary type='text'>There is a buzz among the community that Microsoft is going to end its availability of our popular operating system Windows XP, to retailers and major computer makers. The date set for this is 30th June 2008. As it is saying several top PC sellers including Dell, HP and Acer going to quit from selling notebooks and other products offering Windows XP. June 30 is not Microsoft's final deadline for </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/497133822162904974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=497133822162904974&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/497133822162904974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/497133822162904974'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/06/final-day-of-windows-xp.html' title='Windows 7 &amp; Final day of Windows XP'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_8JIeVTYjezw/SF-AUHkrEGI/AAAAAAAAAb4/yP_W7dxETeI/s72-c/download1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-6431971452832154432</id><published>2008-05-16T18:11:00.003+05:30</published><updated>2008-12-09T11:38:23.237+05:30</updated><title type='text'>Microsoft DreamSpark</title><summary type='text'>I accidently found this place called "Microsoft DreamSpark" from MSDN, where several Microsoft products giving for students at no cost. In their words,"DreamSpark is simple, it'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 - or just get head start on your career"But </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/6431971452832154432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=6431971452832154432&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6431971452832154432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6431971452832154432'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/05/microsoft-dreamspark.html' title='Microsoft DreamSpark'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_8JIeVTYjezw/SC2Dn6DQrNI/AAAAAAAAAbQ/f8lvQtmm7KE/s72-c/MSDreamSpark.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3901567604212139057</id><published>2008-05-04T08:48:00.003+05:30</published><updated>2008-05-07T08:20:24.274+05:30</updated><title type='text'>Active Directory</title><summary type='text'>Active Directory is a centralized and standardized system that automates network management of user data, security, and distributed resources, and enables interoperation with other directories. It is an implementation of LDAP directory services which is designed especially for distributed networking environments.  Its main purpose is to provide central authentication and authorization services </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3901567604212139057/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3901567604212139057&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3901567604212139057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3901567604212139057'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/05/active-directory.html' title='Active Directory'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-5465877296960288181</id><published>2008-05-04T08:44:00.003+05:30</published><updated>2008-05-16T17:36:35.517+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administration'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>How to install Active Directory in Windows Server 2003</title><summary type='text'>This is a simple guide to install Active Directory with a Domain Controller and a new Domain in a Windows Server 2003 machine as a fresh installation. Before begin the installation make sure you have the Windows Server 2003 installation CD.  1.  Go to Start -&gt; Run  2. Type the command “dcpromo”, hit “Enter”                  You will get “Active Directory Installation Wizard”  3. To continue, </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/5465877296960288181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=5465877296960288181&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5465877296960288181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5465877296960288181'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/05/how-to-install-active-directory-in.html' title='How to install Active Directory in Windows Server 2003'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-6463202589083990578</id><published>2008-04-23T09:27:00.001+05:30</published><updated>2008-04-23T19:20:13.791+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Events'/><title type='text'>Imagine Cup 2008 – Sri Lanka Finals</title><summary type='text'>The long waiting event among university students/ high educational institutes of Sri Lanka, the Imagine Cup 2008 final round of the local competition happened yesterday. Once again a team from University of Moratuwa consisting 2 members from Faculty of Information Technology and 2 members from Faculty of Engineering won the competition. Well done team!!!.2nd Place (1st runner-up) of the </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/6463202589083990578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=6463202589083990578&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6463202589083990578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/6463202589083990578'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/04/imagine-cup-2008-sri-lanka-finals.html' title='Imagine Cup 2008 – Sri Lanka Finals'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4053895973526225951</id><published>2008-04-18T18:55:00.002+05:30</published><updated>2008-04-25T17:49:17.345+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administration'/><title type='text'>Maximum RAM support for today Windows operating systems</title><summary type='text'>This is the maximum RAM limit for some of commonly used operating systems as of now.             Version         Limit in 32-bit Windows         Limit in 64-bit Windows             Physical Memory Limits for Windows Vista             Windows Vista Ultimate          4 GB         128 GB             Windows Vista Enterprise          4 GB         128 GB             Windows Vista Business         4 GB</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4053895973526225951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4053895973526225951&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4053895973526225951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4053895973526225951'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/04/maximum-ram-support-for-today-windows.html' title='Maximum RAM support for today Windows operating systems'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-4618258755966173851</id><published>2008-04-18T15:14:00.000+05:30</published><updated>2008-04-23T19:22:34.234+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administration'/><title type='text'>Maximum RAM limit in Windows XP / Vista</title><summary type='text'>The maximum RAM supported in Windows XP (4GB) has become a subject to lot of discussions. The reason for this limit is address-apace limit in 32-bit operating systems. Even though it is said to be 4GB of maximum, you won’t actually get 4GB, because of part of address-space is used to PCI devices, Graphics card, etc. So it is only 3.23GB is shown in System Properties.What about Maximum RAM limit </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/4618258755966173851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=4618258755966173851&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4618258755966173851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/4618258755966173851'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/04/maximum-ram-limit-in-windows-xp-vista.html' title='Maximum RAM limit in Windows XP / Vista'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-5189192104814289745</id><published>2008-04-15T18:40:00.001+05:30</published><updated>2008-04-25T18:14:16.431+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>Execute a JavaScript in PageLoad , when using custom controls in ASP.NET</title><summary type='text'>I know that most of you are familiar with adding client side scripts in ASP.NET custom controls for various events, preferably for ‘onclick’ event of controls. The common way is adding script as an attribute of the control.                btnSubmit.Attributes.Add("onClick", "enableDateValidator(); document.getElementById('lblE').style.display='none';")Here is the way to add a JavaScript, which </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/5189192104814289745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=5189192104814289745&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5189192104814289745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5189192104814289745'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/04/execute-javascript-in-pageload-when.html' title='Execute a JavaScript in PageLoad , when using custom controls in ASP.NET'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2048259184243695765</id><published>2008-03-08T09:43:00.004+05:30</published><updated>2008-04-25T19:46:05.201+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Events'/><title type='text'>Imagine Cup 2008 Sri Lanka - Software Design</title><summary type='text'>CONGRATULATIONS... First Round WINNERS! Team NameApplication NameUniversity/FacultySasruthaHaritha PrayathnaUniversity of Moratuwa - Faculty of Information Technology/Faculty of EngineeringWill PowerCleaning License Management SystemUniversity of Moratuwa - Computer Science and EngineeringGaganaEDUMSSri Lanka Institute of Information Technologye-Ce – cultivatorsUniversity of Colombo School of </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2048259184243695765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2048259184243695765&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2048259184243695765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2048259184243695765'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/03/imagine-cup-2008-sri-lanka-software.html' title='Imagine Cup 2008 Sri Lanka - Software Design'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1381477696360551650</id><published>2008-02-22T09:33:00.000+05:30</published><updated>2008-04-23T19:22:57.502+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='DB technologies'/><title type='text'></title><summary type='text'>Example Oracle Procedure with Cursors to loop inside and Table TypesPROCEDURE UpdateLeader(argMemId IN ChallengeMember.MemberId%TYPE) ISCURSOR userChallenges IS SELECT DISTINCT(CHALLENGEMEMBER.CHALLENGEID) FROM CHALLENGEMEMBER, CHALLENGE WHERE CHALLENGEMEMBER.MEMBERID = argMemId AND CHALLENGEMEMBER.CHALLENGEID = CHALLENGE.CHALLENGEID AND (CHALLENGE.CHALLENGESTATUSID = 2 OR </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1381477696360551650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1381477696360551650&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1381477696360551650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1381477696360551650'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/02/example-oracle-procedure-with-cursors.html' title=''/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-2151282678705956093</id><published>2008-02-19T15:14:00.001+05:30</published><updated>2008-05-16T17:36:08.159+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administration'/><category scheme='http://www.blogger.com/atom/ns#' term='How to ...'/><title type='text'>How to Install ColdFusion 8 on Linux?</title><summary type='text'>Grant  Execute  permission  to   the  Coldfusion‐8‐lin.bin  binary  filechmod  +x  Coldfusion‐8‐lin.bin   Execute  Coldfusion‐8‐lin.bin./Coldfusion‐8‐lin.bin   Enter  the  Locale1  (English)   Hit  Enter  28  times  to   continue  the  agreement Enter  “Y”  to  accept  the   agreement Enter  the  version  to  install3  (Developer  Edition)  Enter  the  next  task  to   perform1  (Server  </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/2151282678705956093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=2151282678705956093&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2151282678705956093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/2151282678705956093'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/02/how-to-install-coldfusion-8-on-linux.html' title='How to Install ColdFusion 8 on Linux?'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-8021445860637076514</id><published>2008-01-08T23:24:00.000+05:30</published><updated>2008-04-23T19:22:57.503+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='DB technologies'/><title type='text'>Big Oracle Procedure as an Example</title><summary type='text'>PROCEDURE GetMapDetails(argMemberId IN  Member.MemberId%TYPE, argProvinceId IN Member.POSTALCODEPROVINCEID%TYPE,  argMapDetails OUT refCursorType)   IS   totalMemPoints1 NUMBER;   totalMemPoints2 NUMBER;   totalMemPoints NUMBER;   totalProvPoints1 NUMBER;   totalProvPoints2 NUMBER;   totalProvPoints NUMBER;   totalConPoints1 NUMBER;   totalConPoints2 NUMBER;   totalConPoints NUMBER;BEGIN   SELECT</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/8021445860637076514/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=8021445860637076514&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/8021445860637076514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/8021445860637076514'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2008/01/big-oracle-procedure-as-example.html' title='Big Oracle Procedure as an Example'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-5124557897329057750</id><published>2007-12-06T16:10:00.000+05:30</published><updated>2008-04-23T19:21:45.801+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>JavaScript Email Validation, Radio Button Validation</title><summary type='text'>Here is a Javascript example for validate an email address and validate radio buttons on a form.  For the radio buttons it will check that, one has selected and returns which one has selected.    function validateInputs()    {        errText = "";        uSignUpEmail = document.getElementById('txtSignUpEmail').value;        if ((uSignUpEmail.length &lt;= 0) || (emailCheck(uSignUpEmail)==false))</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/5124557897329057750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=5124557897329057750&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5124557897329057750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/5124557897329057750'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2007/12/javascript-email-validation-radio.html' title='JavaScript Email Validation, Radio Button Validation'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-3374333753926231562</id><published>2007-11-30T17:14:00.001+05:30</published><updated>2008-04-23T19:20:45.030+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DB technologies'/><title type='text'>SQL*Plus and Oracle</title><summary type='text'>&lt;!-- .style1 {  font-size: 8px } --&gt;SQL*Plus is  a command line SQL and PL/SQL language interface and reporting tool that ships  with the Oracle Database Client and Server.Connect to a  Oracle (10g) Database using SQL*Plus    From  the Start menu find SQL*Plus in oracle home (If you are  going to connect from a remote machine you need to have an oracle client  installed on it).    Give User Name,</summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/3374333753926231562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=3374333753926231562&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3374333753926231562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/3374333753926231562'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2007/11/sqlplus-and-oracle.html' title='SQL*Plus and Oracle'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1999316031031305969.post-1788584280913746421</id><published>2007-11-22T11:46:00.000+05:30</published><updated>2008-04-23T19:21:15.660+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DB technologies'/><title type='text'>Development on Oracle 10g Packages, Stored procedures, Functions</title><summary type='text'>An Oracle package is a schema  object that groups logically related PL/SQL types, items and subprograms.Packages have two parts, the  specification and the body.    The specification is the interface into the package. It       describes all the types, variables, procedures, etc within the package.The body has all the implementation. Inside the body you       would actually write the procedures, </summary><link rel='replies' type='application/atom+xml' href='http://onlinecoder.blogspot.com/feeds/1788584280913746421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1999316031031305969&amp;postID=1788584280913746421&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1788584280913746421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1999316031031305969/posts/default/1788584280913746421'/><link rel='alternate' type='text/html' href='http://onlinecoder.blogspot.com/2007/11/development-on-oracle-10g-packages.html' title='Development on Oracle 10g Packages, Stored procedures, Functions'/><author><name>Prasad Sampath Wickramasinghe</name><uri>http://www.blogger.com/profile/06546242219910909211</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://farm2.static.flickr.com/1194/1471159922_5c1ff1616b_m.jpg'/></author><thr:total>0</thr:total></entry></feed>
