<?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>I Learnt Today... &#187; Internet</title>
	<atom:link href="http://www.ilearnttoday.com/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ilearnttoday.com</link>
	<description>This is where I share what I learn day by day...</description>
	<lastBuildDate>Tue, 17 Jan 2012 12:44:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Simple JavaScript To Get English Language Definition From A Dictionary</title>
		<link>http://www.ilearnttoday.com/a-simple-javascript-to-get-english-language-definition-from-a-dictionary</link>
		<comments>http://www.ilearnttoday.com/a-simple-javascript-to-get-english-language-definition-from-a-dictionary#comments</comments>
		<pubDate>Tue, 19 May 2009 17:56:31 +0000</pubDate>
		<dc:creator>Menol</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Menol]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[javascript:(function(){varword=prompt(Enter Word:);if(word!=null){window.open(http://dictionary.reference.com/browse/+word);}})();]]></category>
		<category><![CDATA[Simple Dictionary]]></category>

		<guid isPermaLink="false">http://www.ilearnttoday.com/?p=414</guid>
		<description><![CDATA[2009-05-19 English is not my first language so I use online dictionaries frequently as a part of my daily routine<a href="http://www.ilearnttoday.com/a-simple-javascript-to-get-english-language-definition-from-a-dictionary" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #c0c0c0;">2009-05-19</span></p>
<p class="MsoNormal" style="text-align: justify;">English is not my first language so I use online dictionaries frequently as a part of my daily routine to clarify and learn unfamiliar words as I read through articles in the Internet.</p>
<p class="MsoNormal" style="text-align: justify;">I have been using www.ditionary.com for a long time and I had the plan to make this work easy by creating a small application to retrieve the definition with support of a web service. This morning suddenly a new idea hit me to use JavaScript to get the word in the first place and load the appropriate URL.</p>
<p class="MsoNormal" style="text-align: justify;"><strong> How Does This Work?</strong></p>
<p class="MsoNormal" style="text-align: justify;">When a user enters a word in the www.dictionary.com interface it redirects the user to the following dynamic URL.</p>
<p class="MsoNormal" style="text-align: justify;"><strong>http://dictionary.reference.com/browse/</strong><strong><em>Target-Word</em></strong></p>
<p class="MsoNormal" style="text-align: justify;"><em><strong>Target-Word</strong></em> is The word we are seeking the definition for</p>
<p class="MsoNormal" style="text-align: justify;">What this JavaScript does is it retrieves the desired word from the user via a prompt, generate the appropriate URL according to the above format and open the new URL in a new window or tab so the time taken (under normal circumstance) to, load the web site, type-in the word, wait till the site redirects you, is saved. Now time is only taken for a single server request/response.</p>
<p class="MsoNormal" style="text-align: justify;"><strong> How To Set This Up?</strong></p>
<p class="MsoNormal" style="text-align: justify;">It’s simple, just <span style="font-size: 10pt; font-family: Arial;">add a new favorite (for IE) or bookmark (for FireFox) in your browser and paste following code as the URL (for IE) or Location (for FireFox):</span></p>
<p class="MsoNormal" style="text-align: justify;"><strong><em><span style="font-size: 10pt; font-family: Verdana;">javascript:(function(){var%20word=prompt(%22Enter Word:%22);if(word!=null){window.open(%22http://dictionary.reference.com/browse/%22+word);}})();</span></em></strong></p>
<div id="attachment_529" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ilearnttoday.com/a-simple-javascript-to-get-english-language-definition-from-a-dictionary/addbookmark-fox" rel="attachment wp-att-529"><img class="size-medium wp-image-529" title="Add bookmark dialog box in firefox" src="http://www.ilearnttoday.com/wp-content/uploads/2009/05/AddBookmark-Fox-300x224.png" alt="Add bookmark dialog box in firefox" width="300" height="224" /></a><p class="wp-caption-text">Add bookmark dialog box in firefox</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;">Now, when you open the favorite/bookmark, it will ask you for the word you want to look for and open the definition in a new window/tab.</span></span></p>
<p>&nbsp;</p>
<div id="attachment_530" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ilearnttoday.com/wp-content/uploads/2009/05/dic-input.png"><img class="size-medium wp-image-530" title="Sample use of the script" src="http://www.ilearnttoday.com/wp-content/uploads/2009/05/dic-input-300x97.png" alt="Sample use of the script" width="300" height="97" /></a><p class="wp-caption-text">Sample use of the script</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;">It’s easier to use if you add the bookmark/favorite as a button into your bookmark/links toolbar</span></span></p>
<p class="MsoNormal">
<div id="attachment_531" class="wp-caption alignleft" style="width: 100px"><a href="http://www.ilearnttoday.com/wp-content/uploads/2009/05/Button.png"><img class="size-full wp-image-531" title="Bookmark button" src="http://www.ilearnttoday.com/wp-content/uploads/2009/05/Button.png" alt="Bookmark button" width="90" height="39" /></a><p class="wp-caption-text">Bookmark button</p></div>
<p class="MsoNormal"><span style="font-family: Arial; font-size: x-small;"><span style="font-family: Arial; font-size: 10pt;"><br />
</span></span></p>
<p style="text-align: justify;">
<p style="text-align: justify;">This small script helps me a lot daily so I hope this would help you too!</p>
<p style="text-align: justify;"><span style="color: #008000;">Was this post helpful to you? How can I improve? &#8211; </span><span style="color: #008000;">Your comment is highly appreciated!</span></p>
<p style="text-align: justify;"><span style="color: #c0c0c0;">Cassian Menol Razeek</span></p>
<p class="MsoNormal" style="text-align: justify;">
<input id="gwProxy" type="hidden" /><!--Session data--><br />
<input id="jsProxy" onclick="jsCall();" type="hidden" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilearnttoday.com/a-simple-javascript-to-get-english-language-definition-from-a-dictionary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six Advices to Succeed in Online Paid Surveys</title>
		<link>http://www.ilearnttoday.com/six-advices-to-succeed-in-online-paid-surveys</link>
		<comments>http://www.ilearnttoday.com/six-advices-to-succeed-in-online-paid-surveys#comments</comments>
		<pubDate>Sat, 14 Mar 2009 18:30:59 +0000</pubDate>
		<dc:creator>Menol</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Earn Online]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Menol]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Online Paid Surveys]]></category>
		<category><![CDATA[Surveys]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[affiliate marketing]]></category>
		<category><![CDATA[bank account]]></category>
		<category><![CDATA[be your own boss]]></category>
		<category><![CDATA[boost survey income]]></category>
		<category><![CDATA[cash]]></category>
		<category><![CDATA[coupon codes]]></category>
		<category><![CDATA[Don't Go After Fortunes]]></category>
		<category><![CDATA[don't lose your money]]></category>
		<category><![CDATA[earn]]></category>
		<category><![CDATA[earn by online surveys]]></category>
		<category><![CDATA[earn survey money]]></category>
		<category><![CDATA[earnings]]></category>
		<category><![CDATA[how to boost income]]></category>
		<category><![CDATA[how to earn money online]]></category>
		<category><![CDATA[how to Select Survey Sites]]></category>
		<category><![CDATA[Internet money]]></category>
		<category><![CDATA[lose money]]></category>
		<category><![CDATA[millions of people]]></category>
		<category><![CDATA[online surveys]]></category>
		<category><![CDATA[Paid]]></category>
		<category><![CDATA[paid surveys]]></category>
		<category><![CDATA[payment limitations]]></category>
		<category><![CDATA[payment options]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[secrets of online surveys]]></category>
		<category><![CDATA[Select Survey Sites]]></category>
		<category><![CDATA[Six Advices to Succeed in Online Paid Surveys]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[surveying]]></category>
		<category><![CDATA[well paid survey sites]]></category>
		<category><![CDATA[What Do I Get For Responding To Surveys]]></category>

		<guid isPermaLink="false">http://www.ilearnttoday.com/?p=372</guid>
		<description><![CDATA[2009-03-14 I have been working with many survey sites in the Internet and I have learnt a lot of lessons.<a href="http://www.ilearnttoday.com/six-advices-to-succeed-in-online-paid-surveys" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: silver;">2009-03-14</span></p>
<p style="text-align: justify;">I have been working with many survey sites in the Internet and I have learnt a lot of lessons. I learnt some of these when I was researching about online survey sites and most of these lessons are learnt by experience. So I thought to share my knowledge with the rest of the world hoping it would help someone out there.</p>
<p>So in this article, I will give a set of advices that I have learnt in the hard way&#8230;</p>
<p style="text-align: left;"><strong>Rule 1 &#8211; Don&#8217;t Select Survey Sites From Lists Rated By Other People</strong></p>
<p style="text-align: justify;">Many people in the Internet are involved in <strong>affiliate </strong>marketing. Many surveying sites pay bloggers when they refer a new person to their site. So don&#8217;t believe in those lists such as &#8220;Top 10 Most Paid Survey Sites&#8221;, &#8220;Top 5 Survey Companies&#8221;, etc. because the TOP site of those lists is the site that pays the blogger most! So my advice is not to believe in those ranked lists.</p>
<p style="text-align: left;"><strong>Rule 2 &#8211; Ask the site this question: &#8221; What Do I Get For Responding To Surveys? &#8220;</strong></p>
<p style="text-align: justify;">The answer depends on the site you are going to work with. Some sites pay money and some sites pay by other means such as coupon codes and sweepstakes entries while some sites are charity sites where you get non-paid public service surveys.</p>
<p style="text-align: left;"><strong>Rule 3 &#8211; Work </strong><strong>Only </strong><strong>For Cash</strong></p>
<p style="text-align: justify;">As I mentioned there are many sites which pays you in indirect methods such as coupon codes. My advice is never work on surveys unless they pay you by money because there is no way to measure the value of your work. They will give you a coupon code or sweepstakes entry at the end of your days work and you still have to go around the corner to get your own earnings. Since most of the times these are given as discounts, you have to spend more money and buy something to apply those discounts. In simple words, you only feel you earn but you never get your earnings into your hands.</p>
<p style="text-align: justify;">The worst problem is some coupon codes may not be useful for you at the moment and some discounts may not be available in your region. You have to take this very seriously if you are not living in the same country or region as the origin of the site where it is operational.</p>
<p style="text-align: left;"><strong>Rule 4 &#8211; Check Available Payment Methods</strong></p>
<p style="text-align: justify;">Your computer may simply get surveys through the site without any problems or delays but it doesn&#8217;t mean your payment gets to your bank account in the same speed. Go and check the payment options supported by the site. Some sites support various payment methods while some sites only have one or two methods.</p>
<p style="text-align: justify;">For most payment methods there are limitations across countries. This isn&#8217;t a problem if you are located in the same country where the site is operational but if you are living in a different region or a country you have to be more concerned about this matter.<br />
For an example, you may be able to create a Paypal account from your country but you may not be able to accept payments to that account because Paypal doesn&#8217;t support that service in your country. In such situations if your site does not have suitable options you may lose your money.</p>
<p style="text-align: left;"><strong>Rule 5 &#8211; Don&#8217;t Go After Fortunes</strong></p>
<p style="text-align: justify;">There&#8217;s no such thing as easy money! Remember this as you go on finding for survey sites because you will face sites that say they would pay bulks of money for each survey. My advice according to what I have learnt so far is don&#8217;t go for those sites because the more money they promise, the more chances for that site to be a scam. Unfortunately, many people around the world get into these scams everyday. The best thing is to find a site that pays a reasonable and especially practical price for your work.</p>
<p style="text-align: left;"><strong>Rule 6 &#8211; Work Hard! There&#8217;s No Boss To Push You Forward!</strong></p>
<p style="text-align: justify;">If you are working in a company then you have a boss looking at you to make sure you meet company expectations and to kick you off if you lose performance. In this case, you are your own boss. The good news is there&#8217;s no one to kick you off and you own everything you earn. The bad news is you have to take care of everything. Especially you have to keep your motivation up. It&#8217;s not easy to do something of your own without postponing. You must dedicate yourself to the work at least till you reach a solid level of ground to stand on.</p>
<p style="text-align: justify;">In this new office you don&#8217;t have office times. You have your freedom and at the same time you have all responsibilities on your shoulders. In simple words, It&#8217;s your baby go ahead and grow it!</p>
<p style="text-align: justify;"><strong>Don&#8217;t look for fortunes, Work hard and make your own fortune!</strong></p>
<p style="text-align: justify;"><span style="color: #008000;">Was this post helpful to you? How can I improve? &#8211; </span><span style="color: #008000;">Your comment is highly appreciated!</span></p>
<p style="text-align: justify;"><span style="color: #c0c0c0;">Cassian Menol Razeek</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ilearnttoday.com/six-advices-to-succeed-in-online-paid-surveys/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

