Page 1 of 1

Random </span> Unmatched Error in Wordpress

Posted: Mon Sep 13, 2010 8:01 pm
by denisb0y
I have a widget that displays properly on almost all my posts in Wordpress yet some seem to have some sort of crazy </span> unmatched error and display weird. Here are pictures comparing the awkward occurrence to the original.

This is what it looks like on most posts.
Image

And here's what happens on select posts for some strange reason:
Image

Now this is the error as Google Chrome's Web Inspector Sees It:
Image

And this is the erred code that the single post rendered :banghead: :

Code: Select all

 <div id="tools">
<div style="float:left; margin-top: 6px; margin-bottom: 5px; background: #ededed; padding: 10px 6px 6px 6px; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;">

<a href="http://www.facebook.com/sharer.php?u=http://test.simflecks.com/&t=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/facebook.png" title="Share on Facebook!" /></a>

<a href="http://twitter.com/home?status=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $1993392" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/twitter.png" title="Share on Twitter!"/></a>

<a href=" http://digg.com/submit?phase=2&url= http://test.simflecks.com/sprint-to-sell-htc-evo-4g-on-june-4th-for-199-3392&title=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/digg.png" title="Digg this!" /></a>

<a href=" http://www.google.com/buzz/post?url=http://test.simflecks.com/sprint-to-sell-htc-evo-4g-on-june-4th-for-199-3392" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/google-buzz.png" title="Buzz It!" /></a>

<a href=" http://del.icio.us/post?v=4&noui&jump=close&url=http://test.simflecks.com/sprint-to-sell-htc-evo-4g-on-june-4th-for-199-3392&title=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/delicious.png" title="Add to del.icio.us!" /></a>

<a href="http://www.stumbleupon.com/submit?url=http://test.simflecks.com/sprint-to-sell-htc-evo-4g-on-june-4th-for-199-3392&title=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/stumbleupon.png" title="Stumble this!" /></a>

<a href=" http://technorati.com/faves?add=http://test.simflecks.com" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/technorati.png" title="Add to Techorati!" /></a>

<a href=" http://www.newsvine.com/_tools/seed&save?u=http://test.simflecks.com/sprint-to-sell-htc-evo-4g-on-june-4th-for-199-3392&h=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/newsvine.png" title="Seed Newsvine!" /></a>

<a href=" http://reddit.com/submit?url=
http://test.simflecks.com/sprint-to-sell-htc-evo-4g-on-june-4th-for-199-3392&title=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/reddit.png" title="Reddit!" /></a>

<a href=" http://techcubby.com/activity/?s=Nice post! 
http://test.simflecks.com/sprint-to-sell-htc-evo-4g-on-june-4th-for-199-3392 @Parteek" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/08/tcbuttonsmall.png" title="Send It To TechCubby!" /></a>

</div>

So how should I alter this original widget code in order to avoid these errors from even appearing:

Code: Select all

<div id="tools">
<div style="float:left; margin-top: 6px; margin-bottom: 5px; background: #ededed; padding: 10px 6px 6px 6px; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;">

<a href="http://www.facebook.com/sharer.php?u=<?php bloginfo(siteurl); ?>/&t=<?php the_title(); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/facebook.png" title="Share on Facebook!" /></a>

<a href="http://twitter.com/home?status=<?php the_title(); ?><?php the_ID() ;?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/twitter.png" title="Share on Twitter!"/></a>

<a href=" http://digg.com/submit?phase=2&url= <?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/digg.png" title="Digg this!" /></a>

<a href=" http://www.google.com/buzz/post?url=<?php the_permalink(); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/google-buzz.png" title="Buzz It!" /></a>

<a href=" http://del.icio.us/post?v=4&noui&jump=close&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/delicious.png" title="Add to del.icio.us!" /></a>

<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/stumbleupon.png" title="Stumble this!" /></a>

<a href=" http://technorati.com/faves?add=<?php echo get_option('home'); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/technorati.png" title="Add to Techorati!" /></a>

<a href=" http://www.newsvine.com/_tools/seed&save?u=<?php the_permalink(); ?>&h=<?php the_title(); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/newsvine.png" title="Seed Newsvine!" /></a>

<a href=" http://reddit.com/submit?url=
<?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/07/reddit.png" title="Reddit!" /></a>

<a href=" http://techcubby.com/activity/?s=Nice post! 
<?php the_permalink();?> @<?php the_author('firstname'); ?>" target="_blank"><img src="http://simflecks.com/wp-content/uploads/2010/08/tcbuttonsmall.png" title="Send It To TechCubby!" /></a>

</div>

Thank you! :D

Re: Random </span> Unmatched Error in Wordpress

Posted: Mon Sep 13, 2010 8:42 pm
by Jonah Bron
Post the HTML source when it works properly and when it has the error. Is there any sort of pattern to this occurrence? Maybe only on specific posts/pages?

Re: Random </span> Unmatched Error in Wordpress

Posted: Mon Sep 13, 2010 9:08 pm
by denisb0y
Jonah Bron wrote:Post the HTML source when it works properly and when it has the error. Is there any sort of pattern to this occurrence? Maybe only on specific posts/pages?
The main issue is that I can't pinpoint a single pattern to this occurrence. It only happens on some single posts, and only on single posts is where the widget code is enabled since I don't use sharing options on the homepage.

Here is the HTML code of the single post widget when everything is working:
[text]<div id="tools">
<div style="float:left; margin-top: 6px; margin-bottom: 5px; background: #ededed; padding: 10px 6px 6px 6px; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;">

