<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://sina.salek.ws/blog" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Sina Salek Official Site - Creative Mind : Anything is possible, the impossible just takes longer</title>
    <link>http://sina.salek.ws/blog</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Yet another method to simplify making multipage/multistep Drupal forms</title>
    <link>http://sina.salek.ws/content/yet-another-method-simplify-making-multipagemultistep-drupal-forms</link>
    <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;margin: 8px; float: right;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1405/images/field_group_ajaxify_multipage_form.jpg&quot; alt=&quot;&quot; /&gt;In Drupal there are many different methods to turn long forms into multipage/multistep forms. The most known one is perhaps the great &lt;a href=&quot;http://drupal.org/project/ctools&quot;&gt;ctools&lt;/a&gt; module or even custom solutions using Drupal’s form API. However as you may agree with me none of these solutions are really that easy, specially when it comes to Ajax. Therefore many developers in Drupal community tried or still trying to find an even easier method. What I’m going to introduce to you is yet another magical method :).&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/yet-another-method-simplify-making-multipagemultistep-drupal-forms&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/yet-another-method-simplify-making-multipagemultistep-drupal-forms#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="http://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="http://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="http://sina.salek.ws/category/tags/module">Module</category>
 <pubDate>Sun, 19 May 2013 14:59:47 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1405 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Drupal Module : Calendar Systems needs your help</title>
    <link>http://sina.salek.ws/content/drupal-module-calendar-systems-needs-your-help</link>
    <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;margin: 8px; float: right;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1403/images/calendar_systems_screenshots.jpg&quot; alt=&quot;&quot; height=&quot;188&quot; width=&quot;184&quot; /&gt;Calendar system requires a very tiny core patch to fully work, The patch was already proposed to core by a fellow developer, so i rewrote it to meet core requirements and set it to needs review (Thanks to &lt;a href=&quot;http://drupal.org/user/1597262&quot;&gt;Gaelan&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/user/496408&quot;&gt;wuinfo&lt;/a&gt; for helping in completing the patch). The good thing is that the patch is not only for Calendar Systems it&#039;s a generic patch that introduces a new hook to make it possible for third-party modules to alter format_date function. If we can get it into core it might even be possible to back port it to Drupal 7&lt;/p&gt;&lt;p&gt;You can read more about the history of calendar system module and even what a calendar system is&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div id=&quot;nuan_ria_plugin&quot;&gt;&lt;object id=&quot;plugin0&quot; style=&quot;position: absolute; z-index: 1000;&quot; type=&quot;application/x-dgnria&quot; height=&quot;0&quot; width=&quot;0&quot;&gt;&lt;param name=&quot;tabId&quot; value=&quot;ff-tab-84&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;186&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/drupal-module-calendar-systems-needs-your-help&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/drupal-module-calendar-systems-needs-your-help#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="http://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="http://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="http://sina.salek.ws/category/tags/open-source-0">Open Source</category>
 <pubDate>Tue, 14 May 2013 15:31:21 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1403 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Doing it in Drupal way : Merging all slider modules</title>
    <link>http://sina.salek.ws/content/doing-it-drupal-way-merging-all-slider-modules</link>
    <description>&lt;p&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;float: right; margin-left: 8px; margin-right: 8px;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1402/images/sliderfield_screenshot.jpg&quot; alt=&quot;&quot; /&gt;While ago i was looking for an slider module (implementation of JQuery UI slider module), surprisingly i couldn&#039;t find any solution except &lt;a href=&quot;http://drupal.org/project/jslider_form_api&quot;&gt;jSlider Form API&lt;/a&gt; which wasn&#039;t exactly what i was looking for. So i did what every good Drupal developer does, I wrote a generic slider module and shared it on Drupal.org (&lt;a href=&quot;http://drupal.org/project/jslider_field&quot;&gt;jQuery UI Slider Field&lt;/a&gt;). I even implemented &quot;jSlider Form API&quot; features.&lt;/p&gt;&lt;p&gt;Several months later and after i published several new minor versions, one of the users mentioned that &lt;a href=&quot;http://drupal.org/node/1943630&quot;&gt;there is in fact another slider module similar to mine!!&lt;/a&gt; &lt;a href=&quot;http://drupal.org/project/sliderfield&quot;&gt;SliderField&lt;/a&gt; and it was quite old too. He suggested joining forces to prevent duplicate modules. and that&#039;s what i did and even more.&lt;/p&gt;&lt;div id=&quot;nuan_ria_plugin&quot;&gt;&lt;object id=&quot;plugin0&quot; style=&quot;position: absolute; z-index: 1000;&quot; type=&quot;application/x-dgnria&quot; height=&quot;0&quot; width=&quot;0&quot;&gt;&lt;param name=&quot;tabId&quot; value=&quot;ff-tab-34&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;79&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/doing-it-drupal-way-merging-all-slider-modules&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/doing-it-drupal-way-merging-all-slider-modules#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/community">Community</category>
 <category domain="http://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="http://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="http://sina.salek.ws/category/tags/teamwork">Teamwork</category>
 <pubDate>Sat, 11 May 2013 15:22:06 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1402 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Drupal Module : image_style_argument</title>
    <link>http://sina.salek.ws/node/1399</link>
    <description>&lt;p&gt;Drupal has a very powerful image manipulation UI, so why write code when we can easily use that for any purpose?! The problem is we can&#039;t! The reason is image manipulation UI only accepts one argument which is the source image. All other parameters and options are static.&lt;/p&gt;&lt;div id=&quot;nuan_ria_plugin&quot;&gt;&lt;object id=&quot;plugin0&quot; style=&quot;position: absolute; z-index: 1000;&quot; type=&quot;application/x-dgnria&quot; height=&quot;0&quot; width=&quot;0&quot;&gt;&lt;param name=&quot;tabId&quot; value=&quot;ff-tab-328&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;1211&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/node/1399&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/node/1399#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="http://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="http://sina.salek.ws/category/tags/module">Module</category>
 <category domain="http://sina.salek.ws/category/tags/review-1">Review</category>
 <category domain="http://sina.salek.ws/category/tags/solution">Solution</category>
 <enclosure url="http://sina.salek.ws/sites/default/files/story/1399/image_style_argument.zip" length="27138" type="application/zip" />
 <pubDate>Mon, 06 Aug 2012 14:37:23 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1399 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>What&#039;s my job!!!</title>
    <link>http://sina.salek.ws/content/whats-my-job</link>
    <description>&lt;p&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;float: right; margin-left: 8px; margin-right: 8px;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1391/images/finding_a_practical_job_source.jpg&quot; alt=&quot;&quot; /&gt;&lt;span style=&quot;line-height: 20px; text-align: justify;&quot;&gt;It’s funny that whenever someone asks me what I do it takes me few seconds to respond. And the answer I give not at all describes what I do! I usually say I work in the computer field! Or I produce software!! But why ?&lt;/span&gt;&lt;span style=&quot;line-height: 20px; text-align: justify;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/whats-my-job&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/whats-my-job#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/personal">Personal</category>
 <pubDate>Thu, 22 Mar 2012 17:56:55 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1391 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Getting ready for my fifth software development team</title>
    <link>http://sina.salek.ws/content/getting-ready-my-fifth-software-development-team</link>
    <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a class=&quot;colorbox imagefield imagefield-imagelink imagefield-insert&quot; rel=&quot;gallery-insert-all&quot; href=&quot;http://sina.salek.ws/sites/default/files/story/1389/images/team.gif&quot;&gt;&lt;img class=&quot;imagecache imagecache-thumbnail_in_content&quot; style=&quot;float: right; margin: 8px;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1389/images/team.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;It was several years ago when i started assembling my first software 
development team, although i didn&#039;t have the experience i have today it 
was a success and the team delivered the expected result. Back then i 
didn&#039;t have any well thought work-flow and my decisions were mostly 
based on each particular case and experience. today however it&#039;s quite 
different and i take these task very seriously. &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/getting-ready-my-fifth-software-development-team&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/getting-ready-my-fifth-software-development-team#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/programming">Programming</category>
 <category domain="http://sina.salek.ws/category/tags/project-management">Project Management</category>
 <category domain="http://sina.salek.ws/category/tags/software-development">Software Development</category>
 <pubDate>Thu, 06 Jan 2011 10:19:41 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1389 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Is Linux as Vulnerable to Virus attacks as is Windows</title>
    <link>http://sina.salek.ws/content/linux-vulnerable-virus-attacks-windows</link>
    <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a class=&quot;colorbox&quot; href=&quot;http://sina.salek.ws/sites/default/files/imagecache/lightbox_full/story/1381/images/6a00d8341bf67c53ef013482166402970c-800wi.jpg&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content&quot; style=&quot;float: right; margin-left: 5px; margin-right: 5px;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1381/images/6a00d8341bf67c53ef013482166402970c-800wi.jpg&quot; alt=&quot;&quot; height=&quot;205&quot; width=&quot;297&quot; /&gt;&lt;/a&gt;In
 the past few years i read and heard many times that the reason for 
Windows&#039; vulnerabilities and specially virus attacks is simply because 
much more computers are running it and it could have been the same for 
Linux (aka GNU/Linux)!.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;First of all i&#039;m glad that this kind of discussions are pupping up so often these days, because it means that Linux&#039;s
 user base is increasing and it attracts more attention everyday. 
However this point of view also shows its authors&#039; limited understanding
 of how GNU/Linux and Open Source community work. GNU/Linux is NOT 
WINDOWS, yes they&#039;re both operating systems but they have many 
fundamental differences. Lets highlight some of these differences&amp;nbsp; and 
see how they affect the main topic of this article.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/linux-vulnerable-virus-attacks-windows&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/linux-vulnerable-virus-attacks-windows#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/compare-1">Compare</category>
 <category domain="http://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="http://sina.salek.ws/category/tags/security">Security</category>
 <category domain="http://sina.salek.ws/category/tags/windows">Windows</category>
 <pubDate>Wed, 28 Jul 2010 15:19:25 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1381 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Another way to mirror two folders under Linux &amp; Windows</title>
    <link>http://sina.salek.ws/content/another-way-mirror-two-folders-under-linux-windows</link>
    <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content&quot; style=&quot;float: right; margin-left: 5px; margin-right: 5px;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1380/images/512-software-update.png&quot; alt=&quot;&quot; height=&quot;230&quot; width=&quot;230&quot; /&gt;There are many tools and utilities for 
syncing files and folders, and yet there are even more. In this tutorial
 i&#039;ll introduce you to several reliable free command line and visual 
utilities for mirroring a folder into another folder.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt; &lt;em&gt;This tutorial was originally 
part of another article but i came up with a much better solution for 
that one and there was no longer any need for this part so i decided to 
publish it as separate tutorial. It&#039;s not unique but all the same some 
people may find it useful.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/another-way-mirror-two-folders-under-linux-windows&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/another-way-mirror-two-folders-under-linux-windows#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/file-system">File System</category>
 <category domain="http://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="http://sina.salek.ws/category/tags/mirroring">Mirroring</category>
 <category domain="http://sina.salek.ws/category/tags/tutorial">Tutorial</category>
 <category domain="http://sina.salek.ws/category/tags/windows">Windows</category>
 <pubDate>Tue, 27 Jul 2010 14:08:03 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1380 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Importing SVG to Photoshop, OpenSource is here to help</title>
    <link>http://sina.salek.ws/content/importing-svg-photoshop-opensource-here-help</link>
    <description>&lt;p&gt;&lt;img class=&quot;imagecache-thumbnail_in_content&quot; style=&quot;float: right; margin-left: 5px; margin-right: 5px;&quot; src=&quot;http://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1378/images/600px-svg-logo2.svg_.png&quot; alt=&quot;&quot; height=&quot;244&quot; width=&quot;244&quot; /&gt;&lt;a href=&quot;http://www.w3.org/Graphics/SVG/&quot;&gt;SVG&lt;/a&gt; is a standard format 
for vector graphics, Most modern browsers support SVG out of the box. 
But there is a problem! How to make and edit SVG files?!&lt;/p&gt;&lt;blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;Scalable
 Vector Graphics&lt;/strong&gt; (&lt;strong&gt;SVG&lt;/strong&gt;)
 is a family of 
specifications of an &lt;a title=&quot;XML&quot; href=&quot;http://en.wikipedia.org/wiki/XML&quot;&gt;XML&lt;/a&gt;-based &lt;a title=&quot;File
 format&quot; href=&quot;http://en.wikipedia.org/wiki/File_format&quot;&gt;file
 format&lt;/a&gt; for describing two-dimensional &lt;a title=&quot;Vector 
graphics&quot; href=&quot;http://en.wikipedia.org/wiki/Vector_graphics&quot;&gt;vector graphics&lt;/a&gt;,
 both static and dynamic (i.e. &lt;a title=&quot;Interactivity&quot; href=&quot;http://en.wikipedia.org/wiki/Interactivity&quot;&gt;interactive&lt;/a&gt;
 or &lt;a title=&quot;SVG 
animation&quot; href=&quot;http://en.wikipedia.org/wiki/SVG_animation&quot;&gt;animated&lt;/a&gt;).&lt;/p&gt;

&lt;p style=&quot;text-align: justify;&quot;&gt;The SVG
 specification is an &lt;a title=&quot;Open standard&quot; href=&quot;http://en.wikipedia.org/wiki/Open_standard&quot;&gt;open

 standard&lt;/a&gt; that has been under development by the &lt;a title=&quot;World 
Wide Web Consortium&quot; href=&quot;http://en.wikipedia.org/wiki/World_Wide_Web_Consortium&quot;&gt;World 
Wide Web Consortium&lt;/a&gt; (W3C) 
since 1999.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/importing-svg-photoshop-opensource-here-help&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/importing-svg-photoshop-opensource-here-help#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/photoshop">Photoshop</category>
 <pubDate>Sat, 17 Jul 2010 14:46:59 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1378 at http://sina.salek.ws</guid>
  </item>
  <item>
    <title>Moving Users, Document and settings, or Home folder to another partition or disk</title>
    <link>http://sina.salek.ws/content/moving-users-document-and-settings-or-home-folder-another-partition-or-disk</link>
    <description>&lt;p style=&quot;text-align: justify;&quot;&gt;System 
partition (Where operating system is installed) is usually target
 for viruses, bad sectors, out of disk space (Which is quite common in 
Windows Vista and the next versions due to the &lt;a rel=&quot;nofollow&quot; href=&quot;http://social.technet.microsoft.com/forums/en-US/itprovistadesktopui/thread/b7fd2614-80e9-454c-b684-709567738424/&quot;&gt;winsxs

 folder&#039;s uncontrolled size increase&lt;/a&gt;) specially in Windows. You may 
need to re-install or
 even format your entire system partition, in situations like this the 
main 
problem is how to backup your data if your haven&#039;t lost it already!! 
Although it&#039;s possible but it&#039;s not easy, Unlike Linux , Windows does 
not have any official live CD so you would have to use command line or 
connect your disk to another system and wait until it backups your data 
and then you can start re-installing Windows, it&#039;s a very time consuming
 process and not every one has multiply OSs or PCs.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Using a 
different disk for users&#039; data can also improve performance in Multi 
Tasking. Also If you&#039;re a Linux user there is another advantage. Using 
another partition for users&#039;s data allows trying other distributions - 
which is quite common among Linux users - without having to be worried 
about data loss.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://sina.salek.ws/content/moving-users-document-and-settings-or-home-folder-another-partition-or-disk&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <comments>http://sina.salek.ws/content/moving-users-document-and-settings-or-home-folder-another-partition-or-disk#comments</comments>
 <category domain="http://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="http://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="http://sina.salek.ws/category/tags/tutorial">Tutorial</category>
 <category domain="http://sina.salek.ws/category/tags/windows">Windows</category>
 <pubDate>Wed, 23 Jun 2010 18:03:40 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1292 at http://sina.salek.ws</guid>
  </item>
  </channel>
</rss>
<!-- Page cached by Boost @ 2013-05-25 23:48:37, expires @ 2013-09-14 23:48:37 -->
