Programming

Free Online Learning from Stanford U

March 29, 2012

Check out these free online tech classses from Stanford University.

The Future of HTML5

January 14, 2012

The web is in a major transformation stage and looks like HTML5 just may be the golden key to the future of the web.

Classes and OOP in PHP

December 5, 2010

OOP is a relatively new type of programming as far as PHP is concerned. PHP4 does not provide the full facilities a fully object orientated language such as a C++ provides as standard; but PHP5 improves upon this with much more OOP support.

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 [...]

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 [...]

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 [...]