subscribe!
It's free.
about
A blog about web development and starting up online.
who
Eran Galperin is the techfounder, an Internet entrepreneur and web technologies expert.
7 June
4. Testing
Testing is a software development method to increase software quality. There are several distinct types of testing which vary in granularity and purpose:
- Unit Testing: A test that validates an individual unit of source code, usually a function or a method.
- Integration Testing: A test in which a combination of components are tested together to ensure they are working well as a group. Preferably participating components are unit-tested.
- Acceptance Testing: A test in which a software system is tested as a whole. Acceptance testing declares the standards to which a software system is considered to be working (= accepted).
Read more …
4 June
jQuery 1.2.6 was released recently, with plenty of bug-fixes and speed improvements. Most notably event handling was sped up 103% and the dimensions plugin was integrated into the framework (the dimensions plugin is an API to calculate elements sizes in a cross-browser and reliable way).
In addition, jQuery UI has recently reached release-candidate status, which means all non minor or trivial issues were solved and it’s getting to the point that it will production ready shortly. I have been using its components for a while in anticipation of such release, and hopefully they will have their documentation up soon.
Good times to be jQuery developers 
2 June
The common belief for those with no start-up experience is that a good idea is the most important property of a successful start-up. The perception is that successful entrepreneurs simply woke up one day after having a ‘eureka’ moment, and everything else was, as they say, history.
Read more …