Implement Polymorphism through method overriding By Neli S Gautham Raj May 24, 2010.NET Csharp Introduction1 Comment Polymorphism means one name ,many forms .In this , We can implement by defining a method using the keyword Virtual in a base class Read More...
How to: “Hello World” Program in Visual C# 2005 By Neli S Gautham Raj May 24, 2010.NET Csharp Introduction1 Comment How to create Hello World Program in Visual C# Read More...
How to :Encrypt password in PHP By Neli S Gautham Raj May 24, 2010PHP6 Comments In this tutorial ,we will encrypt password using MD5 Function Read More...
How to:Display Multiple RSS in Single Page using PHP By Neli S Gautham Raj May 23, 2010PHP2 Comments This tutorial explains how to display multiple RSS Feeds in single Page similar to Popurls.com.This is done by using simplexml_load_file() Read More...
How to:A Simple PHP Login Form Using Mysql By Neli S Gautham Raj May 23, 2010PHP113 Comments In this tutorial , we will create simple Login form using PHP-MySql.Here I am going to use following tools: Notepad ++, Xammp,Google Chrome /Any Browsers Read More...