XML Banner Rotator

In order to view this object you need Flash Player 9+ support!

Get Adobe Flash player
Recent Technical Blogs
SharePoint : Quick facts about SharePoint
I was reading through some blogs and found some interesting facts about SharePoint....
Category: SharePointDate: 5/7/2013 4:14:00 PM
SharePoint : SharePoint Internal Pages and URLs
I found an interesting blog which has listed down list of SharePoint internal pages & their paths which can be accessed from below URLs.....
Category: SharePointDate: 5/7/2013 3:55:00 PM
SEO : Top 5 Tips to bring website on first page of Google
Getting your page on first page of Google is not hard. But you will need to do proper search engine optimization and it will take considerable time too. Getting found your website easily on search depends on page ranking. Google regularly updates its algorithms and procedures to evaluate page ranking. Depend on the page ranking your page comes on search engine. So how to increase your page ranking? Here are tips to do effective search engine optimization for your page.....
Category: SEODate: 4/30/2013 9:54:00 AM
Windows : How to open Multiple Apps and Websites with just one click
I needed to run many applications and websites at a time whenever I start working on my computer. Opening one by one each of them is quite waste of time. What if I can open all my application and web sites just by one click.....
Category: WindowsDate: 4/26/2013 9:25:00 AM
Windows : Windows Registry Hacks: Enable/disable Remote Desktop on a Windows Server remotely
Remote Desktop is a cool feature of Windows Server 2003 that lets you remotely log on to and work at a machine as if you were seated at the local console. Remote Desktop can be a lifesaver....
Category: WindowsDate: 4/21/2013 11:36:00 PM
Internet-Misllaneous : How to increase your Internet Speed
Today everybody wants a high speed to access web content instantly and broadband serves that purpose but many times due to poor system and browser management, we get the slow internet speed. Good Speed is a demand for today’s world and to improve your internet speed you will have to look at, what causing your internet speed to slow down. The speed of internet connection depends on number of factors....
Category: Internet-MisllaneousDate: 4/9/2013 10:04:00 AM
Microsoft Applications : Visual Studio 2012 Features and Enhancement-Part 2
The latest version of its Visual Studio developer tool suite, so-called Visual Studio 2012 has many of new features and capabilities.This article is the second part of my previous article about Visual Studio 2012 Features and Enhancement.It features new solution Explorer,new SQL Object Explorer,Improved IntelliSense and much more.....
Category: Microsoft ApplicationsDate: 4/9/2013 9:58:00 AM
Microsoft Applications : Visual Studio 2012 Features and Enhancement-Part 1
Microsoft provided many new features in Visual 2012.Microsoft started it with redesigning the user interface of Visual Studio 2012 .It has new capabilities for Windows 8, the web, SharePoint, mobile, and cloud development.....
Category: Microsoft ApplicationsDate: 4/9/2013 9:48:00 AM
Recent Code Snippets

Computer Graphics - Draw a Line using Bresenham Algorithm

Following code snippet is an implementation of Bresenhaam Algorithm to Draw a Line using C++....
Category: C/C++ Date: 4/12/2013 9:14:15 PM

Javascript Form Validations

Here are the javascript functions to check various field validation. For example with these javasc...
Category: JavaScript Date: 4/12/2013 10:38:50 AM

Convert 24 Bit True Color Image to Gray Scale Image using C/C++

/*  CONVERT A 24-BIT TRUE COLOR IMAGE TO GRAYSCALE  IMAGE USING C/C++ CODE*/ #include &...
Category: C/C++ Date: 10/29/2010 8:45:15 AM

Upload multiple files into SharePoint Document Library programmatically using C#

I was reading through various SharePoint forums and found the below code snippet to upload mu...
Category: SharePoint Date: 10/25/2010 11:56:29 PM

Concatination of two Strings

/* CONCATINATION OF TWO STRINGS */ #include<stdio.h> #include<conio.h> void main() ...
Category: C/C++ Date: 7/20/2010 11:22:05 AM
Recent Interview Questions
Core Java : What is the Vector class?

What is the Vector class?

The Vector class provides the capability to implement a growable array of objects
Category: Core Java Date: 11/9/2010 1:28:52 PM
Core Java : What is primordial class loader?

What is primordial class loader?

It is the class that is responsible for loading the class and it is the only in All JVM.
Category: Core Java Date: 11/9/2010 12:56:51 PM
AWT/Swing : How can a GUI component handle its own events?

How can a GUI component handle its own events?

By implementing the required event-listener interface and adding itself as its own event listener.
Category: AWT/Swing Date: 11/9/2010 11:49:05 AM
Core Java : What is the difference between a while statement and a do  statement?

What is the difference between a while statement and a do statement?

A while statement checks at the beginning of a loop to see whether the next loop iteration should oc....
Category: Core Java Date: 11/9/2010 11:39:53 AM
Core Java : Is the garbage collection algorithm vendor implemented?

Is the garbage collection algorithm vendor implemented?

yes
Category: Core Java Date: 11/9/2010 11:18:47 AM