Articles Archive for February 2012
Guest Post, Miscellaneous »
These days marketing through email is critical in enhancing your relationship with customers while encouraging customer loyalty and repeat business. Is your email marketing working the best it can for you? Through A/B testing, you’ll be able to identify what is currently lacking in your email campaigns so you can move in the right direction. [...]
Humor »
The Top 20 replies by programmers when their programs do not work: 20. “That’s weird…” 19. “It’s never done that before.” 18. “It worked yesterday.” 17. “How is that possible?” 16. “It must be a hardware problem.” 15. “What did you type in wrong to get it to crash?” 14. “There is something funky in [...]
Social Media, Twitter »
Many people do want more followers count on Twitter. Here, I am going to share my experience with increasing Twitter followers count and the pros and cons of it. Advantages of more twitter followers count
Database, MySQL »
This article shows:- – How to add column to mysql database table after the table has already been created – How to delete column from mysql database table after the table has already been created
Magento »
Here is a quick code to get any product’s stock information like quantity (qty), minimum quantity (min_qty), stock availability (is_in_stock), minimum and maximum sale quantity (min_sale_qty and max_sale_qty), etc. First load the product. Product can be loaded in different ways. Here are the two different ways to load any product in Magento:-
