<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Vasiliy Selivanov's Blog</title>
	<link>http://vasiliy-selivanov.com.ua/blog2</link>
	<description>Vasiliy Selivanov's Blog, about Internet, web-industry and other</description>
	<pubDate>Thu, 20 Nov 2008 13:25:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Multiple File Upload plugin for jQuery and Cancel button</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/11/20/multiple-file-upload-plugin-for-jquery-and-cancel-button/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/11/20/multiple-file-upload-plugin-for-jquery-and-cancel-button/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 13:25:20 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

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

		<category><![CDATA[multi input file]]></category>

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/11/20/multiple-file-upload-plugin-for-jquery-and-cancel-button/</guid>
		<description><![CDATA[QuocKien here ask me to help him with Multiple File Upload plugin and cancel button
This the most easy way I think
it&#8217;s this simple js code (cancel button will work for second multi input file)
$(document).ready(function(){
&#160;&#160;&#160; &#160;&#160;&#160; $(&#8217;.multi&#8217;).MultiFile();
&#160;&#160;&#160; &#160;&#160;&#160; $(&#8217;.multi2&#8242;).MultiFile();
&#160;&#160;&#160; &#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#34;#cancel_but&#34;).click(function() {
&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#34;.multi2&#34;).parent().find(&#8217;span a&#8217;).each(function() {
&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(this).click();
&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; });
&#160;&#160;&#160; &#160;&#160;&#160; })
});
where [...]]]></description>
			<content:encoded><![CDATA[<p>QuocKien <a href="http://vasiliy-selivanov.com.ua/blog2/2008/05/14/multiple-file-upload-plugin-for-jquery-and-ie7-and-jquery-validation-form/#comment-271">here</a> ask me to help him with Multiple File Upload plugin and cancel button</p>
<p>This the most easy way I think</p>
<p>it&#8217;s this simple js code (cancel button will work for second multi input file)</p>
<p>$(document).ready(function(){<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $(&#8217;.multi&#8217;).MultiFile();<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $(&#8217;.multi2&#8242;).MultiFile();<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $(&quot;#cancel_but&quot;).click(function() {<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $(&quot;.multi2&quot;).parent().find(&#8217;span a&#8217;).each(function() {<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $(this).click();<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; });<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; })</p>
<p>});</p>
<p>where is .multi2 - it&#8217;s selector of your multi file input</p>
<p>simple html</p>
<p>&lt;input type=&quot;file&quot; class=&quot;multi&quot; /&gt;<br />
&lt;input type=&quot;file&quot; class=&quot;multi2&quot; /&gt;&lt;input type=&quot;button&quot; value=&quot;cancel&quot; id=&quot;cancel_but&quot; /&gt;</p>
<p>&nbsp;</p>
<p>I hope this help</p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/11/20/multiple-file-upload-plugin-for-jquery-and-cancel-button/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail Themes</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/11/20/gmail-themes/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/11/20/gmail-themes/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 12:02:51 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/11/20/gmail-themes/</guid>
		<description><![CDATA[GMail have themes!!!!
&#160;
Following the footsteps of Google&#8217;s personalized homepage, Gmail added themes. Once the new option is enabled in your account (as usually, Gmail&#8217;s new features are slowly rolled out), you&#8217;ll find a tab named &#34;Themes&#34; in the settings page and you&#8217;ll be able to choose from 30 themes. &#34;We wanted to go beyond simple [...]]]></description>
			<content:encoded><![CDATA[<p>GMail have themes!!!!</p>
<p>&nbsp;</p>
<p>Following the footsteps of Google&#8217;s personalized homepage, <a href="http://gmailblog.blogspot.com/2008/11/spice-up-your-inbox-with-colors-and.html">Gmail added themes</a>. Once the new option is enabled in your account (<span style="font-style: italic;">as usually, Gmail&#8217;s new features are slowly rolled out</span>), you&#8217;ll find a tab named &quot;Themes&quot; in <a href="https://mail.google.com/mail/#settings">the settings page</a> and you&#8217;ll be able to choose from 30 themes. &quot;We wanted to go beyond simple color customization, so out of the 30 odd themes we&#8217;re launching today, there&#8217;s a shiny theme with chrome styling, another one that turns your inbox into a retro notepad, nature themes that change scenery over time, weather driven themes that can rain on your mailbox, and fun characters to keep you in good company,&quot; mentions Gmail&#8217;s blog.</p>
<p>&nbsp;</p>
<p><a href="http://3.bp.blogspot.com/_JE4qNpFW6Yk/SSR7sIr8y_I/AAAAAAAAAK8/8zfWsFB_wCw/s1600-h/skins_grid.png"><img alt="gmail themes" src="http://2.bp.blogspot.com/_ZaGO7GjCqAI/SSSAuj5pOEI/AAAAAAAAONg/-LEnXxMAbLI/s640/gmail-themes.png" /></a></p>
<p>&nbsp;</p>
<p>from <a href="http://googlesystem.blogspot.com/2008/11/gmail-themes.html">googlesystem.blogspot.com</a></p>
<p> <a href="http://vasiliy-selivanov.com.ua/blog2/2008/11/20/gmail-themes/#more-82" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/11/20/gmail-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome :)</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/10/30/google-chrome/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/10/30/google-chrome/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 10:59:04 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/10/30/google-chrome/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://img134.imageshack.us/img134/8834/googlesfidamicrosoftconzi2.jpg" alt="google chrome" /></p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/10/30/google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sumo Paint on flex :) Almost like Photoshop</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/10/17/sumo-paint-on-flex-almost-like-photoshop/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/10/17/sumo-paint-on-flex-almost-like-photoshop/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 09:16:16 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

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

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

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/10/17/sumo-paint-on-flex-almost-like-photoshop/</guid>
		<description><![CDATA[
http://www.sumopaint.com/app/
&#160;
Very big thanks to http://flash-ripper.com for link
&#160;
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.sumopaint.com/app/"><img border="0" src="http://api.photoshop.com/home_e67b294a860b47788e199a0503adb533/adobe-px-assets/4803e4a6c9e9408ea0b47990f692791a" alt="Sumo Paint" /></a></p>
<p style="text-align: left;"><a href="http://www.sumopaint.com/app/">http://www.sumopaint.com/app/</a></p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">Very big thanks to <a href="http://flash-ripper.com/archives/002610.php">http://flash-ripper.com</a> for link</p>
<p style="text-align: left;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/10/17/sumo-paint-on-flex-almost-like-photoshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Some dangerous trojan horses detected in your system. &#8221; How to fix</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/09/29/some-dangerous-trojan-horses-detected-in-your-system-how-to-fix/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/09/29/some-dangerous-trojan-horses-detected-in-your-system-how-to-fix/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 12:37:08 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[viruses]]></category>

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

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/09/29/some-dangerous-trojan-horses-detected-in-your-system-how-to-fix/</guid>
		<description><![CDATA[I have some troubles with my windows. Any time when I go to folder I have message.
&#34;Some dangerous trojan horses detected in your system. Microsoft Windows XP files corrupted. This may lead to the destruction of important files in C:\WINDOWS. Download protection software now!&#34;

And if you press Yes, you will download exe file if &#34;no&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>I have some troubles with my windows. Any time when I go to folder I have message.</p>
<h4>&quot;Some dangerous trojan horses detected in your system. Microsoft Windows XP files corrupted. This may lead to the destruction of important files in C:\WINDOWS. Download protection software now!&quot;</h4>
<p><img src="http://vasiliy-selivanov.com.ua/blog2/uploaded/09292008/alert.jpg" alt="alert" /></p>
<p>And if you press Yes, you will download exe file if &quot;no&quot; page will open in your browser</p>
<p><img src="http://vasiliy-selivanov.com.ua/blog2/uploaded/09292008/browser.jpg" alt="browser" /></p>
<p>I try to use many of Antiviruses but it&#8217;s did not help. BUT after surfing of internet I will find super solution</p>
<p><a href="http://downloads.malwareteks.com/FixIEDef.exe">downloads.malwareteks.com/FixIEDef.exe</a></p>
<p>So after using this program I will have the log</p>
<p>!!! Files that have been deleted !!!</p>
<p>H:\WINDOWS\system32\c.ico</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>!!! Directories that have been removed !!!</p>
<p>No malicious directories to be removed</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>!!! Registry entries that have been removed !!!</p>
<p>HKEY_CURRENT_USER\SOFTWARE\Microsoft\bind &quot;comment2&quot;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\BonParis<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\genaps.Bho<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E402C66A-D5CB-441E-9F12-A5A864430AA2}<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{8B7C06A9-F03A-4766-A99D-364278272FD2}<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{9113117A-8879-4F1A-926A-B6EB70251755}<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{E402C66A-D5CB-441E-9F12-A5A864430AA2}</p>
<p>And thats all, no trojans found!</p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/09/29/some-dangerous-trojan-horses-detected-in-your-system-how-to-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Studio for Eclipse V6.1</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/zend-studio-for-eclipse-v61/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/zend-studio-for-eclipse-v61/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 15:21:20 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/09/25/zend-studio-for-eclipse-v61/</guid>
		<description><![CDATA[
&#160;
Some new features and main FIXED BUG with &#34;Building workspace&#34;!
&#160;
download http://www.zend.com/en/products/studio/downloads
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zend.com/img/logo.gif" alt="" /></p>
<p>&nbsp;</p>
<p>Some <a href="http://www.zend.com/en/products/studio/whats-new">new features </a>and main <b>FIXED BUG with &quot;Building workspace&quot;</b>!</p>
<p>&nbsp;</p>
<p>download <a href="http://www.zend.com/en/products/studio/downloads">http://www.zend.com/en/products/studio/downloads</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/zend-studio-for-eclipse-v61/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Android</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-android/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-android/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 14:34:52 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-android/</guid>
		<description><![CDATA[
from http://www.joyoftech.com
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.joyoftech.com/joyoftech/joyimages/1154.gif" alt="" /></p>
<p>from <a href="http://www.joyoftech.com">http://www.joyoftech.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-android/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google 10th Birthday</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-10th-birthday/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-10th-birthday/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 08:07:10 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-10th-birthday/</guid>
		<description><![CDATA[New google page www.google.com/tenthbirthday/
On this page you could find
Google Timeline. 
Some facts :

When Larry met Sergey&#160; - Summer 1995
Google in 10 languages - 9 May 2000
Search index: 1 billion pages - 26 June 2000
Google Image Search - 28 July 2001
Google Chrome browser - 1 September 2008

Project 10100
&#160;
Project 10100 is a call for ideas to change [...]]]></description>
			<content:encoded><![CDATA[<p>New google page <a href="http://www.google.com/tenthbirthday/">www.google.com/tenthbirthday/</a></p>
<p>On this page you could find</p>
<p><b>Google Timeline. <br />
</b>Some facts :</p>
<ul>
<li>When Larry met Sergey&nbsp; - Summer 1995</li>
<li>Google in 10 languages - 9 May 2000</li>
<li>Search index: 1 billion pages - 26 June 2000</li>
<li>Google Image Search - 28 July 2001</li>
<li>Google Chrome browser - 1 September 2008</li>
</ul>
<p><a href="http://www.project10tothe100.com/index.html"><b>Project 10</b><sup>100</sup></a></p>
<p>&nbsp;</p>
<p>Project 10<sup>100</sup> is a call for ideas to change the world by helping as many people as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/09/25/google-10th-birthday/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazing game advertise!!</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/09/24/amazing-game-advertise/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/09/24/amazing-game-advertise/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 14:22:06 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/09/24/amazing-game-advertise/</guid>
		<description><![CDATA[Go to this link: fr.youtube.com/experiencewii and look video to the end. Very cool idea!!
&#160;
]]></description>
			<content:encoded><![CDATA[<p>Go to this link: <a href="http://fr.youtube.com/experiencewii">fr.youtube.com/experiencewii</a> and look video to the end. Very cool idea!!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/09/24/amazing-game-advertise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Design across media with Adobe Creative Suite 4</title>
		<link>http://vasiliy-selivanov.com.ua/blog2/2008/09/23/design-across-media-with-adobe-creative-suite-4/</link>
		<comments>http://vasiliy-selivanov.com.ua/blog2/2008/09/23/design-across-media-with-adobe-creative-suite-4/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 10:09:03 +0000</pubDate>
		<dc:creator>BACRHR</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<guid isPermaLink="false">http://vasiliy-selivanov.com.ua/blog2/2008/09/23/design-across-media-with-adobe-creative-suite-4/</guid>
		<description><![CDATA[Today Adobe company annaunce 4 version of Creative Suite
new features
Photoshop &#8212; www.adobe.com/products/photoshop/photoshopextended/features/?view=topnew
Illustrator &#8212; www.adobe.com/products/illustrator/features/?view=topnew
Flash &#8212; www.adobe.com/products/flash/features/?view=topnew
DreamWeaveer &#8212; www.adobe.com/products/dreamweaver/features/?view=topnew
AfterEffects &#8212; www.adobe.com/products/aftereffects/features/?view=topnew
Premiere &#8212; www.adobe.com/products/premiere/features/?view=topnew
InDesign &#8212; www.adobe.com/products/indesign/features/?view=topnew
small presentation http://www.adobe.com/special/cs4event/?trackingid=DNRAU
And of course Brilliant adobe site http://www.adobe.com/brilliant/
]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Adobe " src="http://www.adobe.com//lib/com.adobe/template/gnav/adobe-hq.png" />Today <a href="http://adobe.cojm">Adobe company</a> annaunce <a href="http://www.adobe.com/products/creativesuite/">4 version of Creative Suite</a></p>
<p>new features</p>
<p>Photoshop &mdash; <a href="http://www.adobe.com/products/photoshop/photoshopextended/features/?view=topnew">www.adobe.com/products/photoshop/photoshopextended/features/?view=topnew</a><br />
Illustrator &mdash; <a href="http://www.adobe.com/products/illustrator/features/?view=topnew">www.adobe.com/products/illustrator/features/?view=topnew</a><br />
Flash &mdash; <a href="http://www.adobe.com/products/flash/features/?view=topnew">www.adobe.com/products/flash/features/?view=topnew</a><br />
DreamWeaveer &mdash; <a href="http://www.adobe.com/products/dreamweaver/features/?view=topnew">www.adobe.com/products/dreamweaver/features/?view=topnew</a><br />
AfterEffects &mdash; <a href="http://www.adobe.com/products/aftereffects/features/?view=topnew">www.adobe.com/products/aftereffects/features/?view=topnew</a><br />
Premiere &mdash; <a href="http://www.adobe.com/products/premiere/features/?view=topnew">www.adobe.com/products/premiere/features/?view=topnew</a><br />
InDesign &mdash; <a href="http://www.adobe.com/products/indesign/features/?view=topnew">www.adobe.com/products/indesign/features/?view=topnew</a></p>
<p>small presentation <a href="http://www.adobe.com/special/cs4event/?trackingid=DNRAU">http://www.adobe.com/special/cs4event/?trackingid=DNRAU</a></p>
<p>And of course Brilliant adobe site <a href="http://www.adobe.com/brilliant/">http://www.adobe.com/brilliant/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vasiliy-selivanov.com.ua/blog2/2008/09/23/design-across-media-with-adobe-creative-suite-4/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
