4,423 reputation
816
bio website mike-greene.com
location North Carolina
age 28
visits member for 3 years, 7 months
seen May 8 at 21:15
stats profile views 350

SharePoint Consultant with a passion for music, photography & media. Nerd, blogger and enthusiast of all things branding, social media, technology & travel.

Michael is a Raleigh-Durham based SharePoint Consultant for Intellinet’s Portals and Collaboration practice. Michael has been working with SharePoint since early 2007, and is active in the SharePoint community through his blog, twitter, and participation in community forums and user groups. Six Sigma certified, Michael’s passion is improving business process and efficiencies through the use of SharePoint, and helping clients realize the full potential of the platform.


Apr
10
comment masterpage javascript not working while anonymous user visits the site
Where is the JavaScript stored? 14/15 hive? Style library? Embedded in the master?
Apr
5
revised Replacing text with logo images on top link bar
edited tags
Apr
5
answered which is better building sites/libraries through Ul or programmatically?
Mar
21
answered how to change sharepoint web parts loading order
Mar
4
comment Javascript upgrade when upgrading from MOSS 2007 to SP 2010?
You could potentially use search to search for any .js filetypes, but there's no guarantee that'd find everything. There is no way to locate all of those scripts; one of the drawbacks to the CEWP approach.
Mar
1
answered Javascript upgrade when upgrading from MOSS 2007 to SP 2010?
Jan
29
comment 'SPServices' is null or not an object
This is not correct. This example assumes that his JavaScript assets are in the root site of the web application, which is not the case given the example paths in the original post. There is nothing wrong with the way Srikanth has loaded his JavaScript.
Jan
28
answered Quick launch strange behaviour
Dec
19
comment Ribbon gets hidden by default. How to fix that?
Is this a publishing site and/or does it have anonymous access enabled?
Dec
19
comment How to change internal field name(column name) of sharepoint list?
Those types of changes are definitely unsupported. The static name doesn't change because of SharePoint's reliance on that name being consistent for the benefit of other parts of the system. As @KitMenke said, I definitely wouldn't dork around with it in SPM.
Dec
19
answered Search works in Search Center, but not in local sites - any more
Dec
19
answered How to remove ms-cui-disabled from a button?
Dec
19
answered Ribbon gets hidden by default. How to fix that?
Dec
19
comment How to Repair a Broken v4.master Without Direct Access to the Server?
If you've hosed the web UI and can't do anything there, your ONLY option will be PowerShell, managed code, or SharePoint Designer.
Dec
19
comment How to change internal field name(column name) of sharepoint list?
It's worth adding to Rajesh's answer, that in no way, shape or form, should you ever edit any SharePoint configuration or content databases directly in SQL. Database level changes are not supported, which is why Microsoft gives us multiple APIs to manage and manipulate the system.
Dec
19
answered Why we need to do IIS Reset after adding a template
Dec
18
comment Site Creation using SharePoint
That would be native, out of the box capability then.
Dec
18
comment Site Creation using SharePoint
You'll likely need to do some custom development if you want to automatically route users to a specific page based on location. If you have that information in UPS it's likely a lot easier to achieve, but still would require custom development.
Dec
18
revised Site Creation using SharePoint
edited tags
Dec
18
answered Site Creation using SharePoint