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

<channel>
	<title>CustomPCSoftware.com</title>
	<atom:link href="http://custompcsoftware.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://custompcsoftware.com/blog</link>
	<description>Software development company</description>
	<pubDate>Tue, 26 Aug 2008 22:19:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Free online batch UPC validator</title>
		<link>http://custompcsoftware.com/blog/2008/06/10/free-online-batch-upc-validator/</link>
		<comments>http://custompcsoftware.com/blog/2008/06/10/free-online-batch-upc-validator/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 22:30:46 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[Other]]></category>

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

		<guid isPermaLink="false">http://custompcsoftware.com/blog/?p=35</guid>
		<description><![CDATA[I have created batch ISBN to ISBN13 converter some time ago. Here is another useful tool &#8212; online batch UPC validator. Please leave bug reports and thanks (if any  ) in comments.
Share This
]]></description>
			<content:encoded><![CDATA[<p>I have created <a href="http://custompcsoftware.com/blog/2007/04/19/online-isbn10-to-isbn13-converter/">batch ISBN to ISBN13 converter</a> some time ago. Here is another useful tool &#8212; <a title="Free online batch UPC validator" href="http://custompcsoftware.com/upc.html">online batch UPC validator</a>. Please leave bug reports and thanks (if any <img src='http://custompcsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) in comments.</p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=35&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_35" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2008/06/10/free-online-batch-upc-validator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Открыта вакансия PHP-разработчика</title>
		<link>http://custompcsoftware.com/blog/2008/05/12/vacancy/</link>
		<comments>http://custompcsoftware.com/blog/2008/05/12/vacancy/#comments</comments>
		<pubDate>Mon, 12 May 2008 15:00:05 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[Other]]></category>

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

		<category><![CDATA[вакансия]]></category>

		<category><![CDATA[работа]]></category>

		<guid isPermaLink="false">http://custompcsoftware.com/blog/?p=34</guid>
		<description><![CDATA[Компании срочно требуются PHP-разработчики. Основные требования:

Опыт работы в веб-программировании не менее двух лет
Возраст не младше 21 года
Знание ООП и отличий между PHP 4.x и PHP 5.x
Желательно проживание в г. Харькове или г. Сумы

Подробности можно узнать, оставив комментарии к этому сообщению либо по ICQ: 142806591
Share This
]]></description>
			<content:encoded><![CDATA[<p>Компании срочно требуются PHP-разработчики. Основные требования:</p>
<ol>
<li>Опыт работы в веб-программировании не менее двух лет</li>
<li>Возраст не младше 21 года</li>
<li>Знание ООП и отличий между PHP 4.x и PHP 5.x</li>
<li>Желательно проживание в г. Харькове или г. Сумы</li>
</ol>
<p>Подробности можно узнать, оставив комментарии к этому сообщению либо по ICQ: 142806591</p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=34&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_34" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2008/05/12/vacancy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL tip: why are my joins so slow?</title>
		<link>http://custompcsoftware.com/blog/2008/03/30/mysql-tip-why-are-my-joins-so-slow/</link>
		<comments>http://custompcsoftware.com/blog/2008/03/30/mysql-tip-why-are-my-joins-so-slow/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 21:14:30 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2008/03/30/mysql-tip-why-are-my-joins-so-slow/</guid>
		<description><![CDATA[Never! Never join tables on fields with different types. Say, you have one table with `zip` varchar(5) and another with `zip` int(5). As a result of &#8230;left join &#8230; on a.zip=b.zip you will get perfomance loss up to 1000 times.
Share This
]]></description>
			<content:encoded><![CDATA[<p>Never! Never join tables on fields with different types. Say, you have one table with `zip` varchar(5) and another with `zip` int(5). As a result of &#8230;left join &#8230; on a.zip=b.zip you will get perfomance loss up to 1000 times.</p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=25&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_25" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2008/03/30/mysql-tip-why-are-my-joins-so-slow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP 4.x annoying bug related to $this keyword</title>
		<link>http://custompcsoftware.com/blog/2008/03/02/php-4x-annoying-bug-related-to-this-keyword/</link>
		<comments>http://custompcsoftware.com/blog/2008/03/02/php-4x-annoying-bug-related-to-this-keyword/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 23:05:34 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2008/03/02/php-4x-annoying-bug-related-to-this-keyword/</guid>
		<description><![CDATA[Did you know PHP 4.x cannot take reference from $this? So, code below won&#8217;t work:
 $reference = &#38;$this;
It took me about 30 minutes to figure out what exactly was wrong with my code. So, I hope this post will help somebody else to avoid the problem.
What I did to fix it. Just added another property [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know PHP 4.x cannot take reference from $this? So, code below won&#8217;t work:</p>
<blockquote><p> $reference = &amp;$this;</p></blockquote>
<p>It took me about 30 minutes to figure out what exactly was wrong with my code. So, I hope this post will help somebody else to avoid the problem.</p>
<p>What I did to fix it. Just added another property named &#8220;reference&#8221; to class and initialized it right after creating class instance. If anybody knows another way - please let me know.</p>
<p>Thank you.</p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=24&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_24" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2008/03/02/php-4x-annoying-bug-related-to-this-keyword/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yes, I love MVC pattern</title>
		<link>http://custompcsoftware.com/blog/2008/02/06/yes-i-love-mvc-pattern/</link>
		<comments>http://custompcsoftware.com/blog/2008/02/06/yes-i-love-mvc-pattern/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 23:34:03 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2008/02/06/yes-i-love-mvc-pattern/</guid>
		<description><![CDATA[Yet another project finished &#8212; whoswhogallery.com.
Share This
]]></description>
			<content:encoded><![CDATA[<p>Yet another project finished &#8212; whoswhogallery.com.</p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=23&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_23" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2008/02/06/yes-i-love-mvc-pattern/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drupal, Wordpress and Joomla!: performance tests.</title>
		<link>http://custompcsoftware.com/blog/2007/11/10/drupal-wordpress-and-joomla-performance-tests/</link>
		<comments>http://custompcsoftware.com/blog/2007/11/10/drupal-wordpress-and-joomla-performance-tests/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 10:44:16 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[CMS]]></category>

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

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

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

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2007/11/10/drupal-wordpress-and-joomla-performance-tests/</guid>
		<description><![CDATA[Hi!
Today I&#8217;d like to share some interesting results of performance tests for 3 most popular CMS/Blog systems: Drupal, Joomla! and WordPress.
Tests were done on dev debian machine using Apache ab utility.
MySQL settings:
 &#124; join_buffer_size                &#124; 131072     [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>Today I&#8217;d like to share some interesting results of performance tests for 3 most popular CMS/Blog systems: <a href="http://drupal.org/">Drupal</a>, <a href="http://joomla.org">Joomla!</a> and <a href="http://wordpress.org/">WordPress</a>.</p>
<p>Tests were done on dev debian machine using Apache ab utility.</p>
<p>MySQL settings:</p>
<blockquote><p> <span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| join_buffer_size                | 131072                        |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| key_buffer_size                 | 16777216                      |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| key_cache_age_threshold         | 300                           |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| key_cache_block_size            | 1024                          |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| key_cache_division_limit        | 100                           |</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| query_alloc_block_size          | 8192                          |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| query_cache_limit               | 1048576                       |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| query_cache_min_res_unit        | 4096                          |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| query_cache_size                | 16777216                      |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| query_cache_type                | ON                            |</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">| query_cache_wlock_invalidate    | OFF                           |</span></p></blockquote>
<p>Apache settings:</p>
<blockquote><p> <span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">&lt;IfModule prefork.c&gt;</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">StartServers         5</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">MinSpareServers      5</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">MaxSpareServers     10</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">MaxClients          20</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">MaxRequestsPerChild  0</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">&lt;/IfModule&gt;</span></p></blockquote>
<p>All systems have about 20,000 articles and 200+ links on page.</p>
<p>Versions: drupal 5.1, wordpress 2.2, joomla! 1.0.12</p>
<p><strong>Results for </strong><em>ab -n 200 -c 4</em><strong>:</strong></p>
<blockquote><p><span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">drupal-sef-no-aliases:<br />
Requests per second: <strong>2.43</strong> [#/sec] (mean)</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">drupal-sef-20000-aliases:<br />
Requests per second:    <strong>1.21</strong> [#/sec] (mean)</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">joomla1-no-sef:<br />
Requests per second: <strong>2.75</strong> [#/sec] (mean)</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">joomla1-patched-opensef:<br />
Requests per second: <strong>1.87</strong> [#/sec] (mean)</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">wordpress-numeric-permalinks:<br />
Requests per second: <strong>0.65</strong> [#/sec] (mean)</span><br />
<span style="font-family: 'Courier New'; font-size: 12px; color: #000000; background-color: transparent">wordpress-date-name-permalinks:<br />
Requests per second: <strong>0.64</strong> [#/sec] (mean)</span></p></blockquote>
<p>Larger number means better performance. <strong>Joomla rocks?</strong></p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=22&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_22" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2007/11/10/drupal-wordpress-and-joomla-performance-tests/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Фотоотчет с первого семинара.</title>
		<link>http://custompcsoftware.com/blog/2007/06/09/%d0%a4%d0%be%d1%82%d0%be%d0%be%d1%82%d1%87%d0%b5%d1%82-%d1%81-%d0%bf%d0%b5%d1%80%d0%b2%d0%be%d0%b3%d0%be-%d1%81%d0%b5%d0%bc%d0%b8%d0%bd%d0%b0%d1%80%d0%b0/</link>
		<comments>http://custompcsoftware.com/blog/2007/06/09/%d0%a4%d0%be%d1%82%d0%be%d0%be%d1%82%d1%87%d0%b5%d1%82-%d1%81-%d0%bf%d0%b5%d1%80%d0%b2%d0%be%d0%b3%d0%be-%d1%81%d0%b5%d0%bc%d0%b8%d0%bd%d0%b0%d1%80%d0%b0/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 21:21:11 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[Team meAting]]></category>

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2007/06/09/%d0%a4%d0%be%d1%82%d0%be%d0%be%d1%82%d1%87%d0%b5%d1%82-%d1%81-%d0%bf%d0%b5%d1%80%d0%b2%d0%be%d0%b3%d0%be-%d1%81%d0%b5%d0%bc%d0%b8%d0%bd%d0%b0%d1%80%d0%b0/</guid>
		<description><![CDATA[Что ж, семинар состоялся. И, как мне кажется, прошел довольно таки успешно  
Well, we passed over the first intown programmers conference. Pretty nice, what else can I say?
Team Meating #1
Share This
]]></description>
			<content:encoded><![CDATA[<p>Что ж, семинар состоялся. И, как мне кажется, прошел довольно таки успешно <img src='http://custompcsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well, we passed over the first intown programmers conference. Pretty nice, what else can I say?</p>
<p><a href="http://custompcsoftware.com/blog/wp-content/uploads/2007/06/team_meeting_all.zip" title="Team Meating #1 - Photoreport - Фотоотчет">Team Meating #1</a></p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=19&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_19" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2007/06/09/%d0%a4%d0%be%d1%82%d0%be%d0%be%d1%82%d1%87%d0%b5%d1%82-%d1%81-%d0%bf%d0%b5%d1%80%d0%b2%d0%be%d0%b3%d0%be-%d1%81%d0%b5%d0%bc%d0%b8%d0%bd%d0%b0%d1%80%d0%b0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Семинар разработчиков Te@m /meEating или пора посмотреть друг другу в глаза</title>
		<link>http://custompcsoftware.com/blog/2007/06/06/team-meating/</link>
		<comments>http://custompcsoftware.com/blog/2007/06/06/team-meating/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 07:15:01 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[Team meAting]]></category>

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2007/06/06/%d0%a1%d0%b5%d0%bc%d0%b8%d0%bd%d0%b0%d1%80-%d1%80%d0%b0%d0%b7%d1%80%d0%b0%d0%b1%d0%be%d1%82%d1%87%d0%b8%d0%ba%d0%be%d0%b2-tem-meeating-%d0%b8%d0%bb%d0%b8-%d0%bf%d0%be%d1%80%d0%b0-%d0%bf%d0%be%d1%81/</guid>
		<description><![CDATA[Мы считаем себя разработчиками и каждый день боремся каждый со своми задачами. Мы постоянно заняты и часто красивые решения проблем или интересные находки не добираются даже до наших блогов. Все мы владеем кое-чем уникальным &#8212; своим опытом. Предлагаем его обменять по курсу один к одному на опыт коллег и неформальное общение с единомышленниками.
Примерная программа:
- Очное [...]]]></description>
			<content:encoded><![CDATA[<p>Мы считаем себя разработчиками и каждый день боремся каждый со своми задачами. Мы постоянно заняты и часто красивые решения проблем или интересные находки не добираются даже до наших блогов. Все мы владеем кое-чем уникальным &#8212; своим опытом. Предлагаем его обменять по курсу один к одному на опыт коллег и неформальное общение с единомышленниками.</p>
<p>Примерная программа:<br />
- Очное знакомство, каждый представится и обозначит круг своих интересов в разработке<br />
- Неформальные доклады</p>
<p>Место и время проведения: Украина, г. Сумы, Центр Европейской информации (библиотека им. Крупской, 3-й этаж), 9 июня (суббота), 15:00. Всех встретят на входе.</p>
<p>Ориентировочные темы докладов:<br />
1. Краткий обзор CMS Joomla, Drupal, Typo3 и WordPress. Используемые подходы, плюсы и минусы. Результаты crash-тестов. Докладчики: alfim(Joomla, WordPress, Drupal), ArtVolk(Typo3, критерии выбора CMS: субъективный взгляд)<br />
2. Организация рабочего процесса небольшой группы разрабочиков (системы контроля версий, баг-трекеры, работа с командой). Основной докладчик - ArtVolk</p>
<p>Организаторы - alfim, ArtVolk.</p>
<p>Заявку на участие  можно оставить в комментариях. Задать вопросы можно там же или в ICQ: 142806591</p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=16&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_16" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2007/06/06/team-meating/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New project finished</title>
		<link>http://custompcsoftware.com/blog/2007/05/04/new-project-finished/</link>
		<comments>http://custompcsoftware.com/blog/2007/05/04/new-project-finished/#comments</comments>
		<pubDate>Fri, 04 May 2007 17:14:50 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[CMS]]></category>

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

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2007/05/04/new-project-finished/</guid>
		<description><![CDATA[It seems like we&#8217;ve finished one more project, 1c-uso.ru. It&#8217;s pretty simple Joomla-based website with downloads section for registered users and Mantis integration.
Share This
]]></description>
			<content:encoded><![CDATA[<p>It seems like we&#8217;ve finished one more project, <a HREF="http://1c-uso.ru">1c-uso.ru</a>. It&#8217;s pretty simple <a HREF="http://joomla.org">Joomla</a>-based website with downloads section for registered users and Mantis integration.</p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=15&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_15" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2007/05/04/new-project-finished/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online ISBN10 to ISBN13 converter.</title>
		<link>http://custompcsoftware.com/blog/2007/04/19/online-isbn10-to-isbn13-converter/</link>
		<comments>http://custompcsoftware.com/blog/2007/04/19/online-isbn10-to-isbn13-converter/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 20:04:33 +0000</pubDate>
		<dc:creator>Alexander Alfimov</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://custompcsoftware.com/blog/2007/04/19/online-isbn10-to-isbn13-converter/</guid>
		<description><![CDATA[I&#8217;ve googled today for such a thing but without any luck. The main requirement was the ability to convert ISBNs in batch mode. Fortunately I&#8217;ve found small JS function here and decided to write the tool myself. Please don&#8217;t hesitate to leave comments in case you found it useful or have suggestions on it&#8217;s functionality.
Simple online ISBN10 to ISBN13 batch converter.
Share This
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve googled today for such a thing but without any luck. The main requirement was the ability to convert ISBNs in batch mode. Fortunately I&#8217;ve found small JS function <a HREF="http://snipplr.com/view/481/convert-isbn10-to-isbn13/">here</a> and decided to write the tool myself. Please don&#8217;t hesitate to leave comments in case you found it useful or have suggestions on it&#8217;s functionality.</p>
<p><a HREF="http://custompcsoftware.com/isbn13.html">Simple online ISBN10 to ISBN13 batch converter.</a></p>
<p class="akst_link"><a href="http://custompcsoftware.com/blog/?p=11&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_11" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://custompcsoftware.com/blog/2007/04/19/online-isbn10-to-isbn13-converter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
