<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Kathir Vel</title>
	
	<link>http://www.kathirvel.com</link>
	<description>An agile ebusiness &amp; marketing consultant based in Edinburgh, Scotland, UK. ICT specialist with a MBA in marketing and strategy. Seasoned project manager with strong roots in advertising campaigns and film making. Loves photography and travelling.</description>
	<lastBuildDate>Fri, 11 Nov 2011 08:17:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/kathirvel" /><feedburner:info uri="kathirvel" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>kathirvel</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Install, Configure &amp; Optimise MySQL on Debian</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/kFaKFi-WzgY/</link>
		<comments>http://www.kathirvel.com/install-configure-optimise-mysql-debian-squeeze/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 01:30:13 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=632</guid>
		<description><![CDATA[Step 1 : Adding the Dotdeb repository You can skip this step if you have already added the Dotdeb repository while installing NGINX and PHP-FPM on your Debian Squeeze Server. We need to grab the latest version of MySQL to &#8230; <a href="http://www.kathirvel.com/install-configure-optimise-mysql-debian-squeeze/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Step 1 : Adding the Dotdeb repository</h2>
<p>You can skip this step if you have already added the <a title="Debian Repository" href="http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/">Dotdeb repository</a> while installing NGINX and PHP-FPM on your Debian Squeeze Server. We need to grab the latest version of MySQL to benefit from all new updates and bug fixes. <a title="Adding the Dotdeb Repository" href="http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/">Read this article</a> for information on adding the Dotdeb repository to your Rackspace Cloud Server.</p>
<h2>Step 2 : Install the MySQL server and client</h2>
<p>Installation is simple. Just use the following command.</p>
<pre class="brush: bash; title: ; notranslate">apt-get install mysql-server mysql-client</pre>
<p>You will be prompted to key in the MySQL &#8216;root&#8217; password during the installation. Make sure the password is hard to crack. Once the install is over, you can run</p>
<pre class="brush: bash; title: ; notranslate">mysql_secure_installation</pre>
<p>to remove the &#8216;test&#8217; database and test users. MySQL should be up and running by now!</p>
<h2>Step 3 : Configuring and optimising the MySQL Server</h2>
<p>MySQL can get resource hungry. There are many articles around the web that talk about MySQL optimisation. The few settings that I have shown here will help free up some memory (RAM). Edit the following MySQL configuration file.</p>
<pre class="brush: plain; title: ; notranslate">/etc/mysql/my.cnf</pre>
<p>The settings that are already in the MySQL configuration file are pretty decent. You can add just the following to free up some additional memory.</p>
<pre class="brush: plain; title: ; notranslate">
skip-locking
skip-innodb
key_buffer = 8M
</pre>
<p>You can use the Perl script found at https://github.com/rackerhacker/MySQLTuner-perl to further optimise the database server.</p>
<h2>Step 4 : Creating a new database user and database</h2>
<p>We will need to create a new database and user for the WordPress installation. The following command should do that.</p>
<pre class="brush: bash; title: ; notranslate">mysql -h localhost -u root -pPassword</pre>
<pre class="brush: sql; title: ; notranslate">
GRANT USAGE ON *.* TO 'newuser'@'localhost' IDENTIFIED BY 'password'
GRANT ALL PRIVILEGES ON `newdbname`.* TO 'newuser'@'localhost'
</pre>
<p>This command will create a newuser with a password and assign the user to the new database with the name newdbname.</p>
<h2>Step 5 : Restart the MySQL server</h2>
<pre class="brush: bash; title: ; notranslate">service mysql restart</pre>
<p>That&#8217;s it! You now have a working MySQL database server.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=kFaKFi-WzgY:ziwo-ZX3eRQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=kFaKFi-WzgY:ziwo-ZX3eRQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=kFaKFi-WzgY:ziwo-ZX3eRQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=kFaKFi-WzgY:ziwo-ZX3eRQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=kFaKFi-WzgY:ziwo-ZX3eRQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=kFaKFi-WzgY:ziwo-ZX3eRQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/kFaKFi-WzgY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/install-configure-optimise-mysql-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/install-configure-optimise-mysql-debian-squeeze/</feedburner:origLink></item>
		<item>
		<title>Install, Configure &amp; Optimise PHP5 with PHP5-FPM</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/LpbAeEZvWFQ/</link>
		<comments>http://www.kathirvel.com/install-configure-optimize-php-fpm/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 01:00:11 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=631</guid>
		<description><![CDATA[PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. Source : PHP-FPM Website PHP-FPM is far better than the standard mod_php implementation of PHP and also &#8230; <a href="http://www.kathirvel.com/install-configure-optimize-php-fpm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.<br />
Source : <a href="http://php-fpm.org/" title="PHP FPM" rel="external">PHP-FPM Website</a></p></blockquote>
<p>PHP-FPM is far better than the standard mod_php implementation of PHP and also easier to implement that spawn-fcgi. PHP-FPM works like an application that loads and kills PHP instances as needed. Of all the benefits that it offers, reduced memory usage is the most attractive one.</p>
<h2>Step 1 : Add the Dotdeb repository</h2>
<p>You can skip this step if you have already added the Dotdeb repository while <a href="http://www.kathirvel.com/install-config-optimize-nginx-debian-linux-server/" title="Install, Configure &#038; Optimise NGINX on Debian Squeeze">installing NGINX</a> on your Rackspace Debian Cloud Server. The version of PHP and PHP-FPM in the Dotdeb repository is up-to-date and stable. We need to grab the latest version of PHP to benefit from all new updates and bug fixes. Read this article on <a href="http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/" title="Add the Dotdeb repository">adding the Dotdeb repository</a> to your Debian Squeeze Server.</p>
<h2>Step 2 : Installing PHP and PHP-FPM</h2>
<p>The following command will do it all for you. I have included some popular PHP modules. You can choose and install the modules that you require.</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install php5-cgi php5-cli php5-common php5-curl php5-dev php5-fpm php5-gd php5-idn php5-imagick php5-imap php5-json php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-suhosin php5-tidy php5-xcache php5-xmlrpc php5-xsl php-pear php-soap
</pre>
<p>This command will install PHP-FPM and auto start the service. PHP-FPM will get added to the startup.</p>
<h2>Step 3 : Configuring and Optimising PHP</h2>
<p>As you will be using PHP-FPM to process PHP scripts, edit the php.ini file that can be found at /etc/php5/fpm/php.ini. There are a lot of PHP settings that you can configure to optimise PHP for performance, speed and security. The following three are a good starting point.</p>
<pre class="brush: plain; title: ; notranslate">
memory_limit = 64M
expose_php = Off
display_erros = Off
</pre>
<h2>Step 4 : Configuring and Optimising PHP-FPM</h2>
<p>Remember, we are setting up a low-end (256MB) web server on Rackspace. We need to conserve as much memory as possible. Edit the file /etc/php5/fpm/pool.d/www.conf</p>
<pre class="brush: plain; title: ; notranslate">
pm = dynamic
pm.max_children = 10
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 4
pm.max_requests = 500
</pre>
<p>This will bring down the number of children processes and free up some RAM.</p>
<h2>Step 5 : Restart PHP-FPM</h2>
<pre class="brush: bash; title: ; notranslate">
service php5-fpm restart
</pre>
<p>This command will restart PHP-FPM.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=LpbAeEZvWFQ:l8ZWzT6AJdg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=LpbAeEZvWFQ:l8ZWzT6AJdg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=LpbAeEZvWFQ:l8ZWzT6AJdg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=LpbAeEZvWFQ:l8ZWzT6AJdg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=LpbAeEZvWFQ:l8ZWzT6AJdg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=LpbAeEZvWFQ:l8ZWzT6AJdg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/LpbAeEZvWFQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/install-configure-optimize-php-fpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/install-configure-optimize-php-fpm/</feedburner:origLink></item>
		<item>
		<title>Install, Configure &amp; Optimise NGINX on Debian Squeeze</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/86AqX0jtwaQ/</link>
		<comments>http://www.kathirvel.com/install-config-optimize-nginx-debian-linux-server/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 10:51:20 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=630</guid>
		<description><![CDATA[nginx (pronounced &#8220;engine-x&#8221;) is a Web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. According to BuiltWith, it is used on 9.92% of &#8230; <a href="http://www.kathirvel.com/install-config-optimize-nginx-debian-linux-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>nginx (pronounced &#8220;engine-x&#8221;) is a Web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. According to BuiltWith, it is used on 9.92% of the top 1 million websites, and its growth within the top 10k, 100k and 1 million segments is increasing.<br />
- <a title="Wikipedia NGINX Page" href="http://en.wikipedia.org/wiki/Nginx" rel="external">Wikipedia</a></p></blockquote>
<p>The purpose of this tutorial is to install and configure NGINX (to host WordPress sites) on a low end cloud server (256MB instance from Rackspace).</p>
<h2>Step 1 : Add the Dotdeb repository</h2>
<p>The version of NGINX in the Debian repository is slightly outdated. We need to grab the latest version of NGINX to benefit from all new updates and bug fixes. Read this article on <a href="http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/" title="Add the Dotdeb repository">Adding the Dotdeb repository</a> to your Rackspace Cloud (Debian Squeeze) Server.</p>
<h2>Step 2 : Install NGINX</h2>
<p>The following command will do it all. It will also start the NGINX service and add it to the server startup.</p>
<pre class="brush: bash; title: ; notranslate">apt-get install nginx</pre>
<h2>Step 3 : Configure &#038; optimise NGINX</h2>
<p>The NGINX package from Dotdeb comes bundled with all the key modules. The configuration file is pretty good too. We&#8217;ll still need to make some changes as our cloud server instance is just 256MB. Open</p>
<pre class="brush: plain; title: ; notranslate">/etc/nginx/nginx.conf</pre>
<p> using your preferred editor. The following are some settings that you can change / add.</p>
<pre class="brush: plain; title: ; notranslate">
worker_processes 2
worker_connections 1024
server_tokens off;

# Timeout Settings

client_body_timeout 10;
client_header_timeout 10;
keepalive_timeout 5 5;
send_timeout 10;

# Gzip Settings - For improving (SEO) page speed

gzip on;
gzip_static on;
gzip_comp_level 6;
gzip_disable &quot;msie6&quot;;
gzip_vary on;
gzip_types text/plain text/css text/xml text/javascript application/json application/x-javascript application/xml application/xml+rss;
gzip_proxied expired no-cache no-store private auth;
gzip_buffers 16 8k;
gzip_http_version 1.1;
</pre>
<p>The above are just a few critical ones. You can refer to the <a href="http://wiki.nginx.org/Configuration" title="NGINX Configuration" rel="external">NGINX documentation</a> if you would like to further optimise NGINX.</p>
<h2>Step 4 : Create virtual hosts for multiple domains</h2>
<p>Create the following folders to store the website&#8217;s files, scripts and logs. The third command will make NGINX (www-data user) own the website files.</p>
<pre class="brush: bash; title: ; notranslate">
mkdir -p /var/www/domain/httpdocs
mkdir /var/www/domain/logs
chown -R www-data:www-data /var/www/
</pre>
<p>Create a domain vhost configuration file at this location.</p>
<pre class="brush: plain; title: ; notranslate">/etc/nginx/sites-available/</pre>
<p>The filename can be anything. e.g. domainname.conf, domainname, domainname.tld, etc. Create a symlink to this domain&#8217;s vhost configuration file from
<pre class="brush: plain; title: ; notranslate">/etc/nginx/sites-enabled/</pre>
<p> using the following command.</p>
<pre class="brush: bash; title: ; notranslate">ln -s /etc/nginx/sites-available/filename /etc/nginx/sites-enabled/filename</pre>
<p>The following content should go into the domain&#8217;s vhost configuration file.</p>
<pre class="brush: plain; title: ; notranslate">
server {
  # This redirects the non-www version of the domain name to the www version
  server_name domain.com;
  rewrite ^ $scheme://www.domain.com$request_uri? permanent;
}
server {
  server_name www.domain.com;
  root /var/www/domain/httpdocs;
  index  index.html index.htm index.php;

  access_log /var/www/domain/logs/access.log;
  error_log /var/www/domain/logs/error.log;

  location ~ \.php$ {
    # The next two lines address a security flaw in NGINX.
    # https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/
    try_files $uri =404;
    fastcgi_split_path_info ^(.+\.php)(/.+)$;
    # NOTE: You should have &quot;cgi.fix_pathinfo = 0;&quot; in php.ini

    include /etc/nginx/fastcgi_params;
    fastcgi_pass 127.0.0.1:9000;
    fastcgi_index index.php;
    fastcgi_param SCRIPT_FILENAME /var/www/domain/httpdocs$fastcgi_script_name;
  }

  # Disable index.php and make WordPress permalinks work
  location / {
    try_files $uri $uri/ /index.php?$args;
  }

  # Expires header to improve SEO (Google Page Speed)
  location ~* \.(ico|css|js|gif|jpg|jpeg|png|xml|pdf)$ {
    expires 1w;
    add_header Pragma public;
    add_header Cache-Control &quot;public, must-revalidate, proxy-revalidate&quot;;
    log_not_found off;
  }

  location = /favicon.ico {
    log_not_found off;
    access_log off;
  }

  location = /robots.txt {
    allow all;
    log_not_found off;
    access_log off;
  }

  # Deny all attempts to access hidden files such as .htaccess, .htpasswd, .DS_Store
  location ~ /\. {
    deny all;
    access_log off;
    log_not_found off;
  }

  # Don't log and deny access to files which end with ~, as these are usually backup files.
  location ~ ~$ {
    access_log off;
    log_not_found off;
    deny all;
  }
}
</pre>
<p>The above settings should be sufficient to run a WordPress based website. We have also taken care of some key page speed improvements that Google recommends.</p>
<h2>Step 5 : Restart NGINX</h2>
<p>Once you have completed the above steps, you will have to restart NGINX for the new settings to take effect. You can use the following command to restart NGINX.</p>
<pre class="brush: bash; title: ; notranslate">service nginx restart</pre>
<h2>Step 6 : Point the domain&#8217;s A record to the server&#8217;s IP address</h2>
<p>For the domain and the hosting to work together, you need to edit your domain&#8217;s DNS records and point the A records (@ and www) to your server&#8217;s IP address. Once the DNS change gets propagated around the web, you will be able to enter your domain name in the address bar of the browser and reach your website stored under the folder (/var/www/domain/httpdocs).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=86AqX0jtwaQ:WgHJwsWLJC0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=86AqX0jtwaQ:WgHJwsWLJC0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=86AqX0jtwaQ:WgHJwsWLJC0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=86AqX0jtwaQ:WgHJwsWLJC0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=86AqX0jtwaQ:WgHJwsWLJC0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=86AqX0jtwaQ:WgHJwsWLJC0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/86AqX0jtwaQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/install-config-optimize-nginx-debian-linux-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/install-config-optimize-nginx-debian-linux-server/</feedburner:origLink></item>
		<item>
		<title>How to Add the Dotdeb Repository to Debian Squeeze</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/Z0ZgbPeLzNg/</link>
		<comments>http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 23:52:32 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=643</guid>
		<description><![CDATA[Dotdeb is a repository containing packages to turn your Debian boxes into powerful, stable and up-to-date LAMP servers. This tutorial shows you how to add the Dotdeb repository to Debian Squeeze based Linux servers. <a href="http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Dotdeb is a repository containing packages to turn your Debian boxes into powerful, stable and up-to-date LAMP servers<br />
- <a title="Dotdeb About Page" href="http://www.dotdeb.org/about/" rel="external">Dotdeb About Page</a></p></blockquote>
<p>The Dotdeb repo for Debian based Linux servers contains the latest stable versions of NGINX, PHP and MySQL. All three of these packages combined can provide us with a powerful yet light weight web server to host static and dynamic websites. The aim of this tutorial is to setup NGINX, PHP5-FPM and MySQL on a Rackspace Cloud Server to host a WordPress based website.</p>
<p>To add the Dotdeb repository to any Debian Squeeze server, edit the file</p>
<pre class="brush: plain; title: ; notranslate">/etc/apt/sources.list</pre>
<p>and add these two lines</p>
<pre class="brush: plain; title: ; notranslate">
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
</pre>
<p>at the bottom of the file. You will now need to fetch the GnuPG key for this repository. You can download the GnuPG key using <strong>wget</strong> and then add it to the server.</p>
<pre class="brush: plain; title: ; notranslate">
wget http://www.dotdeb.org/dotdeb.gpg
cat dotdeb.gpg | sudo apt-key add -
</pre>
<p>Run
<pre class="brush: plain; title: ; notranslate">apt-get update</pre>
<p> to complete the repository addition.</p>
<p>Source : <a href="http://www.dotdeb.org/instructions/" title="Dotdeb Instructions" rel="external nofollow">Dotdeb Website</a>. Please visit the Dotdeb website for instructions on setting up the repository for Debian Lenny servers and updates on all the available packages.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=Z0ZgbPeLzNg:JCVfXtlyOFg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=Z0ZgbPeLzNg:JCVfXtlyOFg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=Z0ZgbPeLzNg:JCVfXtlyOFg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=Z0ZgbPeLzNg:JCVfXtlyOFg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=Z0ZgbPeLzNg:JCVfXtlyOFg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=Z0ZgbPeLzNg:JCVfXtlyOFg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/Z0ZgbPeLzNg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/adding-dotdeb-repo-debian-linux-servers/</feedburner:origLink></item>
		<item>
		<title>How to Launch a New Rackspace Cloud Server Instance</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/wGwvTv5EYGA/</link>
		<comments>http://www.kathirvel.com/how-to-create-a-new-rackspace-cloud-server-instance/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 17:59:32 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Rackspace Cloud Server]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=593</guid>
		<description><![CDATA[In this tutorial I will demonstrate how to setup a Rackspace Cloud Server instance. The intended use of this sever is to host a low traffic WordPress website. All settings and configuration detailed in this tutorial are tailored for a &#8230; <a href="http://www.kathirvel.com/how-to-create-a-new-rackspace-cloud-server-instance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will demonstrate how to setup a Rackspace Cloud Server instance. The intended use of this sever is to host a low traffic WordPress website. All settings and configuration detailed in this tutorial are tailored for a 256MB Rackspace Cloud Server slice.</p>
<p><span id="more-593"></span></p>
<h2>Step 1 : Create a new Rackspace account</h2>
<p>You will need to register with Rackspace and provide your credit card details. You will be charged only when you use the products and services offered by Rackspace. Rackspace will call you to verify the account sign-up.</p>
<h2>Step 2 : Add new server</h2>
<p>Once your Rackspace account is setup, you can log into the control panel. Along the left menu, click on <strong>Hosting &gt; Cloud Servers</strong>. Click on the <strong>Add Server</strong> button to launch the Add Server window.</p>
<p><img class="aligncenter size-full wp-image-594" title="Rackspace Cloud Server - Add Server" src="http://www.kathirvel.com/wp-content/uploads/2011/10/Rackspace1.png" alt="Rackspace Cloud Server - Add Server" width="621" height="233" /></p>
<h2>Step 3 : Server image / Linux image</h2>
<p>You will be asked to choose the a Linux distribution. I prefer Debian Squeeze as it uses very little memory (remember we are going to be working with just 256MB of RAM).</p>
<p><img class="aligncenter size-large wp-image-595" title="Rackspace Cloud Server - Debian Server" src="http://www.kathirvel.com/wp-content/uploads/2011/10/Rackspace2-680x251.png" alt="Rackspace Cloud Server - Debian Server" width="680" height="251" /></p>
<h2>Step 4 : Server Configuration</h2>
<p>Key in the server name. This is how you will identify your server within the Rackspace control panel. The server name can be changed later, if you wish to do so. Choose a server size of 256MB (10GB Disk Space). This will cost you £0.01 per hour. The monthly (744 hours) cost would come to £7.44 plus VAT (approximate). Press the <strong>Create Server</strong> button to launch the server. The server&#8217;s password will be flashed on the screen and also sent to you via email.</p>
<p><img class="aligncenter size-full wp-image-596" title="Rackspace Cloud Server - Server Name and RAM" src="http://www.kathirvel.com/wp-content/uploads/2011/10/Rackspace3.png" alt="Rackspace Cloud Server - Server Name and RAM" width="569" height="486" /></p>
<h2>Step 5 : Server active</h2>
<p>You will see the live status as the server builds. The new server instance should be active in less than a minute. The IP address of the server will be displayed on the page and also sent to you via email. You can connect to the server through SSH. You can also access the server using the Console (web based). If you wish to retain the IP address, but restore the factory image of the server, you can use the <strong>Rebuild</strong> button. The <strong>Resize</strong> button will allow you to scale the memory (RAM) of the server.</p>
<p><img class="aligncenter size-full wp-image-597" title="Rackspace Cloud Server - Server Active" src="http://www.kathirvel.com/wp-content/uploads/2011/10/Rackspace4.png" alt="Rackspace Cloud Server - Server Active" width="593" height="792" /></p>
<p>That&#8217;s your Rackspace Cloud Server ready now!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=wGwvTv5EYGA:yWUg6TlmK1I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=wGwvTv5EYGA:yWUg6TlmK1I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=wGwvTv5EYGA:yWUg6TlmK1I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=wGwvTv5EYGA:yWUg6TlmK1I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=wGwvTv5EYGA:yWUg6TlmK1I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=wGwvTv5EYGA:yWUg6TlmK1I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/wGwvTv5EYGA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/how-to-create-a-new-rackspace-cloud-server-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/how-to-create-a-new-rackspace-cloud-server-instance/</feedburner:origLink></item>
		<item>
		<title>Twitter Spam : Really horrible blog about you, might want to read this…</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/WRwSfraVZso/</link>
		<comments>http://www.kathirvel.com/twitter-spam-really-horrible-blog-about-you-might-want-to-read-this/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 09:51:16 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>
		<category><![CDATA[Scam]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=578</guid>
		<description><![CDATA[Sitting in my inbox today was an email from a friend on Twitter. The direct message read, &#8220;Really horrible blog about you, might want to read this&#8230;&#8220;. I am aware of emails that go out to people with a very &#8230; <a href="http://www.kathirvel.com/twitter-spam-really-horrible-blog-about-you-might-want-to-read-this/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sitting in my inbox today was an email from a friend on Twitter. The direct message read, &#8220;<strong>Really horrible blog about you, might want to read this&#8230;</strong>&#8220;.</p>
<p><img class="aligncenter size-full wp-image-579" title="Twitter Spam Direct Message" src="http://www.kathirvel.com/wp-content/uploads/2011/10/twitter-spam-direct-message.jpg" alt="Twitter Spam Direct Message" width="496" height="218" /></p>
<p>I am aware of emails that go out to people with a very tempting statement and then request that they click a link to read about it. Even though I am aware of such practices, I was tempted to click this link. I do blog from time to time and the fact that someone might be saying horrible things about me was quite shocking. I was very tempted to click the link. However, I decided to go into Twitter and check out my friend&#8217;s wall. The friend had posted a status where she mentioned that someone had hacked her account and sent these nasty messages. What a relief! I was so close to clicking on the link.</p>
<p>Updates &#8211; Similar Messages:</p>
<ul>
<li><strong>Hey guess what? i got to test and keep an iPhone 4S this rocks u should get one!</strong></li>
<li><strong>Bad blog going around about you, have you read it yet?</strong></li>
<li><strong>Someone is posting a pic of you all over Twitter</strong></li>
</ul>
<p><strong>Spam! Delete and disregard it.</strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=WRwSfraVZso:W5CAGRb6_qY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=WRwSfraVZso:W5CAGRb6_qY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=WRwSfraVZso:W5CAGRb6_qY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=WRwSfraVZso:W5CAGRb6_qY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=WRwSfraVZso:W5CAGRb6_qY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=WRwSfraVZso:W5CAGRb6_qY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/WRwSfraVZso" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/twitter-spam-really-horrible-blog-about-you-might-want-to-read-this/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/twitter-spam-really-horrible-blog-about-you-might-want-to-read-this/</feedburner:origLink></item>
		<item>
		<title>PHP : Convert or Cast Array to Object &amp; Object to Array</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/h5WvZe_sMrg/</link>
		<comments>http://www.kathirvel.com/php-convert-or-cast-array-to-object-object-to-array/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 22:50:37 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=571</guid>
		<description><![CDATA[I love PHP Objects. Given an option of returning any data as an Array or Object, I would go for Objects. PHP Objects are clean and easy to write. Now to the conversion (casting) of a PHP Array into a PHP Object. <a href="http://www.kathirvel.com/php-convert-or-cast-array-to-object-object-to-array/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love PHP Objects. Given an option of returning any data as an Array or Object, I would go for Objects.</p>
<p>PHP Objects are clean and easy to write.</p>
<pre class="brush: php; title: ; notranslate">
// Echoing a PHP Array value
echo $array['value'];

// Echoing a PHP Object value
echo $object-&gt;value;
</pre>
<p>Now to the <strong>conversion (casting) of a PHP Array into a PHP Object</strong>. This is very simple. I just type cast the Array as an Object when returning it.</p>
<pre class="brush: php; title: ; notranslate">
funtion array_to_object($array) {
    $return (object) $array;
}
</pre>
<p>The above is just an example. You do not need a PHP function to convert an Array into an Object. The (object) function will do that to any PHP Array. If you ever need to change an Object into an Array, then use the (array) type casting function.</p>
<pre class="brush: php; title: ; notranslate">
funtion object_to_array($object) {
    $return (array) $object;
}
</pre>
<p>Now, back to some Codeigniter coding :)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=h5WvZe_sMrg:SsKqnznzqhY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=h5WvZe_sMrg:SsKqnznzqhY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=h5WvZe_sMrg:SsKqnznzqhY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=h5WvZe_sMrg:SsKqnznzqhY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=h5WvZe_sMrg:SsKqnznzqhY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=h5WvZe_sMrg:SsKqnznzqhY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/h5WvZe_sMrg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/php-convert-or-cast-array-to-object-object-to-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/php-convert-or-cast-array-to-object-object-to-array/</feedburner:origLink></item>
		<item>
		<title>Codeigniter Country Drop Down List Form Helper</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/4x-UtQ4q0dg/</link>
		<comments>http://www.kathirvel.com/codeigniter-country-drop-down-list-form-helper/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:34:32 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>
		<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Datamapper]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=540</guid>
		<description><![CDATA[Firstly, I create a helper and name it as MY_form_helper.php. This file will go into the application/helpers directory. I have extended the Form Helper as I will be using the country drop down select box in my forms. The above &#8230; <a href="http://www.kathirvel.com/codeigniter-country-drop-down-list-form-helper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Firstly, I create a helper and name it as MY_form_helper.php. This file will go into the application/helpers directory. I have extended the Form Helper as I will be using the country drop down select box in my forms.<br />
<span id="more-540"></span></p>
<pre class="brush: php; title: ; notranslate">
function country_dropdown($countries, $name=&quot;country&quot;, $top_countries=array(), $selection=NULL, $show_all=TRUE)
{
  $html = &quot;&lt;select name='{$name}' id='{$name}'&gt;&quot;;
  $selected = NULL;
  if (in_array($selection, $top_countries)) {
    $top_selection = $selection;
    $all_selection = NULL;
  } else {
    $top_selection = NULL;
    $all_selection = $selection;
  }

  if (!empty($top_countries)) {
    foreach ($top_countries as $value)
    {
      if (array_key_exists($value, $countries)) {
        if ($value === $top_selection) {
          $selected = &quot;SELECTED&quot;;
        }
        $html .= &quot;&lt;option value='{$value}' {$selected}&gt;{$countries[$value]}&lt;/option&gt;&quot;;
        $selected = NULL;
      }
    }
    $html .= &quot;&lt;option&gt;----------&lt;/option&gt;&quot;;
  }

  if ($show_all) {
    foreach ($countries as $key =&gt; $country)
    {
      if ($key === $all_selection) {
        $selected = &quot;SELECTED&quot;;
      }
      $html .= &quot;&lt;option value='{$key}' {$selected}&gt;{$country}&lt;/option&gt;&quot;;
      $selected = NULL;
    }
  }

  $html .= &quot;&lt;/select&gt;&quot;;
  return $html;
}
</pre>
<p>The above code was originally posted by Watermark Studios in the <a href="http://codeigniter.com/forums/viewthread/141730/" rel="external nofollow">Codeigniter forum</a>. There is also a <a href="http://codeigniter.com/wiki/helper_dropdown_country_code/" rel="external nofollow">Codeigniter Wiki article</a> that explains the same.</p>
<p>Now, we need the country data. At the above links, you will find an array of countries with their ISO codes and names as key and value pairs. I chose to go for a database approach. I have a database table called &#8216;countries&#8217;, that has the names, ISO 2 and ISO 3 codes of the world countries. You can download the SQL script to create this table. <a href='http://www.kathirvel.com/wp-content/uploads/2011/09/countries.zip' rel="external">CountriesSQL.zip</a>. Please note : This is not a comprehensive or perfect list of countries. You can find many similar database tables from around the web.</p>
<p>The following PHP function goes into the Codeigniter Datamapper Country model. It basically pulls out the ISO 2 codes and names of all the countries and creates an array of key and value pairs.</p>
<pre class="brush: php; title: ; notranslate">
function get_dropdownlist()
  {
    $countries = array();
    $countries_get = $this-&gt;get();
    foreach ($countries_get as $country)
    {
      $countries[$country-&gt;iso_code_2] = $country-&gt;name;
    }
    return $countries;
  }
</pre>
<p>In the Codeigniter controller, I load the Country model and pass the data to the view through a $countries variable.</p>
<pre class="brush: php; title: ; notranslate">
// Loading the Country model
$countries = new Country();
// Sending the drop down list to the view
$this-&gt;template-&gt;countries = $countries-&gt;get_dropdownlist();
</pre>
<p>Within the view, I echo the $countries via the country_dropdown() helper function. The first parameter is the array containing the country names and their ISO 2 Codes. The second is the name of the select form field. The third is an array of countries that I wish to be placed on the top of the select field. The last parameter is the country that I wish to preselect.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php echo country_dropdown($countries, 'iso_code_2', array('GB', 'US'), 'GB'; ?&gt;
</pre>
<p><img src="http://www.kathirvel.com/wp-content/uploads/2011/09/codeigniter-country-drop-down-select-field.png" alt="Codeigniter Countries Drop Down Select Form Field" title="Codeigniter Countries Drop Down Select Form Field" width="284" height="150" class="alignleft size-full wp-image-549" /></p>
<p>This is a screenshot is how my country drop down form field looks like.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=4x-UtQ4q0dg:AhxwmZrFr3E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=4x-UtQ4q0dg:AhxwmZrFr3E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=4x-UtQ4q0dg:AhxwmZrFr3E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=4x-UtQ4q0dg:AhxwmZrFr3E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=4x-UtQ4q0dg:AhxwmZrFr3E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=4x-UtQ4q0dg:AhxwmZrFr3E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/4x-UtQ4q0dg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/codeigniter-country-drop-down-list-form-helper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/codeigniter-country-drop-down-list-form-helper/</feedburner:origLink></item>
		<item>
		<title>Spam Email Alert – Your account has been suspended – Twitter</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/sMx5HHd8oas/</link>
		<comments>http://www.kathirvel.com/spam-email-alert-your-account-has-been-suspended-twitter/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 09:04:12 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=523</guid>
		<description><![CDATA[You might receive an email similar to the one below. This is a spam email to make you click on a link that looks like it will take you to Twitter&#8217;s website, but actually redirects you to http://mexico.cnn.com/redirectComplete.php?url=//twitterfreeoffers%2Eus%2Etc/965gs Your twitter &#8230; <a href="http://www.kathirvel.com/spam-email-alert-your-account-has-been-suspended-twitter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You might receive an email similar to the one below. This is a spam email to make you click on a link that looks like it will take you to Twitter&#8217;s website, but actually redirects you to http://mexico.cnn.com/redirectComplete.php?url=//twitterfreeoffers%2Eus%2Etc/965gs</p>
<p><img class="aligncenter size-large wp-image-525" title="Twitter Account Suspended Spam" src="http://www.kathirvel.com/wp-content/uploads/2011/09/twitter-account-suspended-spam-680x259.png" alt="Twitter Account Suspended Spam" width="640" height="243" /></p>
<blockquote><p>Your twitter account vkathirvel@gmail.com has been suspended for a violation of our Terms of Service. Your account was suspended for aggressive following and tweeting. Following large numbers of users and tweeting too much in an attempt to attract attention to your own account can be annoying to other users and is a violation of the Twitter Rules http://twitter.com/rules. Suspension of your account will be effective at anytime. To avoid permanent suspension just complete our twitter free offers below. Click here to complete some offers.</p></blockquote>
<p>Always hover over suspicious links and look at the browser&#8217;s status bar. You will see the destination link at the bottom left hand corner of the web browser. Keep safe.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=sMx5HHd8oas:oyLy5bYRhSI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=sMx5HHd8oas:oyLy5bYRhSI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=sMx5HHd8oas:oyLy5bYRhSI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=sMx5HHd8oas:oyLy5bYRhSI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=sMx5HHd8oas:oyLy5bYRhSI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=sMx5HHd8oas:oyLy5bYRhSI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/sMx5HHd8oas" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/spam-email-alert-your-account-has-been-suspended-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/spam-email-alert-your-account-has-been-suspended-twitter/</feedburner:origLink></item>
		<item>
		<title>Facebook Warning Signal : Keep Your Account Safe</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/gHndbB0_a9c/</link>
		<comments>http://www.kathirvel.com/facebook-warning-signal-keep-your-account-safe/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 19:37:02 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=511</guid>
		<description><![CDATA[Every now and then, Facebook gets a bit naughty and tries to push its limits. The recent image recognition feature that was rolled out without warning is one example. The following is a case that I&#8217;ve seen on both Facebook &#8230; <a href="http://www.kathirvel.com/facebook-warning-signal-keep-your-account-safe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Every now and then, Facebook gets a bit naughty and tries to push its limits. The recent image recognition feature that was rolled out without warning is one example. The following is a case that I&#8217;ve seen on both Facebook and Google. From time to time, visitors will see a page like this&#8230;</p>
<p><img class="aligncenter size-full wp-image-512" title="Facebook Keep Your Account Safe Low Protection Warning" src="http://www.kathirvel.com/wp-content/uploads/2011/06/Facebook-Keep-Your-Account-Safe-Low-Protection.png" alt="Facebook Keep Your Account Safe Low Protection Warning" width="557" height="321" />Facebook thinks that my account&#8217;s protection is low! In the RED :( Oh my God! I need to do something about this. What should I do? Give my phone number to Facebook. Yes! Yes! That&#8217;s how I&#8217;ll <strong>keep my account safe</strong>&#8230;</p>
<p>In my opinion, Facebook is just hungry for personal information. They can&#8217;t stay satisfied with all the information that we&#8217;ve already given, and they want more. Yes, using mobile verification one can restore a hacked account and all that rubbish. The point here is the warning signal. &#8220;<strong>Your Protection (Red Bar) Low</strong>&#8221;</p>
<p>While social media can be helpful and fruitful, we should also be aware of how much control they possess over our lives. I love Facebook for its core idea (bringing together your social network on the internet) and it&#8217;s for FREE! My only concern is the naughty tricks that they pull.</p>
<p><strong>Solution<br />
</strong>Just click on the <strong>Not Now</strong> link to bypass this splash page.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=gHndbB0_a9c:rt6xntxYQvg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=gHndbB0_a9c:rt6xntxYQvg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=gHndbB0_a9c:rt6xntxYQvg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=gHndbB0_a9c:rt6xntxYQvg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=gHndbB0_a9c:rt6xntxYQvg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=gHndbB0_a9c:rt6xntxYQvg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/gHndbB0_a9c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/facebook-warning-signal-keep-your-account-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/facebook-warning-signal-keep-your-account-safe/</feedburner:origLink></item>
		<item>
		<title>Google Search Shows Captcha Request – Thinks You are a Robot</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/iuUMyr4KAAE/</link>
		<comments>http://www.kathirvel.com/google-search-shows-captcha-request-thinks-you-are-a-robot/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 15:46:28 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=497</guid>
		<description><![CDATA[Suddenly from this morning onwards, I&#8217;ve been getting this strange screen for most Google searches. I&#8217;ve never seen this is in the past and I&#8217;ve already seen it about 5 times today! To continue, please type the characters below Our &#8230; <a href="http://www.kathirvel.com/google-search-shows-captcha-request-thinks-you-are-a-robot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Suddenly from this morning onwards, I&#8217;ve been getting this strange screen for most Google searches. I&#8217;ve never seen this is in the past and I&#8217;ve already seen it about 5 times today!</p>
<p><img class="aligncenter size-full wp-image-498" title="Google Search Captcha Request" src="http://www.kathirvel.com/wp-content/uploads/2011/03/Google-Error.png" alt="Google Search Captcha Request" width="403" height="389" /></p>
<blockquote><p>To continue, please type the characters below</p>
<p>Our systems have detected unusual traffic from your computer network. This page checks to see if it&#8217;s really you sending the requests and not a robot. Why did this happen?</p></blockquote>
<p>I&#8217;m using Google Chrome as my browser and always search using the omnibox. Any suggestions?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=iuUMyr4KAAE:cVgIs-SGpk8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=iuUMyr4KAAE:cVgIs-SGpk8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=iuUMyr4KAAE:cVgIs-SGpk8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=iuUMyr4KAAE:cVgIs-SGpk8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=iuUMyr4KAAE:cVgIs-SGpk8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=iuUMyr4KAAE:cVgIs-SGpk8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/iuUMyr4KAAE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/google-search-shows-captcha-request-thinks-you-are-a-robot/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/google-search-shows-captcha-request-thinks-you-are-a-robot/</feedburner:origLink></item>
		<item>
		<title>Top Tip : Research, Before You Make a Sales Call</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/VwiKg2LzgI4/</link>
		<comments>http://www.kathirvel.com/top-tip-research-before-you-make-a-sales-call/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 11:51:39 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=467</guid>
		<description><![CDATA[How many times have I got a call from someone saying, &#8216;Hi Mr.Vel, how are you doing today?&#8217; and &#8216;Good! Good!&#8217; or &#8216;That&#8217;s great!&#8217; after I&#8217;ve said &#8216;I&#8217;m OK&#8217;? The funny part is that I am sure, these cold callers &#8230; <a href="http://www.kathirvel.com/top-tip-research-before-you-make-a-sales-call/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How many times have I got a call from someone saying, &#8216;Hi Mr.Vel, how are you doing today?&#8217; and &#8216;Good! Good!&#8217; or &#8216;That&#8217;s great!&#8217; after I&#8217;ve said &#8216;I&#8217;m OK&#8217;? The funny part is that I am sure, these <strong>cold callers</strong> would say the same &#8216;Good! Good!&#8217; even if I said, &#8216;I&#8217;m not well.&#8217; Quite often, web and SEO companies call me to say that they can help me get to the top of Google! I find it interesting. Would you try and sell diced beef to someone who owns a slaughter house?</p>
<p>The cold callers often say that they have researched our business and they found certain sure shot strategies for us. I love to tease and turn down the motivation of these kind of cold callers. Instead of answering their questions (perfectly crafted by someone claiming it to be the best approach to convert new customers), I question them! I make them admit that they know nothing about my business. What satisfaction :)</p>
<p>Anyway, the point is, through cold calling you might get 1 in a 1000 people to convert into a customer. Let me assure you that through thorough research and analysis, you will convert a lot more.</p>
<ol>
<li>Know the demographics of your lead / potential customer</li>
<li>Find out what they might not have and that what they would like to have</li>
<li>Gain some real insight on that particular &#8216;requirement&#8217; of your lead</li>
<li>Come up with a offer that is hard to refuse</li>
<li>Finally, get creative when calling or emailing the lead. Most people can sense a cold call in the first 2 seconds.</li>
</ol>
<p>Happy Selling&#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=VwiKg2LzgI4:vWhhZswifuQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VwiKg2LzgI4:vWhhZswifuQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=VwiKg2LzgI4:vWhhZswifuQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VwiKg2LzgI4:vWhhZswifuQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=VwiKg2LzgI4:vWhhZswifuQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VwiKg2LzgI4:vWhhZswifuQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/VwiKg2LzgI4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/top-tip-research-before-you-make-a-sales-call/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/top-tip-research-before-you-make-a-sales-call/</feedburner:origLink></item>
		<item>
		<title>Supercharge Your Website – eBusiness Tips For 2011 – Part I</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/Jn2_yqkvIkc/</link>
		<comments>http://www.kathirvel.com/supercharge-your-website-ebusiness-tips-for-2011-part-i/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 02:40:15 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=464</guid>
		<description><![CDATA[How does your website support your business? Is it just a pretty thing floating there, up in the air? Is it a three volume novel where you describe each and every detail about your business? Or, is it the key &#8230; <a href="http://www.kathirvel.com/supercharge-your-website-ebusiness-tips-for-2011-part-i/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How does your website support your business? Is it just a pretty thing floating there, up in the air? Is it a three volume novel where you describe each and every detail about your business? Or, is it the key player behind all your marketing activities?</p>
<p>The internet is constantly evolving and consumers are a lot smarter than ever before. February, Yellow Pages sent out their bulky telephone directories. Does anyone care? Not a single copy of the directory has been touched in my apartment and at least in three other apartments that I know of. What would you do, as a consumer, to find a decent restaurant? Would you spend five minutes flicking through the printed directory or just Google up the word ‘Restaurant’ suffixed by your locality name? Now, imagine someone looking for your products and services. Are you geared up to gain a new customer or lose them to your competitor?</p>
<p>It’s never too late to rethink your website and online marketing strategy. Majority of businesses wouldn’t have got it right, the primary reason being investment of money and time. A rock solid strategy requires a professional touch. Find an agency that can handle online marketing as a whole and not just a designer who is good at designing pretty layouts. A beautiful looking website is just the start of your ebusiness process. You need to promote the site through various online and offline channels in order to gain visitors. After you’ve got the visitors, you need to present them with relevant content and a compelling reason for them to buy your products or services. Through the buying and after sales stages, you must create a strong impression that will make your new found customer recommend you (reviews, word-of-mouth, Twitter, Facebook, blogs, etc.) to others. The same process will apply to the next wave of customers who will visit your website.</p>
<p>Remember, if you don’t do it, someone else will!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=Jn2_yqkvIkc:znJZZP4s_dM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=Jn2_yqkvIkc:znJZZP4s_dM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=Jn2_yqkvIkc:znJZZP4s_dM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=Jn2_yqkvIkc:znJZZP4s_dM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=Jn2_yqkvIkc:znJZZP4s_dM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=Jn2_yqkvIkc:znJZZP4s_dM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/Jn2_yqkvIkc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/supercharge-your-website-ebusiness-tips-for-2011-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/supercharge-your-website-ebusiness-tips-for-2011-part-i/</feedburner:origLink></item>
		<item>
		<title>Facebook Redesign – Usability, Eye Tracking &amp; Financial Motives</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/7P8irSNj0Zs/</link>
		<comments>http://www.kathirvel.com/facebook-redesign-usability-eye-tracking-financial-motives/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 23:40:23 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=436</guid>
		<description><![CDATA[Last week, Facebook rolled out a newly designed layout for users' profile pages. Just as always, the new profile design has been greeted with warm and cold reactions from Facebook's 500+ million users. While most social media experts and commentators would argue that the new design improves usability and user experience, very few would notice the subliminal financial motives. <a href="http://www.kathirvel.com/facebook-redesign-usability-eye-tracking-financial-motives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week, Facebook rolled out a newly designed layout for users&#8217; profile pages. Just as always, the new profile design has been greeted with warm and cold reactions from Facebook&#8217;s 500+ million users. While most social media experts and commentators would argue that the new design improves usability and user experience, very few would notice the subliminal financial motives.</p>
<p><a title="Jakob Neilsen's Blog" rel="external" href="http://www.useit.com/alertbox/reading_pattern.html">Jakob Neilsen</a> summarises in his blog</p>
<blockquote><p>Eyetracking visualizations show that users often read Web pages in an F-shaped pattern: two horizontal stripes followed by a vertical stripe.</p></blockquote>
<p><img class="aligncenter size-large wp-image-443" title="Webpage F Reading Pattern Eyetracking" src="http://www.kathirvel.com/wp-content/uploads/2010/12/f_reading_pattern_eyetracking-680x302.jpg" alt="Webpage F Reading Pattern Eyetracking" width="640" height="284" /></p>
<p>The moment I saw a friend&#8217;s new profile layout, the first thing that caught my attention was the column of ads along the right hand side. I had to voluntarily accept the new profile design to be able to demonstrate my case. The following is a screenshot of my profile using the old layout. I&#8217;ve shown the F pattern over the layout.</p>
<p><img class="aligncenter size-full wp-image-441" title="Facebook's Old Profile Design" src="http://www.kathirvel.com/wp-content/uploads/2010/12/facebook-old-profile-design.jpg" alt="Facebook's Old Profile Design" width="680" height="368" /></p>
<p>All elements of the profile page seemed to be in good balance. The Facebook wall got the best position and spanned well across the visible (focus) area. The advertisements were placed to the far right and wasn&#8217;t really obtrusive. Then came the &#8220;yet another&#8221; Facebook redesign. Only this time, the design seems contrived.</p>
<p><img class="aligncenter size-full wp-image-440" title="Facebook's New Profile Design" src="http://www.kathirvel.com/wp-content/uploads/2010/12/facebook-new-profile-design.jpg" alt="Facebook's New Profile Design" width="680" height="367" /></p>
<p>The F overlay on the profile screenshot has been placed on the same position as it was on the old version of the profile design. The profile image has been moved to the left and the advertisements have been made prominent. They are so prominent that they are hard to be missed.</p>
<p>Is it bad? No! At the end of the day, Facebook is offering a free service to it&#8217;s 500+ million users. They need to monetise in order to keep going. So what if they sell our details and data to their advertisers? The best we can do, is to say less on Facebook.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=7P8irSNj0Zs:-UxKFHvyW9E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=7P8irSNj0Zs:-UxKFHvyW9E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=7P8irSNj0Zs:-UxKFHvyW9E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=7P8irSNj0Zs:-UxKFHvyW9E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=7P8irSNj0Zs:-UxKFHvyW9E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=7P8irSNj0Zs:-UxKFHvyW9E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/7P8irSNj0Zs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/facebook-redesign-usability-eye-tracking-financial-motives/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/facebook-redesign-usability-eye-tracking-financial-motives/</feedburner:origLink></item>
		<item>
		<title>Re-Visiting the Sheep – Singraven, Netherlands</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/nLfMOp3VI6k/</link>
		<comments>http://www.kathirvel.com/re-visiting-the-sheep-singraven-netherlands/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 00:58:17 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=408</guid>
		<description><![CDATA[I was delighted to see these sheep, enjoying the last of this year’s warm days. During my Autumn European tour, I had the opportunity to re-visit one of Netherland’s beautiful places: Singraven. There is a very beautiful traditional restaurant there, &#8230; <a href="http://www.kathirvel.com/re-visiting-the-sheep-singraven-netherlands/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was delighted to see these sheep, enjoying the last of this year’s warm days. During my Autumn European tour, I had the opportunity to re-visit one of Netherland’s beautiful places: <a title="Singraven - Netherlands - Water Molen" href="http://www.singraven.nl/" rel="external nofollow">Singraven</a>. There is a very beautiful traditional restaurant there, where once stood an old water mill. I had clicked a cool shot of these sheep, last winter. The photo can be seen below. The sheep posed like professional models!</p>
<p><img style="display: inline" title="sheep-again-from-denekamp" alt="sheep-again-from-denekamp" src="http://www.kathirvel.com/wp-content/uploads/2010/10/sheep-again-from-denekamp1.jpg" width="680" height="248"></p>
<p><img style="display: inline" title="snow-sheep-from-denekamp" alt="snow-sheep-from-denekamp" src="http://www.kathirvel.com/wp-content/uploads/2010/10/snow-sheep-from-denekamp.jpg" width="680" height="362"></p>
<p><iframe height="300" marginheight="0" src="http://maps.google.co.uk/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=water+molen+Denekamp,+Netherlands&amp;sll=52.374775,7.004988&amp;sspn=0.1769,0.528374&amp;gl=uk&amp;g=Denekamp,+The+Netherlands&amp;ie=UTF8&amp;hq=water+molen&amp;hnear=Denekamp,+Dinkelland,+Overijssel,+The+Netherlands&amp;layer=c&amp;cbll=52.3763,6.980719&amp;panoid=y8nkS0Rlz01nmeHn_ebZ8g&amp;cbp=12,343.26,,0,-2.91&amp;ll=52.3763,6.980719&amp;spn=0,0.058365&amp;z=14&amp;output=svembed" frameborder="0" width="680" marginwidth="0" scrolling="no"></iframe></p>
<p>If anyone visits the Netherlands, they should check out at least one of its many water mills. Absolute beauty!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=nLfMOp3VI6k:g209gwr0o38:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=nLfMOp3VI6k:g209gwr0o38:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=nLfMOp3VI6k:g209gwr0o38:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=nLfMOp3VI6k:g209gwr0o38:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=nLfMOp3VI6k:g209gwr0o38:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=nLfMOp3VI6k:g209gwr0o38:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/nLfMOp3VI6k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/re-visiting-the-sheep-singraven-netherlands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/re-visiting-the-sheep-singraven-netherlands/</feedburner:origLink></item>
		<item>
		<title>Best Way to Sell : Scare or Help The Consumer?</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/RO2eOvqyQJ4/</link>
		<comments>http://www.kathirvel.com/best-way-to-sell-scare-or-help-the-consumer/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 14:04:20 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=395</guid>
		<description><![CDATA[I lost my debit card and had to walk into a branch of the Bank of Scotland to withdraw some money. The cashier took her time to verify my details and asked a few questions with regards to recent transactions. &#8230; <a href="http://www.kathirvel.com/best-way-to-sell-scare-or-help-the-consumer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I lost my debit card and had to walk into a branch of the Bank of Scotland to withdraw some money. The cashier took her time to verify my details and asked a few questions with regards to recent transactions. She then asked if I live in a rented or owned flat. I replied, &#8216;Rented.&#8217; By then, I knew what was coming next: <strong>Household Contents Insurance!</strong></p>
<p><span style="color: #000000;">I went through the usual, &#8216;No Thanks.&#8217; She then said with great concern, &#8216;What if your flat was on fire? We can insure all belongings like your TV, Computer, Furniture, etc.&#8217; I said, &#8216;My owner has got an insurance on the house and I don&#8217;t really have many belongings.&#8217; The next thing that she said is what shook me, &#8216;So, if your flat was on fire, you will be able to replace all your belongings by yourself then?&#8217; To this I nodded Yes and she turned out to be quite unhappy by the fact that I turned down her proposition.</span></p>
<p>Fear as a sales tool might have been great a few years ago, but not anymore. Consumers are not to be treated as idiots. I well websites, ecommerce solutions, and marketing to various businesses. Never do I say to a prospective customer that their business might have to shut down if they did not trade over the internet! For some businesses, the earlier might be true, but to scare the customer is like insulting their intelligence. So, thank you BOS!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=RO2eOvqyQJ4:VRn-jXpEYCQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=RO2eOvqyQJ4:VRn-jXpEYCQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=RO2eOvqyQJ4:VRn-jXpEYCQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=RO2eOvqyQJ4:VRn-jXpEYCQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=RO2eOvqyQJ4:VRn-jXpEYCQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=RO2eOvqyQJ4:VRn-jXpEYCQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/RO2eOvqyQJ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/best-way-to-sell-scare-or-help-the-consumer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/best-way-to-sell-scare-or-help-the-consumer/</feedburner:origLink></item>
		<item>
		<title>Facebook Instructs me to “Help a Friend” – Consider it done, Sir!</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/mJMd2KrwS1E/</link>
		<comments>http://www.kathirvel.com/facebook-help-a-friend-reach-out-say-hi/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 15:00:37 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=380</guid>
		<description><![CDATA[What&#8217;s wrong with Facebook!? I log into my page and see this on the right hand side menu. I accept and understand that Facebook is a free service and no one is forcing me to use it, but the Help &#8230; <a href="http://www.kathirvel.com/facebook-help-a-friend-reach-out-say-hi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s wrong with Facebook!? I log into my page and see this on the right hand side menu.</p>
<p><img class="aligncenter size-full wp-image-381" title="Facebook &quot;Help a Friend&quot;" src="http://www.kathirvel.com/wp-content/uploads/2010/09/facebook.jpg" alt="Facebook &quot;Help a Friend&quot;" width="260" height="211" />I accept and understand that <strong>Facebook </strong>is a free service and no one is forcing me to use it, but the <strong>Help a Friend<span style="font-weight: normal;"> and </span></strong><strong>Reach Out to Say Hi</strong> features sound a bit too strong. Help a Friend, in need of what? Friends!? Weird.</p>
<p>Do we control social media or does social media control us? Looks like social media dictates what we should be doing. Facebook used to have some stronger message like &#8216;&#8230;you should suggest friends for your new friend&#8230;&#8217;. Glad they changed it to something less strong. Hail Facebook! :)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=mJMd2KrwS1E:8VkJeDZSMpg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=mJMd2KrwS1E:8VkJeDZSMpg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=mJMd2KrwS1E:8VkJeDZSMpg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=mJMd2KrwS1E:8VkJeDZSMpg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=mJMd2KrwS1E:8VkJeDZSMpg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=mJMd2KrwS1E:8VkJeDZSMpg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/mJMd2KrwS1E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/facebook-help-a-friend-reach-out-say-hi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/facebook-help-a-friend-reach-out-say-hi/</feedburner:origLink></item>
		<item>
		<title>Mobile Text Scam – Claim 3750 for the Accident You Had</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/nFphsYbpWuc/</link>
		<comments>http://www.kathirvel.com/mobile-text-scam-claim-3750-for-the-accident-you-had/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 20:39:10 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=340</guid>
		<description><![CDATA[I received an interesting text in the morning. The text was sent from +447747436026. Following was the message :- FREEMSG: Our records indicate you may be entitled to 3750 pounds for the accident you had. To claim for free reply &#8230; <a href="http://www.kathirvel.com/mobile-text-scam-claim-3750-for-the-accident-you-had/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I received an interesting text in the morning. The text was sent from +447747436026. Following was the message :-</p>
<blockquote><p>FREEMSG: Our records indicate you may be entitled to 3750 pounds for the accident you had. To claim for free reply with YES to this msg. To opt out text STOP.</p></blockquote>
<p><img class="aligncenter size-medium wp-image-347" title="Mobile Phone Text Message Scam" src="http://www.kathirvel.com/wp-content/uploads/2010/07/mobile-phone-text-message-428x321.jpg" alt="Mobile Phone Text Message Scam" width="428" height="321" /></p>
<p><span id="more-340"></span>Clearly, I haven&#8217;t had any accident for years, and I knew the message was a bait. Some scamster was trying to get people to respond. The moment you send a response, you might be hooked into constant messages and charges. According to the message, you&#8217;ll have to send a txt message with STOP to get out of this con. In my view, <strong>just delete the message</strong>.</p>
<p>I post this here so that others might benefit from the knowledge. Imagine, someone who had an accident recently gets this text message? If they were probably expecting a call from their insurance company or accident claims solicitors, they might respond to this text. Even if a tiny percentage of the mobile users respond to this scam, the scamsters would have hit a jackpot!</p>
<p>Never respond to any such text messages, emails, or even phone calls. There is another scam where someone calls you from a number and cuts the call instantly. When you call back, the number is forwarded through a premium rate phone number you will be paying for listening to some rubbish tape playing on the other end.</p>
<p>If anyone&#8217;s got similar experiences, please share.</p>
<p><strong>Update of more numbers used by the scammers:</strong><br />
07775480248, 07526372273, 07542068126, 07780197630, 07796476638, 07403576346, 07541734771, 07795212735, 07767830014, 07500750829, 07543026439, 07547529139, 07979206867, 07865936434, 07784275004, 07786208448, 07537402449, 07401849441, 07401727590, 07553034937, 07597622314, 07548062030, 07551368262, 07401460977, 07403150502, 07402272879, 07510800336, 07510820992, 07957427719, 07511435502, 07973149518, 07770671596, 07765248310, 07770498479, 07826405030, 07788103388, 07786206953, 07786838098, 07722811487, 07748386062, 07789350787, 07585321541, 07884405772, 07591297489</p>
<p><strong><em>Image Source : </em></strong><a rel="external" href="http://www.flickr.com/people/kiwanja/"><strong><em>Ken Banks</em></strong></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=nFphsYbpWuc:lvGxxM6vsUI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=nFphsYbpWuc:lvGxxM6vsUI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=nFphsYbpWuc:lvGxxM6vsUI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=nFphsYbpWuc:lvGxxM6vsUI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=nFphsYbpWuc:lvGxxM6vsUI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=nFphsYbpWuc:lvGxxM6vsUI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/nFphsYbpWuc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/mobile-text-scam-claim-3750-for-the-accident-you-had/feed/</wfw:commentRss>
		<slash:comments>317</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/mobile-text-scam-claim-3750-for-the-accident-you-had/</feedburner:origLink></item>
		<item>
		<title>3 Idiots – Virus, Chatur, and Rancho give life to a Munnabhai remake</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/bOrZEfzim6Y/</link>
		<comments>http://www.kathirvel.com/3-idiots-virus-chatur-and-rancho-give-life-to-a-munnabhai-remake/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:33:06 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Film & TV]]></category>
		<category><![CDATA[Celebrities]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=200</guid>
		<description><![CDATA[Years ago, Munnabhai MBBS was a smash hit and emerged as a wholesome entertainer. The film&#8217;s director Rajkumar Hirani became a trusted name for good cinema. Munnabhai 2, though not as succulent as it&#8217;s predecessor, managed to retain the qualities &#8230; <a href="http://www.kathirvel.com/3-idiots-virus-chatur-and-rancho-give-life-to-a-munnabhai-remake/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Years ago, Munnabhai MBBS was a smash hit and emerged as a wholesome entertainer. The film&#8217;s director Rajkumar Hirani became a trusted name for good cinema. Munnabhai 2, though not as succulent as it&#8217;s predecessor, managed to retain the qualities of honest, clean, and enjoyable movie experience. Now with 3 Idiots, the director has hardened the fact that cinema is all about money and retaining the formula is best for business and the audience.</p>
<p><img class="aligncenter size-medium wp-image-199" title="R Madhavan, Amir Khan, and Sharman Joshi in 3 Idiots" src="http://www.kathirvel.com/wp-content/uploads/2010/01/3-idiots-428x223.jpg" alt="R Madhavan, Amir Khan, and Sharman Joshi in 3 Idiots" width="428" height="223" /><span id="more-200"></span></p>
<p>3 Idiots (based on the core idea of Chetan Bhagat&#8217;s Five Point Someone) explores the subtle nuances of what most Indian students endure through their college life &#8211; marks, professors, hostels, ragging, family, money, competition, and finally the job interview. The screenplay is well written and there is a stash of broad laughs. Boman Irani, Amir Khan, and new comer Omi Vaidya stand out as the real stars of the movie and without even one of them, the movie would be a big let down.</p>
<p>Although the film is enjoyable and puts a smile on the viewer&#8217;s face or tears in their eyes, there are many sequences that could have been totally cut out. The ragging sequence (bit gross for Raju&#8217;s style), suicide student, giving birth to the baby, Kareena&#8217;s wedding, the real Rancho, and many other sub-plots do nothing more than add puff to bloat the screen time.</p>
<p>The producers and director have reused the Munnabhai MBBS blue print, converted the medical college into an engineering college, slightly modified the plot, and roped in Amir Khan to sell this movie to the audience. Boman Irani repeats Dr. Asthana&#8217;s role, but with a different makeup. Sharman Joshi takes the role of the suicide kid. Kareena replaces Gracy Singh, as the daughter of Boman Irani and a budding doctor. Omi dons the role of the Nerd Swami. Jaadu Ki Jhappi is now Aal Izz Well.</p>
<p>Amidst a band wagon of bad and weak Hindi films, 3 Idiots comes as a saving grace!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=bOrZEfzim6Y:H3pjCTnb144:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=bOrZEfzim6Y:H3pjCTnb144:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=bOrZEfzim6Y:H3pjCTnb144:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=bOrZEfzim6Y:H3pjCTnb144:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=bOrZEfzim6Y:H3pjCTnb144:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=bOrZEfzim6Y:H3pjCTnb144:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/bOrZEfzim6Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/3-idiots-virus-chatur-and-rancho-give-life-to-a-munnabhai-remake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/3-idiots-virus-chatur-and-rancho-give-life-to-a-munnabhai-remake/</feedburner:origLink></item>
		<item>
		<title>Avatar – Forgive the lack of Originality, for Creativity knows no bounds</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/0ZtjxOTA_0w/</link>
		<comments>http://www.kathirvel.com/avatar-forgive-the-lack-of-originality-for-creativity-knows-no-bounds/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 12:02:04 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Film & TV]]></category>
		<category><![CDATA[Celebrities]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=190</guid>
		<description><![CDATA[First : The praises Brilliant! Breakthrough in digital film making! Many thanks for funding and experimenting with the technology used in this film, now we can finally get rid of all our egoistic actors. &#8220;Epic&#8221;, says a friend of mine, &#8230; <a href="http://www.kathirvel.com/avatar-forgive-the-lack-of-originality-for-creativity-knows-no-bounds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>First : The praises<br />
<span style="font-weight: normal;">Brilliant! Breakthrough in digital film making! Many thanks for funding and experimenting with the technology used in this film, now we can finally get rid of all our egoistic actors. &#8220;Epic&#8221;, says a friend of mine, sure it is for those who can appreciate the technology behind it.</span></strong></p>
<p><strong><span style="font-weight: normal;"><img class="aligncenter size-medium wp-image-193" title="James Cameron with Sigourney Weaver in Avatar" src="http://www.kathirvel.com/wp-content/uploads/2009/12/James-Cameron-with-Sigourney-Weaver-in-Avatar-428x285.jpg" alt="James Cameron with Sigourney Weaver in Avatar" width="428" height="285" /><span id="more-190"></span></span></strong></p>
<p><strong>Second : The Critic (with a grin on my face)<br />
<span style="font-weight: normal;">I like to talk about the films that I watch. Some films are not even worth getting a mention. A critic&#8217;s mind is built upon life experiences and film knowledge that he / her possesses. For example, when I claim that Avatar&#8217;s recurring theme music is the same one that James Horner played in Enemy at the Gates (ref. The Tractor Factory, at 0:18), you&#8217;ll know I know what I am talking about.</span></strong></p>
<p>I was in awe when another friend of mine pointed out to me that Avatar&#8217;s Pandora is a future version of Disney&#8217;s Atlantis. He was smart to point out how in the later, mercenaries go to grab the Heart from the people of Atlantis.</p>
<p>While watching Avatar, there are so many moments when you feel like, &#8220;Haven&#8217;t I seen the same in some other film?&#8221; It&#8217;s just the visual effects that make the movie, enjoyable. Even though the Na&#8217;vi language&#8217;s vocabulary, Pandora&#8217;s layout map, its variety of species/flora/fauna, and magnificence are in no way close to Lord of the Rings, I have to make special mention of the amount of creative input that must have gone into the making of this film!</p>
<p><strong>Third : Why do most people claim this film to be an EPIC?<br />
<span style="font-weight: normal;">These are people who are intensely targeted by smart brained marketers and advertisers. Those of you who know the Bollywood industry would know better. The trick to box office success is to sell the idea that the movie is an awesome piece of art, even before the film is done with shooting. That&#8217;s how studios get funding!</span></strong></p>
<p><strong><span style="font-weight: normal;">Even before you realise it, you are sipping out of Avatar labelled soft drink cans, watching the new sneak peeks and trailers over and over again, going through all visual effects magazines and blogs to find more about the technology they have used, and through all these clever strategies that the studio executives have injected into your social life, you have sold the film&#8217;s success onto yourself. All that&#8217;s needed is for the film to be mediocre enough to make you paint that last star on your review.</span></strong></p>
<p><strong>Fourth : Casting and Characters<br />
<span style="font-weight: normal;">James Cameron has always given life to the lesser known actors by pitting them in powerful roles that are supported by some time tested veterans. Titanic saw the rise to fame of Leonardo and Kate Winslet, while the likes of Kathy Bates, Bill Paxton, and Bernard Hill supported to maintain the balance of the cast. Sadly, the only saving grace for Avatar comes in the form of Dr. Grace (aptly named) played by Sigourney Weaver.</span></strong></p>
<p><strong><span style="font-weight: normal;">Epic movies require a cast that the audience can relate with, whereas the viewers of Avatar were left to the mercy of one-dimensional characters in a three-dimensional movie! If you are expecting a Jack being supported by Molly Brown or Jack saving Rose moment, there is nothing of that sort that Avatar would offer.</span></strong></p>
<p><strong>Finale!<br />
<span style="font-weight: normal;">Though the review sounds like I hated the movie Avatar, the truth is, I liked it. I just liked it and didn&#8217;t love it. Movies like Gladiator, LOTR, and Saving Private Ryan can be certified as Epics. They shake-up the audience while the credits roll up. Avatar, fails at it.</span></strong></p>
<p><em>Image from </em><a rel="nofollow" href="http://www.flickr.com/photos/officialavatarmovie/3841036115/" target="_blank"><em>Avatar&#8217;s Flickr stream</em></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=0ZtjxOTA_0w:N_C7wqnNauE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=0ZtjxOTA_0w:N_C7wqnNauE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=0ZtjxOTA_0w:N_C7wqnNauE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=0ZtjxOTA_0w:N_C7wqnNauE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=0ZtjxOTA_0w:N_C7wqnNauE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=0ZtjxOTA_0w:N_C7wqnNauE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/0ZtjxOTA_0w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/avatar-forgive-the-lack-of-originality-for-creativity-knows-no-bounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/avatar-forgive-the-lack-of-originality-for-creativity-knows-no-bounds/</feedburner:origLink></item>
		<item>
		<title>UK Economy – Update by Thorsten Fischer (Senior RBS Economist)</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/-rd8A-uo6f8/</link>
		<comments>http://www.kathirvel.com/uk-economy-update-by-thorsten-fischer-senior-rbs-economist/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 21:26:43 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=174</guid>
		<description><![CDATA[While speaking at the MELCC (Midlothian and East Lothian Chamber of Commerce) Annual Awards Event, Thorsten Fischer (Senior Economist at Royal Bank of Scotland) expressed his personal views on the current economic climate and also answered a few questions posed &#8230; <a href="http://www.kathirvel.com/uk-economy-update-by-thorsten-fischer-senior-rbs-economist/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While speaking at the MELCC (Midlothian and East Lothian Chamber of Commerce) Annual Awards Event, Thorsten Fischer (Senior Economist at Royal Bank of Scotland) expressed his personal views on the current economic climate and also answered a few questions posed by local businesses. One would assume that the representative of a failed bank would try to provide optimistic views and gain the trust of the crowd, instead Dr. Fischer was painting a dark and gloomy picture of the current and future economic condition of UK.</p>
<p><img class="aligncenter size-medium wp-image-178" title="Stock Tickers Going Down - All Red" src="http://www.kathirvel.com/wp-content/uploads/2009/11/stock-market-tickers-going-down-428x227.jpg" alt="Stock Tickers Going Down - All Red" width="428" height="227" /></p>
<p><span id="more-174"></span></p>
<blockquote><p>Thorsten Fischer joined RBS in October 2005 as a Senior Economic Adviser. An applied micro-economist, who has published in peer-reviewed economic journals, his areas of specialisation include natural resources, environmental issues and transportation. Thorsten is also interested in risk management (he is a certified Financial Risk Manager), public policy and regulation. He regularly presents to internal and external audiences. After gaining a first diploma in business administration and economics from Osnabrück University in Germany, Thorsten left his home country to earn a Ph.D. in economics from the University of Georgia&#8217;s Terry College of Business, where he also worked as an instructor of economics and international business. After graduation, he spent five years at an independent economic consultancy in Pennsylvania.</p>
<p>Source <a title="External link to RBS Website" rel="nofollow" href="http://www.rbs.com/investors/economic-insight/meet-the-team.ashx" target="_blank">RBS website</a></p></blockquote>
<p>Though Dr. Fischer wasn&#8217;t giving exciting news such as UK coming out of the recession, the crowd welcomed his honest opinions. That&#8217;s what the businesses were wanting to hear, and not just words of empty hope that is propagated by the ruling party. Highlights of Thorsten Fischer&#8217;s speech were</p>
<ul>
<li>It is going to take 3 to 4 years before our economy returns back to boom time.</li>
<li>Can&#8217;t really forecast exchange rates, but Sterling might take about 6 years to recover against Euro.</li>
<li>Most traders are optimistic and believe that there will be a V-shaped recovery. Sadly, it will not happen. There are various other market and economic forces that will prevent the steep climb.</li>
<li>There will be high inflation in 3 years when liquidity gets back to normal.</li>
<li>Climate Change Targets? Banks and the government are aware of the need, but difficult to account for in the current tough economic scenario.</li>
<li>Opportunity for export will increase as Euro zone can afford to pay for products from the UK.</li>
</ul>
<p>Yes, the speech wasn&#8217;t an upbeat one, but Dr. Fischer wanted local businesses to be aware of the reality of the economic forecast. He was asking businesses to plan their future and current developments based on hard facts.</p>
<p>Later while networking over dinner, Thorsten Fischer was asked if the return of the 17.5% VAT would affect buyer behaviour once again. Dr. Fischer said it might not affect FMCG retailers but might affect service providers and retailers of big-ticket items.</p>
<p>For a recent economic insight guide published by RBS, follow the <a title="External Link to August 2009 Economic Update" rel="nofollow" href="http://www.rbs.com/downloads/pdf/economic_insight/world/geo_august_2009.pdf" target="_blank">link</a>.</p>
<p>Photo by <a title="Flickr Link" rel="nofollow" href="http://www.flickr.com/people/rednuht/" target="_blank">Rafael Matsunaga</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=-rd8A-uo6f8:b8O2rNlyirs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=-rd8A-uo6f8:b8O2rNlyirs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=-rd8A-uo6f8:b8O2rNlyirs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=-rd8A-uo6f8:b8O2rNlyirs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=-rd8A-uo6f8:b8O2rNlyirs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=-rd8A-uo6f8:b8O2rNlyirs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/-rd8A-uo6f8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/uk-economy-update-by-thorsten-fischer-senior-rbs-economist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/uk-economy-update-by-thorsten-fischer-senior-rbs-economist/</feedburner:origLink></item>
		<item>
		<title>M&amp;S Xmas Ad – Life on Mars’ Gene Hunt (Philip Glenister) gets excited seeing Noemie Lenoir wearing underwear</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/28RfnZ_oTAY/</link>
		<comments>http://www.kathirvel.com/marks-and-spencer-christmas-tv-ad-life-on-mars-gene-hunt-philip-glenister-noemie-lenoir-underwear/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 11:50:26 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Film & TV]]></category>
		<category><![CDATA[Celebrities]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=170</guid>
		<description><![CDATA[Did anyone see the Christmas advertisement by Marks and Spencer, this year? The commercial is a well produced (£10m) piece and stars Stephen Fry, Twiggy, Myleene Class, Joanna Lumley and Jennifer Saunders, and James Nesbitt. The advertising campaign was put &#8230; <a href="http://www.kathirvel.com/marks-and-spencer-christmas-tv-ad-life-on-mars-gene-hunt-philip-glenister-noemie-lenoir-underwear/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Did anyone see the Christmas advertisement by Marks and Spencer, this year? The commercial is a well produced (£10m) piece and stars Stephen Fry, Twiggy, Myleene Class, Joanna Lumley and Jennifer Saunders, and James Nesbitt. The advertising campaign was put together by RKCR/Y&amp;R, a London based full service agency.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="428" height="267" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/bfuHIEeC9Oo&amp;hl=en_GB&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="428" height="267" src="http://www.youtube.com/v/bfuHIEeC9Oo&amp;hl=en_GB&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><span id="more-170"></span></p>
<p>Philip Glenister is shown in a bar and he says, &#8220;Oh come on, it&#8217;s Christmas&#8230; That girl prancing around in her underwear.&#8221; The advert cuts to French model Noemie Lenoir, wearing a bra and knickers, jumping around the woods! Quite unnecessary, but come on, every brand wants to show some skin and grab consumer attention. I guess it was the tone of delivery and the very line that makes the advert the subject of hot debate.</p>
<p>I watched the above mentioned commercial on the big screen and loved it. Even though it looked beaufitul and full of festive spirit, the lingerie shot shook me up. I was thinking, why this shot!? The advert was cute and friendly, and then comes this girl jumping around in her bra and knickers. What I didn&#8217;t realise was, even other people felt the same way. In any case, I think it was unnecessary to complain about the advertisement to the Advertising Standards Association (ASA).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=28RfnZ_oTAY:A8ba-06sYMw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=28RfnZ_oTAY:A8ba-06sYMw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=28RfnZ_oTAY:A8ba-06sYMw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=28RfnZ_oTAY:A8ba-06sYMw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=28RfnZ_oTAY:A8ba-06sYMw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=28RfnZ_oTAY:A8ba-06sYMw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/28RfnZ_oTAY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/marks-and-spencer-christmas-tv-ad-life-on-mars-gene-hunt-philip-glenister-noemie-lenoir-underwear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/marks-and-spencer-christmas-tv-ad-life-on-mars-gene-hunt-philip-glenister-noemie-lenoir-underwear/</feedburner:origLink></item>
		<item>
		<title>Nintendo Wii &amp; DS – Ant &amp; Dec (Saturday Night Takeaway) Brain Train London Cabbies</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/VLRkpBGcB3g/</link>
		<comments>http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-brain-train-london-cabbies/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 01:25:05 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Film & TV]]></category>
		<category><![CDATA[Celebrities]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=163</guid>
		<description><![CDATA[Do you know how London cabbies learn to count the change? Nintendo DS Brain Training helps the London Cabbies with math and teaches them to count! Thanks Ant and Dec, for letting us know! Yet another contrived advertisement from Nintendo &#8230; <a href="http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-brain-train-london-cabbies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Do you know how London cabbies learn to count the change? Nintendo DS Brain Training helps the London Cabbies with math and teaches them to count! Thanks Ant and Dec, for letting us know! Yet another contrived advertisement from Nintendo DS/Wii staring ITV&#8217;s own, Ant and Dec. <a title="Nintento DS / Wii - Ant and Dec - Meeting Real People" href="http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-love-to-meet-real-people/">Click here for the first commercial.</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="428" height="267" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/GJzkQZffWzQ&amp;hl=en_GB&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="428" height="267" src="http://www.youtube.com/v/GJzkQZffWzQ&amp;hl=en_GB&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><span id="more-163"></span></p>
<p>Nintendo&#8217;s advertising campaigns are handled by Karmarama, a leading UK agency. Smart campaigns? Yes, but somewhat contrived. Consumers are not always stupid and they do not always eat the grass that agencies dump in front of them. Nintendo is trying to discuss the following issues through their advertising strategy.</p>
<ul>
<li>Who says Nintendo can distract you from your professional career? Nintendo helps the cab driver with math and they are able to give better change! What were they doing before Nintendo DS was first made? Maybe they were giving us the wrong change all the time! They guy says, &#8220;We&#8217;re dealing with figures all day long.&#8221; I don&#8217;t think I&#8217;ll go get a job in investment banking hoping that a Nintendo DS will help me count! :)</li>
<li>Yes, don&#8217;t forget the family! In modern-day advertising, families need to be shown having time together. Thank the Nintendo, it has brought the cab driver&#8217;s family together! Nintendo seems to have succeeded at what religion is failing &#8211; family getting together. &#8220;To be honest, we all sit down and it brings us all together,&#8221; says the cabbie.</li>
<li>You better have a brain score. What? I am from a sane group, mate. I don&#8217;t need a brain score to prove my skills.</li>
</ul>
<p>The Nintendo DS/Wii ads are working well for the brand and they are making more commercials. There is one where Ant &amp; Dec go to a Weight Watchers meeting and make sexual gestures. Whatever maybe, Nintendo is surely selling more consoles than the rest. I know of a friend who recently got a console and said, &#8220;My Nintendo Wii is the best thing I&#8217;ve ever bought in my life!&#8221; That&#8217;s some real serious thing, after about 25 years of living on Earth.</p>
<p>Ant and Dec who host the popular show, Britain&#8217;s Got Talent have recently revealed a new show that&#8217;s coming soon &#8211; &#8220;Push The Button&#8221;. Anthony McPartlin (33) and Declan Donnelly (34) have taken a 10% pay cut and extended their contract with ITV for another two years. They have brought in some popularity for ITV&#8217;s shows and advertising revenue. ITV is paying £20 million to keep the duo. It&#8217;s the going rate for such stars it seems! At least, they come cheaper than Jonathan Ross who gets paid £18 million to spill rubbish over the respected British Broadcasting Network (BBC).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=VLRkpBGcB3g:u3N2s0N1BTE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VLRkpBGcB3g:u3N2s0N1BTE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=VLRkpBGcB3g:u3N2s0N1BTE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VLRkpBGcB3g:u3N2s0N1BTE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=VLRkpBGcB3g:u3N2s0N1BTE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VLRkpBGcB3g:u3N2s0N1BTE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/VLRkpBGcB3g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-brain-train-london-cabbies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-brain-train-london-cabbies/</feedburner:origLink></item>
		<item>
		<title>Google’s Secrets Revealed – Do it yourself Insights, Maps, Adwords, and Analytics</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/qehpfQ5sdxk/</link>
		<comments>http://www.kathirvel.com/googles-secrets-revealed-do-it-yourself-insights-maps-adwords-and-analytics/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 01:26:28 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Et Cetera]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=147</guid>
		<description><![CDATA[Consumer behaviour is heavily influenced by digital technologies, with 80% of online shoppers wanting to compare prices and 17p of every Sterling Pound being spent over the internet. Online spending is expected to rise to 50p for every Sterling Pound. &#8230; <a href="http://www.kathirvel.com/googles-secrets-revealed-do-it-yourself-insights-maps-adwords-and-analytics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Consumer behaviour is heavily influenced by digital technologies, with 80% of online shoppers wanting to compare prices and 17p of every Sterling Pound being spent over the internet. Online spending is expected to rise to 50p for every Sterling Pound. &#8220;Grab hold of the opportunities in the online marketplace and grow your business&#8221;, says Andy Barke (Industry Head), Satyan Joshi (Product Specialist), and Gilli Goodman (Product Specialist) from Google.</p>
<p><img class="aligncenter size-medium wp-image-153" title="Google answers to your questions" src="http://www.kathirvel.com/wp-content/uploads/2009/11/2372327933_0c307df80a1-428x348.jpg" alt="Google answers to your questions" width="428" height="348" /></p>
<p>Google&#8217;s Adwords marketing team was in Edinburgh, to talk to local businesses about the advantages that Google can provide to those wanting to trade online. The conference hall at the City Chamber (High Street, Royal Mile) was filled with representatives from local businesses. The event was organised by the Edinburgh Chamber of Commerce and the Business Gateway (Scottish Enterprise)<span id="more-147"></span></p>
<p><strong>Start thinking about exporting to the EU zone</strong><br />
Andy Barke commented that the UK&#8217;s electronic commerce market is at its mature phase and the EU zone is warming up to online shopping carts. With the value of the Pound weak against the Euro, businesses in the EU zone will now afford more to import to EU from the UK. &#8220;UK businesses should consider export to EU&#8221; , he says. Google provides an export advisory tool at the following link http://www.google.co.uk/intl/en/exportadviser. This export advisor and market value calculator is at its beta stage and partnered with Applied Language, HSBC, Royal Mail, UK Trade and Investment, The Institute of Export, and Alibaba.com.</p>
<p><strong>How can Google help me?</strong><br />
Google offers a wide range of free and inexpensive tools that can help businesses compete in the ever changing market. Andy says, &#8220;Your business has to be insightful, agile, and fast&#8221;. The following free tools from Google are worth a try.</p>
<ul>
<li>Google Insights : http://www.google.com/insights/search/ (Research tool to help find what your target market is looking/searching for)</li>
<li>Google Local Business: http://www.google.com/local/add/businessCenter (Promote your business on the internet)</li>
<li>Google Analytics: http://www.google.com/analytics (Research and understand your website visitors and their behaviour over your web pages)</li>
</ul>
<p><strong>Pay for Adwords and you will benefit from it</strong><br />
While Google is being very nice to us by offering so much for free, they ask us to spend just a little in return. Adwords is Google&#8217;s advertising network. Gilli Goodman detailed the process involved in setting up a new Adwords account and repeats over and over again that we need to spend a lot of time in researching keywords and target market and demographics before setting up a new campaign. Give it a try, the Google team along with Satyan Joshi urged.</p>
<p><strong>Key points that I observed</strong><br />
Always mention prices in your Adwords ad block. By doing showing the prices on your advertisement, you avoid clicks from people who couldn&#8217;t afford your product.</p>
<ol>
<li>Adwords advert position depends upon your ranking that is made up by multiplying the maximum CPC (Cost per Click) and the website&#8217;s Quality Score (depends on click through rate, link value, landing page, quality of user experience, and page speed).</li>
<li>Organic/natural website listing position is based on the website&#8217;s relevance to the users search and latency (speed, web standards, IP address, etc).</li>
<li>Do not pay your hard earned money to agencies that charge a bomb. At most times, you might be able to get great results by putting aside some time for research and experimenting.</li>
</ol>
<p>Buffet dinner and networking followed the event. I had the opportunity to talk to Andy Barke and Satyan Joshi. Both of them denied the myth that Google favours big brand and names that can afford to pay for a special arrangement that will provide better search results. They mentioned that they have even stopped paying the 15% commission that the advertising agencies used to get.</p>
<p>I hope the presentation will prove useful to the 200 odd businesses that had attended the event titled as &#8220;Speedup during the Slowdown&#8221;.</p>
<p>Photograph by <a rel="nofollow" href="http://www.flickr.com/photos/myklroventine/" target="_blank">Mykl Roventine</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=qehpfQ5sdxk:w5e8fGhj0b4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=qehpfQ5sdxk:w5e8fGhj0b4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=qehpfQ5sdxk:w5e8fGhj0b4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=qehpfQ5sdxk:w5e8fGhj0b4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=qehpfQ5sdxk:w5e8fGhj0b4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=qehpfQ5sdxk:w5e8fGhj0b4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/qehpfQ5sdxk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/googles-secrets-revealed-do-it-yourself-insights-maps-adwords-and-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/googles-secrets-revealed-do-it-yourself-insights-maps-adwords-and-analytics/</feedburner:origLink></item>
		<item>
		<title>Nintendo Wii &amp; DS – Ant &amp; Dec (Saturday Night Takeaway) Love to Meet Real People</title>
		<link>http://feedproxy.google.com/~r/kathirvel/~3/VshQg2rXOyE/</link>
		<comments>http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-love-to-meet-real-people/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 00:53:09 +0000</pubDate>
		<dc:creator>Kathir 'Sid' Vel</dc:creator>
				<category><![CDATA[Film & TV]]></category>
		<category><![CDATA[Celebrities]]></category>

		<guid isPermaLink="false">http://www.kathirvel.com/?p=129</guid>
		<description><![CDATA[Would you like to meet Ant and Dec (of Saturday Night Takeaway)? I just overheard them say that they can&#8217;t wait to go out and meet real people who play the Wii! Wondering? Have a look at the commercial. Parents &#8230; <a href="http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-love-to-meet-real-people/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Would you like to meet Ant and Dec (of Saturday Night Takeaway)? I just overheard them say that they can&#8217;t wait to go out and meet real people who play the Wii! Wondering? Have a look at the commercial.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="428" height="267" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/7kZX1Ol_UI0&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="428" height="267" src="http://www.youtube.com/v/7kZX1Ol_UI0&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><span id="more-129"></span></p>
<p>Parents hate it when their children won&#8217;t get off the Wii, Xbox, PlayStation or any game console. They always complain that their son or daughter is glued to the console and not getting out and meeting other kids. We all know the truth, don&#8217;t we? Gaming consoles have the capability to consume the player and alienate them from others.</p>
<p>Nintendo has launched a very smart campaign, using Ant and Dec. The TV advertisement is lively and thoroughly enjoyable. One view at it, and you start liking it! Ant and Dec lend their humour and style to make this advertisement, a success.</p>
<p>Notice the point where Dec says, &#8220;I can&#8217;t wait to get out and meet real people who play Wii, who play DS&#8221; and Ant adds, &#8220;Who are competitive as us, who are good as us&#8221;. This is a smart and subliminal message. Dec&#8217;s tone gets serious when he starts the sentence. This conveys the opinion that people who play on Nintendo are to be taken seriously and not as a slacker. Ant communicates the view that people who like them and their shows should be playing on the Nintendo Wii while at home and on the Nintendo DS while travelling.</p>
<p>Very effective message, packaged in a cute and lovable advertisement! Nintendo has recently been focusing on communicating the message that they bring people, families, and friends closer. This is a far better approach at marketing the Nintendo Wii and DS as compared to the rivals Sony and Microsoft, who just associate their brand name with the adverts for the individual games.</p>
<p>What do you think of Nintendo&#8217;s strategy? Share your comments about the Ant and Dec Wii advertisement.</p>
<p><strong>Addition : &#8211; </strong>I&#8217;ve been asking around and most people seem to understand, the above mentioned advertisement is contrived. I&#8217;ve been a part of major ad campaigns in the past and know that celebrities don a wide smile and lie blatantly for the money they get paid. Nowadays I find more and more consumers aware of the same fact. Mass media has opened the eyes of the good old and blind customer. I seriously believe that such amateurish campaigns ruin the reputation of brands rather than helping it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/kathirvel?a=VshQg2rXOyE:KQdd0XlzIqI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VshQg2rXOyE:KQdd0XlzIqI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=VshQg2rXOyE:KQdd0XlzIqI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VshQg2rXOyE:KQdd0XlzIqI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/kathirvel?i=VshQg2rXOyE:KQdd0XlzIqI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/kathirvel?a=VshQg2rXOyE:KQdd0XlzIqI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/kathirvel?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/kathirvel/~4/VshQg2rXOyE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-love-to-meet-real-people/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.kathirvel.com/nintendo-wii-ds-ant-dec-saturday-night-takeaway-love-to-meet-real-people/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.659 seconds. --><!-- Cached page generated by WP-Super-Cache on 2011-12-27 03:19:16 -->

