<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Altmint Blog</title>
	<atom:link href="http://blog.altmint.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.altmint.com</link>
	<description></description>
	<lastBuildDate>Mon, 24 Oct 2011 09:11:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Sub Domain</title>
		<link>http://blog.altmint.com/sub-domain</link>
		<comments>http://blog.altmint.com/sub-domain#comments</comments>
		<pubDate>Mon, 24 Oct 2011 08:45:32 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[Altmint]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=154</guid>
		<description><![CDATA[A subdomain is described as domain in the Domain Name System which is underneath another domain name in the hierarchy, for example: domainname:   altmint.com subdomain:       blog.altmint.com How to create a Sub domain A subdomain is a second website, with its own unique content, but there is no new domain name. Instead, you use an existing <a href="http://blog.altmint.com/sub-domain">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>A subdomain is described as domain in the Domain Name System which is underneath another domain name in the hierarchy, for example:</p>
<ul>
<li>domainname:   altmint.com</li>
<li>subdomain:       blog.altmint.com</li>
</ul>
<h3><span style="color: #ff0000;">How to create a Sub domain</span></h3>
<p>A subdomain is a second website, with its own unique content, but there is no new domain name. Instead, you use an existing domain name and change the www to another name.</p>
<h3><span style="color: #ff0000;">To </span><span style="color: #888888;"><strong><span style="color: #ff0000;">create a subdomain</span>:</strong></span></h3>
<ol>
<li>Login to cPanel and click Subdomains.</li>
<li>In the drop-down, choose the domain.</li>
<li>In the box before the domain, type the subdomain name you want.</li>
<li>Click inside the &#8220;Document Root&#8221; box and it will auto-fill.</li>
<li>Hit the Create button.</li>
</ol>
<h3><span style="color: #ff0000;">Subdomains are Free!</span></h3>
<p>Unlike domains, sub domains can be created &#8220;at will&#8221;. For any domain, you can create as many subdomains as you like; you do <strong>not</strong> have to go to a registrar and pay an annual fee for each of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/sub-domain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP FAQs</title>
		<link>http://blog.altmint.com/php-faqs</link>
		<comments>http://blog.altmint.com/php-faqs#comments</comments>
		<pubDate>Sun, 21 Aug 2011 08:59:18 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=332</guid>
		<description><![CDATA[What is PHP? PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. What does PHP stand for? PHP stands for PHP: Hypertext <a href="http://blog.altmint.com/php-faqs">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<h2>What is PHP?</h2>
<p>PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.</p>
<h2>What does PHP stand for?</h2>
<p>PHP stands for PHP: Hypertext Preprocessor. This confuses many people because the first word of the acronym is the acronym. This type of acronym is called a recursive acronym. For more information, the curious can visit » Free On-Line Dictionary of Computing or the » Wikipedia entry on recursive acronyms.</p>
<h2>What is the relation between the versions?</h2>
<p>PHP/FI 2.0 is an early and no longer supported version of PHP. PHP 3 is the successor to PHP/FI 2.0 and is a lot nicer. PHP 5 is the current generation of PHP, which uses the » Zend engine 2 which, among other things, offers many additional OOP features.</p>
<h2>Can I run several versions of PHP at the same time?</h2>
<p>Yes. See the INSTALL file that is included in the PHP source distribution.</p>
<h2>What are the differences between PHP 4 and PHP 5?</h2>
<p>While PHP 5 was purposely designed to be as compatible as possible with previous versions, there are some significant changes. Some of these changes include:</p>
<p>A new OOP model based on the Zend Engine 2.0<br />
A new extension for improved MySQL support<br />
Built-in native support for SQLite<br />
A new error reporting constant, E_STRICT, for run-time code suggestions<br />
A host of new functions to simplify code authoring (and reduce the need to write your own functions for many common procedures)</p>
<h2>I think I found a bug! Who should I tell?</h2>
<p>You should go to the PHP Bug Database and make sure the bug isn&#8217;t a known bug. If you don&#8217;t see it in the database, use the reporting form to report the bug. It is important to use the bug database instead of just sending an email to one of the mailing lists because the bug will have a tracking number assigned and it will then be possible for you to go back later and check on the status of the bug. The bug database can be found at » http://bugs.php.net/.</p>
<p>Source: <a href="http://www.php.net/manual/en/faq.general.php" rel="nofollow" target="_blank">http://www.php.net/manual/en/faq.general.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/php-faqs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Frameworks</title>
		<link>http://blog.altmint.com/php-frameworks</link>
		<comments>http://blog.altmint.com/php-frameworks#comments</comments>
		<pubDate>Sat, 20 Aug 2011 03:31:05 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=324</guid>
		<description><![CDATA[Php Frameworks Zend                http://www.zend.com/en/ Code Igniter   http://codeigniter.com/ Yii                    http://www.yiiframework.com/ CakePHP        http://cakephp.org/ Symfony         http://symfony.com/ Silex                http://silex-project.org/ FuelPHP         http://fuelphp.com/ Kohana           http://kohanaframework.org/ ThinkPHP       http://www.thinkphp.cn/ (Chinese) phpRaise        http://code.google.com/p/phpraise Tlalokes          http://tlalokes.org]]></description>
			<content:encoded><![CDATA[<p>Php Frameworks</p>
<p>Zend                http://www.zend.com/en/<br />
Code Igniter   http://codeigniter.com/<br />
Yii                    http://www.yiiframework.com/<br />
CakePHP        http://cakephp.org/<br />
Symfony         http://symfony.com/<br />
Silex                http://silex-project.org/<br />
FuelPHP         http://fuelphp.com/<br />
Kohana           http://kohanaframework.org/<br />
ThinkPHP       http://www.thinkphp.cn/ (Chinese)<br />
phpRaise        http://code.google.com/p/phpraise<br />
Tlalokes          http://tlalokes.org</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/php-frameworks/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blogspot is not working in India today</title>
		<link>http://blog.altmint.com/blogspot-is-not-working-in-india</link>
		<comments>http://blog.altmint.com/blogspot-is-not-working-in-india#comments</comments>
		<pubDate>Sat, 12 Feb 2011 07:59:26 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[Altmint]]></category>
		<category><![CDATA[blogspot problems in India]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=305</guid>
		<description><![CDATA[I heard that all blogspot blogs are currently inaccessible in India. Surprisingly Blogger.com is working fine i.e we can create new posts but can&#8217;t access them. Latest reports are coming in that blogspot blogs are working fine with a few broadband providers, but with most of the networks they are not working. If you are <a href="http://blog.altmint.com/blogspot-is-not-working-in-india">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I heard that all blogspot blogs are currently inaccessible in India.  Surprisingly Blogger.com is working fine i.e we can create new posts but can&#8217;t access them. Latest reports are coming in that blogspot blogs are working fine with a few broadband providers, but with most of the networks they are not working.</p>
<p style="text-align: justify;">If you are facing the similer problem and still wants to access the blogspot blog just add the suffix (.nyud.net) to your blogspot url</p>
<p style="text-align: justify;">like</p>
<p style="text-align: justify;">http://sarkari-naukri.blogspot.com/</p>
<p style="text-align: justify;">http://sarkari-naukri.blogspot.com.nyud.net</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/blogspot-is-not-working-in-india/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 5 time wasting habits of bloggers</title>
		<link>http://blog.altmint.com/top-5-time-wasting-habits-of-bloggers</link>
		<comments>http://blog.altmint.com/top-5-time-wasting-habits-of-bloggers#comments</comments>
		<pubDate>Thu, 03 Feb 2011 07:03:27 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[Altmint]]></category>
		<category><![CDATA[Top 5 time wasting habits of bloggers]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=279</guid>
		<description><![CDATA[This is a topic on which I have often debated with other bloggers. I strongly feel  that time management is one of the prerequisites of  blogging. This is why 99% of the bloggers either leave or keep blogging for few cents for years.  I analyzed my time spent and trying to discuss some common time <a href="http://blog.altmint.com/top-5-time-wasting-habits-of-bloggers">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This is a topic on which I have often debated with other bloggers. I strongly feel  that time management is one of the prerequisites of  blogging. This is why 99% of the bloggers either leave or keep blogging for few cents for years.  I analyzed my time spent and trying to discuss some common time wasting things for bloggers that needed for blogging time management.</p>
<p style="text-align: justify;"><strong>1.  Alexa, Analytics and adsense</strong></p>
<p style="text-align: justify;">Do you know how much time you spend in checking alexa rank, viewing</p>
<div class="mceTemp" style="text-align: justify;">
<dl id="attachment_285" class="wp-caption alignright" style="width: 234px;">
<dt class="wp-caption-dt"><a href="http://blog.altmint.com/wp-content/uploads/2011/02/wasting_time_200803112.jpg"><img class="size-full wp-image-285" title="Time wasting habits of bloggers" src="http://blog.altmint.com/wp-content/uploads/2011/02/wasting_time_200803112.jpg" alt="" width="224" height="213" /></a></dt>
<dd class="wp-caption-dd">Time wasting habits of bloggers</dd>
</dl>
</div>
<p style="text-align: justify;">
<p style="text-align: justify;">analytics and adsense.  Is it really necessary to check visitors/income/rank time wasting habits of bloggersevery minute? Checking the stats again and again does nothing but killing your precious time which could have been utilized in writing valuable posts. Check the stats only once a day only to get a broad idea and how your SEO is working.<br />
<strong><br />
2.   Subscribing to a lot of RSS feeds</strong></p>
<p style="text-align: justify;">As  bloggers we are trying to accumulate a lot of rss feeds to get new ideas for blogging. I know a few  people who subscribed more than 200 feeds.  This is the major time waster we need to take control of it.  Subscribing to a fewer number of feeds related to our blogging intrests definitely do some good.</p>
<p style="text-align: justify;"><strong>3.   Themes and plugins</strong></p>
<p style="text-align: justify;">Most bloggers change their blog’s theme very often and keep downloading new plugins every time they see a good looking blog or nice plugins in it. would this colour look more attractive, Maybe the sidebar could be wider, or footer look better in blue, or this ad unit would better suits here. Don’t think more about the theme/plugins. Leave the template alone and spare some time for this once in a week.</p>
<p style="text-align: justify;"><strong>4.   SEO and Link Building</strong></p>
<p style="text-align: justify;">People nowadays start doing a massive link campaign and waste lot of initial enthusiasm and effort in doing so just after few posts. In order to promote our blog or websites, all of us spend some time at social bookmarking sites such as Digg, Technorati, and StumbleUpon. You may be making friends, adding favourite sites or updating your articles to be indexed by these social bookmarking sites. We all know link building helps blogs a lot. But is it the only thing to succeed in blogosphere ?  All those great bloggers out there have written over 1000 posts to succeed. Initially we need to concentrate more on blogging, not on the SEO or link building.</p>
<p style="text-align: justify;"><strong>5. Email, IM and social networking<br />
</strong><br />
Do we really need to reply to every email as soon as it hits the inbox? We are not working in the help desk of emergency services. Also with online chats, we are constantly checking who is online, so that we could “talk” to them. This is another counter-productive activity! Try to Check email once/twice a day.</p>
<p style="text-align: justify;">Many people spend a lot of time at Facebook, MySpace, Hi5, or Friendster in the name of social networking or keeping in touch with friends and family. However, a lot of them go there to play games and do other unproductive activities.</p>
<p style="text-align: justify;">To a certain extent, we all are guilty of this. Try to find your own ways to get out of this. Stop Thinking and Start blogging.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/top-5-time-wasting-habits-of-bloggers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google translator for websites</title>
		<link>http://blog.altmint.com/google-translator-for-websites</link>
		<comments>http://blog.altmint.com/google-translator-for-websites#comments</comments>
		<pubDate>Wed, 02 Feb 2011 12:20:35 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[website translator]]></category>
		<category><![CDATA[google translate]]></category>
		<category><![CDATA[google translate toolbar]]></category>
		<category><![CDATA[google translation]]></category>
		<category><![CDATA[google translator]]></category>
		<category><![CDATA[google translator toolbar]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=276</guid>
		<description><![CDATA[In some websites I have seen a &#8216; google translate&#8217; button to translate that web page. I need that in my website. Can you please tell me how to download google translate? is it free?? I got this question from one of my friends, Let’s discuss how to add ‘google translate widget’ to a website? <a href="http://blog.altmint.com/google-translator-for-websites">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In some websites I have seen a &#8216; google translate&#8217; button to translate that web page. I need that in my website. Can you please tell me how to download google translate? is it free??</p>
<p>I got this question from one of my friends, Let’s discuss how to add ‘google translate widget’ to a website?</p>
<p><strong>Google translate</strong></p>
<p><strong> Google Translate</strong> is a simple javascript tool provided by Google Inc. to embed in a website. It translates the entire page and allows the user to navigate throughout the site in the chosen language.</p>
<p><strong>Google Translation Widgets are available in four different flavors</strong></p>
<p><strong> – as a JavaScript based Language drop-down,</strong><a href="http://blog.altmint.com/wp-content/uploads/2011/02/google-trans.jpg"><img class="alignright size-full wp-image-296" title="google translate for websites" src="http://blog.altmint.com/wp-content/uploads/2011/02/google-trans.jpg" alt="google translate for websites" width="279" height="219" /></a></p>
<p><strong> – as  in-line AJAX translation,</strong></p>
<p><strong> – as a overlay toolbar and </strong></p>
<p><strong>– as plain HTML.</strong></p>
<p>How many languages are supported by Google Translate widget? <strong>It can translate your website to over 52 languages worldwide.</strong></p>
<p><strong>How to add “google translate” to my website ?</strong></p>
<p>You can select the right widget and easily add google translate to your website by checking <a href="http://www.labnol.org/internet/google-translation-widgets/10135/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/google-translator-for-websites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP vs. Ruby on Rails</title>
		<link>http://blog.altmint.com/php-vs-ruby-on-rails</link>
		<comments>http://blog.altmint.com/php-vs-ruby-on-rails#comments</comments>
		<pubDate>Tue, 01 Feb 2011 11:28:47 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[Altmint]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php vs ror]]></category>
		<category><![CDATA[ruby on rails vs php]]></category>
		<category><![CDATA[ruby vs php]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=258</guid>
		<description><![CDATA[Is it really worth my while to compare Ruby on Rails(RoR) and php?  They are completely different technologies.  PHP is a glorified scripting language.  Ruby on Rails is a frame work for the Ruby language. The question should be Ruby vs PHP or  RoR Vs CakePhP/ZEND/Yii. PHP logo RoR logo PHP and Ruby on Rails <a href="http://blog.altmint.com/php-vs-ruby-on-rails">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Is it really worth my while to compare Ruby on Rails(RoR) and php?  They are completely different technologies.  PHP is a glorified scripting language.  Ruby on Rails is a frame work for the Ruby language. The question should be <strong>Ruby vs PHP</strong> or  <strong>RoR Vs CakePhP/ZEND/Yii.</strong></p>
<div class="mceTemp" style="text-align: justify;">
<dl id="attachment_260" class="wp-caption alignleft" style="width: 245px;">
<dt class="wp-caption-dt"><a href="http://blog.altmint.com/wp-content/uploads/2011/02/php.jpg1.gif"><img class="size-medium wp-image-260" title="php.jpg" src="http://blog.altmint.com/wp-content/uploads/2011/02/php.jpg1-300x223.gif" alt="PHP logo for PHP VS ROR" width="235" height="147" /></a></dt>
<dd class="wp-caption-dd">PHP logo</dd>
</dl>
</div>
<div class="mceTemp" style="text-align: justify;">
<dl id="attachment_262" class="wp-caption alignright" style="width: 233px;">
<dt class="wp-caption-dt"><a href="http://blog.altmint.com/wp-content/uploads/2011/02/ruby1.jpg"><img class="size-medium wp-image-262 " title="RoR" src="http://blog.altmint.com/wp-content/uploads/2011/02/ruby1-300x297.jpg" alt="ror logo for php vs ror" width="223" height="151" /></a></dt>
<dd class="wp-caption-dd">RoR logo</dd>
</dl>
</div>
<p style="text-align: justify;">PHP and Ruby on Rails both have their very dedicated followers.  It really depends on what sort of development you would like to do. Having experience with both, anyone can say go with what you are more familiar with, and with what your developers are capable of.  It is much easier to find PHP programmers than Ruby/Rails developers.  Deployment and server configuration are easy with Php.</p>
<p style="text-align: justify;">Many argue that RoR performs better,  but then again Facebook and google uses PHP, so it can’t be that great. My preference lays in favour of PHP, because I prefer the C style syntax, although Ruby has many great advantages in its code (namely many shortcuts for iterations).</p>
<p style="text-align: justify;">It is difficult to compare both but we can conclude &#8220;While Ruby on Rails has some great features; the market has already declared the winner to be PHP.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/php-vs-ruby-on-rails/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Right Panel on Allaboutsite.com</title>
		<link>http://blog.altmint.com/right-panel-on-allaboutsite-com</link>
		<comments>http://blog.altmint.com/right-panel-on-allaboutsite-com#comments</comments>
		<pubDate>Tue, 01 Feb 2011 04:20:11 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[allaboutsite]]></category>
		<category><![CDATA[right panel]]></category>
		<category><![CDATA[Right panel on allaboutsite]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=252</guid>
		<description><![CDATA[The Right panel provides key numbers about your website&#8217;s online presence. In the right panel you can find RSS feeds ,the number of backlinks, indexed pages, its traffic rank, page rank, number of social bookmarks and a link to your websites archive.org page &#8230; all from a variety of sources. This is located in the <a href="http://blog.altmint.com/right-panel-on-allaboutsite-com">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">
<p>The Right panel provides key numbers about your website&#8217;s online presence.</p>
<div id="attachment_253" class="wp-caption alignright" style="width: 170px"><a href="http://blog.altmint.com/wp-content/uploads/2011/01/Allaboutsite.jpg"><img class="size-full wp-image-253" title="Allaboutsite" src="http://blog.altmint.com/wp-content/uploads/2011/01/Allaboutsite.jpg" alt="Right panel on allaboutsite" width="160" height="772" /></a><p class="wp-caption-text">Right panel on allaboutsite</p></div>
</div>
<div style="text-align: justify;">
<p>In  the right panel you can find RSS feeds ,the number of backlinks,  indexed pages, its traffic rank, page rank, number of social bookmarks  and a link to your websites archive.org page &#8230; all from a variety of  sources.</p>
</div>
<div style="text-align: justify;">
</div>
<div style="text-align: justify;">
<p>This  is located in the websites valuation report page. To get to a website&#8217;s  page on Allaboutsite.com, search for the domain name (like example.com)  at the top right or navigate to Allaboutsite.com/YourWebsite.com. If  you&#8217;d like to look at more current numbers, click the &#8220;refresh&#8221; button.</p>
</div>
<div style="text-align: justify;">
</div>
<div style="text-align: justify;">
<p>If you have any questions or suggestions for this new feature, please <a href="http://www.allaboutsite.com/contactus">Contact Us</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/right-panel-on-allaboutsite-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website History &#8211; Allaboutsite</title>
		<link>http://blog.altmint.com/website-history-allaboutsite</link>
		<comments>http://blog.altmint.com/website-history-allaboutsite#comments</comments>
		<pubDate>Mon, 31 Jan 2011 14:32:08 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[allaboutsite]]></category>
		<category><![CDATA[archive page]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[history page]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=249</guid>
		<description><![CDATA[The Internet Archive is a non-profit digital library with the stated mission: &#8220;universal access to all knowledge.&#8221; It offers permanent storage and access to collections of digitized materials, including websites, music, moving images, and books. The Internet Archive was founded by Brewster Kahle in 1996. Wayback Machine The Internet Archive has capitalized on the popular <a href="http://blog.altmint.com/website-history-allaboutsite">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">
<p><span style="font-size: small;">The <a href="http://www.archive.org/index.php"><strong>Internet Archive</strong></a> is a non-profit digital library with the stated mission: &#8220;universal  access to all knowledge.&#8221;  It offers permanent storage and access to  collections of digitized  materials, including websites, music, moving  images, and books. The  Internet Archive was founded by Brewster Kahle  in 1996. </span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;"> </span><span style="font-size: small;"> </span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;"><strong><span>Wayback Machine</span></strong></span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;"> The  Internet Archive has capitalized on the popular use of the term &#8220;WABAC  Machine&#8221; from a segment of the old Rocky and Bullwinkle  cartoon, and  uses the name &#8220;Wayback Machine&#8221; for its service that  allows archives of  the World Wide Web to be searched and accessed. This service allows  users to see archived versions of web pages  of the past, what the  Internet Archive calls a &#8220;three dimensional  index&#8221;. Millions of  websites and their associated data (images, source  code, documents,  etc.) are saved in a gigantic database. The service can  be used to see  what previous versions of websites used to look like, to  grab original  source code from websites that may no longer be directly  available, or  to visit websites that no longer even exist. Not all  websites are  available, however, because many website owners choose to  exclude their  sites.</span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;"> </span><span style="font-size: small;"> </span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;"><strong><span>Wayback Machine on <a href="http://www.allaboutsite.com/">Allaboutsite</a>:</span></strong></span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;">Now Allaboutsite is providing </span><span style="font-size: small;">history with link to waybackmachine.</span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;"> (<a href="http://web.archive.org/web/" target="extlink"><span style="color: #68778e;">http://web.archive.org/web/</span></a>*/<a href="http://siteurl.com/" target="extlink"><span style="color: #68778e;">http://siteurl.com</span></a>) </span></p>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: small;">This   link takes you to the archived version at the Wayback Machine. You can   see how a website looked in the past. This way back machine placed on   right panel of </span><span style="font-size: small;">the s</span><span style="font-size: small;">iteurl page<strong>.</strong></span></p>
</div>
<div style="text-align: justify;">
<p><span style="font-size: small;"> </span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/website-history-allaboutsite/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Payoneer and Its recent service problems in India</title>
		<link>http://blog.altmint.com/payoneer-and-its-recent-service-problems-in-india</link>
		<comments>http://blog.altmint.com/payoneer-and-its-recent-service-problems-in-india#comments</comments>
		<pubDate>Mon, 31 Jan 2011 13:47:15 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[payment services]]></category>
		<category><![CDATA[payoneer]]></category>
		<category><![CDATA[recent payment service problems in india]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=243</guid>
		<description><![CDATA[What is Payoneer Payoneer is an international service that allows employers to pay freelancers and telecommuters online. Though this payment option is quite similar to PayPal, Payoneer sends a MasterCard to the employee through which they can directly withdraw money via an ATM or swipe it at a store Recent problems with payoneer service In <a href="http://blog.altmint.com/payoneer-and-its-recent-service-problems-in-india">Continue Reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>What is Payoneer</strong></p>
<p style="text-align: justify;"><strong>Payoneer</strong> is an international service that allows employers to pay<a href="http://blog.altmint.com/wp-content/uploads/2011/01/Payoneerlogo.jpg"><img class="alignright size-full wp-image-244" title="Payoneerlogo" src="http://blog.altmint.com/wp-content/uploads/2011/01/Payoneerlogo.jpg" alt="" width="306" height="122" /></a> freelancers and telecommuters online. Though this payment option is quite similar to PayPal, Payoneer sends a MasterCard to the employee through which they can directly withdraw money via an ATM or swipe it at a store</p>
<p style="text-align: justify;"><strong>Recent problems with payoneer service In INDIA</strong></p>
<p style="text-align: justify;">RBI (Reserve Bank of India) instructed Payoneer to stop its services in India in next few hours and later the ATM service too. Payoneer said that it is a tempory hurdle.</p>
<p style="text-align: justify;">Here is the mail sent by Payoneer to its indian customers on Jan 7, 2011:</p>
<p style="text-align: justify;"><strong>Dear Valued Customer,</strong></p>
<p style="text-align: justify;">Due to instructions from the Indian local banking authorities, Payoneer Prepaid MasterCard cards will be blocked for local purchases (POS Purchase) made in India <strong>within the next few hours</strong>, and ATM transactions will probably be blocked soon after.</p>
<p style="text-align: justify;">Your Payoneer card continues to be functional anywhere other than India (including transactions made online on global websites), and <strong>all funds in your account are</strong> <strong>secure</strong>.</p>
<p style="text-align: justify;">Other payment companies have experienced similar restrictions in the past, and most have been temporary and have taken a few weeks to resolve the situation. Payoneer and MasterCard are working with local banking regulators to address the situation. Payoneer is also preparing alternative ways for you to continue to receive payouts, and expects you will be able to continue to receive your payments in the future. We apologize for the inconvenience and will keep you informed.</p>
<p style="text-align: justify;">We have opened a special mailbox for you to communicate with our Customer Support. Please feel free to contact us at <a href="mailto:IndiaSupport@payoneer.com">IndiaSupport@payoneer.com</a>.</p>
<p style="text-align: justify;">Sincerely,<br />
Payoneer Customer Support</p>
<p style="text-align: justify;">Interestingly I replied to this mail asked them to transfer more funds to transfer into my card so that I can use it in ATM’s Outside India.  I got this response from them</p>
<p style="text-align: justify;"><strong>Dear Valued Customer,</strong></p>
<p style="text-align: justify;">Thank you for contacting us.</p>
<p style="text-align: justify;">Following our previous message regarding service changes in India, Payoneer cards that were issued to India are currently disabled for both local transactions in India as well as global transactions.</p>
<p style="text-align: justify;">We are working towards a solution that will allow you alternative access to the funds on your account.In the meantime, if you need to access your funds quickly, please let us know and we will reverse your recent payout(s) to your paying partner.</p>
<p style="text-align: justify;">Please feel free to contact us if you have any additional questions.</p>
<p style="text-align: justify;">Sincerely,<br />
Payoneer Customer Support</p>
<p style="text-align: justify;">I got one more email from payoneer on Jan 27, 2011 that I can withdraw money to local bank via wire transfer service.</p>
<p style="text-align: justify;"><strong>Dear Valued Customer,</strong></p>
<p style="text-align: justify;">Payoneer is pleased to announce our new wire transfer service.</p>
<p style="text-align: justify;">Following our recent communication regarding card service changes in India, Indian users now have a convenient alternative for receiving 2CheckOut payments directly to their bank account.</p>
<p style="text-align: justify;">Please go to our secure registration page at Payoneer Wire Transfer Service and enter your bank details Please note that the transfer will be made in US Dollars. Transfers can be made to your local currency account or to a US Dollars account, if you own one. Once you register for the service you will receive the funds currently pending for you, as well as future payouts from 2CheckOut. Please allow up to a week for a transfer to arrive at your bank account.</p>
<p style="text-align: justify;">The first transfer will be made free of charge, courtesy of Payoneer. Future transfers will be made for an introductory fee of $5.00 (promotion valid through March 31, 2011).</p>
<p style="text-align: justify;">We hope this new service allows you to continue working with 2CheckOut smoothly. Our Customer Support staff continues to be available to you for support – please feel free to contact us at IndiaSupport@payoneer.com.</p>
<p style="text-align: justify;">Questions?</p>
<p style="text-align: justify;">Please contact us using our Payoneer Contact Form</p>
<p style="text-align: justify;">Thank you,</p>
<p style="text-align: justify;">Payoneer Customer Support</p>
<p style="text-align: justify;">To find out your bank’s BIC/SWIFT you can use the online BIC search at <a href="http://www.swift.com/bsl/index.faces" target="_blank">http://www.swift.com/bsl/index.faces</a>, or simply ask your bank (explain that you are expecting an international wire transfer).</p>
<p style="text-align: justify;">This is very disappointing for freelancers and telecommuters.  Let’s hope that it is a temporary block and Payoneer resumes the services back soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/payoneer-and-its-recent-service-problems-in-india/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