<a href="http://www.facebook.com/sharer.php?u=ht ... &t=Por­tal For Mac [Review]" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... cebook.png" title="Share on Facebook!" /></a>

<a href="http://twitter.com/home?status=Por­tal For Mac [Review]3397" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... witter.png" title="Share on Twitter!"/></a>

<a href=" http://digg.com/submit?phase=2&url= http://test.simflecks.com/portal-for-ma ... le=Por­tal For Mac [Review]" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... 7/digg.png" title="Digg this!" /></a>

<a href=" http://www.google.com/buzz/post?url=htt ... eview-3397" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... e-buzz.png" title="Buzz It!" /></a>

<a href=" http://del.icio.us/post?v=4&noui&jump=c ... le=Por­tal For Mac [Review]" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... icious.png" title="Add to del.icio.us!" /></a>

<a href="http://www.stumbleupon.com/submit?url=h ... le=Por­tal For Mac [Review]" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... leupon.png" title="Stumble this!" /></a>

<a href=" http://technorati.com/faves?add=http:// ... flecks.com" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... norati.png" title="Add to Techorati!" /></a>

<a href=" http://www.newsvine.com/_tools/seed&sav ... &h=Por­tal For Mac [Review]" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... wsvine.png" title="Seed Newsvine!" /></a>

<a href=" http://reddit.com/submit?url=
http://test.simflecks.com/portal-for-ma ... le=Por­tal For Mac [Review]" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... reddit.png" title="Reddit!" /></a>

<a href=" http://techcubby.com/activity/?s=Nice post!
http://test.simflecks.com/portal-for-mac-review-3397 @Nick" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... nsmall.png" title="Send It To TechCubby!" /></a>

</div>[/text]


Now here's what happens on one of the posts that has the issue (this is the entire HTML document):
[text]<!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" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Sprint to sell HTC EVO 4G on June 4th for $199 | SimFlecks</title>

<meta name="generator" content="WordPress" />

<link rel="stylesheet" href="http://test.simflecks.com/wp-content/themes/SimFlecks Candy Final 1 Beta/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://test.simflecks.com/feed" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://test.simflecks.com/feed/rss" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://test.simflecks.com/feed/atom" />

<link rel="pingback" href="http://test.simflecks.com/xmlrpc.php" />


<link rel="shortcut icon" href="http://www.iconj.com/favicon.php?user=simflecks" type="image/x-icon" />
<link rel="icon" href="http://www.iconj.com/favicon2.php?user=simflecks" type="image/gif" />

<script src="http://platform.twitter.com/anywhere.js ... Ri1Dhw&v=1" type="text/javascript"></script>

<script type="text/javascript">

twttr.anywhere(function (T) {
T.linkifyUsers();
});

</script>

<link rel="alternate" type="application/rss+xml" title="SimFlecks &raquo; Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199 Comments Feed" href="http://test.simflecks.com/sprint-to-sel ... -3392/feed" />
<link rel='stylesheet' id='wp-polls-css' href='http://test.simflecks.com/wp-content/pl ... s?ver=2.50' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='http://test.simflecks.com/wp-content/pl ... ?ver=2.3.1' type='text/css' media='all' />
<script type='text/javascript' src='http://test.simflecks.com/wp-includes/j ... '></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://test.simflecks.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://test.simflecks.com/wp-includes/wlwmanifest.xml" />
<link rel='index' title='SimFlecks' href='http://test.simflecks.com' />
<link rel='start' title='Hello world!' href='http://test.simflecks.com/hello-world-1' />
<link rel='prev' title='What Hap­pens When You Bite <span class="caps">HTC</span>' href='http://test.simflecks.com/what-happens- ... e-htc-3390' />
<link rel='next' title='Android 2.1 avail­able for Sam­sung Moment?' href='http://test.simflecks.com/android-2-1-a ... oment-3395' />
<link rel='shortlink' href='http://test.simflecks.com/?p=3392' />

<!-- All in One SEO Pack 1.6.12.1 by Michael Torbert of Semper Fi Web Design[301,396] -->
<meta name="description" content="The anticipated HTC EVO 4G isn't too far from the clutches of enthusiasts who are interested in lining up to buy the device. But there's no worry about the" />
<meta name="keywords" content="2.1,4g,android,breaking news,breakingnews,evo,evo 4g,evo4g,google,htc,sprint,supersonic,video,wimax" />
<link rel="canonical" href="http://test.simflecks.com/sprint-to-sel ... r-199-3392" />
<!-- /all in one seo pack -->

<!-- Bad Behavior 2.0.38 run time: 3.188 ms -->
<script type="text/javascript">
<!--
function bb2_addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
oldonload();
func();
}
}
}

bb2_addLoadEvent(function() {
for ( i=0; i < document.forms.length; i++ ) {
if (document.forms.method == 'post') {
var myElement = document.createElement('input');
myElement.setAttribute('type', 'hidden');
myElement.name = 'bb2_screener_';
myElement.value = '1284429538 24.4.148.6';
document.forms.appendChild(myElement);
}
}
});
// --></script>
<meta name="framework" content="Alkivia Framework 0.8" />


<!-- begin gallery scripts -->

<link rel="stylesheet" href="http://test.simflecks.com/wp-content/pl ... ry.css.php" type="text/css" media="screen" charset="utf-8"/>

<link rel="stylesheet" href="http://test.simflecks.com/wp-content/pl ... allery.css" type="text/css" media="screen" charset="utf-8"/>

