ArticleClick.com Home


   Login   Sign Up  

Source Code Articles

Posted on October 20, 2009

JavaScript and Ajax

As JavaScript runs from the client computer its execution time is very short, in Ajax, execution time is much longer which depends on their internet connection speed, server hardware and number of bytes to be transferred.

Posted on October 21, 2009

Static analysis for Ruby and Python

As a developer of static analysis tool for mainstream statically-typed languages, like C++ and Java, I was wondering for quite a while about how well static analysis applies to dynamically-typed languages, like Ruby and Python.

Posted on October 15, 2009

Adopting Bug-Hunting Tools While Staying Agile

While the Agile Manifesto’s principle of “individuals and interactions over processes and tools” seems to de-emphasis the need for tools, Agile teams use many tools to support their development – including software configuration management tools,...

Posted on November 29, 2008

The Evolution of Source Code Analysis

Since the early 1980s, source code analysis has evolved from isolated desktop analysis to broad system-level analysis with constant progress being made in terms of the accuracy of the analysis and criticality of bugs that can be found. Each approach...

Posted on November 29, 2008

Source Code Analysis in an Agile World

To keep pace with ever-increasing customer demands on software functionality and time-to-market expectations, software developers have had to evolve the way they develop code to be both faster and higher quality. As part of this trend, the Waterfall...

Posted on November 29, 2008

Automated Source Code Analysis

As a developer considering using automated source code analysis, or a development manager considering providing such analysis tools for a group of coders, it should be obvious from the previous sections of this document what kind of problems can...

Posted on September 29, 2008

The “Oracle" And The Intoxilyzer: DWI/DUI Source Code Defense

In 2008, DWI/DUI challenges to the breath test, now, more than ever, have become viable and important. The latest challenges involve attacks on the source code, and the state's failure to provide that computer source code for testing. In each case, a...

Posted on May 28, 2008

Rapid Application Development With SQL Database And Dataset Designer

If you have not heard about Rapid Application Development (RAD) methodology, let me brief you the concept. In general, RAD means to develop your application in the fastest way possible, to accomplish that, your business rules will be "drawn" instead...

Posted on May 25, 2008

How to Create Accounting Software In The Shortest Time?

Accounting software is very critical to every business environment. Almost every famous business software already has its' solution to integrate with other popular accounting systems. There are 4 types of accounting software that can be use for such...

Posted on August 28, 2007

A practical Use Of Open Source Code Softwares

This article describes a real life experience in picking and using the linux operating system, as well as libraries with Open Source Code licenses, during the development of a web site. It is truly a testimony of successful use of Open Source Code...