Archive for September, 2009

12 Thumb Rules to code your HTML Emailers

HTML Emailers are still a favorite among publishers and are considered as one of the best means of online communications. With options for tracking everything from email opens, forwards and clickthroughs, HTML email newsletters allow publishers to gauge customer response for their products/services. HTML Emailers are useful in directing potential customers to your web pages. However, all said and done, HTML Emailers can be tricky on different email software – the display can be erroneous...

8 Great ways to be happy while handling a stressful project

You can read more and more about being productive. But you need to know the art of managing work stress. Your are truly productive only if you are stress-free. You get projects and tasks to accomplish because you are productive. Here are eight great ways to be happy even if you are assigned to handle a stressful project: 1. Stay focused - Focus on every single work you do. If you can focus more on a single task then you can reduce the friction in your work. Having too many tasks is...

Ultimate Checklist for SEO Friendly CMS

Confused if you need a CMS to your website? Not sure in choosing the right CMS? Then you have landed at the right place. If you own a ecommerce website, run a blog in your website, allow user interaction in the website, frequently update content in your website, then you need a Content Management System. The main requirement for choosing a good CMS is SEO friendliness. A website even if designed by spending high expenses is of no use until it has an online presence. SEO is the main factor...

iPhone OS 3.1 is genius all over. What’s next, in iPhone OS 3.2 or 3.3?

Apple's recent Rock and Roll September event was almost completely predictable, but for Steve Jobs' appearance. Tech experts expected Apple to roll out iTunes 9, iPods with cameras and new updates with the iPhone OS. Most predictions went live, especially the all-new iPhone OS 3.1. What's so exciting about iPhone OS 3.1? It has genius written all over it. Yes! iPhone 3.1 comes with Genius Recommendations, Genius Mixes, Wireless ringtones download and lots more. Genius...

How to achieve safe updates with MySQL in PHP

How to achieve safe updates with MySQL and PHP In this post, we are going to discuss about safety updates with MySQL and using that with PHP. For beginners, a useful startup option is 'safe updates' (or --i-am-a-dummy, which has the same effect). This option was introduced in MySQL 3.23.11. It is helpful during situations wherein you might have issued a “DELETE FROM tbl_name” statement but forgotten the WHERE clause. Normally, such a statement deletes all rows from the table. With...