Monthly Archives: August 2010

HTML5:Up and Running book out now


HTML5: Up and Running
By Mark Pilgrim
Publisher: O’Reilly Media
Now Available at Amazon: U.S.A or UK

Even though work on HTML5 is ongoing, browsers such as Safari, Mozilla, Opera, and Chrome already support many of its features — and browsers for smart phones are even farther ahead, especially iPhone’s MobileSafari browser. With HTML5: Up & Running, you’ll learn how this new version enables browsers to interact with JavaScript much more easily than before. You’ll also learn how HTML5 can help you develop applications that:

  • Display video directly in the browser, without having to rely on plugins
  • Work even when a user is offline, by taking advantage of HTML5′s persistent storage
  • Offer a drawing canvas for dynamically generated 2-D graphics

This concise guide is the most complete and authoritative book you’ll find on the subject. Author Mark Pilgrim writes the weekly digest for the HTML5 Working Group, and represents Google at conferences on HTML5′s capabilities. Stay ahead of the curve. Order a copy of this book today. (extracted)



Technorati Tags: , , , , ,

LinuxCon 2010 Just for Fun Poll Results explained

The results of the “Just for Fun” Poll  linux.com community have just been released.  You may be wondering what some of those weird names actually mean, so here goes a short guide for those, like myself, who are not up to date with it all.


Best new Kernel Feature

  1. Btrfs: is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. Initially developed by Oracle, Btrfs is licensed under the GPL and open for contribution from anyone.

    Linux has a wealth of filesystems to choose from, but we are facing a number of challenges with scaling to the large storage subsystems that are becoming common in today’s data centers. Filesystems need to scale in their ability to address and manage large storage, and also in their ability to detect, repair and tolerate errors in the data stored on disk. [extracted from https://btrfs.wiki.kernel.org/index.php/Main_Page ]

  2. Dynamic Tracing: Dynamic event tracing is one of the newest feature on perf/ftrace. This allows users to dynamically add/remove additional trace-events with various arguments in the kernel. This feature consists of kprobe-based event tracer and ‘perf-probe’ user-space command which helps users to find probe points easily from source code by analyzing kernel debuginfo.  Extracted from http://events.linuxfoundation.org/lfcs2010/tracing
  3. LogFS: is a Linux log-structured and scalable flash filesystem, intended for use on large devices of flash memory. It is written by Jörn Engel and in part sponsored by the CE Linux Forum. [extracted from http://en.wikipedia.org/wiki/LogFS ]
  4. Ceph Filesystem: Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. [ extracted from http://ceph.newdream.net/about/ ]


Read more »

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , ,

Opencart simple and great e-commerce system

For a long time I have been very frustrated with e-commerce systems, from my self built one all the way to Magento. That was until I came across OpenCart. It’s a great system, easy to use and to develop for. Installation takes 5 minutes, it has all the modules you need to run a successful e-commerce site straight out of the .zip.  I nicknamed it the “WordPress of e-commerce”!  Have a look for yourself at the Opencart demonstration page.

OpenCart features:

  • Open Source
  • Documentation
  • Unlimited Categories
  • Unlimited Products
  • Unlimited Manufacturers
  • Templatable
  • Multi-Language
  • Multi-Currency
  • Product Reviews
  • Product Ratings
  • Downloadable Products
  • Automatic Image Resizing
  • Multiple Tax Rates
  • Related Products
  • Unlimited Information Pages
  • Shipping Weight Calculation
  • Discount Coupon System
  • Search Engine Optimization (SEO)
  • Module System
  • Backup & Restore Tools
  • Printable Invoices
  • Sales Reports

Technorati Tags: , , , ,