Using JSEclipse, JavaScript programmers now have their own Eclipse plug-in that provides many important features to aid in the development of JavaScript applications. JSEclipse gives JavaScript developers the same ease of use that Eclipse has been providing in the Java language and others for years. Learn to use this tool, while creating a colony of evolving "creatures" on your page.
Get it here...
Thursday, October 30, 2008
Application development for the OLPC laptop
The XO laptop (of the One-Laptop-Per-Child initiative) is an inexpensive laptop project intended to help educate children around the world. The XO laptop includes many innovations, such as a novel, inexpensive, and durable hardware design and the use of GNU/Linux as the underlying operating system. The XO also includes an application environment written in Python with a human interface called Sugar, accessible to everyone (including kids). Explore the Sugar APIs and learn how to develop and debug a graphical activity in Sugar using Python.
Learn it here...
Learn it here...
Meaner and Greener
There was a time when speed was the only thing computer manufacturers considered. That time has passed, and now ecologically friendly machines are becoming more popular. What is a power-loving computer geek to do? Good news: you may not have to sacrifice performance to help save the planet.
Read the article...
Read the article...
Dynamic Programming Algorithm Technique
You are reading another tutorial in the Algorithm Techniques multi-part series. As the title suggests, today we are going to briefly present the dynamic programming algorithm technique. The truth is, dynamic programming is one of the most discussed techniques in the algorithmic literature, especially since it refers to a large number of algorithms. Theoretically thousands of problems can be solved with its implementation.
Read the article...
Read the article...
Monday, October 13, 2008
An Ajax Approach to Active Client Pages
If a user were using a slow Internet connection, he would have found that it takes time for him to have his web page displayed (downloaded) at his client computer. Nowadays, only the first page of his web site will take a long time to be downloaded; the rest of the pages will come very fast. Keep reading to learn how we can accomplish this trick. It is all thanks to Active Client Pages and the magic of AJAX.
Read the full article...
Read the full article...
Inventory Bookkeeping
Billing accounting software generate various accounting reports including final report, stock reports, sales reports, and others
Learn More...
Learn More...
Remote PC Monitoring Software
Network asset database administration freeware utility generates software auditing and management reports. Download Remote operating system manager freeware online to check HTTP and SNMP host details.
Read the Article...
Read the Article...
Thursday, October 2, 2008
Rational Asset Manager
In this tutorial, you can learn how to install and configure the IBM Rational Asset Manager Eclipse client, explore the different views in the Asset Management perspective, learn various search techniques, work with existing assets, and submit a new asset.
Rational Asset Manager
Rational Asset Manager
Canon EOS Rebel XSi Camera
Those looking for a DSLR, or digital single-lens reflex camera need to look no further than the Canon EOS Rebel XSi. It is the latest Canon addition to the DSLR lineup and is one notch above the manufactured XTi model. In this review we will see what makes this camera tick.
Read the Article..
Read the Article..
Web Application Security
With the web and web sites open to everyone - including malicious hackers - the security of web applications sits at the top of the list of issues on any web developer mind. In this eight-part series, we will look at the security concerns of PHP developers, and what they can do to make their web applications more secure.
Web Application Security - Overview
Web Application Security - Overview
Web-Based Productivity Applications
Increasing productivity seems like a never-ending process. There are some applications that can help out a bit, and most of them are very inexpensive as well. You would like to purchase Microsoft Office and Microsoft Project, but they are out of your price range. You still have options. You can find online applications that are just as effective as these desktop applications. They may not be as robust, but you will find these online tools to be very productive.
Read the Article...
Read the Article...
The Python Language
A Python program is composed of a sequence of logical lines, each made up of one or more physical lines. Each physical line may end with a comment. A hash sign (#) that is not inside a string literal begins a comment. All characters after the # and up to the physical line end are part of the comment, and the Python interpreter ignores them. A line containing only whitespace, possibly with a comment, is known as a blank line, and Python totally ignores it. In an interactive interpreter session, you must enter an empty physical line (without any whitespace or comment) to terminate a multiline statement.
Read the Article...
Read the Article...