From the category archives:

Programming

How to send and receive data using Ajax

December 4, 2008

What is Ajax? – An introduction to Ajax
Like the desktop applications where the data transfer between the client and the server side is seamless without any visible refresh, Ajax gives you the power to do the same on web based applications.
When you press a Submit button on a web page or a click a link, a [...]

Defining a Class in PHP

November 8, 2008

Defining a Class in PHP
A class is a container that holds code used to perform a specific task. A class is more complex than a PHP function. In fact, classes usually contain functions, except they are called methods when you are talking about them and functions when you are creating them. Variables existing within classes [...]

PHP to ASP Code Convertor

July 28, 2008

NEED TO CONVERT your PHP code to ASP? Or maybe are you a PHP programmer who wants to learn ASP? Well, you can Just paste your PHP code into the textbox at ME-U.com, press the Convert PHP to ASP button, and voila! You’ve got ASP.

Murach’s Visual Basic 2008, Chapter 2

July 21, 2008

Chapter 2 How to design a Windows Forms application. IN THE FIRST CHAPTER, you learned the basic skills for working with Visual Studio, you toured a Windows Forms application, and you tested an application with three Windows forms. Now, in this chapter, you’ll learn how to use Visual Studio to design the user interface for [...]