<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Everything PC</title>
	<atom:link href="http://www.bpcelectronics.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bpcelectronics.com</link>
	<description>"Monetizing, Modifying, Mending and Mangling the Best of Today's Technology!"</description>
	<pubDate>Fri, 12 Dec 2008 19:23:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>#1 Breadcrumbs Javascript Code!</title>
		<link>http://www.bpcelectronics.com/2008/12/12/1-breadcrumbs-javascript-code/</link>
		<comments>http://www.bpcelectronics.com/2008/12/12/1-breadcrumbs-javascript-code/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 19:23:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

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

		<guid isPermaLink="false">http://www.bpcelectronics.com/?p=366</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I have looked high and low for an automatic javascript snippet for breadcrumbs. This is it. Here is a <a href="http://hyperdisc.unitec.ac.nz/materials/javascript/top10/">link to the site.</a></p>
<p>&nbsp;</p>
<p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />
&lt;title&gt;Breadcrumbs Sample&lt;/title&gt;<br />
&lt;script language=&quot;JavaScript&quot;&gt;breadCrumbs(&quot;<a href="http://www.tweensteeples.com&quot;,&quot;&gt;&quot;,&quot;index.html&quot;,&quot;None&quot;,&quot;None&quot;,&quot;None&quot;,&quot;0&quot;);&lt;/script">www.tweensteeples.com&quot;,&quot;&gt;&quot;,&quot;index.html&quot;,&quot;None&quot;,&quot;None&quot;,&quot;None&quot;,&quot;0&quot;);&lt;/script</a>&gt;<br />
&lt;script language=&quot;JavaScript&quot;&gt;<br />
function breadCrumbs(base,delStr,defp,cStyle,tStyle,dStyle,nl) { // by Paul Davis - <a href="http://www.kaosweaver.com">http://www.kaosweaver.com</a><br />
loc=window.location.toString();subs=loc.substr(loc.indexOf(base)+base.length+1).split(&quot;/&quot;);<br />
&nbsp;document.write(&#8217;&lt;a href=&quot;&#8217;+getLoc(subs.length-1)+defp+&#8217;&quot; class=&quot;&#8217;+cStyle+&#8217;&quot;&gt;Home&lt;/a&gt;&nbsp; &#8216;+&#8217;&lt;span class=&quot;&#8217;+dStyle+&#8217;&quot;&gt;&#8217;+delStr+&#8217;&lt;/span&gt; &#8216;);<br />
&nbsp;a=(loc.indexOf(defp)==-1)?1:2;for (i=0;i&lt;(subs.length-a);i++) { subs[i]=makeCaps(unescape(subs[i]));<br />
&nbsp;document.write(&#8217;&lt;a href=&quot;&#8217;+getLoc(subs.length-i-2)+defp+&#8217;&quot; class=&quot;&#8217;+cStyle+&#8217;&quot;&gt;&#8217;+subs[i]+&#8217;&lt;/a&gt;&nbsp; &#8216;+&#8217;&lt;span class=&quot;&#8217;+dStyle+&#8217;&quot;&gt;&#8217;+delStr+&#8217;&lt;/span&gt; &#8216;);}<br />
&nbsp;if (nl==1) document.write(&quot;&lt;br&gt;&quot;);document.write(&#8217;&lt;span class=&quot;&#8217;+tStyle+&#8217;&quot;&gt;&#8217;+document.title+&#8217;&lt;/span&gt;&#8217;);<br />
}<br />
function makeCaps(a) {<br />
&nbsp; g=a.split(&#8217; &#8216;);for (l=0;l&lt;g.length;l++) g[l]=g[l].toUpperCase().slice(0,1)+g[l].slice(1);<br />
&nbsp; return g.join(&quot; &quot;);<br />
}<br />
function getLoc(c) {<br />
&nbsp; var d=&quot;&quot;;if (c&gt;0) for (k=0;k&lt;c;k++) d=d+&quot;../&quot;; return d;<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;<br />
Here<br />
&nbsp;</p>
<pre>
&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot; TYPE='text/javascript'&gt;breadcrumbs()&lt;/SCRIPT&gt;
</pre>
<p>
&lt;/body&gt;<br />
&lt;/html&gt;<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/12/1-breadcrumbs-javascript-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Death to JavaScript Rock Stars!</title>
		<link>http://www.bpcelectronics.com/2008/12/11/death-to-javascript-rock-stars/</link>
		<comments>http://www.bpcelectronics.com/2008/12/11/death-to-javascript-rock-stars/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/2008/12/11/death-to-javascript-rock-stars/</guid>
		<description><![CDATA[We&#8217;ve been listening to your feedback today, about the new jQuery site redesign and one thing has become clear:

Death to JavaScript Rock Stars!


Poor dude didn&#8217;t even last 24 hours. We wanted to have some fun with the home page, but this bordered on a little too &#8220;extreme&#8221; for most tastes.
We plan on bringing some further [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been listening to <a href="http://blog.jquery.com/2008/08/29/jquerycom-site-redesign/">your</a> <a href="http://blog.jquery.com/2008/08/29/jquery-site-redesign-the-community-speaks/">feedback</a> today, about the new jQuery site redesign and one thing has become clear:</p>
<p><center></p>
<h3>Death to JavaScript Rock Stars!</h3>
</p>
<p></center></p>
<p>Poor dude didn&#8217;t even last 24 hours. We wanted to have some fun with the home page, but this bordered on a little too &#8220;extreme&#8221; for most tastes.</p>
<p>We plan on bringing some further revisions to the homepage in the future, but in the meantime here&#8217;s a quick overhaul, put together by the always-excellent <a href="http://www.scottjehl.com/v7/">Scott Jehl</a>, that&#8217;ll help tide everyone over:</p>
<p><center><a href="http://jquery.com/"><img id="image207" src="http://blog.jquery.com/wp-content/uploads/2008/08/jqueryhome.png" alt="jQuery Homepage" /></a></center></p>
<p>As a token of our appreciation for sticking with the &#8220;JavaScript Rock Star&#8221; for a day we&#8217;ve included a little Easter Egg in the new site. It would be useful if you knew the <a href="http://en.wikipedia.org/wiki/Konami_Code">Konami Code</a>.</p>
<p>Naturally, the whole redesign still has many tweaks that&#8217;ll be made over the next couple weeks, especially to individual page fonts, font sizes, and colors.</p>
<p>I want to, once again, thank Scott Jehl for all the hard work that he&#8217;s been putting in to the site design - and the excellent Varick Rosete (of <a href="http://www.ngenworks.com/">nGenWorks</a> and <a href="http://www.happywebbies.com">Happy Webbies</a>) for the great illustration that he drew for us.</p>
<p>Here&#8217;s to many happy days of rockin&#8217; out with jQuery!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/11/death-to-javascript-rock-stars/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Site Redesign - The Community Speaks</title>
		<link>http://www.bpcelectronics.com/2008/12/11/jquery-site-redesign-the-community-speaks/</link>
		<comments>http://www.bpcelectronics.com/2008/12/11/jquery-site-redesign-the-community-speaks/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/2008/12/11/jquery-site-redesign-the-community-speaks/</guid>
		<description><![CDATA[As many of you have seen by now, the jQuery Project&#8217;s site has been redesigned. It had been a long overdue task and it was important to put a fresh new spin on the main hub, and the face, of jQuery. One of the things about the jQuery Project is that we&#8217;ve never run with [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you have seen by now, the jQuery Project&#8217;s site has been redesigned. It had been a long overdue task and it was important to put a fresh new spin on the main hub, and the face, of jQuery. One of the things about the jQuery Project is that we&#8217;ve never run with the crowd or accepted the norm. By pushing boundaries and sometimes being &#8220;in your face&#8221; we&#8217;ve not only grown tremendously in popularity but we&#8217;ve pushed most of the other JS library projects to rethink their own principles and make changes to improve their products. That&#8217;s a good thing for everyone as competition is always good.</p>
<p>So, it should come as no surprise by the drastic change in the jQuery website. So far, the single biggest complaint has been associated with the new banner (ie: rockstar caricature &#038; slogan). Again, we wanted to push the boundaries and come up with something that would generate a lot of buzz. Overall, we&#8217;ve succeeded in that goal with plenty of positive feedback but unfortunately, with some very negative comments as well. We actually value both types of feedback and want more as it&#8217;s the only way to determine if we&#8217;re on the right track. As with any site redesign, you can&#8217;t please everyone and we understand that. But we also want everyone to realize that this is a first cut and it doesn&#8217;t mean that it can&#8217;t be tweaked.</p>
<p>We&#8217;re actively reviewing all of the feedback and will certainly be looking at how to best handle some of the concerns of the community. After all, the community is what makes the jQuery Project so special and so different from other projects. In addition, the jQuery team has always listened to the needs of the community and this time is no exception. Again, I think the team is unique in that we *DO LISTEN* to the community and we&#8217;re going to work on making the site an invaluable tool for everyone. So just give us some time to go through the messages and keep an eye on this blog for updates.<br />
Thanks for your patience and we truly appreciate your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/11/jquery-site-redesign-the-community-speaks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery.com Site Redesign</title>
		<link>http://www.bpcelectronics.com/2008/12/11/jquerycom-site-redesign/</link>
		<comments>http://www.bpcelectronics.com/2008/12/11/jquerycom-site-redesign/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/2008/12/11/jquerycom-site-redesign/</guid>
		<description><![CDATA[We&#8217;ve just pushed out a brand new site redesign (for jQuery.com and all its sub-sites). This has been a long time coming and it feels great to get it out the door.
New Homepage

Easily the most contentious part of the redesign - but absolutely the most eye-catching.
jQuery has long been driven by rock, even looking back [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just pushed out a brand new site redesign (for jQuery.com and all its sub-sites). This has been a long time coming and it feels great to get it out the door.</p>
<h4>New Homepage</h4>
<p><center><a href="http://jquery.com/"><img id="image202" src="http://blog.jquery.com/wp-content/uploads/2008/08/jquerycom.sm.png" alt="jQuery.com" /></a></center></p>
<p>Easily the most contentious part of the redesign - but absolutely the most eye-catching.</p>
<p>jQuery has long been driven by rock, even looking back to its <a href="http://web.archive.org/web/20060203025710/http://jquery.com/">original release</a> which was heavily inspired by the always-excellent <a href="http://en.wikipedia.org/wiki/Devo">Devo</a>. We shot for a catchy design that helped to bring JavaScript out of the cold doldrums that it frequently inhabits - giving it a serious jolt of fun.</p>
<h4>New Site Layout</h4>
<p><center><a href="http://docs.jquery.com/Traversing"><img id="image203" src="http://blog.jquery.com/wp-content/uploads/2008/08/jquerydocs.sm.png" alt="jQuery Docs" /></a></center></p>
<p>The entirety of the site has a new layout. With drastically improved multi-layer navigation and a standardized sidebar it should become much easier to navigate the individual portions of the site.</p>
<p>You should probably wear a hard hat while exploring the interior pages - font sizes, spacing, and colors are all in need of tweaking, which will be handled over the upcoming week (it&#8217;s fun working against Trac, Wordpress, Drupal, and Mediawiki simultaneously).</p>
<h4>New Logo</h4>
<p><center><img id="image204" src="http://blog.jquery.com/wp-content/uploads/2008/08/jquerylogo.png" alt="jQuery Logo" /></center></p>
<p>The original jQuery logo was a variation of the Devo hat - we&#8217;ve taken that concept, turned it on its ear, and made it something that we can call our own - while still being inspired by the original contours of the <a href="http://en.wikipedia.org/wiki/Energy_Dome">Devo Energy Dome</a>.</p>
<h4>Thanks</h4>
<p>Site and Logo Design: <a href="http://scottjehl.com/">Scott Jehl</a> - he put a fantastic amount of work into this redesign, bringing it all the way from conception to final implementation.</p>
<p>Rockin&#8217; Illustration: Varick Rosete from <a href="http://www.ngenworks.com/">nGenWorks</a> also of <a href="http://www.happywebbies.com">Happy Webbies</a> fame.</p>
<p>Initial Logo Prototyping: <a href="http://bradleysepos.com/blog/">Bradley Sepos</a>.</p>
<p>Also want to thank <a href="http://mediatemple.net/">Media Temple</a> for our hosting. They&#8217;ve been helping us a lot this past week migrating our sites to some new servers - expect some speed improvements for the sub-domains very soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/11/jquerycom-site-redesign/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Registration Open for jQuery Conference 2008</title>
		<link>http://www.bpcelectronics.com/2008/12/11/registration-open-for-jquery-conference-2008/</link>
		<comments>http://www.bpcelectronics.com/2008/12/11/registration-open-for-jquery-conference-2008/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/2008/12/11/registration-open-for-jquery-conference-2008/</guid>
		<description><![CDATA[Registration for jQuery Conference 2008 is officially open. Register now to ensure your spot!
As announced, this one-day conference will be held in Boston on Sunday, September 28, and will feature two tracks of presentations (beginner and advanced) from jQuery project members and a few special guest speakers. A registration fee of  will help cover [...]]]></description>
			<content:encoded><![CDATA[<p>Registration for jQuery Conference 2008 is officially open. <a href="http://events.jquery.com/">Register now</a> to ensure your spot!<br />
As <a href="http://blog.jquery.com/2008/06/26/jquery-camp-2008-announced/">announced</a>, this one-day conference will be held in <strong>Boston</strong> on <strong>Sunday, September 28</strong>, and will feature two tracks of presentations (beginner and advanced) from jQuery project members and a few special guest speakers. A registration fee of <strong></strong> will help cover the cost of the venue, as well as food, beverages, and T-shirts for all attendees.</p>
<p>We&#8217;re finalizing a convenient venue, especially for those who will be attending <a href="http://ajaxexperience.techtarget.com/east/">The Ajax Experience</a> conference the following Monday through Wednesday. We&#8217;re still firming up the agenda as well, but you can expect this to be a blow-out event.</p>
<p>If you have any questions, please feel free to contact us at <i>events [at] learningjquery.com</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/11/registration-open-for-jquery-conference-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top Three Tips for Optimizing Your Website</title>
		<link>http://www.bpcelectronics.com/2008/12/10/top-three-tips-for-optimizing-your-website/</link>
		<comments>http://www.bpcelectronics.com/2008/12/10/top-three-tips-for-optimizing-your-website/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 21:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Paul J. Chavaux]]></category>

		<category><![CDATA[SEO optimization]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/?p=359</guid>
		<description><![CDATA[&#160;
Very basic, but very relevant. There are approximately 35 variables that you need to optimize and here are three in the top ten.
&#160;

Watch more Veoh videos on AOL Video
]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Very basic, but very relevant. There are approximately 35 variables that you need to optimize and here are three in the top ten.</p>
<p>&nbsp;</p>
<p><embed></embed><embed height="353" width="425" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#FFFFFF" allowfullscreen="true" src="http://xml.truveo.com/eb/i/3183222548/a/58ef677afb89fc040e3dec6de7dd6c26/p/1" style="height: 385px ! important; width: 480px ! important;"></embed></p>
<h1 style="margin: 5px; padding: 0pt; font-family: arial; font-style: normal; font-variant: normal; font-weight: bold; font-size: 0.8em; line-height: normal; font-size-adjust: none; font-stretch: normal;">Watch more <a title="Veoh videos" target="_top" href="http://video.aol.com/channel/veoh">Veoh videos</a> on <a title="AOL Video" target="_top" href="http://video.aol.com/">AOL Video</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/10/top-three-tips-for-optimizing-your-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best Practices for Landing Pages</title>
		<link>http://www.bpcelectronics.com/2008/12/06/best-practices-for-landing-pages/</link>
		<comments>http://www.bpcelectronics.com/2008/12/06/best-practices-for-landing-pages/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 22:32:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Daily Landing Page Tips]]></category>

		<category><![CDATA[Landing Pages or Bust!]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/?p=356</guid>
		<description><![CDATA[
Landing Page Best Practices
View SlideShare presentation or Upload your own. (tags: interactive online)

]]></description>
			<content:encoded><![CDATA[<p><embed>
<div style="width:425px;text-align:left" id="__ss_348740"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/JHipkin/landing-page-best-practices?type=powerpoint" title="Landing Page Best Practices">Landing Page Best Practices</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=landing-pages-best-practices-1207957134102724-8&#038;stripped_title=landing-page-best-practices" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=landing-pages-best-practices-1207957134102724-8&#038;stripped_title=landing-page-best-practices" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" href="http://www.slideshare.net/JHipkin/landing-page-best-practices?type=powerpoint" title="View Landing Page Best Practices on SlideShare">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/interactive">interactive</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/online">online</a>)</div>
</div></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/06/best-practices-for-landing-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Optimizing Landing Pages</title>
		<link>http://www.bpcelectronics.com/2008/12/06/optimizing-landing-pages/</link>
		<comments>http://www.bpcelectronics.com/2008/12/06/optimizing-landing-pages/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 22:30:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Daily Landing Page Tips]]></category>

		<category><![CDATA[optimizing landing pages]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/?p=354</guid>
		<description><![CDATA[
Landing Page Design &#38; Optimization
View SlideShare presentation or Upload your own. (tags: optimization rate)

]]></description>
			<content:encoded><![CDATA[<p><embed>
<div style="width:425px;text-align:left" id="__ss_393295"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/alexdesigns/landing-page-design-optimization?type=powerpoint" title="Landing Page Design &amp; Optimization">Landing Page Design &amp; Optimization</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=04-1210204978809880-8&#038;stripped_title=landing-page-design-optimization" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=04-1210204978809880-8&#038;stripped_title=landing-page-design-optimization" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" href="http://www.slideshare.net/alexdesigns/landing-page-design-optimization?type=powerpoint" title="View Landing Page Design &amp; Optimization on SlideShare">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/optimization">optimization</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/rate">rate</a>)</div>
</div></embed><embed></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/06/optimizing-landing-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mailmerge with Excel and Word</title>
		<link>http://www.bpcelectronics.com/2008/12/05/mailmerge-with-excel-and-word/</link>
		<comments>http://www.bpcelectronics.com/2008/12/05/mailmerge-with-excel-and-word/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:06:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/?p=346</guid>
		<description><![CDATA[
&#160;

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','32','height','32','src','/http&#124;/www.bpcelectronics.com/video/MailMerge-Part-1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/http&#124;/www.bpcelectronics.com/video/MailMerge-Part-1' ); //end AC code

]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="id] http://www.bpcelectronics.com/video/MailMerge-Part-1.swf -&gt; [flash http://www.bpcelectronics.com/video/MailMerge-Part-1.swf" width="425" height="350" wmode="transparent"/></object></p>
<p>&nbsp;</p>
<p><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','32','height','32','src','/http|/www.bpcelectronics.com/video/MailMerge-Part-1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/http|/www.bpcelectronics.com/video/MailMerge-Part-1' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="32" height="32"><param name="movie" value="http://www.bpcelectronics.com/video/MailMerge-Part-1.swf" /><param name="quality" value="high" /><embed src="http://www.bpcelectronics.com/video/MailMerge-Part-1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="32" height="32"></embed></object></noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/12/05/mailmerge-with-excel-and-word/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Google Checkout Buttons Doesn’t Increase Adwords CTR</title>
		<link>http://www.bpcelectronics.com/2008/11/30/using-google-checkout-buttons-doesn%e2%80%99t-increase-adwords-ctr/</link>
		<comments>http://www.bpcelectronics.com/2008/11/30/using-google-checkout-buttons-doesn%e2%80%99t-increase-adwords-ctr/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 14:51:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://www.bpcelectronics.com/2008/11/30/using-google-checkout-buttons-doesn%e2%80%99t-increase-adwords-ctr/</guid>
		<description><![CDATA[Using Google Checkout Buttons Doesn’t Increase Adwords CTR
Posted using ShareThis
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wolf-howl.com/google/adwords-button-ctr/">Using Google Checkout Buttons Doesn’t Increase Adwords CTR</a></p>
<p>Posted using <a href="http://sharethis.com">ShareThis</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpcelectronics.com/2008/11/30/using-google-checkout-buttons-doesn%e2%80%99t-increase-adwords-ctr/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
