How To Launch a Successful Technology Start-Up
Original post provide by Latest News from AJAXWORLD MAGAZINE‘Ten years ago,’ Coach Wei tells Jeremy Geelan in this exclusive interview with AJAXWorld Magazine, ‘I was as a poor graduate student naive enough to start a company at the bottom of the ‘dot-bomb’ burst. I learned so much coping with the ‘nuclear winter,’ raising $18M in financing, working through all the challenges associated with the market, dealing with investors and everything else. I only wish that I had known all this before I got started.’
Previous Articles:PHPLogger
It can open separate log files to write error log messages depending on the error severity levels. The class supports error severity levels: debug, info, notice, warning and error. Error messages of all severity levels are written to the default error log file.
Rich Internet Applications Vs AJAX: "2008 Will Be A Crucial Year"
While AJAX, as XML co-inventor Tim Bray puts it, 'tries to do everything in the browser using just what the browser ships with,' RIA frameworks like Adobe AIR, Microsoft Silverlight, and JavaFX aim to take developers beyond the limitations of the browser.
XML
It turns the document tags into keys of a nested associative array. The resulting array is stored in a class variable. It can also take an array with the document structure and generate a XML document. The document XML is returned as a string.
Microsoft Deprecating Some OOXML Functionality
Ossendryver says the move is an attempt to quiet critics of the specification in the run up to the crucial February ISO vote. The Microsoft-led industry standards group formally offering OOXML confirms in a 21 December 2007 announcement that issues related to the 'leap year bug', VML, compatibility settings such as 'AutoSpaceLikeWord95' and others will be 'extracted from the main specification and relocated to an independent annex in DIS 29500 for deprecated functionality.'"Read more of this story at Slashdot.
TSA Limits Lithium Batteries On Airplanes
yali writes "The U.S. Transportation and Security Administration has issued new rules limiting travel with lithium batteries. As of January 1, no spare lithium batteries are allowed in checked luggage. Batteries carried in the cabin are subject to limitations on per-battery and total lithium content, and spare batteries must have the terminals covered.
More Articles:
American Security Firms Collaborate On Chinese Olympics
"'I don't know of an intelligence-gathering operation in the world that, when given a new toy, doesn't use it,' said Steve Vickers, a former head of criminal intelligence for the Hong Kong police who now leads a consulting firm. Indeed, the autumn issue of the magazine of China's public security ministry prominently listed places of religious worship and Internet cafes as locations to install new cameras.
Image Uploader
It takes an uploaded image and check whether the MIME type is of GIF, JPEG or PNG formats, if the file size does not exceed a given limit, or the image width and height is not smaller than a given size.
Data Theft Soars To Unprecedented Levels
Information thieves, it seems, are just one step ahead of IT security. "While companies, government agencies, schools and other institutions are spending more to protect ever-increasing volumes of data with more sophisticated firewalls and encryption, the investment often is too little too late.
Community News: Latest PEAR Releases For 12.31.2007
Latest PEAR Releases:Net_Ping 2.4.3Structures_DataGrid_Renderer_XLS 0.1.3Console_CommandLine 0.2.0
Zend Developer Zone: Zend_Controller_Action, Now With Parameters!
On the Zend Developer Zone a new post points out feature that the controllers of the Zend Framework has parameters on the actions. Basically, Zend_Controller_Action is the parent of all of the controllers in your application. This controller is what C stands for in MVC, a design pattern used lately in web application development, especially in RIA development.