<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://sina.salek.ws"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Sina Salek Official Site - Blog</title>
 <link>https://sina.salek.ws/taxonomy/term/41/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Drupal Module: CSS JS Total Control is here to rescue the themers</title>
 <link>https://sina.salek.ws/content/drupal-module-css-js-total-control-here-rescue-themers</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;float: right;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1609/images/designs.png&quot; alt=&quot;&quot; width=&quot;154&quot; height=&quot;154&quot; /&gt;When we create themes in Drupal, there are great number of reoccurring tasks that we have to do like adding IE conditional comments, remove or replace some core or contributed modules CSS/JS files to prevent conflict with the theme, putting some JavaScript at the bottom of the page or even adding inline CSS or JS files. The module which i&#039;m going to introduce, makes it possible to take care of all those tasks and even more with no special knowledge and no programming.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/drupal-module-css-js-total-control-here-rescue-themers&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/drupal-module-css-js-total-control-here-rescue-themers#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/module">Module</category>
 <pubDate>Thu, 30 Jul 2015 19:46:39 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1609 at https://sina.salek.ws</guid>
</item>
<item>
 <title>NEW Drupal Module : Entity Soft Delete (Entity Recyclebin/Trashbin)</title>
 <link>https://sina.salek.ws/content/new-drupal-module-entity-soft-delete-entity-recyclebintrashbin</link>
 <description>&lt;p&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;float: right; margin: 8px;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/entity_soft_delete_delete_0.jpg&quot; alt=&quot;&quot; /&gt;In multi user systems, it&#039;s usually much safer not to let users change the contents entirely in case there was a mistake or when it was needed to know what has changed by whom and revert the change if required. Drupal supports content revisioning and there are already some contributed modules that exploit this extremely useful feature like revisioning. However when it comes to content deletion, revision system can no longer be used because when a content is deleted, it gets removed from database entirely including all its revisions.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://drupal.org/project/entity_soft_delete&quot;&gt;Entity soft delete module&lt;/a&gt; has been developed to address this limitation.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/new-drupal-module-entity-soft-delete-entity-recyclebintrashbin&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/new-drupal-module-entity-soft-delete-entity-recyclebintrashbin#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/open-source-0">Open Source</category>
 <pubDate>Thu, 12 Jun 2014 09:56:55 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1539 at https://sina.salek.ws</guid>
</item>
<item>
 <title>NEW Drupal Module : Hook Post Action</title>
 <link>https://sina.salek.ws/content/new-drupal-module-hook-post-action</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;Currently Drupal core does not offer any hook to do actions after a node/entity is inserted/updated/deleted in Database. So for example you can not send an email mentioning the node after the node is inserted because Drupal uses SQL transactions and the node is not yet fully written to database when hook node presave is called so if for any reason the transaction is rolled back, users will receive a false mail.&lt;/p&gt;&lt;p&gt;So &lt;a href=&quot;https://drupal.org/project/hook_post_action&quot;&gt;Hook Post Action&lt;/a&gt; module introduces several new Drupal hooks to overcome this limitation&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/new-drupal-module-hook-post-action&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/new-drupal-module-hook-post-action#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/open-source-0">Open Source</category>
 <pubDate>Wed, 04 Jun 2014 11:13:01 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1537 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Yet another method to simplify making multipage/multistep Drupal forms</title>
 <link>https://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;https://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;https://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>https://sina.salek.ws/content/yet-another-method-simplify-making-multipagemultistep-drupal-forms#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Drupal Module : Calendar Systems needs your help</title>
 <link>https://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;https://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;https://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>https://sina.salek.ws/content/drupal-module-calendar-systems-needs-your-help#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Doing it in Drupal way : Merging all slider modules</title>
 <link>https://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;https://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;https://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>https://sina.salek.ws/content/doing-it-drupal-way-merging-all-slider-modules#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/community">Community</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Drupal Module : image_style_argument</title>
 <link>https://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;https://sina.salek.ws/node/1399&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/node/1399#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/module">Module</category>
 <category domain="https://sina.salek.ws/category/tags/review-1">Review</category>
 <category domain="https://sina.salek.ws/category/tags/solution">Solution</category>
 <enclosure url="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>What&#039;s my job!!!</title>
 <link>https://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;https://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;https://sina.salek.ws/content/whats-my-job&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/whats-my-job#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Getting ready for my fifth software development team</title>
 <link>https://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;https://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;https://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;https://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>https://sina.salek.ws/content/getting-ready-my-fifth-software-development-team#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/programming">Programming</category>
 <category domain="https://sina.salek.ws/category/tags/project-management">Project Management</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Is Linux as Vulnerable to Virus attacks as is Windows</title>
 <link>https://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;https://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;https://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;https://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>https://sina.salek.ws/content/linux-vulnerable-virus-attacks-windows#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/compare-1">Compare</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/security">Security</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Another way to mirror two folders under Linux &amp; Windows</title>
 <link>https://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;https://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;https://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>https://sina.salek.ws/content/another-way-mirror-two-folders-under-linux-windows#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/file-system">File System</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/mirroring">Mirroring</category>
 <category domain="https://sina.salek.ws/category/tags/tutorial">Tutorial</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Importing SVG to Photoshop, OpenSource is here to help</title>
 <link>https://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;https://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;https://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>https://sina.salek.ws/content/importing-svg-photoshop-opensource-here-help#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Moving Users, Document and settings, or Home folder to another partition or disk</title>
 <link>https://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;https://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>https://sina.salek.ws/content/moving-users-document-and-settings-or-home-folder-another-partition-or-disk#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/tutorial">Tutorial</category>
 <category domain="https://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 https://sina.salek.ws</guid>