<script type="text/javascript" src="http://test.simflecks.com/wp-content/pl ... "></script>

<script type="text/javascript" src="http://test.simflecks.com/wp-content/pl ... "></script>

<script type="text/javascript" src="http://test.simflecks.com/wp-content/pl ... "></script>

<!-- end gallery scripts -->
<style type="text/css">
.wp-polls .pollbar {
margin: 1px;
font-size: 6px;
line-height: 8px;
height: 8px;
background-image: url('http://test.simflecks.com/wp-content/pl ... pollbg.gif');
border: 1px solid #c8c8c8;
}
</style>
<style type="text/css">

sup {

vertical-align: 60%;

font-size: 75%;

line-height: 100%;

}

sub {

vertical-align: -10%;

font-size: 75%;

line-height: 100%;

}

.amp {

font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;

font-weight: normal;

font-style: italic;

font-size: 1.1em;

line-height: 1em;

}

.caps {

font-size: 90%;

}

.dquo {

margin-left:-.40em;

}

.quo {

margin-left:-.2em;

}

/* because formatting .numbers should consider your current font settings, we will not style it here */

</style>




<script type="text/javascript">

twttr.anywhere(function (T) {
T.hovercards();
});

</script>

</head>
<body>

<SCRIPT LANGUAGE="JavaScript1.1"> img1 = new Image img1.src = "http://simflecks.com/wp-content/uploads ... orful1.png" img2 = new Image
img2.src = "http://simflecks.com/wp-content/uploads ... lhover.png" </SCRIPT>

<div id="head" class="clearfloat">


<div id="lg-container">
<div id="top_bar" class="top_bar">
<div id="topnav" class="topnav">

<form method="get" style="margin-left:-670px; float: left; margin-top: 2px;" action="http://test.simflecks.com/">

<input type="search" placeholder="Search..." value="" name="s" id="s" onfocus="this.value=''" title="Enter the terms you wish to search for." /><input type="hidden" id="searchsubmit" />

</form>

<span style="text-align:center; position: absolute; left: 200px; right: 400px; overflow: hidden;"> Hello, World!</span>

<a href="http://test.simflecks.com/wp-admin/" class="signin"style="position: relative; right: -85px;"><span>Dashboard</span></a>
<a href="http://test.simflecks.com/wp-admin/post-new.php" class="signin" style="position: relative; right: -87px;"><span>New Post</span></a>


<a href="http://test.simflecks.com/wp-login.php? ... f75d47a60b" class="signin" style="position: relative; right: -90px;"><span>Log Out</span></a>

</div>
</div>
</div>




<div class="clearfloat">
<div id="logo" class="left">
<a href="http://test.simflecks.com/"><img src="http://simflecks.com/wp-content/uploads ... orful1.png" width="320" height="83px" alt="" onmouseover="this.src='http://simflecks.com/wp-content/uploads ... lhover.png'" onmouseout="this.src='http://simflecks.com/wp-content/uploads ... orful1.png'" /></a>
<div id="tagline"></div>
</div>

<div class="right">
<a href="" style="font-size:11px;color:#007fe0;text-decoration:none;font-weight:bold; line-height:13px;"><img src="http://simflecks.com/wp-content/uploads ... evived.png" alt="featured" width="468px" height="60px" style="margin: 5px; -moz-box-shadow: 0px 0px 2px #474747; -webkit-box-shadow: 0px 0px 2px #474747; box-shadow: 0px 0px 2px #474747; /* CSS3 */"/></a>

</div>

</div>

<div id="navbar" class="clearfloat">

<ul id="page-bar" class="left clearfloat">

<li><a href="http://test.simflecks.com/">Home</a></li>

<li class="cat-item cat-item-33"><a href="http://test.simflecks.com/category/apps" title="View all posts filed under Apps">Apps</a>
</li>
<li class="cat-item cat-item-811"><a href="http://test.simflecks.com/category/games" title="View all posts filed under Games">Games</a>
</li>
<li class="cat-item cat-item-321"><a href="http://test.simflecks.com/category/giveaway" title="View all posts filed under giveaway">giveaway</a>
</li>

</ul>



</div>

</div>

<div id="page" class="clearfloat">
<div id="content">


<div class="post" id="post-3392">

<span class="breadcrumbs" style="color: #575757; padding-right: 6px; padding-left: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 11px;"><a href="http://test.simflecks.com/">Home</a> &rang<a href="http://test.simflecks.com/category/android" title="View all posts in Android" rel="category tag">Android</a>, <a href="http://test.simflecks.com/category/gadgets" title="View all posts in Gadgets" rel="category tag">Gadgets</a></span>

<h1 class="title">Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199</h1>

<div id="stats">
<span>12 May 2010</span>
<span>Written by: <a href="http://test.simflecks.com/author/FlexDroid/" title="Posts by Parteek">Parteek</a></span>


<span class="editbutton"><a class="post-edit-link" href="http://test.simflecks.com/wp-admin/post ... ction=edit" title="Edit Post">Edit This</a></span>

</div>



<div class="entry clearfloat">
<div class="thearticle">

