<?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>Attackr.com &#187; Developer Portal for web designers, developers and programmers</title>
	<atom:link href="http://www.attackr.com/category/internet-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackr.com</link>
	<description>Come To Share, Come To Learn</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:09:25 +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>Setting Up A SSH Trusted Connection &amp; Bash Alias To Speed Up Automated Scripts</title>
		<link>http://www.attackr.com/setting-up-a-ssh-trusted-connection-bash-alias-to-speed-up-automated-scripts/</link>
		<comments>http://www.attackr.com/setting-up-a-ssh-trusted-connection-bash-alias-to-speed-up-automated-scripts/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:19:00 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=754</guid>
		<description><![CDATA[Need to automate some scripts?  Tired of constantly entering ssh user@server.address, then the password?  Having a trusted connection can drastically improve productivity if it is used in the correct conditions.  If you&#8217;re using a public machine, then this is NOT SMART.  If you&#8217;re using a machine that anyone else has access to, then again, this [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Need to automate some scripts?  Tired of constantly entering ssh user@server.address, then the password?  Having a trusted connection can drastically improve productivity if it is used in the correct conditions.  If you&#8217;re using a public machine, then this is NOT SMART.  If you&#8217;re using a machine that anyone else has access to, then again, this is not a solution, and shouldn&#8217;t be considered as an option.</p>
<p>However, if you have a private machine that you keep secure, and you want to setup some quick access to remote server, setup automatic backup scripts, take snapshots of drive data structures, then this will get you going quick!</p>
<p>Here&#8217;s the quick steps to get you on the road to automated scripts:</p>
<p>On your box, generate the ssh public key:</p>
<ul>
<li>On your box, generate the ssh public key:</li>
<li>ssh-keygen -t dsa</li>
<li>when it asks for a passphrase, just hit return.</li>
<li>go to your home directory, then type, cd .ssh</li>
<li>cat id_dsa.pub &#8211; this is the generated ssh key you will give to the remote host.</li>
<li>On the remote host, as <tt>username@yourdomain.com</tt></li>
<li><tt></tt>vi .ssh/authorized_keys</li>
<li>insert your ssh public key &#8211; the text from the .ssh/id_dsa.pub file on your box</li>
<li>make sure the text you copy is on a single line (it will not work if it&#8217;s not on a single line)</li>
<li>verify trusted SSH</li>
<li>In a terminal window type, ssh -Y username@yourdomain.com</li>
</ul>
<p>If you want to take this one step further, and make it ever &#8216;faster&#8217;, setup an alias in the .bashrc file.</p>
<p>just add this line to your .bashrc in your home dir, and do not forget to close/reopen your terminal after you add this line, or you will not see it work (the config file will not be loaded):</p>
<p>alias home=&#8217;ssh username@yourdomain.com&#8217;</p>
<p>at the command prompt in terminal (after you&#8217;ve remembered to close &amp; reopen it!) is type &#8220;home&#8221; and hit the enter key.</p>
<p>So, now you can type one word, get to your remote server in seconds rather than hassling through typing out the same info over and over.</p>
<p>One of your first tasks should be to write a backup script to backup your critical files like your .bashrc!</p>
<p>Enjoy,</p>
<p>Need a <a href="http://quotes.feedtheguru.com">&#8220;Pick-Me-Up?&#8221;</a><br />
<a href="http://quotes.feedtheguru.com"><img src="http://quotes.feedtheguru.com/static/images/logo.jpg" alt="" /></a></p>
</div>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/setting-up-a-ssh-trusted-connection-bash-alias-to-speed-up-automated-scripts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>15 Best Of The Best Windows 7 Tips &amp; Tricks</title>
		<link>http://www.attackr.com/77-windows-7-tips-tricks-for-best-performance/</link>
		<comments>http://www.attackr.com/77-windows-7-tips-tricks-for-best-performance/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:58:56 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=685</guid>
		<description><![CDATA[Windows 7 has even won the hearts of the opensource crowd (tough bunch to please), and getting the most out of this new version of Windows seems to be something almost everyone is interested in...]]></description>
			<content:encoded><![CDATA[<div id="id0210000" class="ArticleNormalPara"><strong>Windows 7 has even won the hearts of the opensource crowd (tough bunch to please), and getting the most out of this new version of Windows seems to be something almost everyone is interested in:</strong></div>
<div class="ArticleNormalPara">Windows 7 may be Microsoft’s most anticipated product ever. It builds on Windows Vista’s positives, and eliminates many of that OS’s negatives. It adds new functionality, too &#8211; together in a non-piggish/process UN-intensive package.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">1. A useful way to track problems&#8230; imagine that?  Record Problems.</span> The Problem Steps Recorder (PSR) is a great new feature that helps in troubleshooting a system (see <strong>Figure 1</strong>). At times, Remote Assistance may not be possible. However, if a person types psr in their Instant Search, it will launch the recorder. Now they can perform the actions needed to recreate the problem and each click will record the screen and the step. They can even add comments. Once complete, the PSR compiles the whole thing into an MHTML file and zips it up so that it can be e-mailed for analysis to the network admin (or family problem solver, depending on how it&#8217;s being used).</div>
<div class="ArticleImageSpacer"><img onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig1.probsteprec_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig1.probsteprec(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig1.probsteprec(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText">Figure 1 <strong>The Problem Steps Recorder dramatically speeds up troubleshooting.</strong> (Click the image for a larger view)</div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">2. Make Training Videos.</span> Use a tool like Camtasia to record short, two to three minute video tutorials to help your users find relocated features, operate the new Taskbar and so forth.  Animations are now easily implemented into a web environment with any variety of html/editor tools.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">3. &#8220;UPGRADES ARE BAD&#8221;.  Consider Clean Installs.</span> Even when upgrading Windows Vista machines, consider a clean install rather than an in-place upgrade. Yes, it&#8217;s more hassle, but it&#8217;ll produce a more trouble-free computer in the long run.</div>
<p><span id="more-685"></span></p>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">4. Find New Tools.</span> Within Control Panel is a single Troubleshooting link that leads you to all of your diagnostic tools on the system. There are additional tools, however, not installed by default. Selecting the &#8220;View all&#8221; link in the top left-hand corner will help you to see which troubleshooting packs are local and which ones are online. If you find a tool that you don&#8217;t have, you can grab it from here.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">5. *An amazing benefit if you are a developer or want to see how your projects will be viewed in other operating systems. Understand Virtual Desktop Infrastructure (VDI).</span> Windows 7 plays an important role in Microsoft&#8217;s VDI strategy, where virtualized Windows 7 machines are hosted on a central virtualization server using a special blanket &#8220;Enterprise Centralized Desktop&#8221; license. Read up and figure out if you can take advantage of this new strategy.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">6. Get Snippy (better than Snag-it/Hyperionics hypersnap, imho).</span> The snipping tool has also been around in various incarnations but it&#8217;s even easier to use in Windows 7. Launch the tool, then drag and drop any part of your screen. The tool will snip the selection. You can save it as a graphic file or annotate with basic drawing tools. Teach your end users how to use this tool so they can grab the snapshots of their problems and send them to the help desk. Or create your own library of visual notes or drag into outlook for quick details that only can be more easily explained with an image.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">7. Click &amp; Drool Administrator.</span> Windows 7 makes it easy to gain admin rights with a keyboard shortcut. Click on Ctrl+Shift on a taskbar-locked icon, and voila!  You&#8217;ve launched it with appropriate admin rights.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">8. Burn Discs with a Click.</span> Or two; double-click an ISO file to burn it to your CD or DVD writer (*Really, 1 click&#8230;.).</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">9. Configure User Account Control (UAC).</span> Even if you&#8217;re a UAC hater, give it another try. Go to the Control Panel to configure its behavior to something slightly less obnoxious than what Windows Vista had, and see if you can&#8217;t live with the extra protection it offers.</div>
<div class="ArticleImageSpacer"><img style="cursor: pointer;" onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig3.uac_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig3.uac(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig3.uac(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText"><strong><br />
</strong></div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">10. Simplify Cloned Machine Setups.</span> You can&#8217;t run Sysinternals&#8217; newsid utility to change the identity of a cloned Windows 7 machine (either a virtual machine or imaged PC). Instead, create a template installation then run sysprep /oobe /generalize /reboot /shutdown /unattend:scriptfile. Clone or copy this virtual machine file. When it launches, it will get a new SID and you can fill in the name. The reference for building unattended script files is at tinyurl.com/winunattend.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">11. Manage Passwords.</span> Control Panel includes a new application called Credential Manager. This may appear to be a completely new tool that allows you to save your credentials (usernames and passwords) for Web sites you log into and other resources you connect to (such as other systems). Those credentials are saved in the Windows Vault, which can be backed up and restored. However, you might see this as similar to a tool we have in XP and Vista. From the Instant Search, type in control /userpasswords2 and you will be brought to the Advanced User Accounts Control Panel, where you can also manage passwords for your account.</div>
<div class="ArticleImageSpacer"><img style="cursor: pointer;" onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig4.credentialmanager_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig4.credentialmanager(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig4.credentialmanager(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText"><strong>The Credential Manager provides a handy, secure place to store passwords.</strong></div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">12. Analyze Processes.</span> One of the coolest new features in the revamped Resource Monitor (resmon) is the ability to see the &#8220;wait chain traversal.&#8221; An unresponsive process will be shown in red in the Resource Monitor; right-click the process and choose Analyze Process. This will show the threads in the process and see who holds the resources that are holding up the process itself. You can then kill that part of the process if you like.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">13. Create Virtual Worlds.</span> Virtualization capability has been added to the Disk Management tools. If you open Computer Management, go to the Disk Manager tool and then click the Action button at top, you will see the options Create VHD and/or Attach VHD. This allows you to create and mount a virtual hard drive directly from within the GUI. Note: With Windows 7 you even have the ability to boot a Windows 7 VHD.</div>
<div class="ArticleImageSpacer"><img style="cursor: pointer;" onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig6.vhdcreate_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig6.vhdcreate(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig6.vhdcreate(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText"><strong>Windows 7 adds a great deal of virtualization support, including the ability to create and attach virtual hard drives from the GUI.</strong></div>
<div class="ArticleImageCaptionText"><strong><br />
</strong></div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">14. Encrypt USB Sticks.</span> Use BitLocker To Go. Maybe you&#8217;ve managed to never misplace or lose a USB key, but for the rest of us mere mortals, it&#8217;s a fact of life. Most of the time it&#8217;s no big deal, but what if it contains sensitive data? BitLocker To Go enables you to encrypt data on removable storage devices with a password or a digital certificate stored on a smart card.</div>
<div class="SidebarContainerA">
<div class="SidebarHeadline">15. The 14 Best Windows 7 Keyboard Shortcuts</div>
<div id="id0480001" class="ArticleNormalPara">
<ul>
<li>The Windows key now performs a wide variety of functions. Here are a handful of the most useful ones:</li>
<li>Win+h &#8211; Move current window to full screen</li>
<li>Win+i &#8211; Restore current full screen window to normal size or minimize current window if not full screen</li>
<li>Win+Shift+arrow &#8211; Move current window to alternate screen</li>
<li>Win+D &#8211; Minimize all windows and show the desktop</li>
<li>Win+E &#8211; Launch Explorer with Computer as the focus</li>
<li>Win+F &#8211; Launch a search window</li>
<li>Win+G &#8211; Cycle through gadgets</li>
<li>Win+L &#8211; Lock the desktop</li>
<li>Win+M &#8211; Minimize the current window</li>
<li>Win+R &#8211; Open the Run window</li>
<li>Win+T &#8211; Cycle through task bar opening Aero Peek for each running item</li>
<li>Win+U &#8211; Open the Ease of Use center</li>
<li>Win+Space &#8211; Aero Peek the desktop</li>
<li>Ctrl+Win+Tab &#8211; Open persistent task selection window, roll mouse over each icon to preview item and minimize others</li>
</ul>
</div>
</div>
<div class="ArticleNormalPara"><span style="color: #551a8b;"><span><span style="color: #000000;"><br />
</span></span></span></div>
<p><a href="http://www.syrbot.com/tools/attackr/superantispyware/"> Don&#8217;t forget to enter the Antispyware Give-away for December 2009!<br />
Two lucky winners have won a free professional license of Superantispyware!</a></p>
<p>If you liked this post, please <a href="http://www.twitter.com/syrbot">follow me on Twitter</a></p>
<p style="text-align: center;">&#8212;&#8211;Ammendment&#8212;</p>
<p style="text-align: center;">I found a complete list of shortcuts for Win7 &#8211; <a href="http://www.attackr.com/wp-content/uploads/2009/11/99-Windows-7-Shortcuts.zip">99 Windows 7 Shortcuts</a></p>
<p style="text-align: center;">this list was mined from http://www.7tutorials.com/biggest-library-windows-7-shortcuts  they seem to have several great no non-sense tutorials regarding windows 7</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/77-windows-7-tips-tricks-for-best-performance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free Software Give-Away &#8211; Enter Today!</title>
		<link>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/</link>
		<comments>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 22:35:58 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[ad-aware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[spybot]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=639</guid>
		<description><![CDATA[Anyone who knows me, knows that I do not endorse many things, and the things I endorse are usually freeware or opensource. Despite my warnings, my wife and all of our friends &#38; family use windows as their primary operating system. Yours truly is the designated help desk for any and all emergencies. During the [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who knows me, knows that I do not endorse many things, and the things I endorse are usually freeware or opensource.  Despite my warnings, my wife and all of our friends &amp; family use windows as their primary operating system.  Yours truly is the designated help desk for any and all emergencies.<br />
During the past 4 years (that&#8217;s about 20+ virus &amp; trojan emergencies [per year]), I stumbled across a product that actually works as described.  It&#8217;s rare to find something that completely works, but I&#8217;ve yet to find anything malware, spyware, trojan issue that this software cannot handle &#8211; COMPLETELY HANDLE and REMOVE.<br />
<a href="http://www.superantispyware.com/superantispyware.html?rid=3971"><img class="size-medium wp-image-650 alignleft" title="SUPERAntiSpyware-300DPI" src="http://www.attackr.com/wp-content/uploads/2009/09/SUPERAntiSpyware-300DPI-300x70.jpg" alt="SUPERAntiSpyware-300DPI" width="300" height="70" /></a><br />
During some conversations with the Marketing Director (Mike Duncan), we decided to share the experience by offering a free PROFESSIONAL license for the product &#8211; which carries a life time subscription (hence, no surprises later).   We will be awarding one license per month for the next three months.   You need to enter each month in order to be eligible. If you would like to register for a chance to win one of the free lifetime license keys &#8211; click on the following link:</p>
<h2><a href="http://www.syrbot.com/tools/attackr/superantispyware/" target="_blank">Enter The SUPERANTISPYWARE Give-Away</a></h2>
<p>The best part is that you can <a href="http://www.superantispyware.com/superantispyware.html?rid=3971">try this software for free, &#8220;NOW&#8221;</a> and they even offer a free version.  The free version offers some limited features &amp; does not offer the proactive features, but it still will removes ALL of the malware, spyware, and trojans.  It just will not self-update, run 24/7/365 and do scheduled scans/remove all the bad things automatically like the professional version does.<br />
If you decide to try the freeware version, there is no nagware &#8211; no aggrivating things asking for your information/etc.  Either way you&#8217;ll be pleasantly surprised at the experience, and more importantly you&#8217;ll be shocked at what it finds &amp; removes from your system.</p>
<h2 class="mceTemp">
<dl id="attachment_634" class="wp-caption alignnone" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.twitter.com/syrbot"><img class="size-thumbnail wp-image-634" title="twitter-follow-me-post" src="http://www.attackr.com/wp-content/uploads/2009/09/twitter-follow-me-post-150x111.jpg" alt="Follow Me On Twitter!" width="150" height="111" /></a></dt>
<dd class="wp-caption-dd">Follow Me On Twitter!</dd>
</dl>
</h2>
<p><strong>====Ammendment====<br />
Congrat&#8217;s to Jonathan Pereira our final SuperAntiSpyware Pro License winner for December 2009!</strong><br />
<a href="http://www.webfaction.com/?affiliate=geekbuntu">Need a RELIABLE Web Host?</a></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Geo Caching For Fun &amp; Profit (a.k.a How to find your arse with a funnel script)</title>
		<link>http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/</link>
		<comments>http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:18:22 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[geo-caching]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=540</guid>
		<description><![CDATA[To get an idea of how many variables are available about the person browsing your web page - look at this test page for syrbot.com: <a href="http://www.syrbot.com/tools/geoip/test.php">Test Page</a>...]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.syrbot.com/portfolio.php" href="http://www.syrbot.com/portfolio.php" target="_blank"><img class="alignright size-thumbnail wp-image-542" title="search" src="http://www.attackr.com/wp-content/uploads/2009/05/search-150x150.png" alt="search" width="120" height="120" />www.syrbot.com</a> &#8211; when you visit the site it should say, &#8220;Thanks for visiting from ______  .  This can be a critical component since you could ideally store the information from this visit in a database, recording exact zip code regions that your are targeting your marketing to.<br />
If you have any intention of selling advertising, this can be good ammunition to show that you know who your audience is &#8211; where they&#8217;re located and their demographic profile.<br />
To get an idea of how many variables are available about the person browsing your web page &#8211; look at this test page for syrbot.com: <a href="http://www.syrbot.com/tools/geoip/test.php">Test Page</a>.<br />
The first part of the test page is the geo caching element (finding out where you are, the apache var&#8217;s profile you as to which os you&#8217;re using, resolution and on and on.  All critical info when you want to find out who you&#8217;re designing your site for.  Knowing if your visitors are all using handheld devices would be a critical piece of knowledge &#8211; especially if you think you need to have a heavy flash site or graphic rich site.  You could make all your customers happy by trimming the site down to streamlined graphics and mostly text arranged in a friendly format for a tiny pocket pc or iphone/palm browser.<br />
It&#8217;s an easy argument to stress the importance of keeping up with who you are serving your pages to.<br />
Please leave a comment if you know of any uses for geo caching/etc that would be useful to other people. A stronger point is to have ammunition when assisting a client with assessing their needs.  Here is a <a title="http://www.netnagel.com/2008/08/geo-targeting-php-script.html" href="http://www.netnagel.com/2008/08/geo-targeting-php-script.html" target="_blank">good link</a> if you want to keep tabs on a good thread for how to get started with geo caching. The link is updated periodically &#8211; mostly questions, but some time saving advice if you can read between the lines.</p>
<p><a href="http://www.bloider.com/area.php?a=2"><img class="alignleft size-full wp-image-550" title="bloidericon" src="http://www.attackr.com/wp-content/uploads/2009/05/bloidericon.png" alt="bloidericon" width="86" height="83" /></a></p>
<p><a href="http://www.bloider.com/area.php?a=2">Dare I Dream of Becomming Bigger Than Craigs List?</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/the-top-10-essential-wordpress-plugins-for-getting-started-quick/' title='The Top  10 Essential WordPress Plugins Quick Start Updated October 2010'>The Top  10 Essential WordPress Plugins Quick Start Updated October 2010</a></li>
<li><a href='http://www.attackr.com/the-top-10-best-free-image-editors-on-the-web/' title='The Top 10 Best FREE Image Editors On The Web'>The Top 10 Best FREE Image Editors On The Web</a></li>
<li><a href='http://www.attackr.com/steps-to-greater-website-profits/' title='Steps to Greater Website Profits'>Steps to Greater Website Profits</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/the-power-of-free/' title='The Power of Free'>The Power of Free</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent both users and bots from registering using image verification</title>
		<link>http://www.attackr.com/how-to-prevent-both-users-and-bots-from-registering-using-image-verification/</link>
		<comments>http://www.attackr.com/how-to-prevent-both-users-and-bots-from-registering-using-image-verification/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 10:00:06 +0000</pubDate>
		<dc:creator>niemi</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[image verification]]></category>
		<category><![CDATA[registering procedure]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=212</guid>
		<description><![CDATA[So I&#8217;ve been thinking a while about joining Yahoo&#8217;s excellent answers site. You know, thinking about all the big questions in life like &#8220;which shoe-size does almighty Google Larry use&#8221; and &#8220;where can I bury my dead pixels&#8221;. Registering for Yahoo As far as I can remember I&#8217;ve never used Yahoo for anything. I AM [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been thinking a while about joining Yahoo&#8217;s excellent <a href="http://answers.yahoo.com/">answers site</a>. You know, thinking about all the big questions in life like &#8220;which shoe-size does almighty Google Larry use&#8221; and &#8220;where can I bury my dead pixels&#8221;.</p>
<h2>Registering for Yahoo</h2>
<p>As far as I can remember I&#8217;ve never used Yahoo for anything. I AM the Google generation. Walking across the road, joining the darker side, was a scary thought, but when I saw the short registering procedure I calmed down.</p>
<p>The way they have set up their registering procedure is just about as good as it could get.<br />
<br />
<img src="http://www.attackr.com/wp-content/uploads/2008/11/yahoosignup.png" alt="Yahoo sign up is very well thought out... But!" title="Yahoo sign up is very well thought out... But!" width="470" height="528" class="size-full wp-image-247" /><br />
</p>
<p>As you can <a href="https://edit.europe.yahoo.com/registration?.intl=us&amp;new=1&amp;.done=http://www.yahoo.com&amp;.src=fpctx&amp;.v=0&amp;.u=b24fqt14i8lfr&amp;partner=&amp;.partner=&amp;pkg=&amp;stepid=&amp;.p=&amp;promo=&amp;.last=">see</a> everything is where you expect it to be, divided into chunks like <em>&#8220;Tell us about yourself&#8230;&#8221;</em> and <em>&#8220;Select an ID and password&#8221;</em>. Even the less web savvy users might think &#8220;voilÃ  this is done in 30 seconds&#8221;. And they would be right if it wasn&#8217;t for that #¤%)/(&amp;=#087AAARGH&#8221;#(¤¤//!!&#8230;</p>
<h2>Freaking spam protection!</h2>
<p>I had used only one or two minutes entering my personal information, even choosing a decent account name. Everything went my way just until now. I saw the image representation of something that might look like text. Skewed, distorted, blurred.</p>
<p><img src="http://www.attackr.com/wp-content/uploads/2008/11/yahoosignuptextrepresentation.png" alt="Distorted Text Representation" title="Distorted Text Representation" width="300" height="89" class="size-full wp-image-251" /></p>
<p>Now you say, where have you been? Never seen that kind of spam protection before? Yes I have. Several times. And usually I don&#8217;t even think about it. This time I had plenty of time to think about. I just couldn&#8217;t get it right.</p>
<p>For example, what letters to the image above represent? If you guessed z7neG6Bz you would have been wrong. I never had a second chance, because now a new image was presented. Impossible to read. The third was even worse. Now at my fourth try I was sure I couldn&#8217;t be wrong. I probably wasn&#8217;t, but because I had typed in some wrong characters just before Yahoo had thrashed my password. So instead of accepting my, assumingly correct interpretation of the letters, I had re-type my password and then interpret yet another image.</p>
<p>For a moment let&#8217;s leave my Yahoo story and have a look at some other examples.</p>
<h2>Examples of good and bad image verification</h2>
<p><img src="http://www.attackr.com/wp-content/uploads/2008/11/googleimage.png" alt="Example 2 and 3" title="Example 2 and 3" width="286" height="67" class="size-full wp-image-254" /><br />
<em><strong>&nbsp;Example 2, 3.</strong> &#8211; http://google.com/</em></p>
<p><a href="https://www.google.com/accounts/CreateAccount?service=mail&amp;continue=http://mail.google.com/mail/e-11-1107fbb85de3a9e840b7fcffeab3ebc-76236d93349fb03cf48d8bd8ee77f3df66c94719&amp;type=2">These examples</a> are pretty similar to my Yahoo experience. The letters are skewed and the <a href="http://en.wikipedia.org/wiki/Tracking_(typography)">tracking </a>(space between each letter) is set to about -150. It is, at best, very hard to guess the letters.<br />
<br />
<img src="http://www.attackr.com/wp-content/uploads/2008/11/flatpanelsimage-300x48.png" alt="Example 1" title="Example 1" width="300" height="48" class="size-medium wp-image-253" /><br />
<em><strong>&nbsp;Example 1.</strong> &#8211; http://flatpanels.dk/</em></p>
<p>In this example from <a href="http://www.flatpanels.dk/flatforum/profile.php?mode=register&amp;agreed=true">http://flatpanels.dk</a> the letters are not skewed and the tracking is increased to make it easier to separate one letter from another. Instead a hefty grain filter has been applied. This makes it hard for machines to decode, but users without serious visual disabilities should not have any problems. The letters placement is vertically inconsistent, again this should make the bots have a hard time, but users can easily overcome this hurtle.</p>
<h2>Conclusion</h2>
<p>We see that Google and Yahoo uses the same hard-to-breakdown image-verification method. The image is very hard to interpret for both machines and real users. They have to do something about those nasty abusive bots, but when it happens at the cost of usability the battle against the machines has been lost.</p>
<p>Back to the Yahoo story. Yes, I did succeed after several tries. Not all the letters were hard to guess, but a image verification method is not good enough if only some of the images produced are readable. Back to the drawing board <a href="http://en.wikipedia.org/wiki/Jerry_Yang">Yang</a> and <a href="http://en.wikipedia.org/wiki/Larry_Page">Page</a>!</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/google-chromium/' title='Google Chrom(ium)'>Google Chrom(ium)</a></li>
<li><a href='http://www.attackr.com/testing-password-strength-using-google/' title='Testing Password Strength Using Google'>Testing Password Strength Using Google</a></li>
<li><a href='http://www.attackr.com/teamwork-made-easy-googledocs/' title='Teamwork Made Easy &#8211; GoogleDocs'>Teamwork Made Easy &#8211; GoogleDocs</a></li>
<li><a href='http://www.attackr.com/google-chrome-faster-and-more-screen-estate/' title='Google Chrome &#8211; faster and more screen estate'>Google Chrome &#8211; faster and more screen estate</a></li>
<li><a href='http://www.attackr.com/seo-for-google/' title='SEO for Google'>SEO for Google</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/how-to-prevent-both-users-and-bots-from-registering-using-image-verification/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How Secure Are You Really?</title>
		<link>http://www.attackr.com/how-secure-are-you-really/</link>
		<comments>http://www.attackr.com/how-secure-are-you-really/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:28:33 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet Security]]></category>

		<guid isPermaLink="false">http://www.attackr.com/how-secure-are-you-really/</guid>
		<description><![CDATA[At the end of August this year right before I was to move, I got a very rude awakening. I was searching for an mp3 for a personal project and I accidently clicked on an attack site containing nasty malware. At the time, I was using ZoneAlarm and an alert popped up to allow svchost.exe [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of August this year right before I was to move, I got a very rude awakening. I was searching for an mp3 for a personal project and I accidently clicked on an attack site containing nasty malware. At the time, I was using ZoneAlarm and an alert popped up to allow svchost.exe access. </p>
<p>Now, normally I deny all ZoneAlarm program alerts I don&#8217;t recognize as something I want to give access to, but I was really tired that night, and my hand actually twitched and I clicked accept!  Honestly, I did not want to click that but it happened! And the next thing you know, my desktop was hijacked, my browsers were hijacked, and it took me almost a week to get rid of this malicious trojan &#8211; the AntiVirus XP 2008 trojan, a rogue anti-spyware program. This trojan takes over your hosts file, your desktop, your browsers, and who knows what else. It was nasty! </p>
<p>Now, if a web-savy techie, geeky, internet consultant/marketer like me &#8211; who&#8217;s been online making a living since 1997 &#8211; can get infected accidently by malware or viruses, etc., can you imagine what&#8217;s happening to most people who aren&#8217;t so savy and have no idea they even have spyware or malware on their computers? They are mostly using Intenet Explorer and if they are not getting regular Windows updates on patch Tuesdays and if they are not using a proper firewall with proper browser settings and tools, or updated antivirus software, then they are very vulnerable and at risk. <span id="more-158"></span></p>
<p>Good old Microsoft Windows and Intenet Explorer is so full of security leaks. <strong>Ah, but Internet Explorer is not the only browser at risk anymore.</strong> Because of the huge popularity of Firefox, it is vulnerable too. I was using Firefox 3 when I got attacked.  In fact, <strong>3 of my browsers got hijacked</strong>: Internet Explorer 7, Firefox 3 amd Opera 9.52. Luckily Netscape 8 was not affected and I was able to find solutions to get rid of the problem.</p>
<p>Now I use a really good Firefox add-on called <a href="http://noscript.net/">NoScript </a>.  I enable scripts at sites I trust, only. I have a better firewall and I do regular port scans using SheildsUp at <a href="http://www.grc.com/default.htm">Gibson Research</a>. I am just more vigilant about updating my anti-virus/anti-spyware programs. I can only suggest that you do the same. </p>
<p>The Internet is wonderful most of the time, thank goodness. Just make Intenet security a priority and you&#8217;re good to go. </p>
<p>Enjoy the ride!</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/crack-windows-passwords/' title='Crack Windows Passwords'>Crack Windows Passwords</a></li>
<li><a href='http://www.attackr.com/cross-site-scripting/' title='Cross-site Scripting'>Cross-site Scripting</a></li>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/how-secure-are-you-really/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crack Windows Passwords</title>
		<link>http://www.attackr.com/crack-windows-passwords/</link>
		<comments>http://www.attackr.com/crack-windows-passwords/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 17:13:31 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.attackr.com/crack-windows-passwords/</guid>
		<description><![CDATA[Have you ever tried to log into a Windows computer for a few minutes and you finally realize that you forgot the password? There&#8217;s a way to crack the password and it doesn&#8217;t involve reformatting and reinstalling Windows. The solution is called @stake LC4 (formerly L0phtCrack), however since Symantec stopped development of L0phtcrack, I&#8217;m going [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to log into a Windows computer for a few minutes and you finally realize that you forgot the password? </p>
<p>There&#8217;s a way to crack the password and it doesn&#8217;t involve reformatting and reinstalling Windows.</p>
<p>The solution is called @stake LC4 (formerly L0phtCrack), however since Symantec stopped development of L0phtcrack, I&#8217;m going to let you in on a program called LC5. </p>
<p>Just like L0phtCrack, LC5 attacks your Windows machine with a combination of dictionary and brute force attacks. </p>
<p>LC5 can crack almost all common passwords in seconds. More advanced passwords with numbers and characters takes longer.</p>
<p>The main purpose of the LCP program is user account passwords auditing and recovery in Windows NT/2000/XP. </p>
<p>I haven&#8217;t tested it against Windows Vista yet, so I&#8217;m not sure if it will work. Your mileage may very either way.</p>
<p><strong>How it works:</strong></p>
<p>Windows NT, 2000 and XP passwords are stored as encrypted hash marks. LC5 attacks these hash marks with hundreds of passwords per minute. </p>
<p>Eventually the correct password will be sent and then displayed to the screen.<br />
<span id="more-92"></span><br />
<strong>Good intentions:</strong></p>
<ul>
<li>System administrators can find weak passwords within minutes. Sys admins can then change the passwords to make them more secure.</li>
<li>LC5 can be used to access computers of users who forget passwords.</li>
<li>In companies, it can be used to access computers of employees who have left the company.</li>
</ul>
<p><strong>Bad intentions:</strong></p>
<ul>
<li>Hackers can use LC5 to sniff passwords over networks.</li>
<li>Hackers can install this application onto a primary domain controller and steal hundreds of passwords within minutes.</li>
</ul>
<p>Please note that I am not the author of this software. Be advised that if you use this software, you do so at your own risk without any warranty expresses or implied by Geek With Laptop.</p>
<p><strong>Download LC5 (v5.04):</strong></p>
<p><a href="http://www.geekwithlaptop.com/download-manager.php?id=15">English version (with installer)</a> &#8211; 2.29 MB<br />
<a href="http://www.geekwithlaptop.com/download-manager.php?id=16">English version (without installer, ZIP)</a> &#8211; 1.86 MB<br />
<a href="http://www.geekwithlaptop.com/download-manager.php?id=17">English version (without installer, RAR)</a> &#8211; 1.66 MB</p>
<p><strong>Software License:</strong> LCP is a freeware program. The program may be distributed under condition of saving all files contents and structure of installation package.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/how-secure-are-you-really/' title='How Secure Are You Really?'>How Secure Are You Really?</a></li>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/' title='Migrating from wordpress.com to wordpress.org or self-hosting'>Migrating from wordpress.com to wordpress.org or self-hosting</a></li>
<li><a href='http://www.attackr.com/fine-tune-your-flash-drive/' title='Fine-Tune Your Flash Drive'>Fine-Tune Your Flash Drive</a></li>
<li><a href='http://www.attackr.com/wordpress-tip-disable-visual-editor/' title='WordPress Tip-Disable Visual Editor'>WordPress Tip-Disable Visual Editor</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/crack-windows-passwords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cross-site Scripting</title>
		<link>http://www.attackr.com/cross-site-scripting/</link>
		<comments>http://www.attackr.com/cross-site-scripting/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 05:28:57 +0000</pubDate>
		<dc:creator>graystatic</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet Security]]></category>

		<guid isPermaLink="false">http://www.attackr.com/cross-site-scripting/</guid>
		<description><![CDATA[With all the buzz about web 2.0 and the growing open source community the importance of security is sometimes forgotten. When you want something cool and snazzy for your site and you find a open source solution, it&#8217;s easy to install the app on your site and forget about it. When the app, tool, forum, [...]]]></description>
			<content:encoded><![CDATA[<p>With all the buzz about web 2.0 and the growing open source community the importance of security is sometimes forgotten.  When you want something cool and snazzy for your site and you find a open source solution, it&#8217;s easy to install the app on your site and forget about it.  When the app, tool, forum, or whatever is so easy to set up, it&#8217;s easy to not think about testing it or updating it with security patches. </p>
<p>Cross-site scripting is a very relevant security problem on the web today.  One of the big parts of web 2.0 is user interaction.  That is where the problem can happen when a server takes user input and redisplays it.  If the code taking the users input doesn&#8217;t properly validate it before the script uses it.  </p>
<p>If a user were to put in certain script tags into a forum entry form and the data was not checked before being redisplayed, that forum could potentially run the script in somebody&#8217;s browser that just views the page the data was posted to.  <span id="more-85"></span></p>
<p>Another example is a login form.  If the input data is directly used, without validation, in a database query, someone could purposely input commands that your server would then execute.</p>
<p>This might not seem so bad, who cares if a little guestbook or forum app on your site is hacked, but this is a potentially big problem.  One bad form on one page of your site could make your whole server vulnerable.  One vulnerable could also make your database, which may run the rest of your site, vulnerable.  </p>
<p>So how can you make sure your site is secure?  VALIDATE, VALIDATE, and VALIDATE, make sure you validate all potentially malicious input data.  Also make sure you check for updates.  The security of your entire site could depend on it.  Nobody is above being attacked.  Some famous examples include big names such as MySpace and CBS News.  For more real-world examples visit <a href="http://en.wikipedia.org/wiki/Cross-site_scripting#Real-world_examples">Wikipedia</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/how-secure-are-you-really/' title='How Secure Are You Really?'>How Secure Are You Really?</a></li>
<li><a href='http://www.attackr.com/crack-windows-passwords/' title='Crack Windows Passwords'>Crack Windows Passwords</a></li>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/cross-site-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popup Blockers</title>
		<link>http://www.attackr.com/popup-blockers/</link>
		<comments>http://www.attackr.com/popup-blockers/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 16:07:52 +0000</pubDate>
		<dc:creator>kirby145</dc:creator>
				<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>

		<guid isPermaLink="false">http://www.attackr.com/popup-blockers/</guid>
		<description><![CDATA[Popups are a major pain and internet security risk. They jump out and get in your way when you are browsing. Due to the use of popup blockers, many sites have stopped using them. However, there are sites with popups. These sites often tend to be on the bad side. Anyway, let&#8217;s look at popup [...]]]></description>
			<content:encoded><![CDATA[<p>Popups are a major pain and internet security risk. They jump out and get in your way when you are browsing. Due to the use of popup blockers, many sites have stopped using them.</p>
<p>However, there are sites with popups. These sites often tend to be on the bad side. Anyway, let&#8217;s look at popup blocking.</p>
<p>To begin, most modern browsers come equipped with popup blockers, or it can be made in the settings. For Internet Explorer6 and 7, go under tools&gt;turn on popup blocker. From here I suggest you turn it on to <strong>high</strong> and if you are using ie6 turn off the annoying information bar and popup sounds. Please note the high setting requires you to press <strong>control+click</strong> to open a new window, but you will get used to it and it is worth it to block the annoying ads.</p>
<p>In other browsers such az Mozilla Firefox and Opera, popups are automatically blocked (usually). As mentioned earlier you can edit these settings by certain browser types.</p>
<p>Finally, if you think this is too complicated or it won&#8217;t work for you, just go download the Google toolbar. It has a popup blocker and it&#8217;s better to trust Google than any other toolbar maker. This blocker is great and the toolbar is handy.</p>
<p>Stop popups today- Set up your browser.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/how-secure-are-you-really/' title='How Secure Are You Really?'>How Secure Are You Really?</a></li>
<li><a href='http://www.attackr.com/geek-survival-kit/' title='Geek Survival Kit'>Geek Survival Kit</a></li>
<li><a href='http://www.attackr.com/customising-ubuntu/' title='Customizing Ubuntu'>Customizing Ubuntu</a></li>
<li><a href='http://www.attackr.com/dvds-on-your-ipod/' title='DVDs on Your iPod'>DVDs on Your iPod</a></li>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/popup-blockers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