</item>
<item>
 <title>Some tips about writing Resume</title>
 <link>https://sina.salek.ws/content/some-tips-about-writing-resume</link>
 <description>&lt;p&gt;After reading over 200 hundred resumes in the past three years and rejecting most of them before and after interview and test due to the fake information, It seems that most people believe that putting everything they even though of into&amp;nbsp; their resume really helps, but does it?&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/some-tips-about-writing-resume&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/some-tips-about-writing-resume#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/management">Management</category>
 <pubDate>Fri, 28 May 2010 11:03:28 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1352 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Drawing organization charts easily with OpenOffice Draw</title>
 <link>https://sina.salek.ws/content/drawing-organization-charts-easily-openoffice-draw</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a class=&quot;colorbox&quot; href=&quot;https://sina.salek.ws/sites/default/files/story/1348/images/image22-screen.png&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content&quot; style=&quot;float: right; margin-left: 5px; margin-right: 5px;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1348/images/image22-screen.png&quot; alt=&quot;&quot; height=&quot;181&quot; width=&quot;257&quot; /&gt;&lt;/a&gt;I don&#039;t
 know whether you&#039;ve heard of OpenOffice or not. OpenOffice is perhaps 
the best alternative to Micro$soft Office currently available. It&#039;s a 
collection of applications that work together closely to provide the 
features expected from a modern office suite. Many of the parts are 
designed to be alternatives to those available in Microsoft Office.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;But 
what&#039;s the different between these two popular office applications ?&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/drawing-organization-charts-easily-openoffice-draw&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/drawing-organization-charts-easily-openoffice-draw#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/openoffice-0">OpenOffice</category>
 <category domain="https://sina.salek.ws/category/tags/review">Review</category>
 <pubDate>Tue, 25 May 2010 03:08:45 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1350 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Time to start taking online privacy seriously</title>
 <link>https://sina.salek.ws/content/time-start-taking-online-privacy-seriously</link>
 <description>&lt;p&gt;Online privacy has always been one my concerns, and the reason is the 
fact that as a software developer i know what&#039;s happening behind the 
scene. I believe that it&#039;s up to us (Software developers) to let the 
people know that &lt;em&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;their privacy is getting violated every hour even
 when they&#039;re not a member of any social network!!!.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.garfieldtech.com/social-media-privacy&quot;&gt;A blog post&lt;/a&gt;
 by Larry inspired me to write this post, &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Earlier 
today, one of the people I follow tweeted that his young 
(under 5, I believe) daughter had just done something stupid.  Nothing 
illegal or immoral, just the sort of embarrassing and sometimes 
destructive stupidity that young children tend to get into.  And he then
 tweeted it.&lt;/p&gt;
&lt;p&gt;Which means that his under age daughter&#039;s actions are now part of the
 &lt;a href=&quot;http://blogs.loc.gov/loc/2010/04/how-tweet-it-is-library-acquires-entire-twitter-archive/&quot;&gt;permanent

 archive of the US government&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/time-start-taking-online-privacy-seriously&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/time-start-taking-online-privacy-seriously#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/privacy">Privacy</category>
 <pubDate>Thu, 13 May 2010 02:47:10 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1343 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Using Actionscript 3 Tween for everything</title>
 <link>https://sina.salek.ws/content/using-actionscript-3-tween-everything</link>
 <description>&lt;p&gt;If you ever used actionscript 3 then you probabely know that tween class does not work with anything other than simple numeric object properties. This is an issue sometimes becuase you might want to tween a function! or a property of a child object or even an string! There are plenty of third-party classes out there for extending the Tween class, but if you don&#039;t need all other features they offer and prefer to keep your swf&#039;s size small i must tell that there is solution , a rather easy one actually.&lt;/p&gt;&lt;p&gt;What we&#039;re doing to do is using dynamic objects,&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/using-actionscript-3-tween-everything&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/using-actionscript-3-tween-everything#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/actionscript">Actionscript</category>
 <category domain="https://sina.salek.ws/category/tags/adobe-flash">Adobe Flash</category>
 <category domain="https://sina.salek.ws/category/tags/programming">Programming</category>
 <category domain="https://sina.salek.ws/category/tags/tutorial">Tutorial</category>
 <pubDate>Wed, 28 Apr 2010 00:06:30 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1341 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Migrating from Subversion to Bazaar (Including special guide for Sourceforge projects)</title>
 <link>https://sina.salek.ws/content/migrating-subversion-bazaar-including-special-guide-sourceforge-projects</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span&gt;It&#039;s about the sixth years since my first commit 
using Subversion,
Moving from CVS to Subversion was really amazing, Subversion was
superior in many ways and it served me well. But the age of centralized
version control systems is over, we need much more powerful &lt;span&gt;VCSs&lt;/span&gt;
to deal with huge projects. Now days we should to be able to work with 
anyone, on anything, anywhere ,
at anytime, and also keep track of all this activities.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;As part of
 my research project (&lt;a href=&quot;/content/comparing-popular-version-control-systems&quot; class=&quot;linodef linodef_node linodef_node_1314&quot; title=&quot;Node 1314: Comparing Popular Version Control Systems&quot;&gt;Comparing Popular Version Control Systems&lt;/a&gt;) i decided to start with Bazaar and 
