Db4o Note: Db4o.configure() != Db4o.newConfiguration()August 19th, 2008 In earlier versions of Db4o we used Db4o.configure() to configure all Db4o database globally (across all ObjectContainer). However in 7.2 (and above) versions of Db4o Db4o.configure() has been deprecated and it is suggested to use Db4o.newConfiguration() instead.
How to Learn db40, Java and .NET Object Database, in 5 minutesMarch 15th, 2009 db4o is a popular object database available both for Java and .NET. I have used it sporadically over several years and can highly recommend it.
Biggest Internet Explorer Problem With JavascriptJuly 26th, 2007 You would be surprised to know that the biggest Internet Explorer issue I am facing while writing rather complex cross-browser javascript code is related to just a comma. In javascript array if you add a comma after the last element in the array then Internet Explorer fails with a variety of undecipherable (Microsoft style) error messages.
Brits are world's biggest Facebook fansMarch 12th, 2009 LONDON - Brits take home the trophy for being the biggest fans of the social networking giant Facebook with more than two thirds logging on as members, reveals a new study. According to analysts Nielsen, an astonishing 47 per cent had joined the free-access website, as one in every six minutes was spent online on a social network site.
ExtJS: Ext.LayoutDialog GotchasAugust 8th, 2007 After much debugging I realized that in creating dialogs using Ext.LayoutDialog class of ExtJS library we must specify the configuration for east, west, north and south properties, as required, in the LayoutDialog config (see below for more requirements, details and a working example). This should be done before you add the content panels to the layout of the dialog.
Free But Costly - The Open Source TrapFebruary 9th, 2006 The title is inspired by Dr. Richard Stallman's article - Free But Shackled - The Java Trap.
Is Ruby very syntax rich? Do you like it? I don't.August 19th, 2008 I tried delving into Ruby couple of times in the past. Every time I had this weird feeling of what am I doing here when I am already very well conversant with a simpler language - Java, which gives me everything I need.
Simple Thoughts Upgraded To WordPress 2.0.7January 18th, 2007 I finally took the plunge and upgraded this blog to WordPress 2.0.7, the latest sparkling version of WordPress (till 2.1 comes out later this month). I am happy to say that the upgrade was uneventful for once and things looked fine after sanity checks.
Comment Guard Pro Beta 0.3 ReleasedFebruary 22nd, 2007 Comment Guard 0.3 Beta is a bug fix release. Very occassionally the plugin would request a valid commenter to submit his comment again.
PHP Performance with eAccelerator versus eAccelerator with PHP Zend OptimizerApril 3rd, 2007 I tried using eAccelerator alone and then integrated it with PHP Zend Optimizer for better performance. The result was surprising.
AP Executive Morning BriefingApril 24th, 2009 AP Executive Morning BriefingThe top business news from The Associated Press for the morning of Friday, May 8, 2009:
Toyota sees losses growing this year
TOKYO (AP) — Toyota Motor Corp. said it sank into a 765.8 billion yen ($7.7 billion) net loss for the January-March quarter, bringing its loss for the full fiscal year to a bigger-than-expected 436.94 billion yen — its worst result ever.
Taragana Corporate Site Re-Design Doubles Site TrafficJune 3rd, 2008 How effective is a site re-design? The final proof is in site traffic. When we started re-designing Taragana.com we had many apprehensions.
Tech Mahindra to run Satyam as standalone unitApril 21st, 2009 Tech Mahindra Limited, which is taking over Satyamomputer Services Limited in a deal worth about 580 million dollars, has said that it would run the fraud-hit outsourcing firm as a standalone unit. Tech Mahindra said its immediate priority was to retain and win back lost clients of Satyam and the company intended to meet key customers across the world.
Independent News & Media warns it's likely to breach repayment of euro200m bond debtApril 30th, 2009 Independent News & Media warns it can't pay debtDUBLIN — Ireland's major newspaper publisher, Independent News & Media, warned Thursday it is likely to default on a euro200 million ($265 million) debt due for repayment next month and is seeking a possible bailout from its top two shareholders. The Dublin-based global media and advertising company made its disclosure in its full-year 2008 results, which recorded net losses of euro159.4 million ($212 million) versus a profit of euro195.7 million in 2007.
How to Stop Crashing / Hanging of php-cgi / spawn-fcgi with nginx / lighttpdMarch 24th, 2009 One of the frequently complained problems while using nginx or lighttpd, two popular and rapidly growing web servers which are faster and lighter alternatives to big daddy Apache web server, with php (through fastcgi interface) is that the pool of php-cgi which ultimately serves the php pages seems to hang frequently and without any apparent reasons. This is also the reason you will see the most common error on nginx website is the dreaded 503 - Gateway Time out.
August 19th, 2008 at 8:27 am
[...] Biggest Db4o Gotcha! Vote [...]