187 posts from: Alpesh Nakar -ITs all about Technology
How To Create SharePoint 2010 Site Collection In Its Own DB
(Indexed 2010-09-06):
Early this week on site deploying SharePoint 2010, the client wanted to create few site collections for their development team. He tried to create using the Central Administration and could not see any options for creating SharePoint site collections in their own databases! Well, thats not news to all of us in the SharePoint World! [...]
Remove SharePoint 2010 Social Tags Ribbon Control
(Indexed 2010-09-03):
In recent weeks, SharePoint 2010 deployments have kicked off and I am collecting as much information as possible and will be sharing them here as time permits. Just saw this on the MSDN Forums today and I think this one trick I must make a note of such, just in case. This is an unusual [...]
SharePoint Book Giveaway #1
(Indexed 2010-08-31):
Hey All! Back in June I kind of re-launched this blog and had promised to giveaway a book back then! Duh! Never happened no excuses. I just could not do it. So here I am again I am going to be giving away a book by way of draw on September 15 2010. This will [...]
I Am Speaking at SharePoint Conference in Singapore
(Indexed 2010-08-29):
Following on from my presentation at SharePoint Saturday Brisbane and SharePoint Saturday India this year, my submissions for Southeast Asia SharePoint Conference have been accepted! I am super excited since both my sessions have been accepted and super super excited as I will be sharing the podium with Michael Noel (Authored Microsoft SharePoint 2010 Unleashed [...]
Southeast Asia SharePoint Conference
(Indexed 2010-07-25):
You are invited to the biggest SharePoint event of the year! www.sharepointconference.asia Southeast Asia SharePoint Conference Tuesday October 26 2010 Wednesday October 27, 2010 Grand Copthorne Waterfront Hotel, Singapore **** Early Bird Discount for first 275 Registrations*** This is THE Conference to learn about SharePoint 2010. A beautiful location. Over 40 sessions with [...]
How To Hide the SharePoint 2010 Web Part Checkbox
(Indexed 2010-07-14):
This morning I came across this post in the SharePoint 2010 forums. Although its nothing critical, its good to know the workaround! Issue How to hide the checkbox that is available for each Web Part in SharePoint 2010. Resolution using CSS Add the following CSS to your Master Page .ms-WPHeaderTdSelection { display: none; } Resolution [...]
Passed My SharePoint 2010 Configuration Exam!
(Indexed 2010-07-10):
Its Saturday here in Australia and I am just back from one of the theme parks on the Gold Coast. I had a great day out with the family! However, the icing on the cake was the email I read this evening when waiting for one of the shows to start! The email was from [...]
Datasheet View Does Not Work in SharePoint 2010
(Indexed 2010-07-06):
This is a known and personally experienced issue (Tech Preview and Beta Builds as well) with Datasheet View not working in SharePoint if you have Office 2010×64 clients installed on your workstation. Again this is one of the FAQ on the MSDN Forums and today I saw the solution posted on the thread, so comes [...]
SharePoint 2010: Upgrading and Migrating
(Indexed 2010-07-02):
Joel Oleson has authored SharePoint 2010: Best Practices for Upgrading and Migrating book and is offering 45 day online access to this book for anyone and everyone! Thats very generous of Joel and I would like to thank him for this! I have just signed up online and now have access to this book. Use [...]
Trial Period Expired in Search Server Express 2010
(Indexed 2010-06-21):
One of the FAQ on SharePoint 2010 forums is for an alert generated by the Health Analyzer in the Search Server Express 2010 installation instance. Any alert generated by the Health Analyzer should be not be ignored and if its a false alarm as in this case, then you can disable the rule from [...]
Download Search Server 2010 Express
(Indexed 2010-06-18):
For businesses who are not ready to invest in Microsoft SharePoint 2010 product, Microsoft have an alternate solution for free Microsoft Search Server Express 2010. As can be seen from the comparison table, you can get away with Search Server 2010 Express in a situation where people and expertise search, integration with My Site [...]
SharePoint Error Unable to update the information in the Microsoft Office document
(Indexed 2010-04-08):
Today I received a call from one of my clients requesting help with a SharePoint error.The client had uploaded an Excel spreadsheet and when trying to update the properties of the document, SharePoint displayed this error Unable to update the information in the Microsoft Office document. On further probing, I got the following informationDocument library [...]
PowerShell To Backup Site Collection
(Indexed 2010-02-17):
With Windows PowerShell you can now back up your SharePoint Site Collections either one off or using scripts that can be scheduled.Although you can use the Central Administration to back up your site collection as a once off task, you get additional options using Windows PowerShell, such as using SQL Snapshots for backing up SharePoint [...]
PowerShell To Set Web Application
(Indexed 2010-02-08):
The Set-SPWebApplication cmdlet configures the Web application specified by the Identity parameter. For any settings that are zone-specific (for the Zone parameter set), the zone to configure must be provided. The provided zone must already exist.Get-SPWebApplication http://server | Set-SPWebApplication -Zone “Extranet” -HostHeader “http://www.justsharepoint.com” AllowAnonymousAccessThis example sets the HostHeader URL for the Extranet zone of [...]
PowerShell To Change SharePoint Diagnostic Log File Location
(Indexed 2010-01-27):
The following PowerShell cmdlet will get all the diagnostic configuration valuesGet-SPDiagnosticConfigIf you want to change the location of your diagnostic configuration log use the following PowerShell cmdletSet-SPDiagnosticConfig -LogLocation D:SharePointLogsShare this on del.icio.usDigg this!Post this on DiigoShare this on RedditBuzz up!Stumble upon something good? Share it on StumbleUponShare this on TechnoratiShare this on FacebookTweet This!Subscribe to [...]
Aussie First Internet Facing Site on SharePoint 2010
(Indexed 2010-01-27):
Last week or so, my good old mate, Ivan Brebner launched Digital Atmosphere public facing site on SharePoint 2010 Foundation (Beta)!Congratulations to Ivan on this launch! I believe this is not only Aussie First but possibly the first SharePoint Consulting company (in Asia Pacific) to launch on SharePoint 2010 Foundation (Beta).Check out the site which [...]
SharePoint 2010 Beta and Exchange 2010 VHD Download
(Indexed 2010-01-26):
Early this week (Monday), I had tweeted that SharePoint 2010 Beta and Exchange 2010 Download was available for Microsoft Partners SDPS. If you are following me on http://twitter.com/alpesh you know about it! This download has now been made available for everyone.To quote from the download page:OverviewThis download contains a two Virtual Machine set for [...]
Help! Farm Admin cannot execute cmdlets in SP 2010 Management Shell
(Indexed 2010-01-25):
In order to execute farm level cmdlets in SharePoint Management Shell you will need to be given Shell Admin access. Even if you are a farm administrator and you have not been given Shell Admin Access, then you wont be able to execute farm administrative operation using PowerShell. There are lots of operations that you [...]
PowerShell To List Site Template
(Indexed 2010-01-20):
SharePoint 2010 Management Shell makes it easier to get a list of Site Templates installed in the farm and also creating sites using the names is straight forward.To get a list of all globally installed site templates use the following PowerShell cmdletget-spwebtemplate To get the basic information about all the STS template, use the following [...]
PowerShell To List Service Applications
(Indexed 2010-01-18):
Service Applications is one of the newest additions in SharePoint 2010 arsenal of features. As again you can manage Service Applications via the SharePoint 2010 Management Shell. In the illustration under, you will see how we can get a list of Service Applications deployed.Get-SPServiceApplication cmdlet lists all service applications in a farm with their Display [...]
PowerShell To List Feature Definitions
(Indexed 2010-01-13):
Get-spfeature gets the SharePoint features based on a given scope.This cmdlet behaves differently at each scope, getting the enabled Features at each level. There are 4 levels of scope Farm WebApplication Site (Site Collection) Web (Site)get-spfeature -farm (gets all the enabled Feature in the farm)get-spfeature -webapplication http://server (gets all enabled the Features in the Web [...]
PowerShell To Add Secondary Site Collection Admin
(Indexed 2009-12-21):
Situation: You want to add secondary site collection administrator Old Method: Go to Central Admin or use stsadmSmart Method: Use PowerShellHow?Launch your Administrator: SharePoint 2010 Management ShellTypeSet-SPSite Identity http://server SecondaryOwnerAlias justsharepointalpesh This will add secondary site collection administrator. Soon will show you how you can add secondary site collection administrator for all site collections in [...]
PowerShell To Create a New Site Collection
(Indexed 2009-12-17):
Situation: You want to create a new site collection in your SharePoint environmentOld Method: Go to Central AdminSmart Method: Use PowerShellHow?Launch your Administrator: SharePoint 2010 Management ShellTypeNew-SPSite url http://server/sites/DocumentCenter -OwnerAlias justsharepointadministrator -Name "Document Center Template BDR#0This will create a site collection with Document Center Template.Share this on del.icio.usDigg this!Post this on DiigoShare this on RedditBuzz [...]
PowerShell To Retrieve All Site Collections for Web Application
(Indexed 2009-12-14):
Situation: You want a list of all site collections in a Web Application of your SharePoint FarmOld Method: Go to Central Admin Smart Method: Use PowerShellHow?Launch your Administrator: SharePoint 2010 Management ShellType get-spsite webapplication http://server Thats it! Lists all your site collections in a web application.Share this on del.icio.usDigg this!Post this on DiigoShare this [...]
PowerShell To Retrieve List of Web Application
(Indexed 2009-12-13):
Situation: You want to know how many web applications have been created in your SharePoint Farm.Old Method: Go to Central Administration and Smart Method: Use PowerShell!How? Launch your Administrator: SharePoint 2010 Management ShellType Get-SPWebApplication CmdletPress ENTER. Presto! In current farm, I have only 1 web application SharePoint 80 and the url is http://server [...]
Bangalore SharePoint Ignite
(Indexed 2009-12-11):
At the time of writing this post day 4 of Bangalore Ignite had concluded and I had finished writing some PowerShell posts. These will go live in the days to come, when I will be on holidays with my family.Earlier this week I had indicated on twitter, that Ignite training is not under NDA and [...]
Where is My Site?
(Indexed 2009-12-08):
In pre-beta release, creating My Site was not any different then creating one in SharePoint 2007. This has changed in Beta2 build of SharePoint 2010. Even in Ignite training lab manuals this step has not been documented correctly.Follow the steps in this post to create My Site in SharePoint 2010. 1. Click [JUSTSHAREPOINTAdministrator] link. [...]
New SharePoint 2010 Forums
(Indexed 2009-11-17):
In addition to the General Question and Answer Forum for SharePoint 2010, additional forums have been created for you to ask questions related to SharePoint 2010.SharePoint 2010 – General Questions and Answers http://mysp.in/generalforum SharePoint 2010 – Setup, Upgrade, Administration and Operation http://mysp.in/adminforum SharePoint 2010 – Using SharePoint Designer and other customization http://mysp.in/designerforum SharePoint 2010 – Using [...]
SharePoint 2010 Installation
(Indexed 2009-11-16):
Now that SharePoint 2010 Beta and Office 2010 Beta is available to download from MSDN, TechNet and Connect website, points to note (for self reference) from Jie Lis Blog post.This beta is not supported and you CANNOT upgrade the installation to RTM when its released. This Beta should only be used for evaluation purpose. Windows [...]
SharePoint Conference 2009: Recap
(Indexed 2009-11-03):
Wow! What a conference it has been. I am was at in Las Vegas at the airport, returning back to Brisbane from Microsoft SharePoint Conference 2009. It has been a great conference with around 8000 people at the conference from over 43 countries! The main focus of this conference was the next version of SharePoint [...]Related posts:SharePoint and Me Its been more then a month since I have blogged,...Daily Digest for October 4th Alpesh posted 27 items. RT @jthake: Want some brand...Daily Digest fo...(truncated)...
How To Install WSS4 on Windows 7
(Indexed 2009-10-20):
Once SharePoint 2010 Public Beta is released, you would want to start playing with it! This post will detail steps on installing Microsoft SharePoint Foundation (WSS4) on a Windows 7 RTM.Ideally this would be on laptop and the recommended hardware would bex64 capable CPU 2 Gb of RAM minimum (4Gb recommended) Download the SharePoint.exe file [...]Related posts:Preparing for WSS4 Installation on Windows7 SharePoint 2010 will come with pre-requisite installer and basically you...Free Tool to Create...(truncated)...
Coming to terms with SP 2010
(Indexed 2009-10-19):
Now that the veil has been lifted on the next version of SharePoint aka SharePoint 2010 at the SharePoint Conference 2009 in Las Vegas, NDA is not applicable and we can start sharing our discoveries of what you all have come to know as SharePoint 2010.I have been privy to the Beta1 bits of SharePoint [...]Related posts:Links to get you familiar with Office 2010 Office 2010 Technical Preview was officially released this week at...SharePoint and Me Its been more then a month since I have blogged,....(truncated)...
Preparing for WSS4 Installation on Windows7
(Indexed 2009-10-19):
SharePoint 2010 will come with pre-requisite installer and basically you just run the Prerequisite.exe before installing SharePoint 2010. This application takes care of the pre-requisite software including IIS installation. It does not install and configure SQL Server Of course, this may not be applicable for Microsoft SharePoint Foundation (WSS 4), since it installs [...]Related posts:HowTo Enable IIS in Windows7 from CLI This how to is enable IIS in Windows7, either using...TweakUI for Windo...(truncated)...
HowTo Enable IIS in Windows7 from CLI
(Indexed 2009-10-19):
This how to is enable IIS in Windows7, either using GUI or CLI. This is one of the pre-requisites for installing SharePoint 2010 on Windows7 for development purposes.1. Click [Start] button.2. In the [Search Box] box, type [windows features].3. Click [###].4. Double-click [Internet Information Services] check box.5. Double-click [Web Management Tools] check box.6. Double-click [World [...]Related posts:Preparing for WSS4 Installation on Windows7 SharePoint 2010 will come with pre-requisite insta...(truncated)...
Daily Digest for October 5th
(Indexed 2009-10-04):
// = 0) {links[i].innerHTML = 'View Comments';query += 'wpid' + i + '=' + encodeURIComponent(links[i].getAttribute('wpid')) + '&';}}document.write('');})();//]]>Alpesh posted 67 items.Just got my SharePoint Pod Show Gear ordered for #SPC09 http://twurl.nl/jd0zzvJust joined a twibe. Visit http://twibes.com/SPC09 to join@ToddKlindt oh silly I meant getting to really know who the experts are and from everything I’ve read you’re one of the best #spc09RT @ToddKlindt: My SharePoint Confe...(truncated)...
Daily Digest for October 4th
(Indexed 2009-10-03):
Alpesh posted 27 items.RT @jthake: Want some brand recognition at #SPC09? Sponsor a series of @SPDevWiki T-Shirts…more info http://is.gd/3TBH8 #SharePoint ^ANRT @jthake: New U2 concert meet up added to #SPC09 events http://bit.ly/14IOfd something to do each night with other #SharePoint tweeps!RT @jthake: Want some brand recognition at #SPC09? Sponsor [...]Related posts:Daily Digest for October 2nd Alpesh posted . Alpesh posted 17 items. I know,...Daily Digest for October 3rd Alpesh poste...(truncated)...
Daily Digest for October 3rd
(Indexed 2009-10-02):
Alpesh posted 93 items.@MossLover I’d be up for it, as I was thinking of going to a Cirque show during #SPC09, maybe on Thursday (10/22) after the main conference.I know, I know, but seriously these @SPDevWiki t-shirts are going to be bloody awesome at #SPC09!I’m thinking that I will have to haul around a 20lb [...]Related posts:Daily Digest for October 2nd Alpesh posted . Alpesh posted 17 items. I know,...Daily Digest for October 4th Alpesh posted 27 items. RT @jthake: Want some b...(truncated)...
Daily Digest for October 2nd
(Indexed 2009-10-01):
Alpesh posted . Alpesh posted 17 items.I know, I know, but seriously these @SPDevWiki t-shirts are going to be bloody awesome at #SPC09!RT @mrackley: #followfriday ppl 2 meet at #SPC09 – Thanks Mark back at ya! Just joined a twibe. Visit [...]Related posts:Daily Digest for October 3rd Alpesh posted 93 items. @MossLover I’d be up for...Daily Digest for October 5th Alpesh posted 67 items. Just got my SharePoint Pod...Daily Digest for October 4th Alpesh posted 27 items. RT @j...(truncated)...
How To Synchronise Outlook 2007 RSS Feed Subscriptions with Common Feeds List
(Indexed 2009-09-29):
Question on Social TechNet Forum: (http://social.technet.microsoft.com/Forums/en-US/sharepoint...(truncated)... a new installation of MOSS (SP2) and when we create an RSS feed from a SharePoint site (blog) the RSS feed comes up and does create a feed in Internet Explorer but does not create a feed into Outlook 2007.Solution:Synchronize my Outlook RSS Feed subscriptions with the Common Feeds [...]Related posts:How To: Change the MOSS Site Port to Port 80 My solution on Social TechNet Forum. ...(truncated)...
InfoPath Data Field Removes Zero
(Indexed 2009-09-28):
ScenarioData Type for Field is Whole Number (integer)ProblemClient enters number starting with zero. On moving to next field, zero is removed from the number!ResolutionOpen the text box properties in the design view of the form.Select Format, next to the Data Type (which should be Whole Number (integer))Change the Format from Number to None (display XML [...]Related posts:How To: Change the MOSS Site Port to Port 80 My solution on Social TechNet Forum. Scenario MOSS...
Temporary Post Used For Theme Detection (f5369696-7b35-408f-8e7d-4cee076430db 3bfe001a-32de-4114-a6b4-4005b770f6d7)
(Indexed 2009-09-24):
This is a temporary post that was not deleted. Please delete this manually. (8874f763-b62b-4b96-aef0-a78423292b4b – 3bfe001a-32de-4114-a6b4-4005b770f6d7) Thanks for subscribing to my blog feeds. Have you checked out RSS Reader Exclusive Page ? Related posts:How To Trim SharePoint Blog Post I have written a how to post over at Just...
How To: Change the MOSS Site Port to Port 80
(Indexed 2009-09-23):
My solution on Social TechNet Forum. ScenarioMOSS 2007 site setup using port 2000, so the URL looked like http://justsharepoint.com:2000Having such a URL is not a great idea, especially when you have to type in the port number 2000! Why cant we simply type in http://justsharepoint.com and be done with!! Ok, now that you have set this [...]Related posts:Multiple SSL sites with host headers Situation Configuration of multiple web applications using host headers for...Tip: Recycle IIS Applicat...(truncated)...
SharePoint and Me
(Indexed 2009-09-09):
Its been more then a month since I have blogged, sent out the newsletter, the works!Sorry. Its not what I wanted but these are my excuses:SharePoint Designer Workflows, Workflows, Workflows!!! SharePoint Training.SharePoint 2010 Technical Beta and related technologies.SharePoint Designer WorkflowOk, to elaborate on the first point I have been working with a client [...]Related posts:Welcome Ribbon to SharePoint Designer 2010 2010 is the year of the Ribbon Ribbon has been...Office 2010 Technica...(truncated)...
Links to get you familiar with Office 2010
(Indexed 2009-07-16):
Office 2010 Technical Preview was officially released this week at WPC and tweeps (people on twitter) have been sharing their news, experience, new features, etc already. You can keep up with the latest buzz using BingTweets.I have compiled a small list to get started with Office 2010! I would recommend adding all Microsoft related blogs [...]Related posts:Office 2010 Technical Preview: Outlook 2010 Ribbon If you have been using Outlook 2007 and have...Welcome Ribbon to SharePoint Designer 2010...(truncated)...
Screenshots of TweetDeck for iPhone
(Indexed 2009-06-17):
I have downloaded the TweetDeck app for the iPhone and am impressed. I have been using tweetie for a while now, but I think TweetDeck will (probably has) take(n) over!View the Full Album of shots taken on my iPhone!TweetDeck Desktop VersionIn addition to the iPhone App, TweetDeck has also released a new version of TweetDeck [...]Related posts:QuickOffice for iPhone The much Almost bought iPhone Yes, almoHow To Trim SharePoint Blog Post I have wr[Image]
How To Trim SharePoint Blog Post
(Indexed 2009-06-15):
I have written a how to post over at Just SharePoint blog on using XSL to trim the blog post content on SharePoint Home Page. Basically its modifying the web part and converting it to XSLT view and adding some code to achieve the results.Head over to view the post. Dont forget to sign up [...]Related posts:Sharepoint 2007 breadcrumb includes default.aspx Are you seHowTo: Set Permissions for Comments on SharePoint Blog If you wanSome SharePoint Bits Early thi[Image]
Office 2010 Technical Preview: Outlook 2010 Ribbon
(Indexed 2009-06-03):
If you have been using Outlook 2007 and have never had performance issues with, you are lucky. Period. Outlook 2007 was and probably is the most chastised of the Office 2007 suite of products today. Outlook 2007 took a hit with performance.Despite having released numerous hot fixes and service packs, Outlook 2007 has not won [...]Related posts:Welcome Ribbon to SharePoint Designer 2010 2010 is the year of the Ribbon Ribbon has been...Download Microsoft Exchange Server 2010 Beta Microsoft Exchang...(truncated)...
Welcome Ribbon to SharePoint Designer 2010
(Indexed 2009-05-31):
2010 is the year of the Ribbon Ribbon has been introduced in InfoPath Designer, InfoPath Editor, Outlook, SharePoint Designer One Note SharePoint Workspace Yes, the ribbon has made its way into SharePoint Designer 2010 (technical preview at the time of writing). In this post you will see basic SPD2010 walk through.This is the initial [...]Related posts:Download Microsoft Exchange Server 2010 Beta Microsoft Exchange Server 2010 Beta helps IT Professionals achieve new...Some SharePoint Bits Early...(truncated)...
Blog Posting Hiccups
(Indexed 2009-05-27):
Last night I could not post on this blog using Windows Live Writer. Now trying to post using ScribeFire.Initially I could not post using ScribeFire either. So I did the same hack to .htaccess file as blogged earlier.I can now post using ScribeFire. Tonight will check if WLW works Once this issue is sorted, [...]Related posts:MOSS: 100% Unattended Installation Hold on guys (and gals)! I have been doing this...Windows Live Writer 2008 and WUA Yes Windows Live Writer 2008 has been released. At the...(truncated)...
links for 2009-04-28
(Indexed 2009-04-28):
Setup Your Own TinyURL Like Redirection Service in 2 MinutesThe only problem with URL shortening services is that most of them dont have a solid business model yet so if they decide to shut shop in future, all your existing short links will become broken or point to non-existent 404 pages.To prevent yourself from running [...]Related posts:Download Links for IE8 Beta This morning Nirmal emailed me news that IE8 Beta was...links for 2009-04-20 SharePoint 2007 Service Pack 2 Required for 2010 Upg...(truncated)...
Zune lyrics plug-in for Zune
(Indexed 2009-04-28):
Zune Lyrics is a plug-in for Zune Software which automatically fetches lyrics of the song currently being played in Zune Software from lyricwiki.org. Built using WPF, it uses the registry data stored by Zune - Now Playing to detect the current song. You can find Zune - Now Playing at http://znp.codeplex.comDownload the zip [...]Related posts:RSS Reader For Media Center Read your RSS feeds and listen to podcast’s from the...Zune.. une…ne..ne..one..hone..phone… In what appears ...(truncated)...
Create a talking book using Word
(Indexed 2009-04-28):
The DAISY Consortium and Microsoft Corporation announced the latest release of Save as DAISY, a free, open source add-in for Microsoft Office Word. With the integration of DAISY Pipeline Lite, Save as DAISY add-in Version 2 produces a full DAISY multimedia publication with synchronized text and MP3 audio, enabling users to transform Word documents into [...]Related posts:QuickOffice for iPhone The much awaited QuickOffice has been released for iPhone and...YouTube for Documents How different can...(truncated)...
QuickOffice for iPhone
(Indexed 2009-04-28):
The much awaited QuickOffice has been released for iPhone and it is now available for download via iTunes app store. Its been said that it is the first iPhone application to enable powerful editing of Microsoft Word Documents and Excel spreadsheets .In addition to the regular office tools it also includes file sharing and content [...]Related posts:Almost bought iPhone Yes, almost. I did not stand in queue for hours,...Create a talking book using Word The DAISY Consortium and Microsoft Corporati...(truncated)...
links for 2009-04-27
(Indexed 2009-04-27):
Download the Windows SharePoint Services 3.0 Service Pack 2 Changes.xlsxA workbook is available that lists the issues that are fixed by this service pack.(tags: sharepoint sharepoint_servicepack)Download Exchange Server 2007 VMUse these virtual machines to demonstrate Exchange Server 2007 capabilities on your customers' existing network infrastructure.(tags: microsoftdownloads microsoftvhd)Thanks To Our Sponsor: Bloggers Make Money! Make [...]Related posts:links for 2009-02-28 Download de...(truncated)...
links for 2009-04-21
(Indexed 2009-04-21):
Microsoft adds Web-based IM to Hotmail | Webware - CNETMicrosoft adds Web-based IM to Hotmail http://bit.ly/Qqq7z (via @gannotti) [from http://twitter.com/alpesh/statuses/1578533079](tags: tweecious Google Microsoft Yahoo Facebook Instant messaging and Windows Live Messenger AOL)SharePoint Calculated Column formula generator | End User SharePointRT @EUSP: New blog post: SharePoint Calculated Column formula generator http://www.endusersharepoint.com/?p=1542 (via @gannotti) [from http:/...(truncated)...
links for 2009-04-20
(Indexed 2009-04-20):
SharePoint 2007 Service Pack 2 Required for 2010 Upgrade - SharePoint Buzz - Your SharePoint Community Resource - Your SharePoint 2010 Community ResourceRT @sharepointbuzz: pls RT #SharePoint 2007 Service Pack 2 Required for 2010 Upgrade http://twurl.nl/3ja7to [from http://twitter.com/alpesh/statuses/1528463231](tags: tweecious Microsoft Windows XP Server 2008 SharePoint Office Service Pack 2 Visual Studio) Thanks for subscribing to [...]Related posts:MOSS 2007 SP1 In addition to Office 2007 Ser...(truncated)...
links for 2009-04-19
(Indexed 2009-04-19):
Create a Restore Point in Windows with Single ClickCreate a Restore Point in Windows with Single Click http://ad.vu/k98d [from http://twitter.com/alpesh/statuses/1525136870](tags: tweecious Microsoft Internet Explorer 8 Windows Control Panel Twitter Shareware)https://addons.mozilla.org/en-US/firefox/addon/6028Download Zune theme for Firefox - Abstract Zune #Microsoft http://go.justsharepoint.com/k7ud [from http://twitter.com/alpesh/statuses/1525059069](tags: tweecious Mozilla Foundation Firefox ...(truncated)...
links for 2009-04-08
(Indexed 2009-04-08):
We are sorry, the page you requested cannot be found.SharePoint Services 3.0 MP for OpsMgr 2007 http://ad.vu/2vbn [from http://twitter.com/alpesh/statuses/1479772603](tags: tweecious Microsoft Windows SharePoint Server 2003 2008 Internet Information Services SQL)We are sorry, the page you requested cannot be found.Office SharePoint Server 2007 MP for OpsMgr 2007 http://ad.vu/m5pc [from http://twitter.com/alpesh/statuses/1479772274](tags: tweecious Microsoft SharePoint Windows Server 2003 [...][I...(truncated)...
links for 2009-04-07
(Indexed 2009-04-07):
Techmeme: Gmail gets a new engine for iPhone and Android-powered devices (Google Mobile Blog)Gmail gets a new engine for iPhone and Android-powered devices (Google Mobile Blog) http://ad.vu/qre4 [from http://twitter.com/alpesh/statuses/1472644435](tags: tweecious)Temporary and Disposable Email Services30+ Free Temporary and Disposable Email Services http://go.justsharepoint.com/44gs [from http://twitter.com/alpesh/statuses/1468599634](tags: tweecious E-mail address Microsoft Email Spam Windows D...(truncated)...
links for 2009-03-26
(Indexed 2009-03-26):
Imtech SharePoint GoCodes (Free SharePoint Feature)The Feature allows you to use semantic URL's. It becomes really useful if you either send URL's to other people or want to make particular pieces of your SharePoint Site easily accessible.(tags: sharepointsolutions)Download Skype 3.0 Beta for your WinMo - Mobile Browser# Send files. Free to send spreadsheets, photos, music [...][Image]
links for 2009-03-11
(Indexed 2009-03-11):
Rolling up Calendars using SharePoint DesignerThere are a number of requests in regards to rolling up calendar events from various sites to a site hosting a master calendar. The most economical choice is to use SharePoint Designer 2007.(tags: sharepointhowto sharepointdesigner)Advertisement: Bloggers Make Money! Make money from your Website or Blog with BidVertiser Thanks [...][Image]
links for 2009-03-10
(Indexed 2009-03-10):
Request Visio iFilter hotfix for SharePoint(tags: SharePointKB)Video: Setting Up Spam Filtering For SharePoint Blogs - Michael Gannotti on SharePoint +Video: Setting Up Spam Filtering For SharePoint Blogs(tags: sharepointhowto)SharePoint Lists Columns ManagerThis feature allows site collection administrators to view all the columns of a list including hidden/read-only ones and gives column details such as the internal [...][Image]
links for 2009-03-03
(Indexed 2009-03-03):
Update for Windows 7 Client Beta (KB962921)Install this update to resolve issues with Internet Explorer in Windows 7 Beta. For complete details of this update, see KB962961.(tags: Windows7)BPIO University ILT Technical Collateral - MOSS(tags: microsoftdownloads sharepoint)Microsoft Forefront Security for SharePoint with SP1 Documentation(tags: microsoft forefront sharepoint)How Microsoft Deployed and Manages Microsoft Forefront Client Security(tags: [...][Image]
links for 2009-01-24
(Indexed 2009-01-24):
Microsoft to merge Windows Live and Office Live(tags: microsoft windowslive officelive)Windows 7 - Natively Booting from a .VHD file (Virtual PC image)Windows 7 - Natively Booting from a .VHD file (Virtual PC image)(tags: Windows7)Low mic volume on Windows 7 in Skype | Agile Sharepoint development by 21apps and Andrew Woodward MVPLuckily the solution in my [...][Image]
SP Links Week 3 2009
(Indexed 2009-01-15):
A bit late this week sharing SP love, but made it . Just released this week on MSDN Administrator’s Guide of Topics to Consider before DeploymentRecalculating Usage Statistics via STSADM or PowerShellHow to connect your OneNote notebook to SharePoint, thanks to ferringer for the tipCreating Mashups In SharePoint MashPoint is the new, FREE platform [...][Image]
SP Links Week 2 2009
(Indexed 2009-01-08):
Another round of SP links for 2009. This is really cool. I use Mindjet MindManager and I must give this a go Dynamic MindManager Map Generated from SharePoint List Data SharePoint blog hosted on just SharePoint can do with this trick : How-To: Aggregate Blog comments using the Content Query WebPartSharePoint rocks! [...][Image]
SP Links Week 1 2009
(Indexed 2009-01-04):
I had disappeared for most of last year. Not this year Kick of year 2009 with some SharePoint love to share Not only will you appreciate Gary Lapointes STSADM commands extensions, but also the first batch of his 11 PowerShell Cmdlets for SharePointVery interesting workaround by Paul Galvin - A Web Proxy Server Tried [...][Image]
Outgoing email issue resolved
(Indexed 2008-11-25):
SituationNew SharePoint deployment. Outsourced IT operations. ProblemSharePoint alerts not working for users.CauseOutgoing email address is configured to support@serviceproviders.email. This mailbox is not configured on local SMTP server (Exchange 2003). Hence SharePoint cannot send email via Exchange as open relay is turned off; as it should be. SolutionOutgoing email address should be configured to local.user@mycompany.com -an [...][Image]
Isolator for SharePoint
(Indexed 2008-11-24):
Typemock are offering their new product for unit testing SharePoint called Isolator For SharePoint, for a special introduction price. it is the only tool that allows you to unit test SharePoint without a SharePoint server. To learn more click here. The first 50 bloggers who blog this text in their blog and tell us about [...][Image]
Cool Web part - Content Type Toolbar
(Indexed 2008-11-18):
James Milne of Myriad Technologies has just released this content type toolbar today. It is free and very easy to deploy. The content type toolbar is self configuring so you will not need to adjust any properties on the web part itself. Instead all the configuration is performed through the list of library settings. [...][Image]
SharePoint Event Id 5214
(Indexed 2008-11-11):
Event Type: ErrorEvent Source: Windows SharePoint Services 3Event Category: DatabaseEvent ID: 5214Date: 10/16/2008Time: 8:43:58 AMUser: N/AComputer: SHAREPOINTSERVERDescription:Insufficient SQL database permissions for user ” in database‘SharePoint_Config’ on SQL Server instance ‘SharePointDataBase’. Additional error information from SQL Server is included below.The EXECUTE permission was denied on the object‘proc_putPendingDistributionList’, datab...(truncated)...
Cumulative Update Package Office 2007
(Indexed 2008-11-05):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! The cumulative update packages for October 2008 contain the latest hotfixes for the 2007 Office core suite applications and servers.Packages that are included in the October 2008 cumulative updateA link to a Microsoft Knowledge Base article that discusses each hotfix will be [...][Image]
Multiple SSL sites with host headers
(Indexed 2008-10-16):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! SituationConfiguration of multiple web applications using host headers for extranet. Configure for extranet on port 443 (SSL) Configure using Wild Card Certificate ErrorWhen I tried to configure the second web application, the web site stopped with the errorCannot create a file when [...][Image]
How to configure MOSS 2007 to crawl content within PDF
(Indexed 2008-10-15):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! Installation Requirements Download Adobe Reader v.8 Download Adobe PDF IFilters 6.0 Download the pdf icon image of size 17X17 from here and save it as "icpdf.gif" somewhere to the local hard diskInstallation Steps Start –>Run–>> Services.msc and stop the IIS Admin [...][Image]
Sharepoint 2007 breadcrumb includes default.aspx
(Indexed 2008-10-12):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! Are you seeing default.aspx after Pages in your SharePoint breadcrumb navigation?I found a simple fix for this problem in MOSS, modify the master page.Open the master page and look for PlaceHolderTitleBreadcrumbChange SiteMapProvider="SPContentMapProvider" to SiteMapProvider="CurrentNavSiteMapProviderNoEncode" To quote from my referenceWhen youre creating a...(truncated)...
Tip: Recycle IIS Application Pool
(Indexed 2008-10-11):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! As a developer, quite often you may have to recycle the application pool. IISReset is an option, alternatively you can just recycle a particular application pool.Denny has a tip to just get this done!cscript c:windowssystem32iisapp.vbs /a "[App_Pool_Name]" /rSource Thanks for subscribing to [...][Image]
HowTo: Set Permissions for Comments on SharePoint Blog
(Indexed 2008-10-06):
If you want to allow your blog visitors to comment on blog posts you will need to explicitly allow them to do so.[Image]
Some SharePoint Bits
(Indexed 2008-09-02):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! Early this month, I did my exams for MCTS: Configuring and Administering MOSS 2007 70-630 exams and scored 1000/1000! Yeah, felt great for sure. Next on list is 70-631 and for sure I see that Becky Bertram is on track for that [...][Image]
MOSS 2007 Infrastructure Update
(Indexed 2008-07-16):
You are subscribed to Alpesh Nakar's Blog. Your subscription and support is much appreciated! Microsoft have released Infrastructure Update for MOSS 2007. The Infrastructure Update for Microsoft Office Servers (KB951297) includes several new Enterprise Search features for SharePoint Server 2007 and the latest performance updates and fixes for the Microsoft Office Servers listed in the system requirements [...][Image]
MOSS 2007 Infrastructure Updates
(Indexed 2008-07-16):
You are subscribed to Alpesh Nakar's Blog. Your subscription and support is much appreciated! Microsofthave released Infrastructure Update for MOSS 2007.The Infrastructure Update for Microsoft Office Servers (KB951297) includes several new Enterprise Search features for SharePoint Server 2007 and the latest performance updates and fixes for the Microsoft Office Servers listed in the system requirements [...][Image]
Almost bought iPhone
(Indexed 2008-07-11):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! Yes, almost. I did not stand in queue for hours, nor did I pay a deposit to get my hands on this most sought after gadget of 2008. However with all the media hype, I was tempted to get one since I [...][Image]
News
(Indexed 2008-07-07):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! First off, loyal blog subscribers a big thank you for your subscription and hanging in there. I am happy that you have stuck around, since I have not really been in touch with you all in last 3 months. You won’t be [...][Image]
Live Mesh Updates for June 18 2008
(Indexed 2008-06-18):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! I have been using Live Mesh for quite some time now and have already reached 60% of my allocated quota Today I received an email from The Live Mesh Team with a list of fixes implemented in the latest Live [...][Image]
Blog Reader Exclusive
(Indexed 2008-04-28):
Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this! Hi Guys! Long time no personal message. Have you checked out RSS Exclusive page recently? Well, head over there and you’d be surprised On a side note, subscribe to email updates. Next month, I am going to be hosting a contest [...][Image]
SharePoint + Twitter
(Indexed 2008-04-17):
Follow SharePoint on Twitter - SPTwitters. Never mind if you didn’t make it to first 30 It really makes me feel so connected with other SharePointers! Come on, join in! Would you be interested in joining SharePoint Knowledge Network on Feedburner? Contact me if you want to.Advertisement: MidPhase Hosting - 3 months off [...][Image]
SharePoint Error 6482 - Related to Hosts File
(Indexed 2008-04-14):
In our production setup, we experienced this issue when trying to access the Shared Service Provider Admin Web site. In a different environment, the SharePoint Configuration Wizard failed and it was same error that needed to be fixed.Event Type: Error Event Source: Office SharePoint Server Event Category: Office Server Shared Services Event ID: 6482 Date: [...][Image]
MOSS Command Line Installation Round Up
(Indexed 2008-03-26):
I apologise for not getting this done earlier. This is the index of all the posts I did to install MOSS from command line. I am planning to create a pdf document for this, not this week though. If you are a SharePoint blogger and would like to advertise in the pdf, please contact me. [...][Image]
Ghost - ReGhost
(Indexed 2008-03-24):
What is ReGhost? ReGhost is an application that was built quite some time ago, to deal with the unghosting issues prominant in Windows SharePoint Services 2.0, and SharePoint Portal Server 2003. Whenever a page/item was customised in an application such as SharePoint Designer - the content would become what they call unghosted. Meaning that the [...][Image]
SharePoint Videos and WhitePapers
(Indexed 2008-03-18):
free sharepoint videos and whitepapers
SharePoint: Out of the Box Permissions Matrix
(Indexed 2008-03-18):
Last week, our team was developing permissions matrix for our portal and intranets projects. MOSS 2007 comes with a complex permissions matrix and to have something like this handy is really a time saver.Just look at the pictures and you will see that Mark has really shared an awesome piece of work! This spreadsheet has [...]
Scripts to backup and restore SharePoint 2007
(Indexed 2008-03-06):
I can add this to my arsenal of SharePoint Scripts. Just perfect.FULL_BACKUP.BAT - Use Control Panel - Scheduler to run once a week. Don't forget the 'Run As' account also needs write access to the backup location, in addition to the Central Admin app pool identity, and the SQL Server Machine account. This command will [...]
Last Post on SharePoint...
(Indexed 2008-03-04):
Can't be. Can it? This is indeed last in this 2 part series on MOSS scripted installation. Later in the week, I will round up all posts and make a single 'index' of the series. I started MOSS2007 installation series last year. I haven't been able to publish this post - in draft since November [...]
Last Post on SharePoint
(Indexed 2008-03-04):
Can’t be. Can it? This is indeed last in this 2 part series on MOSS scripted installation. Later in the week, I will round up all posts and make a single ‘index’ of the series. I started MOSS2007 installation series last year. I haven’t been able to publish this post - in draft since November [...]
First Impressions of Office Live Workspace
(Indexed 2007-12-14):
My initial impression - this is built on SharePoint! This was confirmed when I was able to synchronise my workspace contact list with my Outlook.
MOSS 2007 SP1
(Indexed 2007-12-11):
In addition to Office 2007 Service Pack 1, SharePoint Designer and Microsoft Office Server 2007 service packs have been released.This service pack also includes all of the updates released for the 2007 Microsoft Office System servers prior to December of 2007. This update applies to the following programs:Microsoft® Office SharePoint® Server 2007 Microsoft® Office Project [...]
Download Office 2007 Service Pack 1
(Indexed 2007-12-11):
The 2007 Office system SP1 improves performance in applications and servers. Performance improvements can be found in Microsoft Office Excel 2007, Microsoft Office Outlook 2007, Microsoft Office PowerPoint 2007, and Microsoft Office SharePoint Server 2007.
SharePoint Training on your desktop
(Indexed 2007-12-09):
The Training includes videos, interactive tutorials, and articles. In addition, the material is SCORM compliant. You can easily add or remove training topics to fit your business needs.
Friday Fun: T-Shirts For Software people
(Indexed 2007-11-15):
Advertisement: MidPhase Hosting - 3 months off CouponCode GOTAPEX-ROX-01 : 3months off & 10 Pointers AnB's Blog on SharePoint, Microsoft & The Web! Sign up for email subscription, you are in for a surprise!
Fix: IE Prompts for Username on Intranet
(Indexed 2007-11-14):
When using Internet Explorer (version does not matter) to browse SharePoint Portal Server, Windows SharePoint Services or Office SharePoint Server 2007 - intranets or launch Office application files like word document, excel files I get logon prompts, especially having Office 2007 installed on my Vista Enterprise edition.
Unattended SQL Server 2005 Installation
(Indexed 2007-11-06):
This is Part 2 of the 100% Scripted MOSS Installation. In Part 1 of the series, MOSS was installed on SQL SERVER 2005 Express edition. In this series, we will install SQL SERVER 2005 Enterprise Edition using a script, followed with a recap of installation of MOSS and then configuring MOSS using scripts. This will [...][Image][Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image][Image]
SharePoint: Let PSConfig and STSADM setup your MOSS
(Indexed 2007-11-05):
This will setup your webapps for shared services, my sites, create shared service provider and create your site collection as well.[Image][Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image][Image]
SharePoint: Incorporating Claims Based Authentication
(Indexed 2007-11-02):
This morning I received an email from an internal team on Microsoft’s plan to replace the authentication system for SharePoint Server.This is indeed a great move to incorporate an authentication model that will work with any corporate identity system, including Active Directory, LDAPv3-based directories, application-specific databases and new user-centric identity models, such as LiveID, OpenID [...][Image][Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Ima...(truncated)...
Scripted Installation for all site templates
(Indexed 2007-11-02):
Installing fab 40 using a script, is one of the most popular posts here. However, this installation guide covered wsp only and not stp. So here is the scripted installation guide for site template files.[Image][Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image] [Image]
Recent MOSS KBs
(Indexed 2007-10-28):
Unknown Error in Microsoft Office SharePoint Server 2007You receive an error condition with the error string “Unknown Error” in Microsoft Office SharePoint Server 2007 when you try to check-out or publish from a document library in Microsoft Office SharePoint Server 2007.
SharePoint: Useability Links
(Indexed 2007-10-25):
I am deep down into MOSS project at the moment, resolving some issues. I am happy that I didn’t publish some of the content as I have learnt quite a few things on the way. I will update them and post from some time next week onwards.Hence the pause on MOSS 100% scripted installation series. [...]
SharePoint Academy
(Indexed 2007-10-21):
sharepoint training
SharePoint: Know-How-Train
(Indexed 2007-10-17):
videos of creating knowledge center in sharepoint
SharePoint: Community Must Have
(Indexed 2007-10-14):
Codeplex SharePoint CK
SharePoint: Security Updates for WSS and MOSS
(Indexed 2007-10-09):
Although these are not Service Packs for WSS3 and MOSS 2007, both of them are security updates that you should be testing in your dev/test environments.
SharePoint: WSS3 and MOSS 2007 SP1
(Indexed 2007-10-09):
security hotfix for wss3 and moss2007
SharePoint: GroupBoard Workspace 2007 KB fix
(Indexed 2007-10-05):
SharePoint Products and Technologies Configuration Wizard does not finish successfully after you install Windows SharePoint Services 3.0 Services Packs if GroupBoard Workspace 2007 is installed.
SharePoint: Config XML and PSConfig
(Indexed 2007-10-02):
psconfig.exe -cmd configdb -create will create your config database
SharePoint: Links Oct 1 Ed
(Indexed 2007-10-01):
Some SharePoint content I am sure you all keen SharePoint aficionados will appreciateFirst free SharePoint Newsletter, SharePoint Beagle. Sign up now. SharePoint BootCamp - December 2007 SharePoint Branding - DYI Kit CSS Reference Chart for SharePoint 2007 HP ProLiant Sizer for Microsoft Office SharePoint Server 2007
How to enable SQL Browser Service using a script
(Indexed 2007-09-24):
This is sixth in the series - MOSS Scripted Installation.Up until this post we have coveredPre-requisites A brief overview on config.xml. How to install MOSS 2007 silently with SQL Server 2005 Express Edition. How to configure SQL Server 2005 Express edition to allow remote connections and also enable SQL Browser Services.
SharePoint: Deploying and Supporting Enterprise Search Whitepaper
(Indexed 2007-09-24):
This document shares the experiences of Microsoft teams in deploying Enterprise Search at Microsoft.
Howto configure sql express to allow remote connections
(Indexed 2007-09-23):
This is fifth in the series - MOSS Scripted Installation.In previous posts, I wrote about pre-requisites and a brief overview on config.xml. Next we saw, how MOSS 2007 could be installed silently with SQL Server 2005 Express Edition.It was a small step. This post is about allowing remote connections to SQL Server 2005 Express Edition. [...]
Windows SharePoint Services Service Pack 3 (SP3)
(Indexed 2007-09-19):
Microsoft have also released Windows SharePoint Services SP3.List of issues that the service pack fixesWindows SharePoint Services SP3 fixes the issues that are described in Microsoft Knowledge Base article 938793. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 938793 (http://support.microsoft.com/kb/938793/) Issues that are fixed in Windows [...]
SharePoint Portal Server 2003 Service Pack 3
(Indexed 2007-09-19):
Microsoft have just released SP3 for SharePoint Portal Server 2003.Service pack detailsIssues that the service pack fixes SharePoint Portal Server 2003 SP3 fixes the issues that are described in the following article in the Microsoft Knowledge Base:938795 (http://support.microsoft.com/kb/938795/) Issues that are fixed in SharePoint Portal Server 2003 by SharePoint Portal Server 2003 Service Pack [...]
SharePoint config.xml
(Indexed 2007-09-14):
This is third in the series - MOSS Scripted Installation. Before we proceed with the installation, let’s understand the core file to configure for unattended (scripted) installations.That file is the config.xml .This installation is in single server mode (basic).Understanding config.xmlSharePoint Server 2007 includes different Config.xml files for different types of configurations. Each Config.xml file is [...]
Script to install MOSS with SQL Express
(Indexed 2007-09-14):
This is fourth in the series - MOSS Scripted Installation.In previous posts, I wrote about pre-requisites and a brief overview on config.xml. Now let’s get down to real business.All installation files will be in C:BuildPackagesMOSSCreate C:BuildPackagesMOSS folder structure Copy Microsoft SharePoint Server 2007 installation files in C:BuildPackagesMOSSServer12 Copy SQL Server files to C:BuildPackagesMOSSSQLExpress Create C:BuildPackagesMOSSScripts [...]
SQL Server 2005 Express Edition Downloads for MOSS
(Indexed 2007-09-06):
SQL Server 2005 Express Edition Downloads for MOSS.
MOSS: Scripted Installation Series Kickoff
(Indexed 2007-09-05):
Early last month, I had promised to blog about my MOSS scripted installation. Since then, I have read bits and pieces on the web, but nothing as comprehensive as this series. I promise. We have changed directions and I have learnt a lot on my way to this deployment. We are not 100% ready as yet.If [...]
SQL Server 2005 Downloads for MOSS
(Indexed 2007-09-05):
Unattended installation of Microsoft Office SharePoint Server 2005. To install MOSS on SQL Server 2005, you will need these downloads.
SharePoint: Howto disable editing sites with SharePoint Designer
(Indexed 2007-09-04):
I just saw this Microsoft KB here. This is very interesting - prevent users from using SharePoint Designer to modify your site!To quote the exact article, it details steps you can undertake to prevent users from changing a Windows SharePoint Services 3.0 site or a SharePoint Server 2007 site by disabling the authoring feature in [...]
SharePoint: Updated SDKs
(Indexed 2007-08-22):
MOSS Team have just released a major update of the Software Development Kit for Windows SharePoint Services and Microsoft Office SharePoint Server 2007.Overview of Windows SharePoint Services SDKThe Windows SharePoint Services 3.0 SDK contains conceptual overviews, programming tasks, and references to guide you in developing solutions based on Windows SharePoint Services as a platform. The [...]
SharePoint: Setting Permissions
(Indexed 2007-07-05):
A few readers requested me to illustrate this post in pictures. This is specially for them. Excerpts from the post: C: Local Service (Read& Execute List Folder Contents Read) Network Service (Modify Read& Execute List Folder Contents Read Write) WSS_Admin_WPG(FC) Now navigate to C:WindowsTemp C:Windows Temp Network Service Full Control WSS_Admin_WPG(FC) [...]
MOSS: 100% Unattended Installation
(Indexed 2007-07-05):
Hold on guys (and gals)! I have been doing this for last couple of weeks. Early next week you shall start seeing the series come through.I am so excited about this, since it’s 100% unattended. Right from .net 3 through SQL SERVER 2005 to MOSS Stay tuned, while I document this series.
Content Database Restrictions
(Indexed 2007-07-05):
Number of Site Collections in a Content Database:There are no restrictions.Note: A content database can scale well to 50,000 site collections. There’s no magic line at 50K, but you may start to notice some overall throughput degradation as you go beyond 50,000.Size of a Content Database:There are no size restrictions.Note: A SharePoint [...]
links for 2007-06-28
(Indexed 2007-06-27):
MOSS2007 and ERP systemsHave you ever wondered how to connect MOSS 2007 to ERP systems such as SAP, Oracle Financials, or Siebel?(tags: SharePointSolutions)
SharePoint: Resolve DCOM Errors
(Indexed 2007-06-25):
Follow the steps outlined to resolved DCOM errors on Windows 2003 Servers running Microsoft Windows SharePoint Services v3.Steps for IIS WAMREG admin serviceStep 1: Click Start, Click Run, type dcomcnfg and click ok Step 2: Expand Component Services / Computers / My Computer / DCOM Config Step 3: Right click IIS WAMREG admin Service [...]
Quick Note
(Indexed 2007-06-13):
Dear Readers,I have been away most of last 45 days. I have tried to catch up and post regularly but just haven’t been able to…. Expecting to resume next week. Will keep us all posted. Until then…. browse through google or vista or sharepoint posts….
SharePoint: How DOD 5015.2 matters?
(Indexed 2007-06-05):
It’s in news everywhere. If you are into SharePoint, you would have read that SharePoint has passed the DOD 5015.2 certification.
SharePoint Link: June 05 2007
(Indexed 2007-06-05):
RSS ExclusiveEarlier I had linked to step by step guide for creating MOSS 2007 VPC Image. Have a look at this post. This dude has done a very detailed step by step installation guide for VMWare. It is different then what’s been done here, but it has been done very well. Pictures speak for the [...]
SharePoint: Remove Windows Internal Database
(Indexed 2007-06-03):
If you have uninstalled Windows SharePoint Services v3, you cannot be sure that the Windows Internal Database (SQL Embedded Edition) has been deleted. Reason: It’s not listed in Add/Remove programs.All you have to do is run this command and it’s all sorted for you.
SharePoint: Migration from WSSV2 to WSSV3
(Indexed 2007-05-24):
This is going to be a challening task and I am going to test this over the weekend. I wrote about moving WSSV2 MSDE database to WSSV3 SQL Embedded Edition earlier and step # 1 was to use the pre-scan tool. ---Related Articles at Alpesh Nakars' Blogosphere: 1st Year: Popular Posts 1st Year: My [...]
Domain: Whois Story
(Indexed 2007-05-24):
My domain is due to expire next month and I just wanted to make sure I was right So I used whois from enom.com to see the exact date.I was shocked to see this ---Related Articles at Alpesh Nakars' Blogosphere: SharePoint: Another Competition? Fun: Top Ten Worst Domain Names Google [...]
Windows Server 2008: eLearning for free
(Indexed 2007-05-23):
Windows Longhorn is now officially Windows Server 2008. What’s up with Windows Server 2008? What’s it like? What features and functionality will you get with Windows Server 2008?Answers to all these and more via free elearning for Windows Server 2008 in 5 modules. ---Related Articles at Alpesh Nakars' Blogosphere: SharePoint: MOC Content Now Available [...]
SharePoint: Speedlinks May 22, 2007
(Indexed 2007-05-21):
RSS ExclusiveBack by popular demand, resuming this month SharePoint Speedlinking for you!May 2007 content on MSDN for WSS 3.0 and MOSS 2007 - Technical Articles, Visual How-to Screencasts.SharePoint must have FREE add ons - Microsoft IT’s site recycle bin feature, Smiling Goat’s RSS Feed Reader web part, Mondosoft’s Wildcard search feature, Tony Bierman’s Central Admin [...]
1st Year: HowTo Build Links
(Indexed 2007-05-21):
Blogging leads to socialising and I am one happy mate! I made so many new friends. Some linked back to my posts, some raved and some mentioned me, whilst some pimped the blog! All in all we all are one community. Thank you all. ---Related Articles at Alpesh Nakars' Blogosphere: SharePoint HowTo VISTA EDW [...]
SharePoint: Download Books for Office SharePoint Server
(Indexed 2007-05-09):
With my current project on sharepoint, I have been relying on couple of sharepoint downloadable books, that you as a sharepointer will appreciate.Planning and architecture for Office SharePoint Server, part 1: Covers topics such as planning sites, planning for certain features such as forms and search, and planning for managing documents and records.Planning and architecture [...]
Microsoft Difference: Week of May 7 2007
(Indexed 2007-05-08):
RSS ExclusiveWindows Activation Trojan- Windows Genuine Advantage is the target of a new Trojan, which pretends to be Microsoft’s activation mechanism. ---Related Articles at Alpesh Nakars' Blogosphere: A Week To Go Logo for you blog, does it matter? Google Services Roundup SharePoint Speedlinks: April 03 2007 Microsoft Speedlink’s: 28/03/2007 Speedlink’s [...]
Its my birthday today!
(Indexed 2007-05-08):
Yahoo!!! And I am at work…. geeezzzz… Ain’t I committed to work It so happens that I working on a dream project. Developing Intranets in Schools using Microsoft Windows SharePoint Services v3 and we are (as is with any project) very short on timelines. We go live on June 01 2007 and to take [...]
SharePointing Week May 07 2007
(Indexed 2007-05-08):
RSS ExclusiveI have heaps of SharePoint links to offload here Just gotta have a better way of sharing it. You have any suggestions? I am all ears for that. Till I find the solutions, it will be a manual process.Download Microsoft Pre-Release .NET Framework v3.5 - Beta 1“The Microsoft .NET Framework 3.5 Beta 1 [...]
SharePoint: Downloads
(Indexed 2007-04-30):
Windows SharePoint Services 3.0 SDKWindows SharePoint Services 3.0 SDK via Andrew May- This got me interested ---Related Articles at Alpesh Nakars' Blogosphere: Templates for MOSS 2007 & WSS MOM 2005 : Wss v3 MP MOM: MOSS 2007 Beta 2 TR Management Packs SharePoint 2007 Presentations: Enterprise Search Deep Dives MOM2005 MP: [...]
Microsoft Speedlinks : April 25 2007
(Indexed 2007-04-24):
RSS ExclusiveThis week in Microsoft land, it’s all from and about the head honchos who lead Microsoft into the next wave….Starting off with Bill,Bill Gates talks up voice recognition ---Related Articles at Alpesh Nakars' Blogosphere: Microsoft Speedlinks: April 11 2007 SharePoint Speedlinks: April 03 2007 Speedlink’s: April 20 2007 Microsoft Speedlink’s: April [...]
OpenDNS: Feature Addon
(Indexed 2007-04-23):
With OpenDNS, you can create shortcuts that let you type something easy-to-remember into your address bar and leap straight where you want to go. ---Related Articles at Alpesh Nakars' Blogosphere: VISTA: ReadyBoost! Elsewheres SharePoint: Evaluation Guide Microsoft to Drop PDF Support in Office 2007! Wall Of Blogs Google Reader Redesign [...]
SharePointv2: Access Denied After Changing AD Password
(Indexed 2007-04-18):
I have come across an issue when using SharePoint (SPS and WSS) with Windows XP.Yes, we are not even into enterprise wide planning for SharePoint 2007 as yet. Wssv3 is a different story, which you may have been following through my posts and will continue to over coming months… ---Related Articles at Alpesh Nakars' Blogosphere: [...]
Microsoft Speedlinks: April 17 2007
(Indexed 2007-04-16):
RSS Exclusivemicrosoft Hosted on Zooomr ---Related Articles at Alpesh Nakars' Blogosphere: Microsoft Speedlinks: April 11 2007 SharePoint Speedlinks: April 03 2007 Partner Training In Australia Speedlink’s: 23/03/2007 Microsoft Speedlink’s 28/02/2007 Microsoft Speedlink’s: 07/03/2007 Microsoft: Speedlink’s 14/03/2007
SharePoint: Move WSSv2 MSDE DB to WSSv3
(Indexed 2007-04-16):
If you want to move your WSSv2 MSDE DB to WSSv3, these steps and scripts are just what you need.Microsoft KB 925190 explains just that. I have adopted that to script some of the steps.This is very similiar to WSSv3 Database move from default location to another location as explained in this post. ---Related Articles [...]
Windows Vista Network Attack
(Indexed 2007-04-15):
RSS ExclusiveWindows Vista Network Attack Surface Analysis by Symantec. Have a read and share your opinion Download ---Related Articles at Alpesh Nakars' Blogosphere: VISTA: BETA2 Keys Lost Windows Vista RC2 is here! SharePoint: Knowledge Network for Microsoft Office SharePoint Server 2007 Windows VISTA Build 5536 Top 10 Windows Vista [...]
SharePoint: STSADM GUI for Version 2007
(Indexed 2007-04-12):
Just yesterday I wrote about STSADM command line tool and look what I have just found, thanks to my SharePoint Knowledge Network Partner, Bart. ---Related Articles at Alpesh Nakars' Blogosphere: SharePoint: STSADM Unleashed SharePoint: Installation Guide for Application Templates SharePoint: Script to Install All Application Templates SharePoint: Change Service Account Passwords
Microsoft Speedlinks: April 11 2007
(Indexed 2007-04-11):
RSS ExclusiveHave you seen Robert Stein III’s 3D work? It will knock your socks off! Unseen Visuals relating to Microsoft Windows Platform! Just awesome. Links below. In other happenings with Microsoft this week ---Related Articles at Alpesh Nakars' Blogosphere: SharePoint Speedlinks: April 03 2007 Partner Training In Australia Speedlink’s: 23/03/2007 Microsoft Speedlink’s [...]
SharePoint: Change Service Account Passwords
(Indexed 2007-04-10):
To change the password of service accounts in SharePoint Server 2007 and in Windows SharePoint Services 3.0, follow these steps.Note If the SQL Server service uses a domain account, and the password of that domain account is either expired or invalid, make sure that you update the password of the domain account before you perform [...]
SharePoint: STSADM Unleashed
(Indexed 2007-04-10):
Truly Unleashed. If you are a SharePointer, you just can’t go past stsadm.exeWhilst you can do all administrative tasks using the GUI, stsadm can do much more. It can fix your SharePoint problems (almost ) Andrew Connel has released a Site Fixer for SharePoint. Download and give your feedback. More details here. ---Related [...]
TechNet Virtual Lab: 2007 Microsoft Office System
(Indexed 2007-04-03):
2007 Microsoft Office System: Virtual Lab ExpressVirtual Lab Express: Microsoft 2007 Office System OverviewOffice Groove 2007Synchronizing Data between SharePoint 2007 and Groove 2007 LabcastSynchronizing Data between SharePoint 2007 and Groove 2007Advertisement: MidPhase Hosting - 3 months off CouponCode GOTAPEX-ROX-01 : 3months off & 10 Pointers ---Related Articles at Alpesh Nakars' Blogosphere:2007 MOSS: Hands on [...]
SharePoint Speedlinks: April 03 2007
(Indexed 2007-04-03):
This week it’s more on the community. After all it’s SharePoint - so you are called upon to share and make your point Ok, lets get started for this week.Isahi Sagi is calling upon developers to join him in developing an open-source project.New MVPs, Renewed MVPsWin a FREE SharePoint 2007 Book!Technical Marketing Intern (SYDNEY) [...]
Blog Bump
(Indexed 2007-04-03):
Please bear with erratic changes happening on the blog. I was testing some plugins and now a lot of things seem to have gone wrong. Plugins that were working earlier are not anymore! Well setup theme went bonkers. Customised another theme and that too went for a toss.---Related Articles at Alpesh Nakars' Blogosphere: SharePoint 2007 [...]
Online Calculator
(Indexed 2007-04-02):
No more Start, Run, Calc. Just Head over to Google Calculator!100 miles in kilometers100 miles = 160.9344 kilometersGoogles calculator tries to understand the problem you are attempting to solve without requiring you to use special syntax.Advertisement: Bloggers Make Money! Make money from your Website or Blog with BidVertiser---Related Articles at Alpesh Nakars' Blogosphere:SharePoint: Another [...]
Top 10 Windows Vista Resources
(Indexed 2007-04-01):
Windows Vista Step by Step Guides - The guides provide a good starting point for deployment and many of the other new features in Vista like User Account Control and Bitlocker Drive Encryption.Advertisement: Bloggers Make Money! Make money from your Website or Blog with BidVertiserVista---Related Articles at Alpesh Nakars' Blogosphere:Resources for SharePoint Developers [...]
SharePoint: Speedlinks 27/03/2007
(Indexed 2007-03-26):
SharePoint 2007 Maximum LimitationsTraining: MOSS 2007 & WSSv3 via Arpan ShahHow to add Live search results to SharePoint - Ian MorrishHow To Run SharePoint (MOSS) 2007 Best Practice Analyzer from Sharepoint BUZZGroove MSDN Portal - Now Live!Asides ---Related Articles at Alpesh Nakars' Blogosphere:SharePoint: Speedlink’s 14/03/2007 SharePoint: Speedlink’s 20/03/2007 NEW Sharepoint Newgroups SharePoint: Is Just Like [...]
SharePoint: Is Just Like Office
(Indexed 2007-03-22):
As defined by Steve Ballmer at the Convergence conference Q&A session on March 14. He was answering a question something on the lines of “…is it correct to think of SharePoint as almost like an OS (operating system)”?Steve Ballmer’s response:“SharePoint is the definitive OS or platform for the middle tier.”Ballmer’s definition of SharePoint ServerAdvertisement: [...]
SharePoint: TechNet Downloadable Documents Q2 2007
(Indexed 2007-03-22):
Grab those demos, PowerPoint slide decks, transcripts for SharePoint and other Microsoft solutions from TechNet for Q2 2007. Go to this site for Exchange, Mobile, Forms, Firewall and Proxy Services, Scripting Virtual Machines, Scripting MOM…..Microsoft, sharepoint---Related Articles at Alpesh Nakars' Blogosphere:YouTube for Documents SharePoint in TechNet Mag SharePoint 2007 Tips: Speedlink 2007 MOSS: Hands on [...]
SharePoint 2007 Presentations: Enterprise Search Deep Dives
(Indexed 2007-03-21):
New on MSDN - 6 presentations on Enterprise Search. Dive into it!OverviewThis download presents packaged presentations and videos of the following conference sessions:Enterprise Search Strategy and Opportunities (SharePointServer2007SearchDeepDiveA.exe)This session starts with an overview of Microsoft’s enterprise search strategy, reviews the various products that it affects, and outlines what is new in SharePoint Search for the [...]
SharePoint: Knowledge Network for Microsoft Office SharePoint Server 2007
(Indexed 2007-03-21):
Get it! Knowledge Network for Microsoft Office SharePoint Server 2007 RC0 is now available on Microsoft Connect WebSite.This release features the following enhancements:Back-off functionality to improve your experience when you are performing activities on your machineVarious performance enhancements on both the client and serverImproved keyword generation and qualityAn inner-circle web part that [...]
SharePoint: Speedlinks 20/03/2007
(Indexed 2007-03-19):
MOSS 2007 - Minimal Publishing site - via Mark HarrisonEnterprise Learning Framework Tool by Kolitha de SilvaIE 6 on Windows Server 2003 Crashing on Sharepoint Lists after recent Windows Updates by HiminbjorgIndexing Lotus Notes/Domino with MOSS 2007 from Angus Logan’s Portals BlogMicrosoft Best Practices Analyzer for Windows SharePoint Services 3.0 and the 2007 Microsoft Office [...]
SharePoint: 2007 MOSS Licensing
(Indexed 2007-03-14):
Always an issue. Don’t you think so? Licensing is always confusing and the final verdict is with your account representative. I have seen couple of posts on licensing for 2007 MOSS and it is atleast a starting point for all SharePointers.How to buy Microsoft Office SharePoint Server 2007Microsoft Office SharePoint Server 2007 and Related Technologies [...]
Windows Server 2003 Service Pack 2 (32-bit x86)
(Indexed 2007-03-14):
Download Now!Enterprise, Microsoft---Related Articles at Alpesh Nakars' Blogosphere:MOM2005 MP: SharePoint2007 & WSSv3 Office 2007 Converters SharePoint: WSS Installation On A DC - Troubleshoot MOM: MOSS 2007 Beta 2 TR Management Packs Microsoft Diagnostic Tools
Microsoft: Speedlinks 14/03/2007
(Indexed 2007-03-13):
Microsoft’s antivirus deletes users’ e-mailsUS government dept bans VistaA New Generation of Office ExamsJust five years support for Vista Home, UltimateMicrosoft Research Unveils More Than 100 Innovations for Future of ComputingAdvertisement: Full Software Download Instant Downloads. Just a click awayAsides ---Related Articles at Alpesh Nakars' Blogosphere: SharePoint: Speedlink’s 14/03/2007 Microsoft Speedlink’s 28/02/2007 Microsoft Speedlink’s: [...]
SharePoint: Speedlinks 14/03/2007
(Indexed 2007-03-13):
Home of MOSS Pie: Fresh from the Oven! VIa Angus LoganWeb Based Training for SharePoint Designer Via Michel Gannotti’s Blog (One of the commentators on this blog)CSS Chart for SharePoint 2007SharePoint Explorer for WSS3SharePoint Learning KitAdvertisement: Paid Survey Program. The #1 Paid Survey Program. Get Paid to do a Survey!Asides ---Related Articles at Alpesh [...]
MSDN: New Look
(Indexed 2007-03-12):
What do you think? Check it out here.Advertisement: Paid Survey Program. The #1 Paid Survey Program. Get Paid to do a Survey!Asides ---Related Articles at Alpesh Nakars' Blogosphere: Office 2007 Beta 2 TR - Links 2007 MOSS: Extranet & Intranet SharePoint Designer Blog Tech.ED Aus: Office Keynote Step By Step - Installation & Configuration [...]
SharePoint: WSS Installation On A DC - PSConfig Goodness
(Indexed 2007-03-11):
Using Configuration Wizard without the wizard! That’s right.This has nothing to do with our installation that we have done so far. However, I think you should know about this very powerful exe file that ships with this version of Windows SharePoint Services v3.psconfigYeah.This is the exe behind your configuration wizard. To let you on a [...]
Create 2007 MOSS Theme
(Indexed 2007-03-10):
This is super cool, must give it a shot. If you want to create your own 2007 MOSS Theme, follow Aris WiBowo’s instructions as under:Creating Themes in MOSS 2007On the SharePoint server go to the Themes folder e.g. c:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEThemesMake a copy one of the existing theme folders and its contents [...]
SharePoint: Another Competition?
(Indexed 2007-03-09):
Even before I talk about the latest competitor for SharePoint, digest this fact:Microsoft Corp.’s Windows SharePoint Services, a five-year-old product with 85 million usersThe latest avatar of SharePoint has incorporated social-networking features.All this has been tabled in a report by The Wall Street Journal in its online edition. See Wall Street Journal story (subscription required).And [...]
SharePoint: MOC Content Now Available
(Indexed 2007-03-08):
MOC content for MOSS 2007 and WSS 3.0 are now available to CPLSs (Certified Partner for Learning Solution Centers) and MCTs (Microsoft Certified Trainers) worldwide. The MOC content is a significant addition to the eLearning lessons, MS Press books, and Microsoft Certified Professional exams for SharePoint.How can you take these courses? You will need to [...]
SharePoint: APAC Conference in Sydney!
(Indexed 2007-03-07):
Just unbelievable! Only 500 seats! This is an exclusive Microsoft Event - a 2 day conference showcasing the latest innovations, features and functionality for the 2007 SharePoint products and technologies.Via SharePoint Team Blog:SharePoint experts from the Asia Pacific region and members of the SharePoint product group such as Derek Burney (General Manager), Mike Fitzmaurice and [...]
SharePoint: Script to Install All Application Templates
(Indexed 2007-03-06):
I referred to couple of posts to help you install WSS v3 application templates. If you followed those instructions to a tee, then you would have been successful in installing the application templates. However, installing 20 or 40 templates using that method made me cranky Why not install all of them using a script? [...]
Im feeling lucky
(Indexed 2007-03-06):
Google Personalized Homepage just added a new feature: the ability to auto-populate a new tab of content based on a keyword.Click on the add a tab link and make sure “I’m feeling lucky” is checked.You won’t be so lucky with the keyword “SharePoint” but “Microsoft” filled up a tab with good content.Look what I [...]
SharePoint: Speedlinks 07/03/2007
(Indexed 2007-03-05):
Ok, so this the first installment of SharePoint Speedlink’s. Remember, every Tuesday you will receive SharePoint Speedlink’s in your RSS Reader. This is RSS Exclusive only Microsoft White Paper shows the integration of the different Office version with SharePoint 2007.Introduction to sites, workspaces, and pagesThe Detailed Forms Based Authentication Steps by Dan Attis Via [...]
SharePoint: WSS Installation On A DC - Move Database
(Indexed 2007-03-05):
In Windows SharePoint Services v3, the databases ( there are quite a few databases) cannot be installed in a drive other then %systemdrive%. Yeah! It is called the Windows Internal Database. To move this database, you need to do some cool acrobats on the server! If you are comfortable with the thought of moving the [...]
SharePoint: WSS Installation On A DC - Troubleshoot
(Indexed 2007-03-04):
This is going to be short and sweet. But to get this solution, I have burned many Virtual Machines and our developer rebuilt real servers atleast 7 times. It is a different story that the Windows Server 2003 build was automated. However after every build was given to me, I used to run the setup [...]
SharePoint: WSS Installation On A DC - Basics
(Indexed 2007-03-01):
Early this week, I had taken upon myself to share my experience of installing WSS on a DC. If you read this post, you will know what I am talking about.I know, I was going to do some core troubleshooting and under the hood stuff, but lets roll over with some basics.I have had some [...]
SharePoint: WSS Installation on a DC - series
(Indexed 2007-02-26):
Since last couple of days, I have been working on installing Windows SharePoint Services V3 on our SOE Build of a domain controller. Our requirement - complete unattended installation of Windows SharePoint Services. I am sharing this experience with you, if you are into SharePoint, because it will give insight into how version 3 differs [...]
Enterprise Search: SharePoint or Google?
(Indexed 2007-01-09):
Just as I was browsing through Mark Harrison post via Angus Logan on MOSS 2007 Search Evaluation Guide, I read news about feature enhancements to Google Search Appliance, on another site. ---Related Articles at Alpesh Nakars' Blogosphere: Google Services Roundup SharePoint 2007 Presentations: Enterprise Search Deep Dives Google services - part 1 [...]
Google Services - Part 3
(Indexed 2006-12-12):
I know, I was going to do the gmail in the series, but I got distracted with Google Docs and Spreadsheets!I am writing this from Google Docs and this will be updated, as I explore features.Alpesh Nakarhttp://alpesh.nakars.com ---Related Articles at Alpesh Nakars' Blogosphere: Google Services Roundup Google Services Mature SharePoint Web Part : [...]
Google services - part 1
(Indexed 2006-12-03):
This is part 1 of a series of upcoming posts on Google Services.Lets start with Google Search. We all live by Google Search. They certainly revolutionized search. ---Related Articles at Alpesh Nakars' Blogosphere: Google Services Roundup Google Services Mature Google Services - Part 3 SharePoint Web Part : Display Charts Create [...]
IE7 and Outlook 2007 B2TR - RSS
(Indexed 2006-10-19):
I installed IE7 today and also applied Office Beta2 Technical Refresh to my Virtual machine.IE7 installed, I launched Outlook 2007 Beta 2 TR. The first thing I saw was this prompt to sync my feeds between Outlook 2007 Beta 2TR and IE7. ---Related Articles at Alpesh Nakars' Blogosphere: 2007 MOSS: B2TR Issues Pimp your [...]
Customizing List Item Forms in Windows SharePoint Services
(Indexed 2006-05-13):
Enhance and extend interaction with lists in Microsoft Windows SharePoint Services when customizing forms used to work with list itemsClick!---Related Articles at Alpesh Nakars' Blogosphere: SharePoint: TechNet Downloadable Documents Q2 2007 Google Services - Part 5 SharePoint: MOC Content Now Available SharePoint Recommended Reading : Feb 2007 SharePoint 2007 Presentations: Enterprise [...]