migrate one of my Subversion Sourceforge projects to this new VCS 
in order to have a better understanding of how it actually works. And 
also test the migration utilities because if you can&#039;t migrate your 
code&#039;s history then that would be a huge 
problem.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/migrating-subversion-bazaar-including-special-guide-sourceforge-projects&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/migrating-subversion-bazaar-including-special-guide-sourceforge-projects#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/bazaar">Bazaar</category>
 <category domain="https://sina.salek.ws/category/tags/migrate">Migrate</category>
 <category domain="https://sina.salek.ws/category/tags/sourceforge">Sourceforge</category>
 <category domain="https://sina.salek.ws/category/tags/subversion">Subversion</category>
 <category domain="https://sina.salek.ws/category/tags/vcs">VCS</category>
 <category domain="https://sina.salek.ws/category/tags/version-control-system">Version Control System</category>
 <pubDate>Sat, 27 Mar 2010 19:27:16 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1315 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Firefox on Debian/Ubuntu/Kubuntu and Adobe Flash Player issues</title>
 <link>https://sina.salek.ws/content/firefox-debianubuntukubuntu-and-adobe-flash-player-issues</link>
 <description>&lt;p&gt;After installing Firefox 3.6 on my Kubuntu using repositories &lt;a href=&quot;http://digitizor.com/2010/01/22/how-to-install-firefox-3-6-in-ubuntu-9-10/&quot;&gt;here&lt;/a&gt; i
 realized that it can no longer play flash contents! I did a little bit 
search and found &lt;a href=&quot;http://lovinglinux.megabyet.net/?page_id=220#Can%27t-play-streaming-flash-videos-2&quot;&gt;this
 solution&lt;/a&gt;. Unfortunately
 it didn&#039;t fix my problem so i decided to run firefox from terminal in 
order to see what&#039;s really wrong.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/firefox-debianubuntukubuntu-and-adobe-flash-player-issues&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/firefox-debianubuntukubuntu-and-adobe-flash-player-issues#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/firefox">Firefox</category>
 <category domain="https://sina.salek.ws/category/tags/flash-player">Flash Player</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/plugin">Plugin</category>
 <pubDate>Sat, 27 Feb 2010 01:52:02 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1322 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Upgrading Drupal 5 to Drupal 6, Part 1</title>
 <link>https://sina.salek.ws/content/upgrading-drupal-5-drupal-6-part-1</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;I think it&#039;s a perfect time and perhaps the last change to start planning for safely upgrading our good old Drupal 5 websites to Drupal 6 (If any remained), Drupal 5 will be deprecated as soon&amp;nbsp; Drupal 7 final comes out. Some module maintainers already removed Drupal 5 releases from their projects which is a trouble for website running Drupal 5.&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-332&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;1216&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/upgrading-drupal-5-drupal-6-part-1&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/upgrading-drupal-5-drupal-6-part-1#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/legacy">Legacy</category>
 <category domain="https://sina.salek.ws/category/tags/modules">Modules</category>
 <category domain="https://sina.salek.ws/category/tags/upgrade">Upgrade</category>
 <pubDate>Thu, 18 Feb 2010 22:16:06 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1319 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Linux Shell Bridge (Passing variables from scripting langauges like PHP to Linux Shell)</title>
 <link>https://sina.salek.ws/content/linux-shell-bridge-passing-variables-scripting-langauges-php-linux-shell</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;It might sound strange at first but i 
must say that it&#039;s very useful 
specially if you have shell scripts as part of your application. Usually
 For making this scripts as automated as possible there should be a way 
to
 reuse the application&#039;s configurations (ips, passwords , etc) and not 
having to update a separate configuration file whenever anything changes
 in the application. It&#039;s not limited only to this and can be used to 
pass any kind of variables.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/linux-shell-bridge-passing-variables-scripting-langauges-php-linux-shell&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/linux-shell-bridge-passing-variables-scripting-langauges-php-linux-shell#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/bridge">Bridge</category>
 <category domain="https://sina.salek.ws/category/tags/cli">CLI</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/php">PHP</category>
 <category domain="https://sina.salek.ws/category/tags/programming">Programming</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Thu, 18 Feb 2010 19:21:09 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1304 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Firefox can be very beautiful</title>
 <link>https://sina.salek.ws/content/firefox-can-be-very-beautiful</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a class=&quot;colorbox&quot; href=&quot;https://sina.salek.ws/sites/default/files/story/1290/images/all_in_action.jpg&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content mceItem&quot; style=&quot;float: right; margin-left: 8px;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1290/images/all_in_action.jpg&quot; alt=&quot;&quot; align=&quot;left&quot; height=&quot;232&quot; width=&quot;327&quot; /&gt;&lt;/a&gt;Firefox 3.7/4.0 is going to be very beautiful, But those version are not yet available, what should we do now?!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/firefox-can-be-very-beautiful&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/firefox-can-be-very-beautiful#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/plugin">Plugin</category>
 <pubDate>Wed, 20 Jan 2010 09:18:19 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1290 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Mail Logger, Drupal&#039;s most have module for all websites</title>
 <link>https://sina.salek.ws/content/mail-logger-drupals-most-have-module-all-websites</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;Unfortunately there is no way to know that the email has been correctly delivered right after sending it. Therefore when someone send a message using Drupal&#039;s Contact form or any other modules, he may receive a &quot;Successful message&quot; but the site owner may never receive that message due to the wrong email address , network failure , mail server problem or blocking by spam protector.&lt;br /&gt; This might cause some misunderstanding , loosing a great job opportunity or etc.&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-333&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;1225&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/mail-logger-drupals-most-have-module-all-websites&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/mail-logger-drupals-most-have-module-all-websites#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/module">Module</category>
 <category domain="https://sina.salek.ws/category/tags/most-have">Most have</category>
 <pubDate>Sun, 17 Jan 2010 08:50:02 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1309 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Sorting two dimensional array like query result by sub array&#039;s key in PHP</title>
 <link>https://sina.salek.ws/content/sorting-two-dimensional-array-query-result-sub-arrays-key-php</link>
 <description>&lt;p&gt;PHP offers &lt;a href=&quot;http://www.php.net/manual/en/array.sorting.php&quot; target=&quot;_blank&quot;&gt;dozens of functions&lt;/a&gt; for sorting arrays, but unfortualey non of this functions support sorting by sub-key&#039;s value out of the box. It&#039;s very useful when you want to sort the result of a query by an specific column.&lt;/p&gt;&lt;p&gt;Sample : &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/sorting-two-dimensional-array-query-result-sub-arrays-key-php&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/sorting-two-dimensional-array-query-result-sub-arrays-key-php#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/function">Function</category>
 <category domain="https://sina.salek.ws/category/tags/php">PHP</category>
 <pubDate>Fri, 15 Jan 2010 21:20:00 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1308 at https://sina.salek.ws</guid>