<p><img class="alignright" title="evo4th" src="http://www.uncrate.com/men/images/2010/ ... evo-4g.jpg" alt="" width="300" height="505" /></p>
<p>The antic­i­pated <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> isn’t too far from the clutches of enthu­si­asts who are inter­ested in lin­ing up to buy the device. But there’s no worry about the wait, because it’ll be out on June 4th. The device will be $199 after all the dis­counts like a two-year con­tract plan from $450. Another addi­tion to buy­ing the device will be video chat­ting pow­ered by Qik. You can do it over <span class="caps">3G</span> or <span class="caps">4G</span> being that the device has a front fac­ing camera.</p>
<p>The down­side is that there’s a manda­tory $10 per month “Pre­mium Data add-on” on top of their plan prob­a­bly because they have the enjoy­ing WiMAX when they’re in a Sprint <span class="caps">4G</span> mar­ket not to men­tion that the 8-device WiFi hotspot fea­ture runs an extra $29.99 a month. They also con­vince peo­ple by telling them that it’s half what you’d pay for a ded­i­cated mobile broad­band account. Not to men­tion you can enjoy high qual­ity YouTube and voice and data simul­ta­ne­ously.<br />
<!--more--><br />
–FlexDroid</p>
<p><span class="caps">PR</span>:</p>
<p><em><strong>America’s First <span class="caps">4G</span> Phone, <span class="caps">HTC</span> <span class="caps">EVOTM</span> <span class="caps">4G</span>, Debuts on June 4 Packed with Industry-Leading Fea­tures Includ­ing Access to Mobile Video Chat, Simul­ta­ne­ous Voice and Data and <span class="caps">HD</span> Video Capture</strong></em></p>
<p><em>Sprint leads the <span class="caps">4G</span> rev­o­lu­tion with the highly antic­i­pated, award-winning <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> priced at just $199.99; add mobile hotspot capa­bil­ity for up to eight devices for just $29.99</em></p>
<p><em> </em></p>
<p><span class="caps">NEW</span> <span class="caps">YORK</span>, May 12, 2010 (<span class="caps">BUSINESS</span> <span class="caps">WIRE</span>) –If you were cre­at­ing your dream wire­less device what would it look like? Two cam­eras and video chat so you can say good­night to your chil­dren when you are away on a busi­ness trip? Simul­ta­ne­ous voice and data, so you can call in your take-out order while you look at their menu on the Inter­net? The abil­ity to plug your phone into your <span class="caps">HDTV</span>, so you can let your chil­dren fin­ish the movie they started watch­ing in the car’s back­seat when you get home? And a huge screen for watch­ing the videos you down­load in sec­onds — not min­utes — with the fastest wire­less data speeds avail­able in Amer­ica today? Stop day­dream­ing and get ready for Sprint (<span class="caps">NYSE</span>: S) to make your dreams come true on June 4 when the highly antic­i­pated <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> debuts.</p>
<p>The crit­ics agree that <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> is this summer’s must-have wire­less expe­ri­ence as it con­tin­ues to win their acco­lades and endorse­ments. <span class="caps">CNET</span>, <span class="caps">LAPTOP</span> and eWeek gave <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> awards for Best of Show when it was announced at <span class="caps">CTIA</span> this spring. Engad­get said, “It’s eas­ily the best specced phone we’ve ever wit­nessed.” The Finan­cial Times cooed, “The first <span class="caps">4G</span> phone in the U.S., the <span class="caps">HTC</span> <span class="caps">EVO</span> … ticks just about all the boxes for my ideal phone.”</p>
<p><span class="dquo">“</span><span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> is a fan­tas­tic <span class="caps">3G</span> device, but when you use it in our grow­ing <span class="caps">4G</span> cov­er­age area, it becomes a mul­ti­me­dia pow­er­house,” said Dan Hesse, Sprint <span class="caps">CEO</span>. “The <span class="caps">EVO</span> <span class="caps">4G</span> expe­ri­ence is much like going from <span class="caps">TV</span> to <span class="caps">HDTV</span>. But <span class="caps">EVO</span> has more than just an impres­sive list of fea­tures — it is also fun to use with remark­able gam­ing, video and web-browsing capabilities.”</p>
<p>With the launch of <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span>, Sprint cus­tomers will be able to enjoy capa­bil­i­ties they have never expe­ri­enced before with a new video chat ser­vice from Qik. The two-way voice and video capa­bil­ity will be avail­able as an upgrade to the pre­loaded Qik app on <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> to enable con­ver­sa­tional, inter­ac­tive, real-time shar­ing between mobile devices or from mobile-to-desktop.</p>
<p>Amaz­ing Fea­tures, Beau­ti­ful Design</p>
<p><span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> fea­tures the lat­est ver­sion of the increas­ingly pop­u­lar <a title="Android" href="http://test.simflecks.com/category/android">Android</a> plat­form, Android 2.1, offer­ing more than 35,000 <a title="apps" href="http://test.simflecks.com/category/apps">apps</a>, as well as a mind-blowing list of fea­tures, including:</p>
<p>* Simul­ta­ne­ous voice and data capa­bil­ity in <span class="caps">4G</span> and Wi-Fi cov­er­age areas, enabling Web surf­ing and more while the con­ver­sa­tion con­tin­ues.<br />
* Offer­ing a new way to search with pic­tures instead of words, Google Gog­gles™ works with every­thing from books, DVDs and bar­codes to land­marks, logos, art­work and wine labels.<br />
* Super­fast 1GHz Qual­comm® Snap­dragon™ proces­sor, ensur­ing a smooth and quick move­ment within phone menus.<br />
* Two cam­eras — an 8.0 megapixel auto-focus cam­era with HD-capable video cam­corder and a forward-facing 1.3 megapixel cam­era.<br />
* Built-in mobile hotspot func­tion­al­ity allow­ing up to eight Wi-Fi enabled devices to share the <span class="caps">3G</span> or <span class="caps">4G</span> expe­ri­ence on the go with a lap­top, cam­era, music player, game unit, video player, or any other Wi-Fi enabled device.<br />
* Inte­grated <span class="caps">HD</span> video cap­ture with the abil­ity to cap­ture and share live video via the Qik Web site, <a title="Facebook" href="http://test.simflecks.com/category/soci ... ce­book</a>, YouTube or Twit­ter™.<br />
* Abil­ity to eas­ily watch video with the device on an <span class="caps">HDTV</span> via an <span class="caps">HDMI</span> cable (sold sep­a­rately).<br />
* Cus­tom Web browser opti­mized for the 4.3 inch dis­play and Sprint <span class="caps">4G</span> speeds to deliver a full, no-compromise Inter­net expe­ri­ence.<br />
* A handy kick­stand built into the back, mak­ing it easy to watch videos on-the-go.<br />
* Adobe Flash tech­nol­ogy ensures that rich Inter­net con­tent, such as embed­ded video and ani­ma­tion, are dis­played the way they are meant to be seen.<br />
* Pinch-to-zoom and auto­matic text reflow­ing pro­vide easy Web page views.</p>
<p><span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> boasts the newest ver­sion of the highly acclaimed <span class="caps">HTC</span> Sense user expe­ri­ence. With <span class="caps">HTC</span> Sense, <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> users can use Friend Stream to aggre­gate mul­ti­ple social com­mu­ni­ca­tion chan­nels, includ­ing Face­book and Twit­ter into one orga­nized flow of updates; a “Leap” thumb­nail view to eas­ily switch between home screen “pan­els;” the abil­ity to down­load new, inter­ac­tive wid­gets; and a “polite” ringer, which qui­ets the ring­ing phone once lifted up.</p>
<p>While the per­for­mance of cur­rently avail­able Android appli­ca­tions will be enhanced by access to <span class="caps">4G</span> data speeds, a Sprint <span class="caps">4G</span> devel­oper guide is avail­able today from the Sprint <span class="caps">ADP</span> Web site at http://developer.sprint.com. The Sprint <span class="caps">4G</span> devel­oper guide pro­vides details on devel­op­ing for an Android 2.1 hand­set and how to take advan­tage of <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span>’s unique hard­ware and soft­ware capa­bil­i­ties and the Sprint <span class="caps">4G</span> net­work. The Sprint Appli­ca­tion Devel­oper Pro­gram has been pro­vid­ing tools for third-party devel­op­ers since Sprint first launched the Wire­less Web on its phones in 2001.</p>
<p>Worry-Free Pric­ing</p>
<p><span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> will be avail­able in all Sprint retail chan­nels, includ­ing Sprint.com and national retail part­ners, RadioShack, Best Buy and Wal-Mart. Sprint will price the award-winning device at $199.99 with a two-year ser­vice agree­ment and after a $100 mail-in rebate (taxes excluded) with a new line acti­va­tion or eli­gi­ble upgrade. Pre-registration is avail­able now at http://www.sprint.com/evo.
<p>In order to pro­vide the best expe­ri­ence, <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> will use Sprint’s industry-leading Every­thing Data or Busi­ness Advan­tage Mes­sag­ing and Data plans that include unlim­ited Web, tex­ting and call­ing on the Sprint Net­work to every mobile in Amer­ica with Any Mobile, Any­timeSM. Every­thing Data plans start at $69.99 per month. A $10 per month Pre­mium Data add-on will apply allow­ing cus­tomers to take advan­tage of a richer data expe­ri­ence than ever before.</p>
<p>Addi­tion­ally, an optional pric­ing add-on will turn <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> into a mobile hotspot con­nect­ing up to eight Wi-Fi enabled devices, such as lap­tops, gam­ing devices and dig­i­tal cam­eras, simul­ta­ne­ously at <span class="caps">4G</span> speeds where avail­able and at <span class="caps">3G</span> speeds any­where on the Sprint <span class="caps">3G</span> net­work for just $29.99 per month — half the monthly cost of the cur­rent Mobile Broad­band plan (pric­ing excludes sur­charges and taxes).</p>
<p>With the Sprint Free Guar­an­tee, cus­tomers can take advan­tage of <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> for 30 days and if not com­pletely sat­is­fied, may return the device within 30 days to get reim­bursed for the device pur­chase and acti­va­tion fee, get both the early ter­mi­na­tion and restock­ing fees waived, and receive a full refund for the monthly ser­vice plan charges.1</p>
<p>Blaz­ing trails with Sprint <span class="caps">4G</span></p>
<p>Sprint <span class="caps">4G</span> offers a faster wire­less expe­ri­ence than any other U.S. national wire­less car­rier, and Sprint is the only national car­rier offer­ing wire­less <span class="caps">4G</span> ser­vice today in 32 mar­kets. Sprint <span class="caps">4G</span> deliv­ers down­load speeds up to 10 times faster than <span class="caps">3G2</span>,giving <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> the fastest data speeds of any U.S. wire­less device avail­able today.</p>
<p>As the first national wire­less car­rier to test, launch and mar­ket <span class="caps">4G</span> tech­nol­ogy, Sprint made his­tory by launch­ing <span class="caps">4G</span> in Bal­ti­more in Sep­tem­ber 2008. Today, Sprint <span class="caps">4G</span> cov­ers 41 mil­lion peo­ple and expects to have up to 120 mil­lion peo­ple cov­ered by the end of 2010.</p>
<p>Sprint cur­rently offers <span class="caps">4G</span> ser­vice in 32 mar­kets: Geor­gia — Atlanta, Milledgeville; Hawaii — Hon­olulu, Maui; Idaho — Boise; Illi­nois — Chicago; Mary­land — Bal­ti­more; Nevada — Las Vegas; North Car­olina — Char­lotte, Greens­boro, (along with High Point and Winston-Salem), Raleigh (along with Cary, Chapel Hill and Durham); Ore­gon — Port­land, Salem; Penn­syl­va­nia — Har­ris­burg, Lan­caster, Philadel­phia, Read­ing, York; Texas — Abi­lene, Amar­illo, Austin, Cor­pus Christi, Dallas/Ft. Worth, Hous­ton, Killeen/Temple, Lub­bock, Midland/Odessa, San Anto­nio, Waco, Wichita Falls; Wash­ing­ton — Belling­ham, Seat­tle. For more infor­ma­tion, visit http://www.sprint.com/<span class="caps">4G</span>.</p>
<p>In 2010, Sprint expects to launch <span class="caps">4G</span> ser­vice in mul­ti­ple mar­kets, includ­ing but not lim­ited to, Boston, Cincin­nati, Cleve­land, Den­ver, Los Ange­les, Kansas City, Miami, Min­neapo­lis, New York City, Pitts­burgh, Salt Lake City, San Fran­cisco, St. Louis and Wash­ing­ton, D.C.</p>
<p>About Sprint Nextel</p>
<p>Sprint Nex­tel offers a com­pre­hen­sive range of wire­less and wire­line com­mu­ni­ca­tions ser­vices bring­ing the free­dom of mobil­ity to con­sumers, busi­nesses and gov­ern­ment users. Sprint Nex­tel served more than 48 mil­lion cus­tomers at the end of the first quar­ter of 2010 and is widely rec­og­nized for devel­op­ing, engi­neer­ing and deploy­ing inno­v­a­tive tech­nolo­gies, and the first and only wire­less <span class="caps">4G</span> ser­vice from a national car­rier in the United States; offer­ing industry-leading mobile data ser­vices, lead­ing pre­paid brands includ­ing Vir­gin Mobile <span class="caps">USA</span>, Boost Mobile and Assur­ance Wire­less and instant national and inter­na­tional push-to-talk capa­bil­i­ties; and a global Tier 1 Inter­net back­bone. With its customer-focused strat­egy, you can learn more and visit Sprint at http://www.sprint.com or http://www.facebook.com/sprint and http://www.twitter.com/sprint.

