How to send and receive data using Ajax
December 4, 2008 by CBO · 4 Comments
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 request is sent to the server in a visible format and the whole page reloads. This is where Ajax comes in. It allows you to dynamically change a part of the page, or the whole page, without any visible refresh or flicker. The data transfer is so seamless and smooth that in some cases, you may not notice the change. Ajax » » »
Defining a Class in PHP

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 are called properties.
PHP to ASP Code Convertor
July 28, 2008 by CBO · Leave a Comment
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.
Well, pretty much. It was built at the end of a very large project, when the programmer’s client said, “Oh, did I say PHP? I meant ASP”. So, only the functions needed for that particular project were included. PHP to ASP» » »
Murach’s Visual Basic 2008, Chapter 2
July 21, 2008 by CBO · Leave a Comment
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 a Windows Forms application…
What is covered in this chapter:
- How to set options and create a new project
- How to set the Visual Studio options
- How to change the import and export settings
- How to create a new project
- How to design a form
- The design of the Invoice Total form
- How to add controls to a form
- How to set properties
- Common properties for forms and controls
- How to add navigation features
- The property settings for the Invoice Total form
- How to use Document Outline view
- How to name and save the files of a project
- How to name the files of a project
- How to save the files of a project
- Perspective
Read the Chapter here, or read a little more more about the book: » » »
