<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Crossing the Pond</title>
	
	<link>http://www.pondcrossers.com</link>
	<description>Fun International Travel</description>
	<lastBuildDate>Sat, 31 Oct 2009 12:07:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/pondcrossers" type="application/rss+xml" /><feedburner:emailServiceId>pondcrossers</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to Add a Free MP3 Audio Player to the Thesis Theme MultiMedia Box</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/cQsZm6qqXw8/</link>
		<comments>http://www.pondcrossers.com/how-to-add-mp3-player-audio-thesis-theme/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:05:49 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[What's Hot]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=119</guid>
		<description><![CDATA[
It&#8217;s time to try a MultiMedia Box MP3 playlist test.
First we grab an &#8220;open source, free and customizable&#8221; audio player and grabbed the &#8220;multi&#8221; option since the goal here is to create a playlist of our favorite pirated garage band&#8217;s royalty-free best songs.
The documentation on that MP3 player&#8217;s site is decent enough, we begin with:
&#60;object [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.pondcrossers.com/how-to-add-mp3-player-audio-thesis-theme/" title="Permanent link to How to Add a Free MP3 Audio Player to the Thesis Theme MultiMedia Box"><img class="post_image aligncenter" src="http://www.pondcrossers.com/blog-images/create-audio-mp3-jukebox-player-thesis-theme.jpg" width="600" height="250" alt="How to create a jukebox style mp3 audio playlist player for the Thesis Theme for WordPress" /></a>
</p><p>It&#8217;s time to try a MultiMedia Box MP3 playlist test.</p>
<p>First we grab an &#8220;open source, free and customizable&#8221; <a rel="nofollow" href="http://flash-mp3-player.net/" target="_blank">audio player</a> and grabbed the &#8220;multi&#8221; option since the goal here is to create a playlist of our favorite <span style="text-decoration: line-through;">pirated</span> garage band&#8217;s royalty-free best songs.</p>
<p>The documentation on that MP3 player&#8217;s site is decent enough, we begin with:</p>
<p><code>&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;200&quot; height=&quot;20&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;&lt;param name=&quot;FlashVars&quot; value=&quot;mp3=test.mp3|test2.mp3&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;player_mp3_multi.swf&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;200&quot; height=&quot;20&quot; src=&quot;player_mp3_multi.swf&quot; flashvars=&quot;mp3=test.mp3|test2.mp3&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</code></p>
<p>Change paths to absolute URI references as needed, then dump the above code into the &#8220;Custom Multimedia Box Code&#8221; section in Thesis, and call it good.</p>
<p>Well that was easy.  There&#8217;s a generator on the site to make it easier still.  The configuration file is a TXT and can be edited to do all sorts of fun things, like create the multiple play lists.  But that sounded like work, so, sticking just to the MP3 player&#8217;s Flash based parameters seemed best for newbies.</p>
<p>To get the final playlist seen here, the following code was used in the Thesis multimedia box &#8220;custom code&#8221; section.  You would need to add your own URIs to your own happy songs, your own version of this open-source MP3 player, and so on, but it was the work of half an hour to go from nothing to this awesome jukebox of duplicate audio files.  </p>
<p>I left &#8220;autoplay&#8221; default to off, you&#8217;ll see why if you listen.</p>
<p><code>&lt;object class=&quot;playerpreview&quot; type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.pondcrossers.com/blog-images/mp3/template_multi/player_mp3_multi.swf&quot; width=&quot;200&quot; height=&quot;100&quot;&gt;<br />
&lt;param name=&quot;movie&quot; value=&quot;http://www.pondcrossers.com/blog-images/mp3/template_multi/player_mp3_multi.swf&quot; /&gt;<br />
&lt;param name=&quot;FlashVars&quot; value=&quot;mp3=http://www.pondcrossers.com/blog-images/mp3/template_multi/test.mp3|http://www.pondcrossers.com/blog-images/mp3/template_multi/test2.mp3|http://www.pondcrossers.com/blog-images/mp3/template_multi/test3.mp3&amp;amp;title=Godhammer Chaos 1|Godhammer Chaos 2|Godhammer Chaos 3&amp;amp;bgcolor1=189ca8&amp;amp;bgcolor2=085c68&quot; /&gt;<br />
&lt;/object&gt;</code></p>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/cQsZm6qqXw8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/how-to-add-mp3-player-audio-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/how-to-add-mp3-player-audio-thesis-theme/</feedburner:origLink></item>
		<item>
		<title>TimThumb Testing PNG 1.5.1 Thumbnails 6</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/l0m5JsG-AJo/</link>
		<comments>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-6/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:21:07 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=88</guid>
		<description><![CDATA[
Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-6/" title="Permanent link to TimThumb Testing PNG 1.5.1 Thumbnails 6"><img class="post_image aligncenter" src="http://www.pondcrossers.com/blog-images/timthumbtest/thumb6_600x250.jpg" width="600" height="250" alt="Post image for TimThumb Testing PNG 1.5.1 Thumbnails 6" /></a>
</p><p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Let&#8217;s break things with Yahoo now!</p>
<p><a href="http://mediaplayer.yahoo.com/example1.mp3">First link</a><br />
<a href="http://mediaplayer.yahoo.com/example2.mp3">Second link</a><br />
<a href="http://mediaplayer.yahoo.com/example3.mp3">Third link</a></p>
<p>Random Break for Gummi Bears.  Don&#8217;t ask.</p>
<p><object width="340" height="285"><param name="movie" value="http://www.youtube.com/v/astISOttCQ0&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0xcc2550&#038;color2=0xe87a9f&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/astISOttCQ0&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0xcc2550&#038;color2=0xe87a9f&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="340" height="285"></embed></object></p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/l0m5JsG-AJo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mediaplayer.yahoo.com/example3.mp3" length="130548" type="audio/mpeg" />
<enclosure url="http://mediaplayer.yahoo.com/example2.mp3" length="245388" type="audio/mpeg" />
<enclosure url="http://mediaplayer.yahoo.com/example1.mp3" length="320784" type="audio/mpeg" />
		<feedburner:origLink>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-6/</feedburner:origLink></item>
		<item>
		<title>TimThumb Testing PNG 1.5.1 Thumbnails 5</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/iqsWR6IdpUE/</link>
		<comments>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-5/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:20:17 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=86</guid>
		<description><![CDATA[
Look a totally fake hack of a caption!
Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-5/" title="Permanent link to TimThumb Testing PNG 1.5.1 Thumbnails 5"><img class="post_image aligncenter" src="http://www.pondcrossers.com/blog-images/timthumbtest/thumb5_600x250.jpg" width="600" height="250" alt="pictures of stuff and stuff" /></a>
</p><p class="alert"><em>Look a totally fake hack of a caption!</em></p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/iqsWR6IdpUE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-5/</feedburner:origLink></item>
		<item>
		<title>TimThumb Testing PNG 1.5.1 Thumbnails 4</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/vhfO7A1TzLw/</link>
		<comments>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-4/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:18:53 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=84</guid>
		<description><![CDATA[
Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-4/" title="Permanent link to TimThumb Testing PNG 1.5.1 Thumbnails 4"><img class="post_image aligncenter" src="http://www.pondcrossers.com/blog-images/timthumbtest/thumb4_600x250.jpg" width="600" height="250" alt="Post image for TimThumb Testing PNG 1.5.1 Thumbnails 4" /></a>
</p><p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/vhfO7A1TzLw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-4/</feedburner:origLink></item>
		<item>
		<title>TimThumb Testing PNG 1.5.1 Thumbnails 3</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/NaiCS_va-Rs/</link>
		<comments>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-3/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:13:36 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=76</guid>
		<description><![CDATA[
Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-3/" title="Permanent link to TimThumb Testing PNG 1.5.1 Thumbnails 3"><img class="post_image aligncenter" src="http://www.pondcrossers.com/blog-images/timthumbtest/thumb3_600x250.jpg" width="600" height="250" alt="another picture of something else" /></a>
</p><p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/NaiCS_va-Rs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-3/</feedburner:origLink></item>
		<item>
		<title>TimThumb Testing PNG 1.5.1 Thumbnails 1</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/WQq7aZ6oFSo/</link>
		<comments>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-1/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:07:51 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=71</guid>
		<description><![CDATA[
Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-1/" title="Permanent link to TimThumb Testing PNG 1.5.1 Thumbnails 1"><img class="post_image aligncenter" src="http://www.pondcrossers.com/blog-images/timthumbtest/thumb1_600x250.jpg" width="600" height="250" alt="A test of stuff" /></a>
</p><p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end. Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<p>Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.Just need enough text here to have something to say and btw people if you are subscribed to this blog, like, unsubscribe, it&#8217;s a nuclear test site, the end.</p>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/WQq7aZ6oFSo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/timthumb-testing-png-1-5-1-thumbnails-post-1/</feedburner:origLink></item>
		<item>
		<title>Крайний тест</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/exQOs0HdTYs/</link>
		<comments>http://www.pondcrossers.com/%d0%ba%d1%80%d0%b0%d0%b9%d0%bd%d0%b8%d0%b9-%d1%82%d0%b5%d1%81%d1%82/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 05:03:41 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[International Travel Tips]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=64</guid>
		<description><![CDATA[
TEST POST
賀洛氣學
Dr.Web для почтового сервера MS Exchange 2007 поддерживает новые концепции организации Exchange Server 2007 &#8211; серверной роли и транспортного агента, а также новую структуру SMTP-событий почтового сервера. Теперь весь поток электронных сообщений на разных этапах SMTP-транспортировки обрабатывается антивирусными транспортными агентами приложения Dr.Web.
你好
Расширены возможности работы с карантином, в частности, реализовано повторное сканирование объектов, находящихся в [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.pondcrossers.com/%d0%ba%d1%80%d0%b0%d0%b9%d0%bd%d0%b8%d0%b9-%d1%82%d0%b5%d1%81%d1%82/" title="Permanent link to Крайний тест"><img class="post_image aligncenter remove_bottom_margin" src="http://www.pondcrossers.com/blog-images/ologo_300dpi.jpg" width="500" height="189" alt="TESTING GODHAMMER" /></a>
</p><p>TEST POST</p>
<p>賀洛氣學</p>
<p>Dr.Web для почтового сервера MS Exchange 2007 поддерживает новые концепции организации Exchange Server 2007 &#8211; серверной роли и транспортного агента, а также новую структуру SMTP-событий почтового сервера. Теперь весь поток электронных сообщений на разных этапах SMTP-транспортировки обрабатывается антивирусными транспортными агентами приложения Dr.Web.</p>
<p>你好</p>
<p>Расширены возможности работы с карантином, в частности, реализовано повторное сканирование объектов, находящихся в нем, что позволяет нейтрализовать опасные объекты после обновления вирусных баз.</p>
<p>有什么需要我帮你的 会一点点。!!</p>
<p>Используя передовые разработки и технологии компании, Dr.Web для почтовых серверов MS Exchange 2007 обеспечивает:RhfqR</p>
<p>هل بإمكانك مساعدتي؟</p>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/exQOs0HdTYs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/%d0%ba%d1%80%d0%b0%d0%b9%d0%bd%d0%b8%d0%b9-%d1%82%d0%b5%d1%81%d1%82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/%d0%ba%d1%80%d0%b0%d0%b9%d0%bd%d0%b8%d0%b9-%d1%82%d0%b5%d1%81%d1%82/</feedburner:origLink></item>
		<item>
		<title>Add MOV Quicktime Video to Thesis Theme</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/bVXt6hwok7U/</link>
		<comments>http://www.pondcrossers.com/add-mov-quicktime-video-to-thesis-theme/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 02:10:20 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[What's Hot]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=55</guid>
		<description><![CDATA[This Apple Quicktime MOV file crosses domains and may or may not work using the traditional OBJECT and EMBED commands.  Bet it does though.  Score, it does.]]></description>
			<content:encoded><![CDATA[<p></p><p>This Apple Quicktime MOV file crosses domains and may or may not work using the traditional OBJECT and EMBED commands.  Bet it does though.  Score, it does.</p>
<p><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320"><param name="src" value="http://www.adhive.com/lightning.mov"><param name="autoplay" value="true"><param name="type" value="video/quicktime" height="256" width="320"><embed src="http://www.adhive.com/lightning.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></p>
<p></object></p>
<p>Code used was:</p>
<pre>
&lt;object classid=&quot;clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B&quot; codebase=&quot;http://www.apple.com/qtactivex/qtplugin.cab&quot; height=&quot;256&quot; width=&quot;320&quot;&gt;
&lt;param name=&quot;src&quot; value=&quot;http://www.yourdomain/your.mov&quot;&gt;
&lt;param name=&quot;autoplay&quot; value=&quot;true&quot;&gt;
&lt;param name=&quot;type&quot; value=&quot;video/quicktime&quot; height=&quot;256&quot; width=&quot;320&quot;&gt;
&lt;embed src=&quot;http://www.yourdomain/your.mov&quot; height=&quot;256&quot; width=&quot;320&quot; autoplay=&quot;true&quot; type=&quot;video/quicktime&quot; pluginspage=&quot;http://www.apple.com/quicktime/download/&quot;&gt;
&lt;/object&gt;
</pre>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/bVXt6hwok7U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/add-mov-quicktime-video-to-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.adhive.com/lightning.mov" length="3925331" type="video/quicktime" />
		<feedburner:origLink>http://www.pondcrossers.com/add-mov-quicktime-video-to-thesis-theme/</feedburner:origLink></item>
		<item>
		<title>Alert and Note CSS class testing in Thesis Theme</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/XFc9gwvsLhM/</link>
		<comments>http://www.pondcrossers.com/alert-note-css-class-thesis-theme/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 01:10:26 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=47</guid>
		<description><![CDATA[So we want to put some distance in our note and alert classes in Thesis.  To do this, we edit custom.css and it's a matter of this code below in custom.css to get the indentation looks you see below.]]></description>
			<content:encoded><![CDATA[<p></p><p>So we want to put some distance in our note and alert classes in Thesis.  To do this, we edit custom.css and it&#8217;s a matter of this code below in custom.css to get the indentation looks you see below.</p>
<p>
<pre>.custom .alert {margin-left:2em; margin-right:6em;}
.custom .note {margin-left:5em;}</pre>
</p>
<p class="note">This is a note.</p>
<p class="note">This is a note (again).  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.</p>
<p>This is normal text without classes like alert or note.</p>
<p class="alert">This is an alert.</p>
<p class="alert">This is an alert (again).  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.  Repeat a few times to get some wrapping going on.</p>
<p>This is normal text again, no formatting with class or note classes in CSS.</p>
<blockquote><p>Let&#8217;s finish the alerting noting stuff with a blockquote, pullquote, quoatation, whatever you call a &#8220;quote&#8221; like this!</p></blockquote>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/XFc9gwvsLhM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/alert-note-css-class-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/alert-note-css-class-thesis-theme/</feedburner:origLink></item>
		<item>
		<title>This should be annoying</title>
		<link>http://feedproxy.google.com/~r/pondcrossers/~3/2ith5neJxro/</link>
		<comments>http://www.pondcrossers.com/this-should-be-annoying/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 06:37:06 +0000</pubDate>
		<dc:creator>The Dude</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pondcrossers.com/?p=35</guid>
		<description><![CDATA[Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">O</span>kay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah. Okay so you write your post blah blah.</p>
<p>Then you say:</p>
<pre>
&lt;div class=&quot;scream&quot;&gt;OUCH&lt;/div&gt;
</pre>
<p>and close it when you&#8217;re done and get the below:</p>
<div class="scream">HOLY EYESORE BATMAN! I mean, really this is totally painful.</p>
<p>Could ramble on but why?</p>
<p>It&#8217;s a DIV that I am terminating now.</p></div>
<p>And that&#8217;s that, where in custom.css you have:</p>
<pre>.custom div.scream {margin:1px; margin-color:#579DFB; color:#952807; background:#2EF600;}</pre>
<p>Time for a table test:</p>
<div id="tablecenter">
<table id="tablepete">
<tr>
<td class="petetd">First</td>
<td class="petetd">Last</td>
<td class="petetd">Other</td>
</tr>
<tr>
<td class="petetd">Pete</td>
<td class="petetd">Something</td>
<td class="petetd">Else</td>
</tr>
<tr>
<td class="petetd">Pete</td>
<td class="petetd">Something</td>
<td class="petetd">Else</td>
</tr>
</table>
</div>
<img src="http://feeds.feedburner.com/~r/pondcrossers/~4/2ith5neJxro" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pondcrossers.com/this-should-be-annoying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pondcrossers.com/this-should-be-annoying/</feedburner:origLink></item>
	</channel>
</rss>
