O2 to create Europe’s largest free WiFi zone
February 10th, 2012 // 6:23 am @ Amar
O2 has been selected from amongst the six shortlisted providers including BT, Sky and Virgin to create the largest free wireless hub in Europe. This would cover two of the London boroughs ( Westminster and Kensington and Chelsea). The rollouts start this month and will be available as soon as the installation completes. This ensures that visitors to London will be able to make the most out of London’s offerings, particularly in a year in which both the Diamond Jubilee and the Olympics take place.
The next time I am in London I hope I can get free WiFi. My 3G has always been a bit unreliable in certain parts of the centre.
For more information check out the press release on O2’s website.
Category : General
Migrating to Office 365
July 29th, 2011 // 1:49 pm @ Amar
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 @ Amar
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.
Category : Office 365
Visual Studio 2010 code formatting bug
February 25th, 2011 // 2:01 pm @ Amar
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
Select Text Editor-> HTML –> Formatting from the left panel.
Click on the Tag Specific Options.
Select Default Settings –> Client tag supports contents
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 @ Amar
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 @ Amar
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 @ Amar
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 @ Amar
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:
- Download the HTML5 support package for Visual Studio 2008 from the Visual Web Developer team here.
- Copy the html_5.xsd in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\schemas\html
- 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 ):
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″
- Run the registry file to merge it with your registry.
- Open Visual Studio 2010
- Go to Tools->Options->Text Editor->HTML->Validation
- Select target as HTML 5
This would allow you to get Intellisense for your HTML 5 based projects.
Edit: Nitin Mohan has an updated blog post with a lot more info : http://www.nitrix-reloaded.com/2012/01/03/starting-html5-development-with-visual-studio-2010/ .
Unable to connect to SQL Server 2008
June 4th, 2010 // 11:06 pm @ Amar
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 @ Amar
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