</item>
<item>
 <title>How to mirror/sync a remote ftp folder with a local folder</title>
 <link>https://sina.salek.ws/content/how-mirrorsync-remote-ftp-folder-local-folder</link>
 <description>&lt;p&gt;lftp is one of the best utilities currently avaiable for working with ftp servers.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/how-mirrorsync-remote-ftp-folder-local-folder&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/how-mirrorsync-remote-ftp-folder-local-folder#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/command-line">command line</category>
 <category domain="https://sina.salek.ws/category/tags/ftp">FTP</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <enclosure url="https://sina.salek.ws/sites/default/files/story/1307/lftp-install.zip" length="840770" type="application/zip" />
 <pubDate>Mon, 04 Jan 2010 11:46:31 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1307 at https://sina.salek.ws</guid>
</item>
<item>
 <title>How to find Linux bash script path (Self Path)</title>
 <link>https://sina.salek.ws/content/how-find-linux-bash-script-path-self-path</link>
 <description>&lt;p&gt;Writing smart programs using bash script is not easy, there are many issues along the way and one of them is what i&#039;m going to describe here.&lt;/p&gt;&lt;p&gt;Sometimes it&#039;s require for bash scripts to know their location, for example when they are part of a package and there are other require files (on the same location) for them to run properly, and it&#039;s also not possible to change the path to where they&#039;re located simply because they also need the current directory.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/how-find-linux-bash-script-path-self-path&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/how-find-linux-bash-script-path-self-path#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Mon, 04 Jan 2010 03:30:47 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1305 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Drupal&#039;s Acquia Marina Theme patched version!</title>
 <link>https://sina.salek.ws/content/drupals-acquia-marina-theme-patched-version</link>
 <description>&lt;p&gt;In Drupal it&#039;s possible to overwrite and extend a theme using sub-themes! So i usually create a custom theme for my site as a sub-Theme of a base theme and try to put all the site specific stuff to that theme instead of the base theme, although it&#039;s tricky! and sometimes i have to spend hours finding a workaround for not completely implemented sub themming features but i think it worth it.&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-337&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;1246&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/drupals-acquia-marina-theme-patched-version&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/drupals-acquia-marina-theme-patched-version#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/opensource">OpenSource</category>
 <category domain="https://sina.salek.ws/category/tags/patch">Patch</category>
 <category domain="https://sina.salek.ws/category/tags/theme">Theme</category>
 <pubDate>Sun, 20 Dec 2009 01:15:32 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1301 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Get the latest Linux Kernel news in the simplest way </title>
 <link>https://sina.salek.ws/content/get-latest-linux-kernel-news-simplest-way</link>
 <description>&lt;p&gt;Linux Kernel is the heart of the opensource movement, because it allows users to have a complete open source operating system. With every release it brings lots of cool new features to the Linux community. Although it&#039;s very important piece of software, propely the more important the any other software in open source community it&#039;s unknown to many users. The are two reasons for this.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/get-latest-linux-kernel-news-simplest-way&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/get-latest-linux-kernel-news-simplest-way#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/kernel">Kernel</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/operating-system">Operating System</category>
 <pubDate>Sat, 12 Dec 2009 17:20:53 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1266 at https://sina.salek.ws</guid>
</item>
<item>
 <title>PHP&#039;s forward compatible version compare</title>
 <link>https://sina.salek.ws/content/phps-forward-compatible-version-compare</link>
 <description>&lt;p&gt;Sometimes the code is forward compatible, for example when it&#039;s compatible with all future PHP5 releases, put PHP&#039;s &lt;a href=&quot;http://php.net/manual/en/function.version-compare.php&quot;&gt;version_compare&lt;/a&gt; function does not support this (Perhaps because they know that they always break compatibility with every minor release!!!). This function supports .x, for the above example it&#039;s : 5.x&lt;/p&gt;&lt;p&gt;

