<?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"
	>

<channel>
	<title>Bloggeraz &#187; Tips and Trick</title>
	<atom:link href="http://www.bloggeraz.com/category/internet/tips-and-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggeraz.com</link>
	<description>Online Blogging Community</description>
	<pubDate>Sat, 11 Oct 2008 04:55:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>How to Hide Affiliate Link</title>
		<link>http://www.bloggeraz.com/how-to-hide-affiliate-link/</link>
		<comments>http://www.bloggeraz.com/how-to-hide-affiliate-link/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 19:34:40 +0000</pubDate>
		<dc:creator>NoNo</dc:creator>
		
		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[Affiliate]]></category>

		<category><![CDATA[affiliate link]]></category>

		<category><![CDATA[affiliate marketing]]></category>

		<category><![CDATA[Business]]></category>

		<category><![CDATA[cloak]]></category>

		<category><![CDATA[cloaker]]></category>

		<category><![CDATA[frame code]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[money]]></category>

		<category><![CDATA[online]]></category>

		<category><![CDATA[redirection]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=616</guid>
		<description><![CDATA[Hide affiliate links helps you to make more sales in your affiliate program. Why you need to hide your affiliate links ? If your link looks like an affiliate link such as www.youraffiliateproductpage/ref=123456, some your visitors may not click on your link or they only use straight link to the main URL of the link. [...]]]></description>
			<content:encoded><![CDATA[<p>Hide affiliate links helps you to make more sales in your affiliate program. Why you need to hide your affiliate links ? If your link looks like an affiliate link such as www.youraffiliateproductpage/ref=123456, some your visitors may not click on your link or they only use straight link to the main URL of the link. Here some tips how to cloak or hide your affiliate link:</p>
<p><strong>Hide affiliate links using php script to make redirection</strong></p>
<p><strong>Method 1</strong></p>
<blockquote><p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Please wait! Loading &#8230;&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;1;URL=http://YourAffiliateLinkHere.com<br />
&lt;script&gt;<br />
url=&#8217;http://YourAffiliateLinkHere.com;<br />
if(document.images) { top.location.replace(url); }<br />
else { top.location.href=url; }<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;Please wait! Loading &#8230;..<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>
<p>You can change 1 with 2 or 3 that mean how long (in second) your page make redirection to your affiliate site after your page load.</p>
<p><strong>Method 2</strong></p>
<blockquote><p>&lt;?php header(&#8221;location: http:// www .YourAffiliateLinkHere&#8221;); ?&gt;</p></blockquote>
<p>Create one php file with this code and rename it anything you like for example cheapjewelry.php and upload it to your root folder into your site using ftp software. So your affiliate link like this:<br />
http://YourWebsite.com/cheapjewelry.php</p>
<p><strong>Hide affiliate links using a zero-frame code</strong></p>
<blockquote><p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&gt;<br />
&lt;title&gt;YourAffiliateTitle&lt;/title&gt;<br />
&lt;META name=&#8221;robots&#8221; content=&#8221;noindex,nofollow&#8221;&gt;<br />
&lt;/head&gt;&lt;frameset rows=&#8221;100%,*&#8221; border=&#8221;0&#8243;&gt;<br />
&lt;frame src=&#8221;http:// www .YourAffiliateLinkHere&#8221; frameborder=&#8221;0&#8243; /&gt;<br />
&lt;frame frameborder=&#8221;0&#8243; noresize /&gt;<br />
&lt;/frameset&gt; document.removeEventListener(&#8217;click, clickHandler, true);<br />
&lt;/html&gt;</p></blockquote>
<p><strong>Hide affiliate links using htaccess</strong></p>
<p>This technique easy to do just adding this code into your htaccess file.</p>
<blockquote><p>redirect 301 /YourAffiliateName http://YourAffiliateLink</p></blockquote>
<p>For example add this code to your htaccess file:</p>
<blockquote><p>redirect 301 /seobook http://www.seobook.com/1528.html</p></blockquote>
<p>Your affiliate in your website look like this:</p>
<blockquote><p>http://MyWebsiteName/seobook</p></blockquote>
<p><strong>Hide affiliate links using javascript</strong><br />
The code sends the browser into your affiliate website.</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;window.location=&#8221;http:// www .YourAffiliateLinkHere&#8221;;&lt;/script&gt;</p></blockquote>
<p><strong>Hide affiliate link using html</strong></p>
<blockquote><p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;YourAffiliateProductName&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;url=http://YourAffiliateLinkHere&#8221;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;p&gt;<br />
Redirecting, please wait or click here:&lt;br /&gt;<br />
&lt;a href=&#8221;http://YourAffiliateLinkHere&#8221;&gt;YourAffiliateProductName&lt;/a&gt;<br />
&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>
<p><strong>Affiliate link generator freeware</strong></p>
<ul>
<li> <a href="http://www.topshareware.com/Profit-Protector-transfer-6975.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.topshareware.com/Profit-Protector-transfer-6975.htm');">Profit Protector transfer</a> - Protect your affiliate links with javascript encapsulation</li>
</ul>
<p><strong>Third party affiliate link cloaker services/Short URL Redirection Services</strong></p>
<ul>
<li> <a href="http://tinyurl.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tinyurl.com');">tinyurl.com</a></li>
<li><a href="http://moveto.ws" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://moveto.ws');">moveto.ws</a></li>
<li><a href="http://metamark.net" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://metamark.net');">metamark.net</a></li>
<li><a href="http://notlong.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://notlong.com');">notlong.com</a></li>
<li><a href="http://d95.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://d95.com');">d95.com</a></li>
<li><a href="http://doiop.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://doiop.com');">doiop.com</a></li>
<li><a href="http://www.urlpire.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.urlpire.com');">urlpire.com</a></li>
<li><a href="http://sturly.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://sturly.com');">sturly.com</a></li>
<li><a href="http://elfurl.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://elfurl.com');">elfurl.com</a></li>
</ul>
<p><strong> Affiliate Link Cloaker Tool Online</strong></p>
<ul>
<li> <a href="http://www.addme.com/linkcloaker.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.addme.com/linkcloaker.htm');">addme.com</a></li>
<li><a href="http://www.clickfire.com/tools/link_cloaker/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.clickfire.com/tools/link_cloaker/');">clickfire.com</a></li>
<li><a href="http://www.glhsoftware.com/webtools/cloaker.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.glhsoftware.com/webtools/cloaker.htm');">glhsoftware.com</a></li>
<li><a href="http://www.topshareware.com/Profit-Protector-transfer-6975.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.topshareware.com/Profit-Protector-transfer-6975.htm');">topshareware.com</a></li>
<li><a href="http://www.thatswise.com/free/tools/cloak_link.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.thatswise.com/free/tools/cloak_link.html');">thatswise.com</a></li>
</ul>
<p><strong>Hide affiliate links using Wordpress affiliate plugin</strong></p>
<ul>
<li><a href="http://www.bloggeraz.com/recommended/wpaffpro.php" >wp affiliate pro</a> - Instantly Identify, Manage &amp; Track Your Highest Performing Affiliate Links</li>
<li><a href="http://www.seoadventures.com/wp-affiliate" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.seoadventures.com/wp-affiliate');">seoadventures wp affiliate</a> - Easy affiliate link masking and more</li>
<li><a href="http://www.bloggeraz.com/recommended/wpaffelite.php" >wp affiliate elite</a> - A Powerful WordPress Plug-in that Allows You to Convert Any Keyword in Your Blog to an Affiliate Link with Only a Single Mouse Click!</li>
</ul>
<p><strong>Affiliate Marketing Guides RECOMMEND:</strong></p>
<ul>
<li> <a href="http://www.bloggeraz.com/recommended/comblue.php" >Commision blueprint</a> - Affiliate Strategy Manipulates Google To Generate $109,151 In 30 Days.</li>
<li><a href="http://www.bloggeraz.com/recommended/affiliateclass.php" >Affiliate classroom</a> - Take your affiliate marketing business to the next level</li>
<li><a href="http://www.bloggeraz.com/recommended/ebooksoftware.php" >Ebook compiler</a> - Create Your Own E-Books Today! Free Trial Download</li>
<li><a href="http://www.bloggeraz.com/recommended/superaffiliatehandbook.php" >superaffiliatehandbook</a> - Read the amazing true story of how one woman, with no previous business experience make money online</li>
</ul>

	Tags: <a href="http://www.bloggeraz.com/tag/affiliate/" title="Affiliate" rel="tag">Affiliate</a>, <a href="http://www.bloggeraz.com/tag/affiliate-link/" title="affiliate link" rel="tag">affiliate link</a>, <a href="http://www.bloggeraz.com/tag/affiliate-marketing/" title="affiliate marketing" rel="tag">affiliate marketing</a>, <a href="http://www.bloggeraz.com/tag/business/" title="Business" rel="tag">Business</a>, <a href="http://www.bloggeraz.com/tag/cloak/" title="cloak" rel="tag">cloak</a>, <a href="http://www.bloggeraz.com/tag/cloaker/" title="cloaker" rel="tag">cloaker</a>, <a href="http://www.bloggeraz.com/tag/frame-code/" title="frame code" rel="tag">frame code</a>, <a href="http://www.bloggeraz.com/tag/javascript/" title="javascript" rel="tag">javascript</a>, <a href="http://www.bloggeraz.com/tag/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://www.bloggeraz.com/tag/money/" title="money" rel="tag">money</a>, <a href="http://www.bloggeraz.com/tag/online/" title="online" rel="tag">online</a>, <a href="http://www.bloggeraz.com/tag/redirection/" title="redirection" rel="tag">redirection</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/using-rss-for-blog/" title="Using RSS for blog (April 14, 2008)">Using RSS for blog</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/social-networking-and-traffic-with-yahoo-answer/" title="Social Networking and Traffic with Yahoo Answer (June 17, 2008)">Social Networking and Traffic with Yahoo Answer</a> (1)</li>
	<li><a href="http://www.bloggeraz.com/best-designed-websites-for-marketing/" title="Best Designed Websites For Marketing (June 16, 2008)">Best Designed Websites For Marketing</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/activity-of-an-affiliate-marketing/" title="Activity Of An Affiliate marketing (April 14, 2008)">Activity Of An Affiliate marketing</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/make-money-with-yahoo-answer/" title="Make Money With Yahoo Answer (June 18, 2008)">Make Money With Yahoo Answer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/how-to-hide-affiliate-link/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to block Certain Websites on my computer</title>
		<link>http://www.bloggeraz.com/how-to-block-certain-websites-on-my-computer/</link>
		<comments>http://www.bloggeraz.com/how-to-block-certain-websites-on-my-computer/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 22:03:39 +0000</pubDate>
		<dc:creator>Mimi</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[computer]]></category>

		<category><![CDATA[host name]]></category>

		<category><![CDATA[how to block certain websites]]></category>

		<category><![CDATA[IP-addresses]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[Myspace]]></category>

		<category><![CDATA[notepad]]></category>

		<category><![CDATA[program]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[windows system32]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=606</guid>
		<description><![CDATA[To protect your kids spending time a much time on their favourite websites or want to block not suitable for a child’s eyes or dont want someone uses your computer from visiting websites, here are free tips and trick you can uses without buying any software.
1) Click the Start button menu and select Run. Type:
c:\WINDOWS\system32\drivers\etc\hosts
2) [...]]]></description>
			<content:encoded><![CDATA[<p>To protect your kids spending time a much time on their favourite websites or want to block not suitable for a child’s eyes or dont want someone uses your computer from visiting websites, here are free tips and trick you can uses without buying any software.</p>
<p>1) Click the Start button menu and select Run. Type:</p>
<blockquote><p>c:\WINDOWS\system32\drivers\etc\hosts</p></blockquote>
<p>2) You will see a new window option and ask you to choose the program you want to use to open this file.</p>
<p>3) Select notepad option to open file and you can see some information like this:</p>
<blockquote><p># Copyright (c) 1993-2006 Microsoft Corp.<br />
#<br />
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.<br />
#<br />
# This file contains the mappings of IP addresses to host names. Each<br />
# entry should be kept on an individual line. The IP address should<br />
# be placed in the first column followed by the corresponding host name.<br />
# The IP address and the host name should be separated by at least one<br />
# space.<br />
#<br />
# Additionally, comments (such as these) may be inserted on individual<br />
# lines or following the machine name denoted by a &#8216;#&#8217; symbol.<br />
#<br />
# For example:<br />
#<br />
#      101.51.14.17     test.bloggeraz.com          # source server<br />
#      118.11.61.11     x.bloggeraz.com              # x client host</p>
<p>127.0.0.1       localhost<br />
::1             localhost</p></blockquote>
<p>4) Goto the last line of the file and enter url you want to block. For example if you want to block youtube site or myspace site, just enter like below:</p>
<blockquote><p>127.0.0.1 youtube.com<br />
127.0.0.1 myspace.com</p></blockquote>
<p>5) Save the file and exit. Done !</p>
<p>If you want to remove the link and want to access this websites again, open the same file and delete the link you enter before.</p>

	Tags: <a href="http://www.bloggeraz.com/tag/computer/" title="computer" rel="tag">computer</a>, <a href="http://www.bloggeraz.com/tag/host-name/" title="host name" rel="tag">host name</a>, <a href="http://www.bloggeraz.com/tag/how-to-block-certain-websites/" title="how to block certain websites" rel="tag">how to block certain websites</a>, <a href="http://www.bloggeraz.com/tag/ip-addresses/" title="IP-addresses" rel="tag">IP-addresses</a>, <a href="http://www.bloggeraz.com/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.bloggeraz.com/tag/myspace/" title="Myspace" rel="tag">Myspace</a>, <a href="http://www.bloggeraz.com/tag/notepad/" title="notepad" rel="tag">notepad</a>, <a href="http://www.bloggeraz.com/tag/program/" title="program" rel="tag">program</a>, <a href="http://www.bloggeraz.com/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.bloggeraz.com/tag/windows-system32/" title="windows system32" rel="tag">windows system32</a>, <a href="http://www.bloggeraz.com/tag/youtube/" title="youtube" rel="tag">youtube</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/social-networking-and-traffic-with-yahoo-answer/" title="Social Networking and Traffic with Yahoo Answer (June 17, 2008)">Social Networking and Traffic with Yahoo Answer</a> (1)</li>
	<li><a href="http://www.bloggeraz.com/thinkpad-x300/" title="ThinkPad X300 (June 24, 2008)">ThinkPad X300</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/watch-online-video-tube/" title="Watch Online video tube (May 4, 2008)">Watch Online video tube</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/notepad-time-and-date-trick/" title="Notepad time and date trick (December 16, 2007)">Notepad time and date trick</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/easy-tutorial-about-video-marketing/" title="Easy tutorial about video marketing (January 29, 2008)">Easy tutorial about video marketing</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/how-to-block-certain-websites-on-my-computer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create auto summarize shortcut</title>
		<link>http://www.bloggeraz.com/how-to-create-auto-summarize-shortcut/</link>
		<comments>http://www.bloggeraz.com/how-to-create-auto-summarize-shortcut/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 20:43:03 +0000</pubDate>
		<dc:creator>NoNo</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[add button]]></category>

		<category><![CDATA[AutoSummarize]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[microsoft office 2007]]></category>

		<category><![CDATA[ribbon]]></category>

		<category><![CDATA[Shortcut]]></category>

		<category><![CDATA[summary option]]></category>

		<category><![CDATA[toolbar]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=600</guid>
		<description><![CDATA[AutoSummarize identifies the key points in a document. AutoSummarize works best on well structured documents such as articles, reports and scientific papers. For microsoft office 2007, auto summarize option is still available but it hidden and must be enable before using it. Here how to make shortcut auto summarize for easy to use:
1. Click the [...]]]></description>
			<content:encoded><![CDATA[<p>AutoSummarize identifies the key points in a document. AutoSummarize works best on well structured documents such as articles, reports and scientific papers. For <a href="http://office.microsoft.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://office.microsoft.com/');">microsoft office 2007</a>, auto summarize option is still available but it hidden and must be enable before using it. Here how to make shortcut auto summarize for easy to use:</p>
<p>1. Click the <strong>Office button</strong> at the top left corner and click <strong>Word Options</strong>.</p>
<p><img class="alignnone size-full wp-image-601" title="autosummarize1" src="/wp-content/uploads/2008/09/autosummarize1.jpg" alt="" width="427" height="472" /></p>
<p>2. Click <strong>Customize</strong> at the left hand side and select Commands <strong>Not In the Ribbon</strong> from drop-down menu.<br />
<img class="alignnone size-full wp-image-603" title="autosummarize21" src="/wp-content/uploads/2008/09/autosummarize21.jpg" alt="" width="448" height="306" /></p>
<p>3. scroll down and select <strong>Auto Summary Tools</strong>.<br />
4. Click the <strong>Add button</strong> to copied at the right hand side.<br />
5. Click OK.</p>
<p><img class="alignnone size-full wp-image-604" title="autosummarize3" src="/wp-content/uploads/2008/09/autosummarize3.jpg" alt="" width="435" height="142" /></p>
<p>Now you can see this shortcut at the top menu in <strong>Quick Access toolbar</strong> option. Choose Auto Summarize button and select four summary types you want to create and length of Summary by using the Percent of original content or how long you want the summary by word or sentences. After choose the summary option click ok.</p>

	Tags: <a href="http://www.bloggeraz.com/tag/add-button/" title="add button" rel="tag">add button</a>, <a href="http://www.bloggeraz.com/tag/autosummarize/" title="AutoSummarize" rel="tag">AutoSummarize</a>, <a href="http://www.bloggeraz.com/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.bloggeraz.com/tag/microsoft-office-2007/" title="microsoft office 2007" rel="tag">microsoft office 2007</a>, <a href="http://www.bloggeraz.com/tag/ribbon/" title="ribbon" rel="tag">ribbon</a>, <a href="http://www.bloggeraz.com/tag/shortcut/" title="Shortcut" rel="tag">Shortcut</a>, <a href="http://www.bloggeraz.com/tag/summary-option/" title="summary option" rel="tag">summary option</a>, <a href="http://www.bloggeraz.com/tag/toolbar/" title="toolbar" rel="tag">toolbar</a>, <a href="http://www.bloggeraz.com/tag/tools/" title="Tools" rel="tag">Tools</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/what-are-keywords/" title="What Are Keywords (April 9, 2008)">What Are Keywords</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/keyword-phrase/" title="Keyword Phrase (April 9, 2008)">Keyword Phrase</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/google-suggest/" title="Google Suggest (October 8, 2008)">Google Suggest</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/most-popular-keyboard-shortcuts/" title="Most Popular Keyboard Shortcuts (July 30, 2008)">Most Popular Keyboard Shortcuts</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/find-more-device-driver/" title="Find More Device Driver (July 15, 2008)">Find More Device Driver</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/how-to-create-auto-summarize-shortcut/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make Fullscreen with VLC Media Player</title>
		<link>http://www.bloggeraz.com/make-fullscreen-with-vlc-media-player/</link>
		<comments>http://www.bloggeraz.com/make-fullscreen-with-vlc-media-player/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 05:52:41 +0000</pubDate>
		<dc:creator>raymond</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[fullscreen]]></category>

		<category><![CDATA[Media]]></category>

		<category><![CDATA[movie]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[video button]]></category>

		<category><![CDATA[video settings]]></category>

		<category><![CDATA[vlc media player]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=593</guid>
		<description><![CDATA[VLC media player is a highly portable multimedia player for various audio and video formats MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg,etc as well as DVDs, VCDs, and various streaming protocols. It can aswell be acclimated as a server to beck in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. If you use [...]]]></description>
			<content:encoded><![CDATA[<p>VLC media player is a highly portable multimedia player for various audio and video formats MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg,etc as well as DVDs, VCDs, and various streaming protocols. It can aswell be acclimated as a server to beck in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. If you use the <a href="http://www.videolan.org/vlc/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.videolan.org/vlc/');">VLC media player</a> to watch your videos, you apparently watch them in fullscreen mode. Instead of consistently accepting to change the affectation approach everytime you barrage a new video to watch, change the default to fullscreen and start watching your movie.</p>
<p><img class="alignnone size-full wp-image-594" title="vlc_fullscreen" src="/wp-content/uploads/2008/09/vlc_fullscreen.png" alt="" width="381" height="274" /></p>
<ol>
<li>Open your VLC Media Player.</li>
<li>Click menu, click Tools and select Preferences option.</li>
<li>When you click Preferences menu, click the Video button to show up the General Video Settings option.</li>
<li>select the Fullscreen checkbox.</li>
<li>Click the Save button and enjoy using it.</li>
</ol>

	Tags: <a href="http://www.bloggeraz.com/tag/fullscreen/" title="fullscreen" rel="tag">fullscreen</a>, <a href="http://www.bloggeraz.com/tag/media/" title="Media" rel="tag">Media</a>, <a href="http://www.bloggeraz.com/tag/movie/" title="movie" rel="tag">movie</a>, <a href="http://www.bloggeraz.com/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.bloggeraz.com/tag/video-button/" title="video button" rel="tag">video button</a>, <a href="http://www.bloggeraz.com/tag/video-settings/" title="video settings" rel="tag">video settings</a>, <a href="http://www.bloggeraz.com/tag/vlc-media-player/" title="vlc media player" rel="tag">vlc media player</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/amazing-tools-for-blogger/" title="Amazing tools for blogger (June 29, 2008)">Amazing tools for blogger</a> (1)</li>
	<li><a href="http://www.bloggeraz.com/tools-to-make-a-video/" title="Tools to Make a Video (August 5, 2008)">Tools to Make a Video</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/rip-dvd-movie-on-mac-os-x/" title="Rip DVD and edit DVD Movie on Mac OS X(including leopard) (July 8, 2008)">Rip DVD and edit DVD Movie on Mac OS X(including leopard)</a> (1)</li>
	<li><a href="http://www.bloggeraz.com/how-to-search-unlimited-mediafire-files/" title="How to Search Unlimited MediaFire Files (September 15, 2008)">How to Search Unlimited MediaFire Files</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/how-to-convert-youtube-video/" title="How To Convert Youtube Video (July 3, 2008)">How To Convert Youtube Video</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/make-fullscreen-with-vlc-media-player/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to convert DVD video to iPhone 3G</title>
		<link>http://www.bloggeraz.com/how-to-convert-dvd-video-to-iphone-3g/</link>
		<comments>http://www.bloggeraz.com/how-to-convert-dvd-video-to-iphone-3g/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 05:31:06 +0000</pubDate>
		<dc:creator>treese</dc:creator>
		
		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Phones]]></category>

		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[AIFF]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[audio]]></category>

		<category><![CDATA[AVI Video]]></category>

		<category><![CDATA[clone]]></category>

		<category><![CDATA[converter]]></category>

		<category><![CDATA[DVD]]></category>

		<category><![CDATA[DVD to iPhone]]></category>

		<category><![CDATA[DVD to iPhone 3G]]></category>

		<category><![CDATA[iPhone 2.0]]></category>

		<category><![CDATA[iPhone 3G]]></category>

		<category><![CDATA[iPhone video]]></category>

		<category><![CDATA[movie]]></category>

		<category><![CDATA[mp4]]></category>

		<category><![CDATA[MPEG]]></category>

		<category><![CDATA[output]]></category>

		<category><![CDATA[stereo audio]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[video formats]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=531</guid>
		<description><![CDATA[Most humans who own an iPhone 3G apperceive they can watch videos but they may not apperceive how to exactly. So the afterward tutorial is committed to allowance you apprentice how to watch DVD movies and videos of assorted sources on your cast new iPhone 3G. First, let’s yield a attending at the video/audio formats [...]]]></description>
			<content:encoded><![CDATA[<p>Most humans who own an iPhone 3G apperceive they can watch videos but they may not apperceive how to exactly. So the afterward tutorial is committed to allowance you apprentice how to watch DVD movies and videos of assorted sources on your cast new iPhone 3G. First, let’s yield a attending at the video/audio formats iPhone 3G supports:</p>
<p><strong>Video formats supported:</strong></p>
<p>H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per second, Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Baseline Profile up to Level 3.0 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats<br />
<strong></strong></p>
<p><strong>Audio formats supported:</strong></p>
<p>AAC, Protected AAC, MP3, MP3 VBR, Audible (formats 2, 3, and 4), Apple Lossless, AIFF, and WAV. So, in order to enjoy DVD’s and videos on iPhone 3G, you just charge to rip the DVD movies and catechumen the video files to video/audio formats iPhone 3G accepts, and again alteration the achievement video/audio files to your iPhone 3G with the accompany of iTunes Library. The tool you will need is <a href="http://www.clone2go.com/products/dvdtoiphone.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.clone2go.com/products/dvdtoiphone.php');">Clone2go DVD to iPhone Converter</a>. And below is its step by step user guide:</p>
<p><strong>1. Add DVD movies or video files</strong></p>
<p><img class="alignnone size-full wp-image-589" title="dvdtoiphone" src="/wp-content/uploads/2008/09/dvdtoiphone.jpg" alt="" width="500" height="342" /></p>
<p>Click the Open DVD button if the DVD cine you are traveling to adore on your iPhone 3G is on the disc drive. If the DVD cine is adored as a binder on your computer, you charge to bang the Add Video button to locate that folder, which is composed of two abstracted folders: VIDEO_TS and AUIDO_TS. From the VIDEO_TS folder, baddest the .vob book to acceptation and again click OK. You can aswell acceptation videos of assorted sources by beat the Add Video button. The acknowledging formats are:</p>
<blockquote><p>Audio file(*.mp2;*.mp3;*.wav)<br />
window media player(*.ani;*.wmv;*.asf;*.dvr-ms;*.ms-dvr)<br />
MOV/MP4 files (*.mov;*.mp4;*.3gp;*.m4v;*.qt)<br />
real media files (*.rm;*.rmvb)<br />
flash video files (*.flv)<br />
MKV video files (*.mkv)<br />
Avisynth scripts (*.avs)<br />
Other video files (*.mp2;*.vob;*.dv;*.m1v;*.m2v;*.dat;*.amv)<br />
All files (*.*)</p></blockquote>
<p>After the DVD or video is imported, you can examination it on the capital interface. If you alone wish a blow of the DVD/video, you can annoyance the Start to trim and Stop to trim button to get the assertive segment.</p>
<p><strong>2. Choose a profile<br />
</strong><br />
From the bead down account of Profile, you can baddest a contour that best meets your needs:</p>
<p><img class="alignnone size-full wp-image-590" title="dvdtoiphoneproconverter" src="/wp-content/uploads/2008/09/dvdtoiphoneproconverter.jpg" alt="" width="350" height="324" /></p>
<p>From the blueprint above, we can apprentice Clone2go DVD to iPhone Converter aswell applies to converting DVD movies and video files to video/audio formats for <strong>Apple iPod</strong>, <strong>Apple TV</strong>, <strong>YouTube FLV</strong>, <strong>AVI Video</strong>, etc.</p>
<p><strong>3. Start to encode</strong></p>
<p>And now you can bang the Start Encode button to starting ripping DVD’s or converting videos for your iPhone 3G. The achievement video/audio files are calmly accessible by artlessly beat the Folder button on the capital card afterwards the ripping/converting action is done.</p>

	Tags: <a href="http://www.bloggeraz.com/tag/aiff/" title="AIFF" rel="tag">AIFF</a>, <a href="http://www.bloggeraz.com/tag/apple/" title="apple" rel="tag">apple</a>, <a href="http://www.bloggeraz.com/tag/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.bloggeraz.com/tag/avi-video/" title="AVI Video" rel="tag">AVI Video</a>, <a href="http://www.bloggeraz.com/tag/clone/" title="clone" rel="tag">clone</a>, <a href="http://www.bloggeraz.com/tag/converter/" title="converter" rel="tag">converter</a>, <a href="http://www.bloggeraz.com/tag/dvd/" title="DVD" rel="tag">DVD</a>, <a href="http://www.bloggeraz.com/tag/dvd-to-iphone/" title="DVD to iPhone" rel="tag">DVD to iPhone</a>, <a href="http://www.bloggeraz.com/tag/dvd-to-iphone-3g/" title="DVD to iPhone 3G" rel="tag">DVD to iPhone 3G</a>, <a href="http://www.bloggeraz.com/tag/iphone-20/" title="iPhone 2.0" rel="tag">iPhone 2.0</a>, <a href="http://www.bloggeraz.com/tag/iphone-3g/" title="iPhone 3G" rel="tag">iPhone 3G</a>, <a href="http://www.bloggeraz.com/tag/iphone-video/" title="iPhone video" rel="tag">iPhone video</a>, <a href="http://www.bloggeraz.com/tag/movie/" title="movie" rel="tag">movie</a>, <a href="http://www.bloggeraz.com/tag/mp4/" title="mp4" rel="tag">mp4</a>, <a href="http://www.bloggeraz.com/tag/mpeg/" title="MPEG" rel="tag">MPEG</a>, <a href="http://www.bloggeraz.com/tag/output/" title="output" rel="tag">output</a>, <a href="http://www.bloggeraz.com/tag/stereo-audio/" title="stereo audio" rel="tag">stereo audio</a>, <a href="http://www.bloggeraz.com/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.bloggeraz.com/tag/video-formats/" title="video formats" rel="tag">video formats</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/tips-recovering-scratched-cds/" title="Tips recovering scratched cds (June 8, 2008)">Tips recovering scratched cds</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/youtube-video-automatically-play/" title="Youtube video automatically play (June 19, 2008)">Youtube video automatically play</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/rip-dvd-movie-on-mac-os-x/" title="Rip DVD and edit DVD Movie on Mac OS X(including leopard) (July 8, 2008)">Rip DVD and edit DVD Movie on Mac OS X(including leopard)</a> (1)</li>
	<li><a href="http://www.bloggeraz.com/how-to-search-unlimited-mediafire-files/" title="How to Search Unlimited MediaFire Files (September 15, 2008)">How to Search Unlimited MediaFire Files</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/how-to-download-from-megaupload/" title="How to download from megaupload (May 24, 2008)">How to download from megaupload</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/how-to-convert-dvd-video-to-iphone-3g/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Usefull Twitter Tools</title>
		<link>http://www.bloggeraz.com/usefull-twitter-tools/</link>
		<comments>http://www.bloggeraz.com/usefull-twitter-tools/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 12:20:36 +0000</pubDate>
		<dc:creator>NoNo</dc:creator>
		
		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[API]]></category>

		<category><![CDATA[firefox browser]]></category>

		<category><![CDATA[networking]]></category>

		<category><![CDATA[ping]]></category>

		<category><![CDATA[Research]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[SMS]]></category>

		<category><![CDATA[social networking service]]></category>

		<category><![CDATA[Tweet]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=566</guid>
		<description><![CDATA[Twitter is a free social networking service that allows its users to send and read other users updates their posts. Users can receive updates via the instant messaging, Twitter website, SMS, email, RSS or through an application. Twitter began as a research and development project inside San Francisco start-up company Obvious in March 2006. If [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/');">Twitter</a> is a free social networking service that allows its users to send and read other users updates their posts. Users can receive updates via the instant messaging, <a href="/twitter-and-your-blog-traffic/">Twitter website</a>, SMS, email, RSS or through an application. Twitter began as a research and development project inside San Francisco start-up company Obvious in March 2006. If you search in google or yahoo, you can find many Twitter tools out there that people use to help manage their Twitter account. Below some Usefull Twitter Tools that you can try it:</p>
<p><a href="http://www.twhirl.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.twhirl.org/');">www.twhirl.org</a> - A desktop app which allows you to do simultaneously connect to Twitter, Friendfeed, and seesmic accounts, shortens long URLs, allows you to post pictures to Twitpic, search Tweets, timeline filtering, and notifies you whenever you get a new message.</p>
<p><a href="http://www.tweetlater.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.tweetlater.com/');">www.tweetlater.com</a> - Tells you when someone signs up to follow you, gives you the option of sending them a custom thank you message, also gives you the option of automatically following them back. Also allows you to write a Tweet or series of Tweets but have it posted later.</p>
<p><a href="http://ping.fm/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://ping.fm/');">www.ping.fm</a> - Current secret code to sign up is “Legend of Ping.” If you post using ping.fm you can also sign up to simultaneously post to Twitter, Friendfeed, Jaiku, Pownce, Plurk, Brightkite, and about a dozen other social networking microblog type sites. This allows you to enormously increase your audience and saves a huge amount of time. You still need to go to each site and check your messages and interact with people, if you want to grow your customer base on those sites.</p>
<p><a href="http://www.twitbin.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.twitbin.com/');">www.twitbin.com</a> - You can send and receive messages via Twitter in your firefox Browser.</p>
<p><a href="http://www.twitpic.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.twitpic.com/');">www.twitpic.com</a> - You can post pictures to Twitpic through your phone, twitpic’s API, or through the Twitter site, and people can click on a link on your Twitter post and see your pictures.</p>
<p><a href="http://www.twitdir.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.twitdir.com/');">www.twitdir.com</a> - Find your friends on Twitter, find who are the most popular people on Twitter, find who follows the most people on Twitter.</p>
<p><a href="http://search.twitter.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://search.twitter.com/');">search.twitter.com </a>- Search the Twitterverse to find out what people are talking about right this minute on Twitter.</p>
<p><a href="http://alexking.org/projects/wordpress/readme?project=twitter-tools" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://alexking.org/projects/wordpress/readme?project=twitter-tools');">Twitter Tools Plugin</a> - This plugin creates an integration between your WordPress blog and Twitter account to create new tweets on blog posts.</p>
<p>Related Twitter tools - <a href="http://mashable.com/2007/09/29/twitter-toolbox/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://mashable.com/2007/09/29/twitter-toolbox/');">Check other 60 twitter tools, maybe it usefull too</a></p>
<p>Twitter addon for firefox user - <a href="https://addons.mozilla.org/en-US/firefox/addon/5081" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/5081');">TwitterFox</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/6810" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/6810');">Twitzer</a> long text, <a href="https://addons.mozilla.org/en-US/firefox/addon/7898" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/7898');">Twitzer Twitter more</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/4664" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/4664');">TwitterBar</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/7631" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/7631');">Twitbin</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/6845" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/6845');">TwitKit</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/4994" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/4994');">TwittyTunes</a></p>

	Tags: <a href="http://www.bloggeraz.com/tag/api/" title="API" rel="tag">API</a>, <a href="http://www.bloggeraz.com/tag/firefox-browser/" title="firefox browser" rel="tag">firefox browser</a>, <a href="http://www.bloggeraz.com/tag/networking/" title="networking" rel="tag">networking</a>, <a href="http://www.bloggeraz.com/tag/ping/" title="ping" rel="tag">ping</a>, <a href="http://www.bloggeraz.com/tag/research/" title="Research" rel="tag">Research</a>, <a href="http://www.bloggeraz.com/tag/rss/" title="rss" rel="tag">rss</a>, <a href="http://www.bloggeraz.com/tag/sms/" title="SMS" rel="tag">SMS</a>, <a href="http://www.bloggeraz.com/tag/social-networking-service/" title="social networking service" rel="tag">social networking service</a>, <a href="http://www.bloggeraz.com/tag/tweet/" title="Tweet" rel="tag">Tweet</a>, <a href="http://www.bloggeraz.com/tag/twitter/" title="twitter" rel="tag">twitter</a>, <a href="http://www.bloggeraz.com/tag/yahoo/" title="yahoo" rel="tag">yahoo</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/list-of-the-most-popular-blog-and-rss-directories/" title="List of the most popular Blog and RSS directories (February 7, 2008)">List of the most popular Blog and RSS directories</a> (3)</li>
	<li><a href="http://www.bloggeraz.com/fake-and-phishing-for-rapidshare-links/" title="Fake and Phishing for Rapidshare Links (August 3, 2008)">Fake and Phishing for Rapidshare Links</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/start-to-blogging/" title="Start to blogging (November 30, 1999)">Start to blogging</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/amazing-tools-for-blogger/" title="Amazing tools for blogger (June 29, 2008)">Amazing tools for blogger</a> (1)</li>
	<li><a href="http://www.bloggeraz.com/twin-firefox/" title="Twin Firefox (July 19, 2008)">Twin Firefox</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/usefull-twitter-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Search Unlimited MediaFire Files</title>
		<link>http://www.bloggeraz.com/how-to-search-unlimited-mediafire-files/</link>
		<comments>http://www.bloggeraz.com/how-to-search-unlimited-mediafire-files/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 09:36:17 +0000</pubDate>
		<dc:creator>raymond</dc:creator>
		
		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[FLV]]></category>

		<category><![CDATA[free file]]></category>

		<category><![CDATA[Media]]></category>

		<category><![CDATA[MediaFire]]></category>

		<category><![CDATA[mp4]]></category>

		<category><![CDATA[music files]]></category>

		<category><![CDATA[password]]></category>

		<category><![CDATA[service]]></category>

		<category><![CDATA[storage]]></category>

		<category><![CDATA[unlimited bandwidth]]></category>

		<category><![CDATA[upload]]></category>

		<category><![CDATA[video files]]></category>

		<category><![CDATA[WMA]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=562</guid>
		<description><![CDATA[MediaFire is a free file hosting service that offers user to upload and download files like videos, music, documents and much more. MediaFire allows you to store all your files online for easy secure access and enables you to distribute large files to hundreds or thousands of people without clogging inboxes or bogging down your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mediafire.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.mediafire.com/');">MediaFire</a> is a free file hosting service that offers user to upload and download files like videos, music, documents and much more. MediaFire allows you to store all your files online for easy secure access and enables you to distribute large files to hundreds or thousands of people without clogging inboxes or bogging down your website. What is the best mediafire offer :</p>
<p>1) You can upload thousand of file you like for free without thinking about disk space or bandwitch if you upload at your own hosting.</p>
<p>2) Easy to create unlimited folder in mediafire to make user easy to share their files.</p>
<p>3) Easy to make your files in private or hidden and you can set your password for your files in few minutes.</p>
<p>4) Easy to share your files folder by embedding links in your forum, email, messenger, blog, web or social bookmarking sites like myspace.</p>
<p>5) When you signup to mediafire, you have 2 choice that mean you can signup for free mediafire account or media pro mediafire account. Here are different two account you can decide:</p>
<p><strong>Free account</strong></p>
<ul>
<li>Unlimited downloads</li>
<li>Unlimited bandwidth</li>
<li>Image galleries</li>
<li>Unlimited storage</li>
<li>No sign up required</li>
<li>No software to install</li>
<li>Up to 100MB per file</li>
<li>Unlimited uploads</li>
</ul>
<p><strong>Media pro account</strong></p>
<ul>
<li> Advanced statistics</li>
<li>Priority support</li>
<li>Redundant backups</li>
<li>Direct/Hot link to files</li>
<li>Up to 10GB per file</li>
<li>SSL encryption</li>
<li>No Ads</li>
<li>Rollover bandwidth</li>
</ul>
<p>6) For another good thing, you can search easy with google to check what other file have posted from other user for download at mediafire. Here are some tip you can use :</p>
<p><strong>Specific song, include the song name:</strong></p>
<blockquote><p>site:mediafire.com mp3|wma|madonna &#8220;jump&#8221;</p></blockquote>
<p><strong>Specific artist, include the artist&#8217;s name:</strong></p>
<blockquote><p>site:mediafire.com mp3|wma|madonna jump</p></blockquote>
<p><strong>Check for music files:</strong></p>
<blockquote><p>site:mediafire.com mp3|wma|madonna</p></blockquote>
<p><strong>To download video files:</strong></p>
<blockquote><p>site:mediafire.com asf|rm|avi|mp4|wmv|flv</p></blockquote>
<p><strong>For archives:</strong></p>
<blockquote><p>site:mediafire.com rar|zip</p></blockquote>
<p><strong>To search comic:</strong></p>
<blockquote><p>site:mediafire.com cbr|cbz</p></blockquote>
<p><strong>To search for a specific comic title, include it in the query:</strong></p>
<blockquote><p>site:mediafire.com cbr|cbz hulk</p></blockquote>

	Tags: <a href="http://www.bloggeraz.com/tag/download/" title="download" rel="tag">download</a>, <a href="http://www.bloggeraz.com/tag/flv/" title="FLV" rel="tag">FLV</a>, <a href="http://www.bloggeraz.com/tag/free-file/" title="free file" rel="tag">free file</a>, <a href="http://www.bloggeraz.com/tag/media/" title="Media" rel="tag">Media</a>, <a href="http://www.bloggeraz.com/tag/mediafire/" title="MediaFire" rel="tag">MediaFire</a>, <a href="http://www.bloggeraz.com/tag/mp4/" title="mp4" rel="tag">mp4</a>, <a href="http://www.bloggeraz.com/tag/music-files/" title="music files" rel="tag">music files</a>, <a href="http://www.bloggeraz.com/tag/password/" title="password" rel="tag">password</a>, <a href="http://www.bloggeraz.com/tag/service/" title="service" rel="tag">service</a>, <a href="http://www.bloggeraz.com/tag/storage/" title="storage" rel="tag">storage</a>, <a href="http://www.bloggeraz.com/tag/unlimited-bandwidth/" title="unlimited bandwidth" rel="tag">unlimited bandwidth</a>, <a href="http://www.bloggeraz.com/tag/upload/" title="upload" rel="tag">upload</a>, <a href="http://www.bloggeraz.com/tag/video-files/" title="video files" rel="tag">video files</a>, <a href="http://www.bloggeraz.com/tag/wma/" title="WMA" rel="tag">WMA</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/increase-your-utorrent-speed-by-80/" title="Increase your Utorrent speed by 80% (May 13, 2008)">Increase your Utorrent speed by 80%</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/rapidshare-happy-hour-checker/" title="Rapidshare happy hour checker (May 27, 2008)">Rapidshare happy hour checker</a> (2)</li>
	<li><a href="http://www.bloggeraz.com/use-rapidshare-to-making-a-collecters-and-earn-points/" title="Use rapidshare to making a collecters and earn points (July 8, 2008)">Use rapidshare to making a collecters and earn points</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/autoplay-solution/" title="Autoplay Solution (July 29, 2008)">Autoplay Solution</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/fake-and-phishing-for-rapidshare-links/" title="Fake and Phishing for Rapidshare Links (August 3, 2008)">Fake and Phishing for Rapidshare Links</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/how-to-search-unlimited-mediafire-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Faster and Easier to Remote Upload Rapidshare</title>
		<link>http://www.bloggeraz.com/faster-and-easier-to-remote-upload-rapidshare/</link>
		<comments>http://www.bloggeraz.com/faster-and-easier-to-remote-upload-rapidshare/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 19:40:05 +0000</pubDate>
		<dc:creator>raymond</dc:creator>
		
		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[bulletproof ftp server]]></category>

		<category><![CDATA[ftp]]></category>

		<category><![CDATA[ftp software]]></category>

		<category><![CDATA[hard drive]]></category>

		<category><![CDATA[ip address]]></category>

		<category><![CDATA[rapidshare]]></category>

		<category><![CDATA[SCSI]]></category>

		<category><![CDATA[server trial]]></category>

		<category><![CDATA[upload files]]></category>

		<category><![CDATA[upload speed]]></category>

		<category><![CDATA[whatismyip]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=491</guid>
		<description><![CDATA[How to use remote upload system into rapidshare more faster and easier. Firstly you need to check your ip address. Go to whatismyip.com and write it down. Secondly you need to setup a ftp server so you can download this bulletproof ftp server trial edition. To setup bulletproof ftp, go to user account settings. like [...]]]></description>
			<content:encoded><![CDATA[<p>How to use remote upload system into rapidshare more faster and easier. Firstly you need to check your ip address. Go to <a href="http://whatismyip.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://whatismyip.com');">whatismyip.com</a> and write it down. Secondly you need to setup a ftp server so you can download this <a href="http://www.bpftp.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.bpftp.com');">bulletproof ftp server trial edition</a>. To setup bulletproof ftp, go to user account settings. like in the image and create user. username: a and password: a ( you can put what you like as username and password ) as in the picture and select a directory which includes your upload files. ( click image to view )</p>
<p><a href="/wp-content/uploads/2008/08/rapidremote3.jpg"><img class="alignnone size-medium wp-image-492" title="rapidremote3" src="/wp-content/uploads/2008/08/rapidremote3-300x214.jpg" alt="" width="300" height="214" /></a></p>
<p>Go to <a href="http://rapidshare.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://rapidshare.com/');">rapidshare</a> remote uploads site and add the files you want to upload as in the picture. Format of putting files <strong>ftp://username:password@ipaddress/file.rar</strong> .</p>
<p><a href="/wp-content/uploads/2008/08/rapidremote2.jpg"><img class="alignnone size-medium wp-image-493" title="rapidremote2" src="/wp-content/uploads/2008/08/rapidremote2-300x150.jpg" alt="" width="300" height="150" /></a></p>
<p>You can upload max 50 files at the same time using bulletproof ftp software to rapidshare remote upload and in some countries rapidshare putting cap for 1 file like 100kb per second. it is a great solution for it. I have 100mbit upload speed, if I use rapidshare tools to upload I can upload 5 files with total speed of 600 k . but when I use remote uploads I can upload 5 files with 3 or 4 megabytes per second. dont put more than 30 files. Your hard drive feel bad about it, unless you have SCSI drive and you will see how it works when i test it.</p>
<p><a href="/wp-content/uploads/2008/08/rapidremote1.jpg"><img class="alignnone size-medium wp-image-495" title="rapidremote1" src="/wp-content/uploads/2008/08/rapidremote1-300x213.jpg" alt="" width="300" height="213" /></a></p>

	Tags: <a href="http://www.bloggeraz.com/tag/bulletproof-ftp-server/" title="bulletproof ftp server" rel="tag">bulletproof ftp server</a>, <a href="http://www.bloggeraz.com/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.bloggeraz.com/tag/ftp-software/" title="ftp software" rel="tag">ftp software</a>, <a href="http://www.bloggeraz.com/tag/hard-drive/" title="hard drive" rel="tag">hard drive</a>, <a href="http://www.bloggeraz.com/tag/ip-address/" title="ip address" rel="tag">ip address</a>, <a href="http://www.bloggeraz.com/tag/rapidshare/" title="rapidshare" rel="tag">rapidshare</a>, <a href="http://www.bloggeraz.com/tag/scsi/" title="SCSI" rel="tag">SCSI</a>, <a href="http://www.bloggeraz.com/tag/server-trial/" title="server trial" rel="tag">server trial</a>, <a href="http://www.bloggeraz.com/tag/upload-files/" title="upload files" rel="tag">upload files</a>, <a href="http://www.bloggeraz.com/tag/upload-speed/" title="upload speed" rel="tag">upload speed</a>, <a href="http://www.bloggeraz.com/tag/whatismyip/" title="whatismyip" rel="tag">whatismyip</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/find-more-device-driver/" title="Find More Device Driver (July 15, 2008)">Find More Device Driver</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/mirc-commands/" title="mIRC Commands (July 30, 2008)">mIRC Commands</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/what-you-need-before-run-windows-vista/" title="What You Need Before Run Windows Vista (August 12, 2008)">What You Need Before Run Windows Vista</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/rapidshare-new-policy/" title="Rapidshare New Policy (June 27, 2008)">Rapidshare New Policy</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/rapidshare-happy-hour-checker/" title="Rapidshare happy hour checker (May 27, 2008)">Rapidshare happy hour checker</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/faster-and-easier-to-remote-upload-rapidshare/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Increase Wireless Signal by 40-60%</title>
		<link>http://www.bloggeraz.com/increase-wireless-signal-by-40-60/</link>
		<comments>http://www.bloggeraz.com/increase-wireless-signal-by-40-60/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 11:22:12 +0000</pubDate>
		<dc:creator>raymond</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[Plug]]></category>

		<category><![CDATA[provider]]></category>

		<category><![CDATA[signal]]></category>

		<category><![CDATA[USB]]></category>

		<category><![CDATA[usb wireless]]></category>

		<category><![CDATA[Wireless]]></category>

		<category><![CDATA[wireless signal]]></category>

		<category><![CDATA[wireless usb dongle]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=465</guid>
		<description><![CDATA[Some people say their wireless signal is not receive good signal from provider. Here some trick that you can increase the wireless signal. What you need to do is, you must have A pair of scissors, A wireless USB dongle and A metal sieve.
Get your scissors and in the average of the clarify cut out [...]]]></description>
			<content:encoded><![CDATA[<p>Some people say their wireless signal is not receive good signal from provider. Here some trick that you can increase the wireless signal. What you need to do is, you must have A pair of scissors, A wireless USB dongle and A metal sieve.</p>
<p>Get your scissors and in the average of the clarify cut out the admeasurement of your USB wireless dongle. Make abiding it is a absolute fit, Once you accept done that and absolutely finished, Get your clarify and wireless USB dongle and yield it to your PC, Plug in your wireless USB into your PC, Fit it bisected way in the clarify and analysis the wireless arresting on your PC, you will see the signal has increased a lot. Remember that scissors can be actual aciculate so be carefull.</p>
<p><img class="size-thumbnail wp-image-466 alignleft" title="metal-sieve" src="/wp-content/uploads/2008/08/metal-sieve.jpg" alt="" width="150" height="150" /></p>
<p>Here the result after i try this trick:</p>
<p>Before<br />
<img class="alignnone size-full wp-image-467" title="signalwireless1" src="/wp-content/uploads/2008/08/signalwireless1.jpg" alt="" width="202" height="55" /><br />
After<br />
<a href="/wp-content/uploads/2008/08/signalwireless2.jpg"><img class="alignnone size-full wp-image-468" title="signalwireless2" src="/wp-content/uploads/2008/08/signalwireless2.jpg" alt="" width="201" height="56" /></a></p>
<p>After you have finished, It will end up looking like this:<br />
<img class="alignnone size-full wp-image-469" title="27ysdpe" src="/wp-content/uploads/2008/08/27ysdpe.jpg" alt="" width="230" height="434" /></p>

	Tags: <a href="http://www.bloggeraz.com/tag/plug/" title="Plug" rel="tag">Plug</a>, <a href="http://www.bloggeraz.com/tag/provider/" title="provider" rel="tag">provider</a>, <a href="http://www.bloggeraz.com/tag/signal/" title="signal" rel="tag">signal</a>, <a href="http://www.bloggeraz.com/tag/usb/" title="USB" rel="tag">USB</a>, <a href="http://www.bloggeraz.com/tag/usb-wireless/" title="usb wireless" rel="tag">usb wireless</a>, <a href="http://www.bloggeraz.com/tag/wireless/" title="Wireless" rel="tag">Wireless</a>, <a href="http://www.bloggeraz.com/tag/wireless-signal/" title="wireless signal" rel="tag">wireless signal</a>, <a href="http://www.bloggeraz.com/tag/wireless-usb-dongle/" title="wireless usb dongle" rel="tag">wireless usb dongle</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/mwg-atom-life/" title="MWg Atom Life (June 15, 2008)">MWg Atom Life</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/macbook-pro/" title="MacBook Pro (June 22, 2008)">MacBook Pro</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/vaio-ux/" title="VAIO UX (June 25, 2008)">VAIO UX</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/flash-memory/" title="Flash memory (April 18, 2008)">Flash memory</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/increase-wireless-signal-by-40-60/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Megaupload unlimited downloads</title>
		<link>http://www.bloggeraz.com/megaupload-unlimited-downloads/</link>
		<comments>http://www.bloggeraz.com/megaupload-unlimited-downloads/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 11:38:39 +0000</pubDate>
		<dc:creator>raymond</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Tips and Trick]]></category>

		<category><![CDATA[addon]]></category>

		<category><![CDATA[agent]]></category>

		<category><![CDATA[downloads]]></category>

		<category><![CDATA[extension]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[Install]]></category>

		<category><![CDATA[megaupload]]></category>

		<category><![CDATA[mozilla firefox browser]]></category>

		<category><![CDATA[Premium]]></category>

		<category><![CDATA[spyware]]></category>

		<category><![CDATA[swither]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[tool]]></category>

		<category><![CDATA[trick]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bloggeraz.com/?p=461</guid>
		<description><![CDATA[Many people sometime have a problems when download from Megaupload.com. Here some solution that you can try to get unlimited download from megaupload like premium user.
Here are the steps:
1 ) If you already download Megaupload toolbar and installed on your computer, uninstall it first as it contains a spyware
2 ) Download Mozilla Firefox browser
3 ) [...]]]></description>
			<content:encoded><![CDATA[<p>Many people sometime have a problems when download from <a href="http://megaupload.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://megaupload.com');">Megaupload.com</a>. Here some solution that you can try to get unlimited download from megaupload like premium user.</p>
<p><strong>Here are the steps:</strong></p>
<p>1 ) If you already download Megaupload toolbar and installed on your computer, uninstall it first as it contains a spyware</p>
<p>2 ) Download <a href="http://www.mozilla.com/en-US/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.mozilla.com/en-US/');" target="_blank">Mozilla Firefox</a> browser</p>
<p>3 ) After Install firefox, get firefox user agent switcher extension from <a href="https://addons.mozilla.org/firefox/59/" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/firefox/59/');" target="_blank">here</a>.</p>
<p>4 ) After add this addon, go to:</p>
<blockquote><p>menu &#8212;&gt; Tool &#8212;&gt; user agent swither &#8212;&gt; option &#8212;&gt; add</p></blockquote>
<p>5 ) Follow this to fill up the form there:</p>
<blockquote><p>Description : MEGAUPLOAD<br />
User agent : Mozilla/4.0 ( compatible; MSIE 6.0; Windows NT 5.1; SV1; Alexa Toolbar )</p></blockquote>
<p>Finish and before download from megaupload go to</p>
<blockquote><p>tool &#8212;&gt; user agent &#8212;&gt; megaupload</p></blockquote>
<p>and then you should be able to download from megaupload</p>

	Tags: <a href="http://www.bloggeraz.com/tag/addon/" title="addon" rel="tag">addon</a>, <a href="http://www.bloggeraz.com/tag/agent/" title="agent" rel="tag">agent</a>, <a href="http://www.bloggeraz.com/tag/downloads/" title="downloads" rel="tag">downloads</a>, <a href="http://www.bloggeraz.com/tag/extension/" title="extension" rel="tag">extension</a>, <a href="http://www.bloggeraz.com/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.bloggeraz.com/tag/install/" title="Install" rel="tag">Install</a>, <a href="http://www.bloggeraz.com/tag/megaupload/" title="megaupload" rel="tag">megaupload</a>, <a href="http://www.bloggeraz.com/tag/mozilla-firefox-browser/" title="mozilla firefox browser" rel="tag">mozilla firefox browser</a>, <a href="http://www.bloggeraz.com/tag/premium/" title="Premium" rel="tag">Premium</a>, <a href="http://www.bloggeraz.com/tag/spyware/" title="spyware" rel="tag">spyware</a>, <a href="http://www.bloggeraz.com/tag/swither/" title="swither" rel="tag">swither</a>, <a href="http://www.bloggeraz.com/tag/tips/" title="tips" rel="tag">tips</a>, <a href="http://www.bloggeraz.com/tag/tool/" title="tool" rel="tag">tool</a>, <a href="http://www.bloggeraz.com/tag/trick/" title="trick" rel="tag">trick</a>, <a href="http://www.bloggeraz.com/tag/windows/" title="windows" rel="tag">windows</a><br />

	<h4>Read also:</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.bloggeraz.com/why-you-need-mailing-list/" title="Why You Need Mailing List (August 24, 2008)">Why You Need Mailing List</a> (2)</li>
	<li><a href="http://www.bloggeraz.com/get-blog-traffic-by-answering-questions/" title="Get blog traffic by answering questions (January 6, 2008)">Get blog traffic by answering questions</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/how-windows-work/" title="How Windows Work (August 15, 2008)">How Windows Work</a> (0)</li>
	<li><a href="http://www.bloggeraz.com/how-to-download-from-megaupload/" title="How to download from megaupload (May 24, 2008)">How to download from megaupload</a> (2)</li>
	<li><a href="http://www.bloggeraz.com/youtube-video-automatically-play/" title="Youtube video automatically play (June 19, 2008)">Youtube video automatically play</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.bloggeraz.com/megaupload-unlimited-downloads/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
