<?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>Nisi's work blog &#187; Other</title>
	<atom:link href="http://wiki.nisi.ro/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.nisi.ro</link>
	<description>Nisi's work blog - programing tips</description>
	<lastBuildDate>Mon, 21 Nov 2011 08:43:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Prevent Firefox to load css/js from cache</title>
		<link>http://wiki.nisi.ro/2011/03/prevent-firefox-to-load-cssjs-from-cache/</link>
		<comments>http://wiki.nisi.ro/2011/03/prevent-firefox-to-load-cssjs-from-cache/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 15:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=370</guid>
		<description><![CDATA[This days I was working on a webpage but to test in Firefox was a pain. Firefox store css and js in cache with the rest of the page. Reloading page with CRTL + F5 combination seems to reload from server the page but not the css/js files. After hours of frustration and complete cache [...]]]></description>
			<content:encoded><![CDATA[<p>This days I was working on a webpage but to test in Firefox was a pain. Firefox store css and js in cache with the rest of the page. Reloading page with CRTL + F5 combination seems to reload from server the page but not the css/js files. After hours of frustration and complete cache delete before every page test I did found 2 methods to prevent Firefox to cache.</p>
<p>First and the easy one is to enter in the about:config menu (if you do not know what I mean by about:config go to Firefox url box paste about:config and press &lt;enter&gt;. You will find there settings you will not find in the firefox menus).</p>
<p>From the about:config search  <code>network.http.use-cache</code> and set it to <strong><span style="color: #ff0000;">false</span></strong>. This will force Firefox to stop loading pages from cache (this will slow your firefox).</p>
<p>The second method to prevent caching (and this method is working for all browsers) is to load the js / css like this</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"> &lt;!&#8211; style loading &#8211;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css?&lt;?=rand(0, getrandmax()); ?&gt;&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;!&#8211; js loading &#8211;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;script src=&quot;xxx.js?&lt;?=rand(0, getrandmax()); ?&gt;&quot; type=&quot;text/javascript&quot;&gt;&lt;!&#8211;mce:0&#8211;&gt;&lt;/script&gt;&lt;/link&gt;</div>
</li>
</ol>
</div>
<p>The second method is availble just for developers</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2011/03/prevent-firefox-to-load-cssjs-from-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot: IPad 2.0 first images</title>
		<link>http://wiki.nisi.ro/2010/05/hot-ipad-2-0-first-images/</link>
		<comments>http://wiki.nisi.ro/2010/05/hot-ipad-2-0-first-images/#comments</comments>
		<pubDate>Thu, 13 May 2010 11:35:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=246</guid>
		<description><![CDATA[No comment. Is this the new version of the iPad 2.0?]]></description>
			<content:encoded><![CDATA[<p>No comment. Is this the new version of the iPad 2.0?</p>
<p><img class="alignnone" title="iPad 2.0 first pictures " src="http://img101.imageshack.us/img101/4384/applefail.jpg" alt="" width="610" height="412" /></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/05/hot-ipad-2-0-first-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preview your website in iPad</title>
		<link>http://wiki.nisi.ro/2010/04/preview-your-website-in-ipad/</link>
		<comments>http://wiki.nisi.ro/2010/04/preview-your-website-in-ipad/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 08:35:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Website's]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[online tool]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[website preview in iPad]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=232</guid>
		<description><![CDATA[iPad is out. Now a good question for webmasters and website developers came. How my website is rendered on iPad. You dont need to buy an iPad for this, there is a free service witch render your site like in iPad. Included iPad like keyboard, normal and lendscape view. (Click on the top iPad border [...]]]></description>
			<content:encoded><![CDATA[<p>iPad is out. Now a good question for webmasters and website developers came. How my website is rendered on iPad.</p>
<p>You dont need to buy an iPad for this, there is a free service witch render your site like in iPad.</p>
<div style="width: 210px; float: left;"><a href="http://img532.imageshack.us/i/ipadnisiwiki2.jpg/" target="_blank"><img src="http://img532.imageshack.us/img532/1420/ipadnisiwiki2.th.jpg" border="0" alt="" /></a></div>
<div style="width: 210px; float: left;"><a href="http://img339.imageshack.us/i/ipadnisiwiki.jpg/" target="_blank"><img src="http://img339.imageshack.us/img339/5283/ipadnisiwiki.th.jpg" border="0" alt="" /></a></div>
<div style="width: 210px; float: left;"><a href="http://img576.imageshack.us/i/ipadprew.jpg/" target="_blank"><img src="http://img576.imageshack.us/img576/4236/ipadprew.th.jpg" border="0" alt="" /></a></div>
<p>Included iPad like keyboard, normal and lendscape view. (Click on the top iPad border to rotate). Flash is not supported on real iPad. This will support so if you want the real iPad render you should disable flash on your browser.</p>
<p><a href="http://ipadpeek.com/" target="_blank">http://ipadpeek.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2010/04/preview-your-website-in-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sell / Buy quality adult traffic for adult and non-adult websites.</title>
		<link>http://wiki.nisi.ro/2009/12/sell-buy-quality-adult-traffic-for-adult-and-non-adult-websites/</link>
		<comments>http://wiki.nisi.ro/2009/12/sell-buy-quality-adult-traffic-for-adult-and-non-adult-websites/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:41:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[adult]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[porn]]></category>
		<category><![CDATA[traffic holder]]></category>
		<category><![CDATA[trafic]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=177</guid>
		<description><![CDATA[Adult websites are great money making machines. I am wrong? I think not. Think how many guys or girls search for porn every day? Now returning to title: Buy or sell quality adult traffic. You need someone who can find adult websites for you to sell your traffic or to websites who can sell you [...]]]></description>
			<content:encoded><![CDATA[<p>Adult websites are great money making machines. I am wrong? I think not. Think how many guys or girls search for porn every day?</p>
<p>Now returning to title: Buy or sell quality adult traffic. You need someone who can find adult websites for you to sell your traffic or to websites who can sell you some trafic.</p>
<p>One option is <a href="http://www.trafficholder.com/aff.php?nisi1t" target="_blank">Traffic Holder</a> witch renders internet marketing services for adult webmasters since 2006.</p>
<p>What <a href="http://www.trafficholder.com/aff.php?nisi1t" target="_blank">Traffic Holder</a> offer:</p>
<ul>
<li>Sell your trafic and earn money</li>
<li>Buy some traffic for your adult site</li>
<li>Earn some money throw affiliate account and earn 5% of every webmaster earning witch you refer</li>
</ul>
<p><a href="http://www.trafficholder.com/aff.php?nisi1t" target="_blank">Check Traffic Holder  now !!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/12/sell-buy-quality-adult-traffic-for-adult-and-non-adult-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter In Motion or optimise your Twitter account</title>
		<link>http://wiki.nisi.ro/2009/09/twitter-in-motion-or-optimise-your-twitter-account/</link>
		<comments>http://wiki.nisi.ro/2009/09/twitter-in-motion-or-optimise-your-twitter-account/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 06:47:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[marketingtools]]></category>
		<category><![CDATA[promotion]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=156</guid>
		<description><![CDATA[Master the ins and outs of Twitter! The most advanced Twitter marketing tutorial Twitter In Motion is a Twitter tutorial talking about Twitter promotion, Twitter tools, and Twitter marketing. It teaches you how to use Twitter with free Twitter tools. By combining SEO and your twitter account, in as little as one week, you can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://edge.affiliateshop.com/public/AIDLink?AID=105495&amp;BID=13304"><img class="alignnone" title="Twitter" src="http://img43.imageshack.us/img43/8591/twitterlogo5824449.gif" alt="" width="236" height="98" /></a></p>
<p><a href="http://edge.affiliateshop.com/public/AIDLink?AID=105495&amp;BID=13303" target="_blank">Master the ins and outs of Twitter! The most advanced Twitter marketing tutorial</a></p>
<p>Twitter In Motion is a Twitter tutorial talking about Twitter promotion, Twitter tools, and Twitter marketing. It teaches you how to use Twitter with free Twitter tools. By combining SEO and your twitter account, in as little as one week, you can have your twitter account listed in top 10 placements with major search engines.</p>
<p><a href="http://edge.affiliateshop.com/public/AIDLink?AID=105495&amp;BID=13304" target="_blank">Proven results! Sell your product! Increase your traffic! All by optimizing your twitter account</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/09/twitter-in-motion-or-optimise-your-twitter-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Affiliate network vs ads network</title>
		<link>http://wiki.nisi.ro/2009/06/affiliate-network-vs-ads-network/</link>
		<comments>http://wiki.nisi.ro/2009/06/affiliate-network-vs-ads-network/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:19:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[dolar]]></category>
		<category><![CDATA[euro]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[merchant]]></category>
		<category><![CDATA[monetize]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=118</guid>
		<description><![CDATA[For sometimes now I am experimenting with monetizing my blog. First I was start with google ads witch give me enough money to pay my host, domain and other expences and maybe to go on a date once a month. For 2 months I start experminting with affiliate networks. And for example I will give [...]]]></description>
			<content:encoded><![CDATA[<p>For sometimes now I am experimenting with monetizing my blog. First I was start with google ads witch give me enough money to pay my host, domain and other expences and maybe to go on a date once a month.</p>
<p>For 2 months I start experminting with affiliate networks. And for example I will give <a href="http://edge.affiliateshop.com/public/AIDLink?AID=103168&amp;BID=59">AffiliateShop</a>, becouse from all this network give me the best results.</p>
<p>Now what is with this affiliates and affiliates networks?</p>
<p>Classic ads like Adsense from Google give you money if someone click on some ads they give you to display on your website. Money from a click depend usualy by some factors and is something between 0.05 $ to 1$ ore more. But usualy if you have a averge of 0.20 dolars / click this mean that you perform great</p>
<p>Affiliate based ads work a little different. You get money if someone buy something starting from your site. Payment can be fixed or a percent (between 3% and 30%). This type of ads usualy perform better if you select your ads with your content in mind.</p>
<p>Affiliates networks are places where many ads providers gader and give you possibility to select the best products for your website to display.</p>
<p><a href="http://edge.affiliateshop.com/public/AIDLink?AID=103168&amp;BID=58" target="_blank"><img src="http://www.affiliateshop.com/gif/AFFILIATE-LOOP2A.gif" border="0" alt="Setup your own affiliate program and increase web traffic" /></a></p>
<p><a href="http://edge.affiliateshop.com/public/AIDLink?AID=103168&amp;BID=59">AffiliateShop</a>, give you posibility to register as a <span class="sub_sidecontent">Merchant or an affiliate.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/06/affiliate-network-vs-ads-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Money with eRepublik</title>
		<link>http://wiki.nisi.ro/2009/05/make-money-with-erepublik/</link>
		<comments>http://wiki.nisi.ro/2009/05/make-money-with-erepublik/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:42:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=97</guid>
		<description><![CDATA[As you know eRepublic is a social network around a game. (a strategy game where you have to be citizen of one of the world country and have a job, makey make a company or a newspaper or why not be a leader subscribe to a party or make one and be voted to congres [...]]]></description>
			<content:encoded><![CDATA[<p>As you know eRepublic is a social network around a game. (a strategy game where you have to be citizen of one of the world country and have a job, makey make a company or a newspaper or why not be a leader subscribe to a party or make one and be voted to congres or as president).</p>
<p>Back to money part, eRepublic is first socia network (as far as I know) that pay you to add suscribers to the game. They dont have to buy anything just to make a free account and for each one you get an US dolar.</p>
<p><strong>What you have to do:</strong></p>
<ol>
<li>Suscribe for a free account (click on the banner bellow)
<p><a href="http://edge.affiliateshop.com/public/AIDLink?AID=102460&amp;BID=12866" target="_blank"><img src="http://www.erepublik.com/images/affiliateshop_banners/city%20rising%20sun%20300x250.jpg" border="0" alt="Join eRepublik.com and become an eCitizen" /></a></li>
<li>Inside your eRepublic account look for the affiliate link.</li>
</ol>
<p>You get payed on your Paypal account.</p>
<p>If you dont have a Paypal account make one now : <a href="https://www.paypal.com/ro/mrb/pal=JATA6S48ZU7DY" target="_blank">Make a Paypal Account</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/05/make-money-with-erepublik/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to end gdi account</title>
		<link>http://wiki.nisi.ro/2009/05/how-to-end-gdi-account/</link>
		<comments>http://wiki.nisi.ro/2009/05/how-to-end-gdi-account/#comments</comments>
		<pubDate>Sat, 16 May 2009 06:52:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[cancel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[gdi]]></category>
		<category><![CDATA[member]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=92</guid>
		<description><![CDATA[In your member pages from your GDI account you will not find any button to cancel your account (becouse they say &#8220;security reasons&#8221;) Only way to cancel your account is to call GDI (you will find the phone number on FAQ page) and ask them to cancel your account (some girl there will try to [...]]]></description>
			<content:encoded><![CDATA[<p>In your member pages from your GDI account you will not find any button to cancel your account (becouse they say &#8220;security reasons&#8221;)</p>
<p>Only way to cancel your account is to call GDI (you will find the phone number on FAQ page) and ask them to cancel your account (some girl there will try to convince you to stay a month more, tell her that you cancel it from some personal reasons and dont want to discuss this on phone with strangers)</p>
<p>There is another way to cancel it. Send an email to GDI support (on support page you have a form for sending email to them). In the email tell them that you dont have posibility to call them (tell a reason) but you want to cancel your account. They will send you an email where will ask you for Security Question 1 and Security Question 2, if you send a replay to that email with correct answers in 1 to 2 days your account will be canceled.</p>
<p>Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/05/how-to-end-gdi-account/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gomez Peer</title>
		<link>http://wiki.nisi.ro/2009/04/gomez-peer/</link>
		<comments>http://wiki.nisi.ro/2009/04/gomez-peer/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 15:04:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[dolar]]></category>
		<category><![CDATA[earn]]></category>
		<category><![CDATA[gomez]]></category>
		<category><![CDATA[idle]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[peer]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=64</guid>
		<description><![CDATA[Do you know the BOINC project to use users computers for very complex processing data?  SETI @ home is the best known project that runs on this platform. Now what you think if you can earn some money runing this kind of tools on your computer when you are idle? Gomez PEER is this kind [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know the BOINC project to use users computers for very complex processing data?  SETI @ home is the best known project that runs on this platform.</p>
<table border="0">
<tbody>
<tr>
<td><a href="https://www.gomezpeerzone.com/Apply.aspx?Referrer=nisi1t"><img style="border: 0px;" src="http://www.gomezpeerzone.com/public/120x240piggybank.gif" border="0" alt="" /> </a></td>
<td>Now what you think if you can earn some money runing this kind of tools on your computer when you are idle? Gomez PEER is this kind of network witch give you money for using your computer when you are idle. With Gomez you can earn money reffering other users too.You will be paid as long as you have accumulated at least $5 in your account. Payements are made throw PayPal. For a <a href="https://www.paypal.com/ro/mrb/pal=JATA6S48ZU7DY" target="_blank">PayPal account click here</a>.</p>
<table border="0" cellspacing="0" cellpadding="0" width="290" align="center">
<tbody>
<tr>
<td>Online Time Payments (per day)</td>
<td><span id="lblDollarsPerAvailabilityDay">$0.10</span></td>
</tr>
<tr>
<td>Processing Time Payments (per min.)</td>
<td><span id="lblDollarsPerProcessingMinute">$0.0005</span></td>
</tr>
<tr>
<td>Referral Bonus (per Active Referral)</td>
<td><span id="lblDollarsPerReferral">$1.00</span></td>
</tr>
<tr>
<td>Min. Monthly Payment</td>
<td><span id="lblMonthlyMinimumPayment">$5.00</span></td>
</tr>
<tr>
<td>Max. Earnings per month</td>
<td><span id="lblMonthlyMaximumPayment">$45.00</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p><a href="http://blog.kingj.net/2008/05/10/ptc-ptr/paid-to-click-easy-online-money/"><span style="color: #000000;">http://blog.kingj.net/2008/05/10/ptc-ptr/paid-to-click-easy-online-money/</span></a></p>
<p><a href="http://collegestudentsarepoor.com/2008/12/make-even-more-money-as-you-sleep/"><span style="color: #000000;">http://collegestudentsarepoor.com/2008/12/make-even-more-money-as-you-sleep/</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/04/gomez-peer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Search Engine submision</title>
		<link>http://wiki.nisi.ro/2009/04/free-search-engine-submision/</link>
		<comments>http://wiki.nisi.ro/2009/04/free-search-engine-submision/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 05:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[submision]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=55</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><script src="http://www.freewebsubmission.com/cgi-bin/js-form.cgi" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.nisi.ro/2009/04/free-search-engine-submision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

