XML Banner Rotator

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

Get Adobe Flash player
Recent Technical Blogs
JavaScript : jQuery -  A brief Introduction
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.....
Category: JavaScriptDate: 1/2/2012 12:29:00 AM
JavaScript : HTML 5 - A brief Introduction
HTML5 is the successor of HTML and XHTML which has been incubated as a mixture of features introduced by various specifications, along with those introduced by software products such as web browsers....
Category: JavaScriptDate: 12/29/2011 8:09:00 PM
Web Applications : Web Accessibility - Key Features, Standards, and Best Practices must be implemented in Web Sites
Web accessibility refers to the inclusive practice of making websites usable by people of all abilities and disabilities. When sites are correctly designed, developed and edited, all users can have equal access to information and functionality. For example....
Category: Web ApplicationsDate: 12/17/2011 10:49:00 AM
SharePoint : SharePoint 2010 - Changes in Custom Lists, and Some Limitations of Custom Lists
SharePoint 2010 has introduced following changes in the Custom Lists and it still have some limitations which are listed....
Category: SharePointDate: 11/8/2011 7:33:00 PM
Mobiles/PDAs : Apple iPhone 4S - Features and Specifications
Apple has revealed new iPhone 4S and now available in the Apple Stores. The new iPhone 4S smartphone runs the enhanced iOS 5 and packed in with powerful hardware like a 1GHz dual-core ARM Cortex-A9 processor....
Category: Mobiles/PDAsDate: 10/16/2011 7:16:00 PM
Mobile Applications : Top 15 quotes by Steve Jobs - Apple co-founder and Technology visionary
Apple co-founder and great technology visionary "Steve Jobs" is no more with us. Following are the 15 quotes that I have found from various sources and I found very inspiring....
Category: Mobile ApplicationsDate: 10/9/2011 9:45:00 AM
SharePoint : What happens behind the scene when we create new Web Application in SharePoint?
When we create a new Web Application in SharePoint, following are various actions which happens behind the scene: Creates a unique entry in SharePoint configuration DB for the Web Application and assign GUID to that entry....
Category: SharePointDate: 8/21/2011 8:24:00 PM
SharePoint : Fixes included in SharePoint 2010 Service Pack 1 (SP1)
SharePoint 2010 Service Pack 1 (SP1) includes all the public updates that were released through June 2011, and all the cumulative updates that were released through April 2011. It also consists of previously unreleased fixes that were made specifically for this service pack....
Category: SharePointDate: 7/18/2011 7:43:00 PM
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
Recent Code Snippets

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

Calculate Sum of Series S=1+2/3!+3/4!+................

/* TO FIND SUM OF SERIES S=1+2/3!+3/4!+------------ */ #include<stdio.h> #include<conio...
Category: C/C++ Date: 7/20/2010 11:19:55 AM

Enter a String and count number of Vowels in it

/* ENTER A STRING & COUNT NO. OF VOWELS IN IT        */ #i...
Category: C/C++ Date: 7/20/2010 11:17:29 AM
Various Content @ eTechPlanet.com
Technical Blogs:
Read and Share Articles and Tutorials on technology updates, new gadgets, software and web application reviews, how-to guides, internet, search engine optimization, online business, SharePoint, MOSS 2007, WSS 3.0, .Net Framework, ASP.Net, C#, VB.Net, JavaScript, SAP, ABAP, Java, J2EE, and many more…
Code Snippets:
Read and Share Code Snippets for various programming languages and technologies like ASP.Net, C#, VB.Net, .Net Framework, SharePoint, MOSS 2007, WSS 3.0, JavaScript, SAP, ABAP, Java, J2EE, and many more…
Interview Questions & Answers:
Read and Share Interview Questions and Answers for various technologies like .Net Framework, C#, ASP.Net, VB.Net, SharePoint, WSS 3.0, MOSS 2007, SAP, ABAP, Software Testing, UML, OOPs, Java, JSP, and many more…
Web Tools:
Use free web tools like EMI Calculator, Interest Calculator, Currency Convertor, Unit Convertors, etc. We are also working on some more web tools which will be added in the website in near future.