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.
Progressive Disclosure in API Design with exampleAugust 5th, 2009 You have probably heard about the progressive disclosure principle of UI design. In Progressive disclosure design you defer advanced or rarely used features to a secondary screen, making applications easier to learn and less error-prone.
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.
Bodhtree partners with CompanyStore for centre of excellenceJuly 14th, 2009 HYDERABAD - Bodhtree Consulting, a leading consulting and technology provider, has forged a strategic software partnership with CompanyStore.IN for its centre of excellence (CoE) for SaaS and Cloud computing. CompanyStore.IN is a well known logo merchandising company that leverages technology to support marketing and branding for some of the biggest names of the industry.
China's Baidu, Discovery Channel launch Web site to carry science, nature featuresJuly 28th, 2009 China's Baidu, Discovery Channel launch Web siteBEIJING — Baidu Inc., which runs China's leading search engine, and the Discovery Channel launched a Web site Tuesday to carry nature and science features, adding to rivalry in China's competitive Internet market. The site — discovery.baidu.com — will raise the Discovery Channel's profile in China, which restricts foreign access to its vast television audience.
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.
August 19th, 2008 at 8:27 am
[...] Biggest Db4o Gotcha! Vote [...]