Wednesday, January 28, 2009
What you can do with JavaScript ?
Lesson -1. Embedding JavaScript in HTML
Lesson -2. Write text with javascript
Lesson -3. Variables in javascript
Lesson -4. Operators in javascript
Lesson -5. Conditional Statements
Lesson -6. JavaScript Comment
Popup Boxes
Lesson -7. JavaScript if else
Lesson -8. The JavaScript Switch Statement
Lesson -9. JavaScript Functions
Lesson -10. JavaScript For Loop
Lesson [...]
Wednesday, January 28, 2009
Programs Work:
An important distinction to make in Java programming is where your program is supposed to be running. Some programs are intended to work on your computer; you type in a command or click an icon to start them up. Other programs are intended to run as part of a World Wide Web page. You [...]
Wednesday, January 28, 2009
Before you venture further into Java programming, it’s worthwhile to learn more about the language and see what Java programmers are doing today. One of the reasons that Java became popular so quickly was because it could be used to offer programs on the World Wide Web. Though Java has outgrown its origins as a [...]
Tuesday, January 27, 2009
As you learned during Chapter 1, “Becoming a Programmer,” a computer program is a set of instructions that tell a computer what to do. These instructions are prepared in the same way instructions could be given to a person: You type them into a word processor. However, that’s where the similarity ends. Instructions given to [...]
Tuesday, January 27, 2009
Computer programming is insanely difficult. It requires a four-year degree in computer science, thousands of dollars in computer hardware and software, a keen analytical intellect, the patience of Job, and a strong liking for caffeinated drinks. If you’re a programming novice, this is probably what you’ve heard about computer programming. Aside from the part about [...]