Archive for August, 2007

Google’s CFO to Retire by End of Year

August 28, 2007
By admin

Google’s CFO to Retire by End of Year from PhysOrg.com (AP) — Google Inc. said Tuesday that its chief financial officer will retire by the end of the year, creating the highest-ranking job opening at the Internet search leader since it went public three years ago.
Read more »

Posted in Uncategorized | No Comments »

Basic Servlet Structure

August 22, 2007
By admin

Here’s the outline of a basic servlet that handles GET requests. GET requests, for those unfamiliar with HTTP, are requests made by browsers when the user: types in a URL on the address line follows a link from a Web page or makes an HTML form that does not specify a METHOD. Servlets can...
Read more »

Posted in J2EE, Servlets | No Comments »

Cold-Fusion Graybeards Keep the Research Coming

August 22, 2007
By admin

At an MIT lecture hall on Saturday, a convocation of 50 researchers and investors gathered to discuss a phenomenon that allegedly does not exist.Despite a backdrop of meager funding and career-killing derision from mainstream scientists and engineers, cold fusion is anything but a dead field of research. Presenters at the MIT event estimated that...
Read more »

Posted in Uncategorized | No Comments »

Regular Expressions in Java

August 21, 2007
By admin

As from release 1.4, Java 2 comes with a regular expression class that supports patterns similar in style to Perl regular expressions. This page gives you a brief introduction to regular expressions if you’re not already familiar with them, then covers Java-specific topics such as compile and match methods, Pattern objects and PatternSyntaxExceptions. BASIC...
Read more »

Posted in Uncategorized | No Comments »

Yahoo Releases YUI 2.3 Ajax Library

August 20, 2007
By admin

The latest release of Yahoo’s User Interface Library, or YUI, sports a new rich-text editor, an image loader, CSS enhancements, a color chooser, and a new skinning infrastructure for all YUI components. Yahoo released the latest version of its open-source User Interface Library, a set of components and client-side infrastructure for building highly usable...
Read more »

Posted in Ajax, Java Script | No Comments »

Calendar