Samsung Releases the Galaxy Tab
Sep 3rd
Samsung has finally release the Galaxy Tab, a tablet computer running Android 2.2 that will begin shipping in October in Europe. A launch date for the U.S. was not declared yet. The tablet can be used to surf the Web, watch movies, read e-books, navigate using GPS — and even make phone calls, according to Samsung. The Galaxy Tab has a 7-inch touchscreen with a resolution of 1024 by 600 pixels, and a 1GHz Cortex A8 processor with 16GB of integrated storage. There is also a MicroSD card slot that can expand the storage capacity with another 32GB.
Managing Transaction in PDO
Sep 3rd
Transaction is very useful portion of the database operation when we are making number of queries and all the queries are depends on each other. Transaction works on this method “All or Nothing”.
Error handling methods in PDO
Sep 2nd
PDO offers you a choice of 3 different error handling strategies, to fit your style of application development. PDO::ERRMODE_SILENT, PDO::ERRMODE_WARNING and PDO::ERRMODE_EXCEPTION are the three modes of PDO error handling.
Generate Dynamic dummy images with PHP
Sep 2nd
There can be a cause where you want to display images dynamically like display images in post title, display image in background, etc. Of course we can do it with PHP GD functions but what if you don’t have to write all that function and you get ready images. Yes, now we can create dynamic images with online service.
Google introduce priority inbox in Gmail
Sep 1st
People get hundreds or thousands of mail each day. So it will be confusing to decide which to read and for which to reply. I mean to say it’s hard to find that which mails are important for you till now. Yes till now, because Google has introduced the priority inbox (beta) facility in Gmail. This service will automatically filter the mails which are important for you.
How to do Joomla template override?
Aug 31st
There may be occasions where you want to change the way the Joomla extension (such as components, module whether from Joomla core or any third party extensions). Of course we can write extension from scratch but it will be time consuming for anyone. Thankfully there is another way of doing this in very easy manner.
prepare statements with PDO
Aug 30th
Many of the matured databases support the use of prepared statements. Prepares statements can be considered as a kind of compiled template for the SQL that as application wants to run, that can be customized using variable parameters.