It&#039;s also shared &lt;a href=&quot;http://www.php.net/manual/en/function.version-compare.php#92935&quot;&gt;here&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/phps-forward-compatible-version-compare&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/phps-forward-compatible-version-compare#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/function">Function</category>
 <category domain="https://sina.salek.ws/category/tags/php">PHP</category>
 <category domain="https://sina.salek.ws/category/tags/programming">Programming</category>
 <pubDate>Wed, 25 Nov 2009 23:41:11 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1288 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Unix like smart recursive file/folder copy function for PHP</title>
 <link>https://sina.salek.ws/content/unix-smart-recursive-filefolder-copy-function-php</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span&gt;&lt;span&gt;PHP&#039;s&lt;/span&gt; file system manipulation 
functions are not as complete as they should be specially when it comes 
to manging recursive folders.&lt;/span&gt; For addressing part of this issue i
 decided to write a smart function which can handle recursive 
file/folder copy easily.&lt;/p&gt;&lt;p&gt;As you 
may have noticed there are feature that i didn&#039;t have time to implement ,
 so if you have time to extend this function please notify me as well 
:).

It&#039;s also shared &lt;a href=&quot;http://www.php.net/manual/en/function.copy.php#91256&quot;&gt;here&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/unix-smart-recursive-filefolder-copy-function-php&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/unix-smart-recursive-filefolder-copy-function-php#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/function">Function</category>
 <category domain="https://sina.salek.ws/category/tags/php">PHP</category>
 <category domain="https://sina.salek.ws/category/tags/tutorial">Tutorial</category>
 <pubDate>Wed, 25 Nov 2009 05:50:25 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1289 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Alpha support for PHP&#039;s imagecopymerge function</title>
 <link>https://sina.salek.ws/content/alpha-support-phps-imagecopymerge-function</link>
 <description>&lt;p&gt;I&#039;ve just checked PHP&#039;s issue tracker and a core developer says that this function (&lt;a href=&quot;http://www.php.net/manual/en/function.imagecopymerge.php&quot;&gt;imagecopymerge&lt;/a&gt;) was never meant to support alpha channel! and they refused to commit the provided patch! so ridicules Anyway i tried &lt;a href=&quot;http://www.php.net/manual/en/function.imagecopymerge.php#88456&quot;&gt;rodrigo&#039;s workaround&lt;/a&gt; and it worked quite well, thanks rodrigo for sharing it. I came up with another idea which is much faster than his solution, (it may need a little bit more memory)&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/alpha-support-phps-imagecopymerge-function&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/alpha-support-phps-imagecopymerge-function#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/function">Function</category>
 <category domain="https://sina.salek.ws/category/tags/php">PHP</category>
 <category domain="https://sina.salek.ws/category/tags/programming">Programming</category>
 <pubDate>Mon, 23 Nov 2009 05:39:31 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1287 at https://sina.salek.ws</guid>
</item>
<item>
 <title>My favorite quote in &quot;I AM Legend&quot; (The Movie)</title>
 <link>https://sina.salek.ws/content/my-favorite-quote-i-am-legend-movie</link>
 <description>&lt;p&gt;&lt;img class=&quot;imagecache-thumbnail_in_content&quot; style=&quot;float: left; margin-left: 5px; margin-right: 5px;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/i-am-legend-bigposterf.jpg&quot; alt=&quot;&quot; /&gt;He had this idea. It was kind of a virologist idea. He believed that you could cure racism and hate... literally cure it, by injecting music and love into people&#039;s lives. When he was scheduled to perform at a peace rally, a gunman came to his house and shot him down. Two days later he walked out on that stage and sang.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/my-favorite-quote-i-am-legend-movie&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/my-favorite-quote-i-am-legend-movie#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/human">Human</category>
 <category domain="https://sina.salek.ws/category/tags/humanist">Humanist</category>
 <category domain="https://sina.salek.ws/category/tags/movie">Movie</category>
 <category domain="https://sina.salek.ws/category/tags/peace">Peace</category>
 <category domain="https://sina.salek.ws/category/tags/quote">Quote</category>
 <pubDate>Sat, 14 Nov 2009 08:20:53 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1279 at https://sina.salek.ws</guid>
</item>
<item>
 <title>&quot;Ergonomic Computing&quot; research project updated and also renamed to &quot;Ergonomic Office&quot;</title>
 <link>https://sina.salek.ws/content/ergonomic-computing-research-project-updated-and-also-renamed-ergonomic-office</link>
 <description>&lt;p&gt;What&#039;s new in this revision :&lt;/p&gt;&lt;p&gt;Content is now categorized and new information about ergonomic chairs and a special section for programmers added.&lt;/p&gt;&lt;p&gt;See for yourself : &lt;a href=&quot;/content/ergonomic-office&quot; class=&quot;linodef linodef_node linodef_node_1243&quot; title=&quot;Node 1243: Ergonomic Office&quot;&gt;Ergonomic Office&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/ergonomic-computing-research-project-updated-and-also-renamed-ergonomic-office#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/news">News</category>
 <category domain="https://sina.salek.ws/category/tags/research">Research</category>
 <pubDate>Wed, 28 Oct 2009 11:26:26 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1267 at https://sina.salek.ws</guid>
</item>
<item>
 <title>&quot;The Echo Maker&quot; novel by Richard Powers</title>
 <link>https://sina.salek.ws/content/echo-maker-novel-richard-powers</link>
 <description>&lt;h3&gt;&lt;a class=&quot;colorbox&quot; href=&quot;https://sina.salek.ws/sites/default/files/story/1262/images/461px-the.echo_.maker_.jpg&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content mceItem&quot; style=&quot;float: right; margin: 5px;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1262/images/461px-the.echo_.maker_.jpg&quot; alt=&quot;&quot; height=&quot;243&quot; width=&quot;187&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;&lt;h3&gt;The story&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Richard Powers&#039;s novel, The Echo Maker (2006), tells the 
