<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hollgam's blog</title>
	<atom:link href="http://hollgam.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://hollgam.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 31 Jan 2010 09:37:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>twitter</title>
		<link>http://hollgam.com/blog/?p=146</link>
		<comments>http://hollgam.com/blog/?p=146#comments</comments>
		<pubDate>Sun, 31 Jan 2010 09:37:40 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=146</guid>
		<description><![CDATA[testing is updates go to twitter
]]></description>
			<content:encoded><![CDATA[<p>testing is updates go to twitter</p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates</title>
		<link>http://hollgam.com/blog/?p=139</link>
		<comments>http://hollgam.com/blog/?p=139#comments</comments>
		<pubDate>Sun, 31 Jan 2010 08:58:58 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[hollgam.com]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=139</guid>
		<description><![CDATA[Several updates for the site: I&#8217;ve udared wordpress to the latest version, added Twitter widget for contact page, updated my contact information which now containes Finnish contacts. And I&#8217;m also planning to get back to python development.
]]></description>
			<content:encoded><![CDATA[<p>Several updates for the site: I&#8217;ve udared wordpress to the latest version, added Twitter widget for contact page, updated my contact information which now containes Finnish contacts. And I&#8217;m also planning to get back to python development.</p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PGNReader</title>
		<link>http://hollgam.com/blog/?p=135</link>
		<comments>http://hollgam.com/blog/?p=135#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:18:35 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[pgnreader]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=135</guid>
		<description><![CDATA[Together with mr. Vinchkovsky from Kyiv-Mohyla Academy we started a new project PGNReader: a small program written in Python for reading and working with PGN files which are used for storing and sharing information about chess games. Hosted at Google Code.
]]></description>
			<content:encoded><![CDATA[<p>Together with mr. Vinchkovsky from Kyiv-Mohyla Academy we started a new project <a href="http://code.google.com/p/pgnreader/" target="_blank">PGNReader</a>: a small program written in Python for reading and working with PGN files which are used for storing and sharing information about chess games. Hosted at Google Code.</p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clickable root links</title>
		<link>http://hollgam.com/blog/?p=113</link>
		<comments>http://hollgam.com/blog/?p=113#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:40:17 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[hollgam.com]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=113</guid>
		<description><![CDATA[A small update: now links to the 2nd level (e.g. http://hollgam.com/blog/) are clickable.
]]></description>
			<content:encoded><![CDATA[<p>A small update: now links to the 2nd level (e.g. http://hollgam.com/blog/) are clickable.</p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pyChess</title>
		<link>http://hollgam.com/blog/?p=104</link>
		<comments>http://hollgam.com/blog/?p=104#comments</comments>
		<pubDate>Sat, 28 Feb 2009 14:26:06 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[Small Projects]]></category>
		<category><![CDATA[pyChess]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=104</guid>
		<description><![CDATA[
Language: Python (2.6.1)
Version: 0.13 (March 05, 2009)
 Requirements: PMW, PIL
Creators: Hollgam
Screenshots: screenshot1, screenshot2
A game of chess. Not playable yet, just a board with pieces which can be moved.
Download: latest version
Updates:
Version 0.1alpha &#8211; February 28, 2009:
- Board with movable pieces.
Version 0.11 &#8211; March 04, 2009:
- Function for showing legal moves.
Version 0.12 &#8211; March 05, 2009:
- Fixed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignnone" src="/projects/programs/pyChess/screenshot2.jpg" alt="" width="288" height="333" /></p>
<p><span class="monospace">Language:</span> <a href="http://www.python.org/download/releases/2.6.1/" target="_blank">Python (2.6.1)</a><span class="monospace"><br />
Version:</span> 0.13 (<span id="timestamp">March 05, 2009</span>)<br />
<span class="monospace"> Requirements:</span> <a href="http://pmw.sourceforge.net/" target="_blank">PMW</a>, <a href="http://www.pythonware.com/products/pil/" target="_blank">PIL</a><br />
<span class="monospace">Creators:</span> <a href="/">Hollgam</a><span class="monospace"><br />
Screenshots: </span><a href="/projects/programs/pyChess/screenshot1.jpg" target="_blank">screenshot1</a>, <a href="/projects/programs/pyChess/screenshot2.jpg" target="_blank">screenshot2</a></p>
<p>A game of chess. Not playable yet, just a board with pieces which can be moved.</p>
<p><span class="monospace">Download: </span><a href="/projects/programs/pyChess/pyChess.zip">latest version</a></p>
<p><strong><span style="color: #ff9900;">Updates:</span></strong></p>
<p><strong>Version 0.1alpha</strong> &#8211; <em><span id="timestamp">February 28, 2009</span></em><strong>:</strong><br />
- Board with movable pieces.</p>
<p><strong>Version 0.11</strong><span id="timestamp"> &#8211; <em>March 04, 2009</em></span><strong>:</strong><br />
<span id="timestamp">- Function for showing legal moves.</span></p>
<p><strong>Version 0.12</strong><span id="timestamp"> &#8211; <em>March 05, 2009</em></span><strong>:</strong><br />
<span id="timestamp">- Fixed several bugs in the function for showing legal moves.<br />
- Added option of showing legal moves.<br />
- 90% completed function for validating made moves.</span></p>
<p><strong>Version 0.13</strong><span id="timestamp"> &#8211; <em>March 05, 2009</em></span><strong>:</strong><br />
<span id="timestamp">- Ability to make castles (not fully done).<br />
- Added timers of time spent on making current move, total times of White and Black.<br />
- Fixed several bugs.<br />
- Added icon.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pyTacToe</title>
		<link>http://hollgam.com/blog/?p=84</link>
		<comments>http://hollgam.com/blog/?p=84#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:43:10 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[Small Projects]]></category>
		<category><![CDATA[pytacToe]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=84</guid>
		<description><![CDATA[
Language: Python (2.6.1)
Requirements: PMW
Creators: Hollgam
Screenshots: screenshot1, screenshot2
A small game of  Tic Tac Toe written in Python.
Download: latest version
]]></description>
			<content:encoded><![CDATA[<p><span class="monospace"><img class="alignnone" title="screen1" src="/projects/programs/pyTacToe/screenshot1.jpg" alt="" width="280" height="338" /></span></p>
<p><span class="monospace">Language:</span> <a href="http://www.python.org/download/releases/2.6.1/" target="_blank">Python (2.6.1)</a><span class="monospace"><br />
Requirements:</span> <a href="http://pmw.sourceforge.net/" target="_blank">PMW</a><span class="monospace"><br />
Creators:</span> <a href="/">Hollgam</a><span class="monospace"><br />
Screenshots: </span><a href="/projects/programs/pyTacToe/screenshot1.jpg" target="_blank">screenshot1</a>, <a href="/projects/programs/pyTacToe/screenshot2.jpg" target="_blank">screenshot2</a></p>
<p>A small game of  Tic Tac Toe written in Python.</p>
<p><span class="monospace">Download: </span><a href="/projects/programs/pyTacToe/pyTacToe.zip">latest version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pyMiner</title>
		<link>http://hollgam.com/blog/?p=80</link>
		<comments>http://hollgam.com/blog/?p=80#comments</comments>
		<pubDate>Mon, 23 Feb 2009 14:40:56 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Small Projects]]></category>
		<category><![CDATA[pyMiner]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=80</guid>
		<description><![CDATA[
Language: Python (2.6.1)
Requirements: PMW
Creators: Hollgam
Screenshots: screenshot1, screenshot2, screenshot3
A small implementation of Windows&#8217; Minesweeper. This is under construction. I did this in one evening, code needs optimizing and revising in some cases. Even its name is beta   I haven&#8217;t decided which one to choose yet.
Download: latest version
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="screen" src="/projects/programs/pyMiner/screenshot1.jpg" alt="" width="236" height="329" /></p>
<p><span class="monospace">Language:</span> <a href="http://www.python.org/download/releases/2.6.1/" target="_blank">Python (2.6.1)</a><span class="monospace"><br />
Requirements:</span> <a href="http://pmw.sourceforge.net/" target="_blank">PMW</a><span class="monospace"><br />
Creators:</span> <a href="/">Hollgam</a><span class="monospace"><br />
Screenshots:</span> <a href="/projects/programs/pyMiner/screenshot1.jpg" target="_blank">screenshot1</a>, <a href="/projects/programs/pyMiner/screenshot2.jpg" target="_blank">screenshot2</a>, <a href="/projects/programs/pyMiner/screenshot3.jpg" target="_blank">screenshot3</a></p>
<p>A small implementation of Windows&#8217; Minesweeper. This is under construction. I did this in one evening, code needs optimizing and revising in some cases. Even its name is beta <img src='http://hollgam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I haven&#8217;t decided which one to choose yet.</p>
<p><span class="monospace">Download: </span><a href="/projects/programs/pyMiner/pyMiner.zip">latest version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portable Netbeans</title>
		<link>http://hollgam.com/blog/?p=61</link>
		<comments>http://hollgam.com/blog/?p=61#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:41:56 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=61</guid>
		<description><![CDATA[I got a new USB stick today and decided to make a good IDE-on-the-go out of it. I installed XAMPP, my favorite text editor, FTP manager and than I came across my favorite IDE for python development &#8211; Netbeans&#8230; After about 3 hours of fighting with it I did actually make it portable  
So [...]]]></description>
			<content:encoded><![CDATA[<p>I got a new USB stick today and decided to make a good IDE-on-the-go out of it. I installed XAMPP, my favorite text editor, FTP manager and than I came across my favorite IDE for python development &#8211; Netbeans&#8230; After about 3 hours of fighting with it I did actually make it portable <img src='http://hollgam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So what you need to do to make Netbeans portable:</p>
<ol>
<li>First, copy already installed Netbeans to your USB stick. ( I recommend choosing a zipped version from <a href="http://www.netbeans.org/downloads/zip.html" target="_blank">here</a> then simply unpack it)</li>
<li>Now there are 2 possible ways: editing a configuration file and applying commands to a shortcut. I&#8217;ll describe both:
<ul>
<li>1st: find file <strong>netbeans.conf </strong>in directory <strong>etc\</strong> inside a directory with Netbeans.  Now line<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">netbeans_default_userdir=<span style="color: #483d8b;">&quot;${HOME}/.netbeans/6.5&quot;</span></pre></div></div>

<p>replace with</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">netbeans_default_userdir=<span style="color: #483d8b;">&quot;.<span style="color: #000099; font-weight: bold;">\Y</span>OUR_USER_FOLDER&quot;</span></pre></div></div>

<p>where YOUR_USER_FOLDER is a folder with different configs. It <em><strong>must not</strong></em> be in the same directory that your Netbeans is (it was my mistake).</p>
<p>Now find line with something like</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">netbeans_jdkhome=<span style="color: #483d8b;">&quot;/path/to/jdk&quot;</span></pre></div></div>

<p>it defines path  to a place where JDK is installed in your stick. Replace it with something like</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">netbeans_jdkhome=<span style="color: #483d8b;">&quot;.<span style="color: #000099; font-weight: bold;">\J</span>DK<span style="color: #000099; font-weight: bold;">\&quot;</span></span></pre></div></div>

<p>don&#8217;t forget to replace JDK with a valid for you path</li>
<li>2nd: if you are using <a href="http://www.pegtop.net/start/" target="_blank">PStart</a> or something similar to that make a shortcut for netbeans.exe and add commands:<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"> --jdkhome <span style="color: #483d8b;">&quot;%pdrive%<span style="color: #000099; font-weight: bold;">\P</span>ATH_TO_JDK&quot;</span> --userdir <span style="color: #483d8b;">&quot;%pdrive%<span style="color: #000099; font-weight: bold;">\P</span>ATH_TOU_USERDIR&quot;</span></pre></div></div>

<p>where PATH_TO_JDK is a directory with JDK on your flash USB and PATH_TOU_USERDIR is your user directory. Again it <strong>must not</strong> be in the same directory that your Netbeans is.</li>
</ul>
</li>
</ol>
<p>And that&#8217;s it! Happy coding <img src='http://hollgam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New plugins in opensearch</title>
		<link>http://hollgam.com/blog/?p=56</link>
		<comments>http://hollgam.com/blog/?p=56#comments</comments>
		<pubDate>Sat, 10 Jan 2009 21:48:30 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[opensearch]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=56</guid>
		<description><![CDATA[I published several new  and updated some of my old opensearch  plugins:

Google Book Search

Google Code Search
Waz-warez.org &#8211; warez forum concentrated on movies

OVGuide.com &#8211; video search engine, very handy

updated warez-bb.org searching add-on: fixes some grammar
and added 2 plugins that search sites with adult content&#8230; ( I&#8217;d been asked by one friend of mine to do them. [...]]]></description>
			<content:encoded><![CDATA[<p>I published several new  and updated some of my old opensearch  plugins:</p>
<ul>
<li><a href="javascript:window.external.AddSearchProvider('http://hollgam.com/projects/opensearch/googlebook.xml');">Google Book Search<br />
</a></li>
<li><a href="javascript:window.external.AddSearchProvider('http://hollgam.com/projects/opensearch/googlecode.xml');">Google Code Search</a></li>
<li><a href="../../projects/opensearch/waz-warez">Waz-warez.org</a> &#8211; warez forum concentrated on movies<a href="../../projects/opensearch/demonoid"><br />
</a></li>
<li><a href="../../projects/opensearch/ovguide/">OVGuide.com</a> &#8211; video search engine, very handy<a href="../../projects/opensearch/ovguide/"><br />
</a></li>
<li>updated <a href="../../projects/opensearch/warez-bb/">warez-bb.org</a> searching add-on: fixes some grammar</li>
<li>and added 2 plugins that search sites with adult content&#8230; ( I&#8217;d been asked by one friend of mine to do them. I hope they will become useful&#8230;)</li>
</ul>
<p>Plus I uploaded all my stuff to <a href="http://mycroft.mozdev.org/developer/devlist.html?email=hollgam%40gmail.com" target="_blank">mycroft.mozdev.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update</title>
		<link>http://hollgam.com/blog/?p=50</link>
		<comments>http://hollgam.com/blog/?p=50#comments</comments>
		<pubDate>Fri, 02 Jan 2009 10:21:54 +0000</pubDate>
		<dc:creator>Hollgam</dc:creator>
				<category><![CDATA[hollgam.com]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://hollgam.com/blog/?p=50</guid>
		<description><![CDATA[I&#8217;ve updated the site. Optimized code a little bit and it is more editable, added several goodies from CSS3: shadow for a main div and it&#8217;s now possible to resize it! Unfortunately it works only in Safari now.
Shadow:

1
-webkit-box-shadow: 3px 5px 10px #CCBA99;

Resize:

1
2
3
resize: both;
max-width:1200px;
overflow: auto;

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the site. Optimized code a little bit and it is more editable, added several goodies from CSS3: shadow for a main div and it&#8217;s now possible to resize it! Unfortunately it works only in Safari now.</p>
<p>Shadow:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">-webkit-box-shadow<span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span> <span style="color: #933;">5px</span> <span style="color: #933;">10px</span> <span style="color: #cc00cc;">#CCBA99</span><span style="color: #00AA00;">;</span></pre></td></tr></table></div>

<p>Resize:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">resize<span style="color: #00AA00;">:</span> <span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span><span style="color: #933;">1200px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://hollgam.com/blog/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
