Tracking email marketing campaigns

January 24th, 2008

Well.. I am not claiming to be an expert in tracking email marketing campaigns.. But would like to share some points out of my experience.. While working for NatNif.com project, I had to track the emails (in fact XMas greetings) sent by people to others, whether its viewed, whether the viewer has signed up at […]


Whats Happening to MatCutts Blog?

January 15th, 2008

Hi Matt.. Whats going wrong? I can see that traffic to your blog is getting reduced recently? Anyone here to answer why is it so? [Update] See the spike upwards ! It was recent..


Protect your web forms from email header injection attacks

January 14th, 2008

Hi.. I am back from my native after the weekend.. and here is some useful stuff.. eMail Header Injection – What it is?  You have a web form, having some text fields and a submit button, the values are posted to a server sided page , which sends you the details submitted. Take a simple […]


MySQL Storage Engines.. Some basics

December 13th, 2007

Storage engines decide how and where the data is stored and in which way. MySQL storage engines include both those that handle transaction-safe tables and those that handle non-transaction-safe tables MySQL supports following storage engines. MyISAM Storage Engine InnoDB Storage Engine MERGE Storage Engine MEMORY (HEAP) Storage Engine BDB (BerkeleyDB) Storage Engine EXAMPLE Storage Engine […]


How to set up your blog?

November 25th, 2007

Okay.. here you are…….. Just wondering how you can set up a blog for yourself just like many attractive blogs in the world wide web. Few basics….. You can set up your blog with any of the blog service provider or you can set it yourself under your own website name (for eg: ramkumarsblog.com ) […]


ASP, PHP, .Net, JSP or HTML which is good for SEO ?

October 24th, 2007

Its a very funny question anybody in Internet marketing industry will come across. To me if you ask the same question, I would say it doesn’t matter at all Why Search Engine crawlers are like a normal user, they cant see what is the code written at the server level to output a page. So […]


Apache’s Mod_Rewrite magics

October 24th, 2007

First lets see what is mod_rewrite mod_rewrite is basically an apache module, using which we can play around with the URL’s  Configuration You need to cross check in your httpd.conf whether the following lines are present LoadModule rewrite_module modules/mod_rewrite.so AddModule mod_rewrite.c If its not there, make sure to add it along with the other modules […]


Create overlays in a webpage using lightbox.js

October 24th, 2007

LightBox.js is a simple script with which you can use to show overlays on your page similar to snap feature in wordpress.com Proceed to huddletogether.com/projects/lightbox/ to download the latest version of lightbox.js !!