| Computersight > Programming |
 |
Programming |
|
|
| |  | | Six Functions Missing From Javascript Arrays | | by Rex Barzee, Jun 17, 2008 | | JavaScript is a computer programming language that most often runs inside a web browser as part of a web page. It is a simple yet powerful interpreted language that includes several built-in classes and functions. One of these built-in classes is the Array class which has powerful functions such as concat, sort, slice, and splice. However, there are several useful functions, linearSearch, binarySearch, retainAll, and removeAll, that were not included in the Array class. | | Comments(0) Liked It: 0 |
|
| | Javascript: An Introduction | | by Gijo George, Jun 16, 2008 | | Javascript is a client side scripting language which enables a web site to perform client side activities. It is widely used and helps a web programmer to make his web pages more interactive. | | Comments(0) Liked It: 2 |
|  |
|
|
 | |
 | | DOS Secrets Revealed 2 | | by infoguruji, May 26, 2008 | | To program well, you have to know more about your hardware and DOS internals. In many Institutions hardware & software are being taught as different subjects. And people don’t know how both are related. For system programming you must know the relationship between the two. Here I will help you to understand why a programmer should know hardware & DOS internals for DOS programming. | | Comments(0) Liked It: 0 |
|
 | | DOS Secrets Revealed | | by infoguruji, May 26, 2008 | | To program well, you have to know more about your hardware and DOS internals. In many Institutions hardware & software are being taught as different subjects. And people don’t know how both are related. For system programming you must know the relationship between the two. Here I will help you to understand why a programmer should know hardware & DOS internals for DOS programming. | | Comments(0) Liked It: 0 |
|
 | | How Good is Your Code? | | by Overdrive, May 21, 2008 | | As a programmer you're expected to write robust, reliable and efficient programs. Just how well-coded is your program? This article provides parameters against which the "goodness" of your program should be measured. | | Comments(0) Liked It: 1 |
|
|