11/05/2012 by Nitesh

How to Optimize and Repair MySQL tables

Very Often when we deal with large amount of data in MySQl table, we need to Optimize and repair MySQL tables. Here are the MySQL Queries to do the same: Optimize Table: OPTIMIZE TABLE TBL_NAME Repair Table: REPAIR TABLE TBL_NAME The Other way of doing this is to follow the below steps. Go to PhpMyAdmin…

Continue Reading »

09/05/2012 by Nitesh

How to Change Startup Form in VB .Net Windows Application

Today, I was working on a demo VB.Net windows application and going the Visual studio way, I added a new Windows Form Application in VB.Net. It created a default Form1.vb form with start up items. I added a new form MainForm.vb and then I wanted to change the application start up form to MainForm.vb from…

Continue Reading »

26/04/2012 by Nitesh

Office 2010 April CU Links

Microsoft released April Cumulative Updates for Office 2010 a day ago.. Here are the links for the download of the CU and also explanation of the release: Office 2010 cumulative update for April 2012 – http://support.microsoft.com/kb/2685449 Office 2010 cumulative update for April 2012 – http://support.microsoft.com/kb/2598272/ Description of the Project Server 2010 cumulative update package (Project…

Continue Reading »

29/11/2011 by Nitesh

Online Webcast on “Open Data For The open Web”

Kolkata Geeks invites you to join the weekly online session so that people living outside of kolkata can join us and even participate or contribute to the community. Topic: Open Data For The open Web Brief: “Open Data For Open Web” – In an effort to break the Data Silos that exist today between different…

Continue Reading »

27/11/2011 by Nitesh

How to create a .wsp file manually

A .wsp file is a deployable, reusable package that contains a set of features, site definitions, and assemblies that you can apply to a SharePoint  site and can activate/deactivate individually on your own discretion. MOSS provides a way to bundle all of the components called a solution file which is a cabinet or .CAB-based format…

Continue Reading »

1 33 34 35 36 37 38