story of 
Mark Schluter, a young man of 27 who is nearly killed in an accident 
with his truck. He recovers but seems to be suffering from Capgras, a 
condition in which the patient believes that some of his loved ones have
 been replaced by doubles. Mark thinks his sister Karin has been 
replaced by someone who looks exactly like Karin, but he is certain she 
is only a robot or a stand-in. He calls her Kopy Karin and Karbon Karin.
 The evolution of the syndrome is far from positive. The condition seems
 to spread. Mark begins to believe it is not just Karin who has been 
replaced. His dog, his house, his old town and some of his best friends 
all seem to be replaced by stand ins.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/echo-maker-novel-richard-powers&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/echo-maker-novel-richard-powers#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/book">Book</category>
 <category domain="https://sina.salek.ws/category/tags/brain">Brain</category>
 <category domain="https://sina.salek.ws/category/tags/human">Human</category>
 <category domain="https://sina.salek.ws/category/tags/review">Review</category>
 <pubDate>Fri, 23 Oct 2009 20:13:46 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1262 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Issue : INIT: no more processes left in this runlevel [SOLVED] !!</title>
 <link>https://sina.salek.ws/content/issue-init-no-more-processes-left-runlevel-solved</link>
 <description>&lt;p&gt;Issue : INIT: no more processes left in this runlevel&lt;/p&gt;&lt;p&gt;This is one of the issues i had for several months, i couldn&#039;t find any specific information about it and never had time to trace it in order to find a solution. But today i managed to fix it by reading many threads and articles and then tracing it from the beginning , since i&#039;m not the only one with this problem i decided to share it.&lt;/p&gt;&lt;p&gt;I used CentOS 5.3 for this tutorial , but it might be still useful even if you&#039;re using a Debian based distribution.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/issue-init-no-more-processes-left-runlevel-solved&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/issue-init-no-more-processes-left-runlevel-solved#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/centos">CentOS</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Thu, 22 Oct 2009 11:55:14 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1261 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Most of my posts are related to Linux , But what is linux?!</title>
 <link>https://sina.salek.ws/content/most-my-posts-are-related-linux-what-linux</link>
 <description>&lt;p&gt;As you might have already noticed most of my blog posts and tweets are related to Linux. Unfortunately not everyone knows about Linux so i guess it&#039;s time to introduce it.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/most-my-posts-are-related-linux-what-linux&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/most-my-posts-are-related-linux-what-linux#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <pubDate>Tue, 20 Oct 2009 11:06:51 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1260 at https://sina.salek.ws</guid>
</item>
<item>
 <title>CentOS/RHEL5 does not detect some onboard network cards +Videos</title>
 <link>https://sina.salek.ws/content/centosrhel5-does-not-detect-some-onboard-network-cards-videos</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;CentOS&#039;s kernel is a very old kernel comparing to many other distributions. The reason is stability but some times it gets annoying.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;For example today i wanted to upgrade CentOS 5.2 server at work to 5.3. to make this process as trouble free as possible i cloned the server into another computer but once it booted , i noticed that it doesn&#039;t detect new computer&#039;s on board network card! and it was impossible to do the upgrade without Internet.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/centosrhel5-does-not-detect-some-onboard-network-cards-videos&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/centosrhel5-does-not-detect-some-onboard-network-cards-videos#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/centos">CentOS</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/linux-kernel">Linux Kernel</category>
 <category domain="https://sina.salek.ws/category/tags/operating-system">Operating System</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Fri, 09 Oct 2009 18:08:08 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1252 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Take online typing courses and improve your typing speed</title>
 <link>https://sina.salek.ws/content/take-online-typing-courses-and-improve-your-typing-speed</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;typingweb.com is a website for learning typing and getting certification, its interface is really good and user friendly and it&#039;s also a web application which means that you don&#039;t need to install anything on your computer, the only thing you need is a web browser.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The certification is not free, about $40. So if you don&#039;t want to become a typist it does not worth it, and if you want to become one then make sure that the certification is creditable and accepatable by employers.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/take-online-typing-courses-and-improve-your-typing-speed&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/take-online-typing-courses-and-improve-your-typing-speed#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/certification">Certification</category>
 <category domain="https://sina.salek.ws/category/tags/jquery">jquery</category>
 <category domain="https://sina.salek.ws/category/tags/online-application">online application</category>
 <category domain="https://sina.salek.ws/category/tags/typing">Typing</category>
 <pubDate>Mon, 21 Sep 2009 15:52:48 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1250 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Google acquires reCaptcha</title>
 <link>https://sina.salek.ws/content/google-acquires-recaptcha</link>
 <description>&lt;p&gt;I&#039;m using reCaptcha on my website, and it&#039;s a very feature rich and easy to use captcha. and i just noticed that Google is accurring reCaptcha, they want to use it to index old books and newspapers which are difficult to read by computer.&lt;/p&gt;&lt;p&gt;What does that mean?&lt;/p&gt;&lt;p&gt;It means that whenver you enter the text version of the captcha you&#039;re seeing , you&#039;re actually also helping Google to convert books into text for free!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://googleblog.blogspot.com/2009/09/teaching-computers-to-read-google.html&quot;&gt;Read the whole story...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/google-acquires-recaptcha#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/acquire">Acquire</category>
 <category domain="https://sina.salek.ws/category/tags/captcha">Captcha</category>
 <category domain="https://sina.salek.ws/category/tags/google">Google</category>
 <pubDate>Mon, 21 Sep 2009 12:01:49 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1249 at https://sina.salek.ws</guid>
