Browsing Category Blog

Migrating to Office 365

July 29th, 2011 // 1:49 pm @

Finally we have migrated the Toolagen email and intranet to Office 365. The BPOS migration schedule was after 3-4 months and being a Microsoft Partner, we just could not wait to get migrated. Hence the decision was made to manually migrate everything over and if needed delete archived content and re-create items. Will write about it in details in the coming weeks. It was not a very smooth process and sometime very crude, however be prepared to have a few email bounces. Make sure you allow full 48-72 hours for DNS propagation to work properly.

Category : Office 365

Office 365 now available to purchase

June 28th, 2011 // 6:48 am @

Just saw that the new Microsoft Office 365 site is now up and out of beta. Office 365 subscriptions are available to purchase in the UK for £4/user. We are working on a few exciting enhancements to Office 365 and can’t wait to announce them soon.

image

Category : Office 365

Visual Studio 2010 code formatting bug

February 25th, 2011 // 2:01 pm @

There is a bit of an issue with VS 2010 code formatting for HTML. Be default you will see HTML code formatted as :

<h3>
        General</h3>

 

To fix this, go to Tools –> Options

image

Select Text Editor-> HTML –> Formatting from the left panel.

Click on the Tag Specific Options.

Select Default Settings –> Client tag supports contents

image

 

On the right panel, under Line breaks, select Before and after.

 

This will give you a code formatting as :

<h3>General</h3>

Category : General

Happy New Year

January 4th, 2011 // 8:48 am @

Wishing everyone a very happy 2011. Every year I make a resolution to start blogging more but have failed since last few years. 2010 was an eventful year as my son was born. Hence took most of my time and energy to support my wife and enjoy the joys of Fatherhood. Another big milestone hit in 2010 was the formation of my offshore development company. We are very close to starting operations and hence pretty excited about it.

Hopefully now that life has settled back a bit and work and life look more organised, I will get more and more time to blog and write more about my experiences of entrepreneurship and working with technology. Hoping for a great 2011 and wish all of you all a great year ahead.

Category : General

Ultimate SharePoint 2010 Development Rig

October 4th, 2010 // 1:31 pm @

I have been researching on building the best SharePoint 2010 development environment for quite sometime now. I am happy to say that my new rig has arrived and it is a blast to work with it. Have been using it for around a month now. Will soon have a few blog posts for people who are interested in building similar rigs and setup a good development environment.

Category : SharePoint

.NET Adoption in Startups

July 6th, 2010 // 7:53 am @

A very interesting article over at Aaronontheweb about .NET Adoption in Startups. Some really excellent comments also giving very different viewpoints. Quite an interesting read.

Category : dotNet

HTML 5 with Visual Studio 2010

July 1st, 2010 // 12:55 pm @

If you have tried to create / edit an HTML 5 document in Visual Studio, you must have got a lot of validation errors. The current validator in Visual Studio 2010 supports HTML 4.01 or XHTML 1.1 Transitional as the highest standards.

To enable Intellisense to work with HTML 5, perform the following steps:

  1. Download the HTML5 support package for Visual Studio 2008 from the Visual Web Developer team here.
  2. Copy the html_5.xsd in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\schemas\html
  3. Edit the correct registry file and replace 9.0 with 10.0
    The file will look like this ( 64 bit VS 2010 Ultimate for me ):
  4. Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages\{1B437D20-F8FE-11D2-A6AE-00104BCC7269}\Schemas\Schema 23]
    "File"="html\\html_5.xsd"
    "Friendly Name"="HTML 5"
    "URI"="http://schemas.microsoft.com/intellisense/html-5"

  5. Run the registry file to merge it with your registry.
  6. Open Visual Studio 2010
  7. Go to Tools->Options->Text Editor->HTML->Validation
  8. Select target as HTML 5

This would allow you to get Intellisense for your HTML 5 based projects.

Category : dotNet &General

Unable to connect to SQL Server 2008

June 4th, 2010 // 11:06 pm @

When you first install SQL Server 2008, you are unable to connect to the SQL Server from another machine in the network. You have enabled remote connections and still whenever you try to connect, you get an access denied error.

Make sure the SQL Server Browser service is running. It is required in order to listen for incoming connections. It may even be Disabled ( as in the case of SQL 2008 R2 Enterprise ).

Category : SQL Server

SharePoint 2010 editions

June 4th, 2010 // 1:57 pm @

If you are getting confused about which edition of SharePoint you need, there is a nice handy chart over at Microsoft.

Thanks to my friend Tobias who tweeted about it. A very handy reference when you are trying to match required features with the editions.

Category : SharePoint

SharePoint 2010 advanced training

June 4th, 2010 // 10:44 am @

If you are an existing MOSS developer, and are tired of going thru training material which tells you what a webpart is and the difference between SPSite and SPWeb, there is some good news. Just stumbled across some free SharePoint 2010 training from Microsoft specifically aimed at existing MOSS developers. Definitely worth having a look if you want to quickly get an overview of this new and exciting platform.

  1. Developer Roadmap and Tools
  2. Core Development
  3. User Interfaces and Lists
  4. Data Access in Technologies
  5. Composite Solutions
  6. Enterprise Content Management
  7. Enterprise Search
  8. Business Intelligence
  9. Communities
  10. Development Life Cycle

Category : Featured &SharePoint

Latest Posts

Testimonials

"Amar clearly has a thorough knowledge of Sharepoint, this knowledge, coupled with his professionalism and dedication made him a tremendous asset to the project. He was the key contributor to the later stages of the project delivery effort (the really difficult bit, long hours and hard work that puts huge demands on people), and I can state categorically that without his focussed dedication and hard work we would not have been able to meet the timescales imposed upon the project."

Tim Ellis , Sharepoint Project Manager , Royal Bank of Scotland

Subscribe Now