Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Tags
Certifications
Customization
SharePoint Customization
SharePoint2007
SSP
stsadm sharepoint2007
WHS Networking Router
Archives
Archives
April 2013
(1)
March 2013
(3)
February 2013
(2)
May 2012
(2)
February 2012
(1)
January 2012
(1)
December 2011
(1)
October 2011
(1)
September 2011
(1)
August 2011
(6)
June 2011
(2)
December 2010
(5)
November 2010
(2)
October 2010
(3)
August 2010
(3)
July 2010
(1)
May 2010
(1)
February 2010
(2)
November 2009
(4)
August 2009
(1)
July 2009
(2)
May 2009
(2)
April 2009
(5)
February 2009
(7)
September 2008
(1)
July 2008
(1)
June 2008
(1)
April 2008
(2)
Twitter Feed
Tweets by @rprakashg
XBOX Live
Get the
Xbox Live Gamercard
widget and many other
great free widgets
at
Widgetbox
! Not seeing a widget? (
More info
)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ram's Blog
implementing a simple Cross SIte collection list view webpart
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
17
Comments
Out of the box list view web part does not support lists that are contained in a different site collection. In this post I will show you how you can write a simple web part that will allow cross site collection list support. Within the custom web part...
Ram's Blog
Using Camtasia on Windows 2008 Server
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
2
Comments
I recently installed Camtasia on windows server 2008 r2 instance and ran into an error when ever I started Camtasia “Program cannot start missing WMVCore.dll”. It worked on my Windows Server 2008 instance and for the life of god I couldn’t figure out...
Ram's Blog
SharePoint 2010 Service Accounts, Permissions and Security Settings
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
I recently had to provide our infrastructure and security team information regarding SharePoint 2010 service accounts, required permissions, database roles and permissions, registry and file system permissions needed etc. I compiled all the info...
Ram's Blog
Default SharePoint 2010 Groups, Permissions, Permission Levels
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
As you are planning security for your SharePoint sites its important to understand the default SharePoint groups, Permissions, Permission Levels etc. I put together a worksheet that will help with this, If you are interested you can download this worksheet...
Ram's Blog
Building a customized document library filtering using content editor webpart and javascript
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
5
Comments
This is a very long overdue post, I have implemented this back in SPS 2003 and same approach works in current version of SharePoint either WSS or MOSS. In this post I will cover how you can implement a custom document library filtering functionality into...
Ram's Blog
Integrating sandcastle into build process to generate MSDN style documentation
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
A well documented code is always a good thing especially when it comes to maintaining it. I’d like to remind you guys a quote from Rick Osborne “ Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where...
Ram's Blog
Tagging and Social Bookmarking External Sites in SharePoint 2010
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
2
Comments
I’m amazed how many people don’t know you have social tagging and bookmarking external sites capabilities in SharePoint 2010. In this article I will show with few simple steps how you can start tagging and bookmarking external sites Browse to your...
Ram's Blog
Moving SSP Admin site to a new web application
Posted
over 5 years ago
by
Ram Gopinathan [SharePoint MCM]
4
Comments
Here is exact steps to move SSP Administration site to a new web application Create a new web application through central admin Define a new "ssp/admin" manage path for the new web application created for SSP Admin site, ensure the new web application...
Ram's Blog
Hiding Search Scopes Dropdown in Site Master Page
Posted
over 5 years ago
by
Ram Gopinathan [SharePoint MCM]
4
Comments
When I was looking to implement this for one of the SharePoint sites I worked on, I never was able to find a step by step instructions. Here is exact steps to hide scopes drop down in site master page Under your Features folder look for "OSearchBasicFeature...
Ram's Blog
Sharepoint javascript utilities
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
2
Comments
I posted my sharepoint javascript utilities to msdn code gallery site, it contains re-usable methods for getting sharepoint list data, getting list schema information, etc from client. Also has a dropdownloader JS Object that you can instantiate and use...
Ram's Blog
Adding word document save as functionality to your SharePoint 2010 site
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
Word automation services in SharePoint 2010 provides you a “Save-As” experience on the server which otherwise would have required Office client installed. By default there is no UI integration available and you have to write custom code and use OM to...
Ram's Blog
showing items saved to My links on sharepoint site filtered by group
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
1
Comments
I’m working on a Search oriented portal using FAST search, one of the requirements we have is the ability to save currently executed search so users can re-run the search at a later point of time. We wrote a custom web part that leverages “My Links” to...
Ram's Blog
“ImportModelReceiver” Feature Receiver in “Microsoft.Office.SharePoint.ClientExtensions” assembly
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
I’m wondering why on earth “ImportModelReceiver” class is defined in “Microsoft.Office.SharePoint.ClientExtensions.dll” under “Microsoft.Office.SharePoint.ClientExtensions.Deployment” namespace. Incase some...
Ram's Blog
Automating SharePoint 2010 Install on Windows 7
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
Couple of weeks ago I was tasked with helping the infrastructure team at my current client to build out 20 some Virtual Development Images (VDI’s) for SharePoint 2010 Development both for onshore/offshore team. Installing SharePoint 2010 on Windows 7...
Ram's Blog
Setting up remote access in HP Mediasmart HOME Server
Posted
over 5 years ago
by
Ram Gopinathan [SharePoint MCM]
1
Comments
Over the weekend I was busy setting up my HP Mediasmart Home Server. I have to say I'm extremely happy with my decision to purchase the product. My top 4 reasons for purchasing this product Centralized storage solution (Easy to upgrade) Share...
Ram's Blog
My MCM experience
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
2
Comments
This is sort of a delayed post but its better late than never right? In March I got to attend MCM SharePoint R2 rotation in Seattle Washington along with I guess 16 other SharePoint peeps mostly internal full time MS employees and a handful of partners...
Ram's Blog
Things you should know when you are planning deploying office web applications with SharePoint 2010
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
Office Web Applications is one of the coolest features available with Office 2010 and SharePoint 2010, there are couple of things you need to be aware of when planning an Office Web Applications Deployment One of the important things to understand...
Ram's Blog
Downloading files from document library remotely without any OM code
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
3
Comments
I’ve had a few scenarios where I needed to download files from a document library remotely without using any object model code. Here is simple program that does just that. First step is use the Lists web service to retrieve list items from the document...
Ram's Blog
Using Resource Files in BDC model
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
Business Data Connectivity Service in SharePoint 2010 supports two types of files Model (contains the base meta data for the LOB system) Resource (enables you to import or export only the localized names, properties, permissions, custom environment settings...
Ram's Blog
Supported way of replacing application pages in layouts directory
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
In SharePoint 2010 the CustomPages dictionary allows you to replace AccessDenied, Confirmation, Error, Login, RequestAccess, Signout, or WebDeleted pages by supplying an alternative path to a different file in the layouts directory. You can access...
Ram's Blog
PowerShell Script to auto create External Lists for all ECT’s defined in your BDC Model
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
If you are looking to auto create External Lists for all the ECTs defined in your BDC Model, I published PowerShell Script to Scripting Repository site on TechNet http://gallery.technet.microsoft.com/scriptcenter/en-us/82437789-f294-4bcd-8210-a1ba0e081f82...
Ram's Blog
Things you should know when using silverlight in SP2010
Posted
over 4 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
We have been using Silverlight heavily in my current SP2010 project and here are the things you should know when using silverlight in SP2010 sites SL Webpart does not load in IE 64bit, be sure to browse the site in IE 32 bit mode SL Webpart did not load...
Ram's Blog
Host Named Site Collections
Posted
over 5 years ago
by
Ram Gopinathan [SharePoint MCM]
1
Comments
You can create host named site collections if you would like to host all of your portal sites as site collections within one SharePoint web application. · provide a fully qualified domain name (FQDN) for your SharePoint web application through the...
Ram's Blog
Claims Picker Error
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
The other day I ran across an error in the new Claims Picker Dialog for a SharePoint 2010 web application configured in Claims Mode. See the screen print below regarding the actual error I was getting Basically the cause for this error was I had the web...
Ram's Blog
Business Connectivity Services Error “Edit form not found” or “New Form not found”
Posted
over 3 years ago
by
Ram Gopinathan [SharePoint MCM]
0
Comments
I recently came across an issue while working with Business Connectivity Services. When developing with BCS its pretty common to implement your “ReadList” and “ReadItem” methods first, create the external list and test the functionality and then go back...
Page 1 of 3 (64 items)
1
2
3