</div>
</div>

<div class="coloredborder" style="border-bottom: 5px dashed #969696; margin-bottom: 20px; margin-top: 10px;"></div>

<div style="border: 1px #aaaaaa solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 355px; background-color: #f4f4f4; width: 650px; margin-bottom: 15px; ">
<h2 style="margin-bottom: 7px; margin-left: 10px; margin-top: 5px;">Related Articles</h2>

<ul class="related_posts">

<div style="width:180px;height:auto; float:left; margin-right:14px; margin-bottom: 50px;"><div style="width:180px;height:90px;margin-left:5px; margin-bottom: 50px;">
<li style="list-style: none;">

<a href="http://test.simflecks.com/sprint-nexus- ... 2648"><img src="http://ai.rs/wp-content/uploads//2010/01/nexus_one.jpg" style="width:180px; height:180px; overflow:hidden; " /></a>
<a href="http://test.simflecks.com/sprint-nexus- ... -four-2648" rel="bookmark" style="font-size:14px;text-decoration:none; line-height:4px; margin-bottom: 100px;">Sprint Nexus one! Yep thats four!</a>

</li>
</div></div>

<div style="width:180px;height:auto; float:left; margin-right:14px; margin-bottom: 50px;"><div style="width:180px;height:90px;margin-left:5px; margin-bottom: 50px;">
<li style="list-style: none;">