</item>
<item>
 <title>My site&#039;s new update</title>
 <link>https://sina.salek.ws/content/my-sites-new-update</link>
 <description>&lt;p&gt;I&#039;ve upload a new version of my website yesterday , it has several new features :&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/my-sites-new-update&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/my-sites-new-update#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/personal">Personal</category>
 <category domain="https://sina.salek.ws/category/tags/site">Site</category>
 <category domain="https://sina.salek.ws/category/tags/update">Update</category>
 <pubDate>Mon, 21 Sep 2009 09:27:26 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1248 at https://sina.salek.ws</guid>
</item>
<item>
 <title>How to dump all MySQL databases into indivisual files at once</title>
 <link>https://sina.salek.ws/content/how-dump-all-mysql-databases-indivisual-files-once</link>
 <description>&lt;p&gt;I had to move 264 databases from one Linux server (Fedora) to another (CentOS), hard copying /var/lib/mysql wasn&#039;t a good idea because version of two MySQL databases were different and i had to repair all the tables after move so i decided to write a very short and usefull bash script.&lt;/p&gt;&lt;p&gt;It dumps all the databases but each database into a different file :&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-336&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;1251&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/how-dump-all-mysql-databases-indivisual-files-once&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/how-dump-all-mysql-databases-indivisual-files-once#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/backup">Backup</category>
 <category domain="https://sina.salek.ws/category/tags/bash-script">Bash-Script</category>
 <category domain="https://sina.salek.ws/category/tags/database">Database</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/dump">Dump</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/mysql">MySQL</category>
 <category domain="https://sina.salek.ws/category/tags/server">Server</category>
 <category domain="https://sina.salek.ws/category/tags/sys-administration">Sys Administration</category>
 <pubDate>Mon, 14 Sep 2009 16:26:19 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1233 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Old comments , Old memories</title>
 <link>https://sina.salek.ws/content/old-comments-old-memories</link>
 <description>&lt;p&gt;I managed to review, approve, cleanup all the old comments today. It was very inspiring reading visitors&#039; and friends&#039; opinion about me , my (old) website and my posts after all this years. Unfortunately many of my friend&#039;s blogs are no longer available due to the Persianblog&#039;s disappearance, wish if i could find them again.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/old-comments-old-memories&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/old-comments-old-memories#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/comment">Comment</category>
 <category domain="https://sina.salek.ws/category/tags/personal">Personal</category>
 <pubDate>Sun, 13 Sep 2009 06:38:04 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1229 at https://sina.salek.ws</guid>