<a href="http://test.simflecks.com/sprints-samsu ... 3362"><img src="http://www.blogcdn.com/www.engadget.com ... ment-2.jpg" style="width:180px; height:180px; overflow:hidden; " /></a>
<a href="http://test.simflecks.com/sprints-samsu ... in-q2-3362" rel="bookmark" style="font-size:14px;text-decoration:none; line-height:4px; margin-bottom: 100px;">Sprint’s Sam­sung Moment and <span class="caps">HTC</span> Hero get­ting 2.1 update in <span class="caps">Q2</span></a>

</li>
</div></div>

<div style="width:180px;height:auto; float:left; margin-right:14px; margin-bottom: 50px;"><div style="width:180px;height:90px;margin-left:5px; margin-bottom: 50px;">
<li style="list-style: none;">

<a href="http://test.simflecks.com/sprints-htc-t ... 2655"><img src="http://www.blogcdn.com/www.engadget.com ... nse-25.jpg" style="width:180px; height:180px; overflow:hidden; " /></a>
<a href="http://test.simflecks.com/sprints-htc-t ... pdate-2655" rel="bookmark" style="font-size:14px;text-decoration:none; line-height:4px; margin-bottom: 100px;">Sprint’s <span class="caps">HTC</span> Touch Pro2 offi­cially get­ting <span class="caps">WM</span> 6.5 update</a>

</li>
</div></div>
</ul>
</div>