</item>
<item>
 <title>My Site, Twitter &amp; Facebook</title>
 <link>https://sina.salek.ws/content/my-site-twitter-facebook</link>
 <description>&lt;p&gt;I can now update both Twitter and Facebook through pidgin at once. and also my website is also connected to twitter.&lt;br /&gt;So basically : &lt;br /&gt;Twitter -&amp;gt; My Site&lt;br /&gt;My Site -&amp;gt; Twitter -&amp;gt; Facebook (I&#039;m about to test this once right now)&lt;br /&gt;Pidigin -&amp;gt; Twitter -&amp;gt; Facebook&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/my-site-twitter-facebook&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/my-site-twitter-facebook#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/facebook">Facebook</category>
 <category domain="https://sina.salek.ws/category/tags/instant-messenger">Instant Messenger</category>
 <category domain="https://sina.salek.ws/category/tags/personal">Personal</category>
 <category domain="https://sina.salek.ws/category/tags/pidgin">Pidgin</category>
 <category domain="https://sina.salek.ws/category/tags/plugin">Plugin</category>
 <category domain="https://sina.salek.ws/category/tags/status">Status</category>
 <category domain="https://sina.salek.ws/category/tags/twitter">Twitter</category>
 <pubDate>Sat, 12 Sep 2009 01:39:33 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1225 at https://sina.salek.ws</guid>
</item>
<item>
 <title>My weblog is up and running</title>
 <link>https://sina.salek.ws/content/my-weblog-and-running</link>
 <description>&lt;p&gt;After about 3 years, i&#039;ve decided to start blogging again :). It&#039;s going to be much more than just a blog actually.&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/my-weblog-and-running#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/my-site">My Site</category>
 <category domain="https://sina.salek.ws/category/tags/personal">Personal</category>
 <pubDate>Thu, 27 Aug 2009 07:46:28 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1219 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Is Windows 7 really much better than Vista</title>
 <link>https://sina.salek.ws/content/windows-7-really-much-better-vista</link>
 <description>&lt;p&gt;The short answer is NO!&lt;/p&gt;&lt;p&gt;Couple of days a ago i discovered a very amazing bug in Windows Vista, after searching for a fix on the internet i realized that many pople have the same problem. And not only it does not have any fix currently but also it&#039;s exists also on Windows 7 (And all Vista based operating systems like&amp;nbsp; Windows Server 2008 etc).&lt;/p&gt;&lt;p&gt;&amp;nbsp;Rest of the story :&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/windows-7-really-much-better-vista&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/windows-7-really-much-better-vista#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/microsoft">Microsoft</category>
 <category domain="https://sina.salek.ws/category/tags/operating-system">Operating System</category>
 <category domain="https://sina.salek.ws/category/tags/review-1">Review</category>
 <category domain="https://sina.salek.ws/category/tags/software">Software</category>
 <category domain="https://sina.salek.ws/category/tags/windows">Windows</category>
 <category domain="https://sina.salek.ws/category/tags/windows-7">Windows 7</category>
 <pubDate>Fri, 26 Jun 2009 15:35:56 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1024 at https://sina.salek.ws</guid>
</item>
<item>
 <title>IE8 Story : Is microsoft a complete lier?!</title>
 <link>https://sina.salek.ws/content/ie8-story-microsoft-complete-lier</link>
 <description>&lt;p&gt;
One of my colleagues sent me this link : &lt;a href=&quot;http://www.microsoft.com/windows/internet-explorer/get-the-facts/browser-comparison.aspx&quot;&gt;Windows Internet Explorer 8: Get the facts&lt;/a&gt;. And after reading for few seconds, i said that oh my God. how shameless! what a lies! 
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/ie8-story-microsoft-complete-lier&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/ie8-story-microsoft-complete-lier#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/criticism">Criticism</category>
 <category domain="https://sina.salek.ws/category/tags/ie8">IE8</category>
 <category domain="https://sina.salek.ws/category/tags/internet-explorer">Internet Explorer</category>
 <category domain="https://sina.salek.ws/category/tags/lie">Lie</category>
 <category domain="https://sina.salek.ws/category/tags/review">Review</category>
 <category domain="https://sina.salek.ws/category/tags/software">Software</category>
 <category domain="https://sina.salek.ws/category/tags/web-browser">Web Browser</category>
 <pubDate>Fri, 19 Jun 2009 23:03:03 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1023 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Ubuntu 9 released!</title>
 <link>https://sina.salek.ws/content/ubuntu-9-released</link>
 <description>I just installed on my VirtualBox (Both Kubuntu and Ubuntu) , fast and solid. Kubuntu because of KDE 4 it still has various issues, as i said before KDE 4 is my desktop choice so i won&#039;t move my workstation to Linux until it become stable :).&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/ubuntu-9-released&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/ubuntu-9-released#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/gnu/linux">Gnu/Linux</category>
 <category domain="https://sina.salek.ws/category/tags/linux">Linux</category>
 <category domain="https://sina.salek.ws/category/tags/operating-system">Operating System</category>
 <category domain="https://sina.salek.ws/category/tags/software">Software</category>
 <category domain="https://sina.salek.ws/category/tags/ubuntu">Ubuntu</category>
 <pubDate>Fri, 01 May 2009 00:22:59 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1013 at https://sina.salek.ws</guid>
</item>
<item>
 <title>What I&#039;ve been doing while I&#039;ve not been posting</title>
 <link>https://sina.salek.ws/content/what-ive-been-doing-while-ive-not-been-posting</link>
 <description>&lt;p&gt;
Well, as usual i&#039;m very busy with many different projects.
&lt;/p&gt;
&lt;p&gt;
I need to spend lots of time reading and researching on various topics to keep myself uptodate, my mind has longer any interest in solving complex problems, i guess it&#039;s very tried. hopefully i&#039;m going vacation soon.
&lt;/p&gt;
&lt;p&gt;
There are other news as well,
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/what-ive-been-doing-while-ive-not-been-posting&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/what-ive-been-doing-while-ive-not-been-posting#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/personal">Personal</category>
 <pubDate>Sun, 29 Mar 2009 04:53:01 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1012 at https://sina.salek.ws</guid>
</item>
<item>
 <title>One of the projects has been finished finally!</title>
 <link>https://sina.salek.ws/content/one-projects-has-been-finished-finally</link>
 <description>&lt;div class=&quot;content&quot;&gt;
&lt;p&gt;
I just finished one of the projects
that i&#039;ve been working on for more that a month.  I&#039;ve done some great
things in this project that i want to write about them here. 
&lt;/p&gt;
&lt;p&gt;
1. &lt;span style=&quot;color: black&quot;&gt;One &lt;/span&gt;of the developing issues that i wanted to solve for such a long time is
Difficulty of implementing websites with AJAX. If you&#039;re a programmer
you definitly know that  it&#039;s not easy. But why?
&lt;/p&gt;
&lt;p&gt;
There is few important reasons :  
&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/one-projects-has-been-finished-finally&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/one-projects-has-been-finished-finally#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/ajax">Ajax</category>
 <category domain="https://sina.salek.ws/category/tags/developing">Developing</category>
 <category domain="https://sina.salek.ws/category/tags/personal">Personal</category>
 <category domain="https://sina.salek.ws/category/tags/project">Project</category>
 <category domain="https://sina.salek.ws/category/tags/template">Template</category>
 <category domain="https://sina.salek.ws/category/tags/work">Work</category>
 <pubDate>Sat, 17 May 2008 22:33:00 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1007 at https://sina.salek.ws</guid>
</item>
<item>
 <title>My new official website is finally stable</title>
 <link>https://sina.salek.ws/content/my-new-official-website-finally-stable</link>
 <description>&lt;p&gt;Currently i&#039;m trying to add more information about the project i&#039;ve done.  and also preparing my new weblog in my free time (If i have any!)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/my-new-official-website-finally-stable&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/my-new-official-website-finally-stable#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/my-site">My Site</category>
 <category domain="https://sina.salek.ws/category/tags/personal">Personal</category>
 <category domain="https://sina.salek.ws/category/tags/update">Update</category>
 <pubDate>Sun, 13 Apr 2008 12:30:09 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">961 at https://sina.salek.ws</guid>
</item>
</channel>
</rss>