<div class="postauthor" style="1px solid #aaa; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px;">
<h2>About The Author</h2>
<img alt='' src='http://0.gravatar.com/avatar/25914d2458 ... s%3D80&r=G' class='avatar avatar-80 photo' height='80' width='80' /> <h4>Parteek</h4>
I'm Parteek techie and a writer, writing about the latest news in technology or social media. I enjoy also enjoy making graphics in Photoshop or Illustrator. Follow me at <a href="http://twitter.com/partechie">@parteekg1</a>
</div>


<div id="tools">
<div style="float:left; margin-top: 6px; margin-bottom: 5px; background: #ededed; padding: 10px 6px 6px 6px; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;">

<a href="http://www.facebook.com/sharer.php?u=ht ... /&t=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... cebook.png" title="Share on Facebook!" /></a>

<a href="http://twitter.com/home?status=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $1993392" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... witter.png" title="Share on Twitter!"/></a>

<a href=" http://digg.com/submit?phase=2&url= http://test.simflecks.com/sprint-to-sel ... tle=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... 7/digg.png" title="Digg this!" /></a>

<a href=" http://www.google.com/buzz/post?url=htt ... r-199-3392" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... e-buzz.png" title="Buzz It!" /></a>

<a href=" http://del.icio.us/post?v=4&noui&jump=c ... tle=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... icious.png" title="Add to del.icio.us!" /></a>

<a href="http://www.stumbleupon.com/submit?url=h ... tle=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... leupon.png" title="Stumble this!" /></a>

<a href=" http://technorati.com/faves?add=http:// ... flecks.com" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... norati.png" title="Add to Techorati!" /></a>

<a href=" http://www.newsvine.com/_tools/seed&sav ... 2&h=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... wsvine.png" title="Seed Newsvine!" /></a>

<a href=" http://reddit.com/submit?url=
http://test.simflecks.com/sprint-to-sel ... tle=Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... reddit.png" title="Reddit!" /></a>

<a href=" http://techcubby.com/activity/?s=Nice post!
http://test.simflecks.com/sprint-to-sel ... r-199-3392 @Parteek" target="_blank"><img src="http://simflecks.com/wp-content/uploads ... nsmall.png" title="Send It To TechCubby!" /></a>

</div>



</div>

</div>

<br />

<div id="comments">

<!-- You can start editing here. -->



<br />
<h3 id="comments">One Comment <a href="#respond" title="Leave a comment">&raquo;</a></h3>
<ul class="commentlist">


<div class="commentlist">

<li id="comment-230" >

<div class="clearfloat">



<div class="commenttext">
<p><a class="comment-edit-link" href="http://test.simflecks.com/wp-admin/comm ... ment&c=230" title="Edit comment">Edit Comment</a></p>
<cite><strong><a href='http://topsy.com/trackback?utm_source=p ... r-199-3392' rel='external nofollow' class='url'>Tweets that mention Sprint to sell HTC EVO 4G on June 4th for $199 | SimFlecks (BETA) -- Topsy.com</a> </strong> said: </cite>

<p>[…] This post was men­tioned on Twit­ter by Par­teek, Sim­Fleck­sRSS. Sim­Fleck­sRSS said: Sprint to sell <span class="caps">HTC</span> <span class="caps">EVO</span> <span class="caps">4G</span> on June 4th for $199 <a href="http://bit.ly/cIZcSp" rel="nofollow">http://bit.ly/cIZcSp</a> by @parteekg1 […]</p>
</div>


</div>

<div class="commentmetadata"> 12 May 2010 at 5:19 pm </div>
</li>


</ul>






<br /><h3 id="respond">Leave your response!</h3>


<form action="http://test.simflecks.com/wp-comments-post.php" method="post" id="commentform">


<p>Logged in as <a href="http://test.simflecks.com/wp-admin/prof ... joyride</a>. <a href="http://test.simflecks.com/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></p>


<p><textarea name="comment" id="comment" cols="100%" rows="15" tabindex="4"></textarea></p>
<p>You can use these tags:<br/><code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></p>
<p>This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at <a href="http://www.gravatar.com">Gravatar</a>.</p>

<p><input name="submit" class="searchbutton" type="submit" id="submit" tabindex="5" value="Submit Comment" />
<input type="hidden" name="comment_post_ID" value="3392" />
</p>

</form>




</div>


</div>

<div id="sidebar">

<div id="sidebar-ads">

<a href="" style="font-size:11px;color:#007fe0;text-decoration:none;font-weight:bold; line-height:13px;"><img src="http://simflecks.com/wp-content/uploads ... banner.png" alt="featured" width="300px" height="250px style="margin: 5px; -moz-box-shadow: 0px 0px 2px #474747; -webkit-box-shadow: 0px 0px 2px #474747; box-shadow: 0px 0px 2px #474747; /* CSS3 */"/></a>

</div>

<div id="sidebar-top">


<div id="socialbar" class="socialbar">

<p><h2>Stay Updated!</h2></p>

<ul>
<li><a href="http://facebook.com/simflecks"><img src="http://test.simflecks.com/wp-content/themes/SimFlecks Candy Final 1 Beta/images/sharing/facebook_32.png" /></a>

<a class="twitter" title="simflecks" href="http://twitter.com/simflecks"><img src="http://simflecks.com/wp-content/uploads ... ter_32.png" /></a>

<a class="youtube" href="http://youtube.com/simflecks"><img src="http://test.simflecks.com/wp-content/themes/SimFlecks Candy Final 1 Beta/images/sharing/youtube_32.png" /></a>

<a href="http://feeds.feedburner.com/simflecksblog"><img src="http://test.simflecks.com/wp-content/themes/SimFlecks Candy Final 1 Beta/images/sharing/rss_32.png" /></a>

<a href="http://feedburner.google.com/fb/a/mailv ... blog"><img src="http://test.simflecks.com/wp-content/themes/SimFlecks Candy Final 1 Beta/images/sharing/email_32.png" /></a>
</ul>

</div>




</div>


<div id="sidebar-middle" class="clearfloat">
<div id="sidebar-left">




</div>

<div id="sidebar-right">


<h3>Upcoming Posts</h3>
<ul>
</ul>
</div>

</div>

<div id="sidebar-bottom">




</div>


</div></div>

<div id="front-popular" class="clearfloat">

<div id="recentpost" class="clearfloat">


<center><iframe src="http://www.facebook.com/plugins/recomme ... heme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:280px; height:350px; background: transparent; margin-right: 5px;"></iframe></center>

</div>

<div id="mostcommented" class="clearfloat">
<h2>Most Commented</h2>
<ul> <li><a href="http://test.simflecks.com/android-2-0-1 ... users-1082" title="(UPDATE) Android 2.0.1 is rolling out to T-Mobile Android Users! [Rumor]">(UPDATE) Android 2.0.1 is rolling out to T-Mobile Android Users! [Rumor]</a></li> <li><a href="http://test.simflecks.com/verizons-droi ... -below-773" title="Verizon's DROID is getting the Android 2.0.1 Update! Features Below!">Verizon's DROID is getting the Android 2.0.1 Update! Features Below!</a></li> <li><a href="http://test.simflecks.com/ipad-what-you ... -know-1782" title="Apple's iPad - What you need to know">Apple's iPad - What you need to know</a></li> <li><a href="http://test.simflecks.com/best-app-for- ... touch-1317" title="Best apps for free texting (SMS) [iPhone/iPod Touch]">Best apps for free texting (SMS) [iPhone/iPod Touch]</a></li> <li><a href="http://test.simflecks.com/zaang-post-1713" title="Zaang Beta- Bringing Forums to Web 2.0">Zaang Beta- Bringing Forums to Web 2.0</a></li> <li><a href="http://test.simflecks.com/rock-band-iph ... -touch-396" title="Rock Band - iPhone/iPod Touch">Rock Band - iPhone/iPod Touch</a></li> <li><a href="http://test.simflecks.com/android-on-iphone-3244" title="Android on iPhone">Android on iPhone</a></li> <li><a href="http://test.simflecks.com/faq-about-and ... ut-1-6-215" title="FAQ about Android Donut 1.6">FAQ about Android Donut 1.6</a></li>
</ul>


</div>

<div id="recent_comments" class="clearfloat">



<h2>Stats</h2>
<div class="stats" style="margin-top: 0px;"><br /><br />

<nobr><strong>397</strong> posts</nobr><br />
<nobr><strong>227</strong> comments</nobr><br />

<nobr><strong>331 </strong> followers</nobr>

</div>
<br />


</div>
</div>


<div id="footer"> <script type='text/javascript'>
/* <![CDATA[ */
var useronlineL10n = {
ajax_url: "http://test.simflecks.com/wp-admin/admin-ajax.php",
timeout: "300000"
};
/* ]]> */
</script>
<script type='text/javascript' src='http://test.simflecks.com/wp-content/pl ... '></script>
<script type='text/javascript'>
/* <![CDATA[ */
var pollsL10n = {
ajax_url: "http://test.simflecks.com/wp-content/pl ... -polls.php",
text_wait: "Your last request is still being processed. Please wait a while ...",
text_valid: "Please choose a valid poll answer.",
text_multiple: "Maximum number of choices allowed: ",
show_loading: "1",
show_fading: "1"
};
/* ]]> */
</script>
<script type='text/javascript' src='http://test.simflecks.com/wp-content/pl ... '></script>
<script type='text/javascript' src='http://test.simflecks.com/wp-includes/j ... '></script>
<script type='text/javascript' src='http://test.simflecks.com/wp-content/pl ... '></script>
<a href="http://test.simflecks.com/wp-admin/">Site Admin</a> | <a href="http://test.simflecks.com/wp-login.php? ... 7a60b">Log out</a> | <a href="http://test.simflecks.com/feed">Entries (RSS)</a> | <a href="http://test.simflecks.com/comments/feed">Comments (RSS)</a> | Candy Theme by <a href="http://nwdude.wordpress.com" target="_blank">Nick Wittwer</a> | Version 1.1.6 | Sharing Icons by <a href="http://icondock.com/">IconDock</a>

<!-- 52 queries. 1.293 seconds. -->

</div>

<!-- Woopra Code Start -->
<script type="text/javascript" src="//static.woopra.com/js/woopra.v2.js"></script>
<script type="text/javascript">
woopraTracker.track();
</script>
<!-- Woopra Code End -->

</body>
</html>[/text]

It seems to have something to do with the [text]<span class="caps"></span>[/text] yet I have no idea where that's coming from if its not designated in the original widget code. Thanks in advance.

SOLVED!

Posted: Mon Sep 13, 2010 9:20 pm
by denisb0y
Thank you for your help. Apparently it was just a dumb typography plugin generated by wordpress.
http://wordpress.org/support/topic/prev ... -classcaps