<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>MyNotePad</title>
	<atom:link href="http://pkok.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pkok.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Dec 2011 22:12:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pkok.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>MyNotePad</title>
		<link>http://pkok.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pkok.wordpress.com/osd.xml" title="MyNotePad" />
	<atom:link rel='hub' href='http://pkok.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Count LOC in a VS solution</title>
		<link>http://pkok.wordpress.com/2011/12/12/count-loc-in-a-vs-solution/</link>
		<comments>http://pkok.wordpress.com/2011/12/12/count-loc-in-a-vs-solution/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 08:57:59 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[Etc]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/2011/12/12/count-loc-in-a-vs-solution/</guid>
		<description><![CDATA[Option #1: Quick-and-dirty Powershell (count non-empty lines) C:\&#62; (dir -include *.cs,*.xaml -recurse &#124; select-string .).Count Option #2: cloc (perl command-line tool) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- XML 6 21 0 30818 C# 18 110 148 518 MSBuild scripts 3 0 21 203 ASP.Net 2 0 0 22 ------------------------------------------------------------------------------- SUM: 29 131 169 31561 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=319&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Option #1</strong>: Quick-and-dirty Powershell (count non-empty lines)</p>
<pre><code> C:\&gt; (dir -include *.cs,*.xaml -recurse | select-string .).Count</code>
<code>
</code></pre>
<p><strong>Option #2</strong>: <a href="http://cloc.sourceforge.net/" target="_blank">cloc</a> (perl command-line tool)</p>
<pre>-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
XML                              6             21              0          30818
C#                              18            110            148            518
MSBuild scripts                  3              0             21            203
ASP.Net                          2              0              0             22
-------------------------------------------------------------------------------
SUM:                            29            131            169          31561
-------------------------------------------------------------------------------</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=319&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2011/12/12/count-loc-in-a-vs-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
		<item>
		<title>Get text from PDF file with iTextSharp</title>
		<link>http://pkok.wordpress.com/2011/12/12/get-text-from-pdf-file-with-itextsharp/</link>
		<comments>http://pkok.wordpress.com/2011/12/12/get-text-from-pdf-file-with-itextsharp/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 08:35:34 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/2011/12/12/get-text-from-pdf-file-with-itextsharp/</guid>
		<description><![CDATA[string ReadPdfFile(string filename) { var pdfText = new StringBuilder(); var reader = new PdfReader(filename); var pages = reader.NumberOfPages; for (int page = 1; page &#60;= pages; page++) { var tes = new SimpleTextExtractionStrategy(); var pgText = PdfTextExtractor.GetTextFromPage(reader, page, tes); pdfText.Append(pgText); } reader.Close(); return pdfText.ToString(); }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=316&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>string ReadPdfFile(string filename)
{
  var pdfText = new StringBuilder();
  var reader = new PdfReader(filename);
  var pages = reader.NumberOfPages;
  for (int page = 1; page &lt;= pages; page++)
  {
    var tes = new SimpleTextExtractionStrategy();
    var pgText = PdfTextExtractor.GetTextFromPage(reader, page, tes);
    pdfText.Append(pgText);
  }
  reader.Close();
  return pdfText.ToString();
}</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=316&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2011/12/12/get-text-from-pdf-file-with-itextsharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
		<item>
		<title>The General Problem</title>
		<link>http://pkok.wordpress.com/2011/11/23/the-general-problem/</link>
		<comments>http://pkok.wordpress.com/2011/11/23/the-general-problem/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:22:52 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[Etc]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=268</guid>
		<description><![CDATA[From: http://xkcd.com/974/ I find that when someone is taking time to do something right in the present, they&#8217;re a perfectionist with no ability to prioritize, whereas when someone took time to do something right in the past, they&#8217;re a master artisan of great foresight.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=268&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From: <a href="http://xkcd.com/974/">http://xkcd.com/974/</a></p>
<blockquote><p>I find that when someone is taking time to do something right in the present, they&#8217;re a perfectionist with no ability to prioritize, whereas when someone took time to do something right in the past, they&#8217;re a master artisan of great foresight.</p>
<p><img class="alignnone" title="The general problem" src="http://imgs.xkcd.com/comics/the_general_problem.png" alt="" width="550" height="230" /></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=268&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2011/11/23/the-general-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>

		<media:content url="http://imgs.xkcd.com/comics/the_general_problem.png" medium="image">
			<media:title type="html">The general problem</media:title>
		</media:content>
	</item>
		<item>
		<title>A perfect storm of technology change</title>
		<link>http://pkok.wordpress.com/2011/11/16/a-perfect-storm-of-technology-change/</link>
		<comments>http://pkok.wordpress.com/2011/11/16/a-perfect-storm-of-technology-change/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 00:04:09 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[Etc]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=256</guid>
		<description><![CDATA[Source: Dion Hinchcliffe, Defrag Keynote on CoIT &#8211; November 10th, 2011 Related post: The &#8220;Big Five&#8221; IT trends of the next half decade: Mobile, social, cloud, consumerization, and big data<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=256&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://pkok.files.wordpress.com/2011/11/perfectstorm.png"><img class="alignnone size-full wp-image-257" title="PerfectStorm" src="http://pkok.files.wordpress.com/2011/11/perfectstorm.png?w=700" alt=""   /></a></p>
<p>Source: Dion Hinchcliffe, <a href="http://www.slideshare.net/dhinchcliffe/defrag-keynote-on-coit-november-10th-2011" target="_blank">Defrag Keynote on CoIT</a> &#8211; November 10th, 2011</p>
<p>Related post: <a href="http://www.zdnet.com/blog/hinchcliffe/the-big-five-it-trends-of-the-next-half-decade-mobile-social-cloud-consumerization-and-big-data/1811" target="_blank">The &#8220;Big Five&#8221; IT trends of the next half decade: Mobile, social, cloud, consumerization, and big data</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=256&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2011/11/16/a-perfect-storm-of-technology-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>

		<media:content url="http://pkok.files.wordpress.com/2011/11/perfectstorm.png" medium="image">
			<media:title type="html">PerfectStorm</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes on Product Engineering</title>
		<link>http://pkok.wordpress.com/2011/11/13/notes-on-product-engineering/</link>
		<comments>http://pkok.wordpress.com/2011/11/13/notes-on-product-engineering/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 14:36:02 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=252</guid>
		<description><![CDATA[Notes from this presentation by Mike Lee (@bmf): IDEA =&#62; (Product Engineering) =&#62; PROFIT Seek not originality&#8230; but quality The product is under the ideas (must find it) Consider customers: Start at the end by making a commercial Picking a platform: Platform is culture Building a team: x platforms =&#62; x+1 teams Test your product: Like enemy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=252&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Notes from <a href="http://www.infoq.com/presentations/Product-Engineering" target="_blank">this presentation</a> by Mike Lee (@bmf):</p>
<ul>
<li>IDEA =&gt; (Product Engineering) =&gt; PROFIT</li>
<li>Seek not originality&#8230; but quality</li>
<li>The product is under the ideas (must find it)</li>
<li>Consider customers: Start at the end by making a commercial</li>
<li>Picking a platform: Platform is culture</li>
<li>Building a team: x platforms =&gt; x+1 teams</li>
<li>Test your product: Like enemy &#8211; Build what user expects</li>
<li>Shipping is necessity: Plan-Design-ShipOnTime, Shipping a draft = Amateur Mistake</li>
<li>When is ready? &#8220;Holy Crap!&#8221;</li>
<li>Hook: Magnetic covers in iPad2</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=252&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2011/11/13/notes-on-product-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
		<item>
		<title>Lucene.Net Resources</title>
		<link>http://pkok.wordpress.com/2008/11/07/lucenenet-resources/</link>
		<comments>http://pkok.wordpress.com/2008/11/07/lucenenet-resources/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 12:15:23 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Lucene.Net]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=90</guid>
		<description><![CDATA[Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework. Lucene in Action book, First and Second Edition Lucene Intro and QueryParser Rules by Erik Hatcher (Java version) Introducing Lucene.Net: A plunge intro creating a fast, full text index, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=90&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://incubator.apache.org/lucene.net/" target="_blank"><strong>Lucene.Net</strong></a> is a source code, class-per-class, API-per-API and algorithmatic port of the Java <a href="http://lucene.apache.org/java/">Lucene</a> search engine to the C# and .NET platform utilizing Microsoft .NET Framework.</p>
<ul>
<li>Lucene in Action book, <a href="http://www.manning.com/hatcher2/" target="_blank">First</a> and <a href="http://www.manning.com/hatcher3/" target="_blank">Second</a> Edition</li>
<li><span><a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html" target="_blank">Lucene Intro</a> and <a href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html" target="_blank">QueryParser Rules</a> <em>by Erik Hatcher</em> (<em>Java version</em>)</span></li>
<li><a href="http://www.codeproject.com/KB/library/IntroducingLucene.aspx" target="_blank">Introducing Lucene.Net</a>: <span class="ArticleTopDescr">A plunge intro creating a fast, full text index, with advanced searching capabilities.</span></li>
<li><span class="ArticleTopDescr"><a href="http://www.codeplex.com/linqtolucene" target="_blank">LINQ to Lucene</a>: </span><span>Providing a custom LINQ solution for the Lucene Information Retrieval System, commonly referred to as a search-engine. </span>
<ul>
<li><a href="http://vijay.screamingpens.com/archive/2008/07/21/linq-amp-lambda-part-4-lucene.net.aspx" target="_blank">LINQ &amp; Lambda, Part 4: Lucene.Net</a>.</li>
</ul>
</li>
<li>NHibernate.Search using Lucene.NET Full Text Index <em>by Simon Green</em>
<ul>
<li><a href="http://blogs.intesoft.net/post/2008/03/NHibernateSearch-using-Lucene-NET-Full-Text-Index-Part1.aspx" target="_blank">Part 1</a>: <span>How to use Lucene.NET with NHibernate to provide full-text searching.</span></li>
<li><a href="http://blogs.intesoft.net/post/2008/03/NHibernateSearch-using-Lucene-NET-Full-Text-Index-Part2.aspx" target="_blank">Part 2</a>: <span>Performing Google-like searches of NHibernate-persisted objects using Lucene.NET search engine.</span></li>
<li><a href="http://blogs.intesoft.net/post/2008/04/NHibernateSearch-using-LuceneNET-Full-Text-Index-(Part-3).aspx" target="_blank">Part 3</a>: <span>Using Lucene.NET to find similar items for &#8216;posts like this&#8217; or &#8216;related pages&#8217;.</span></li>
</ul>
</li>
<li><a href="http://www.aspcode.net/C-and-Lucene-to-index-and-search.aspx" target="_blank">C# and Lucene to index and search</a>: This sample will show you how to use Lucene from your .NET application to index and search content.</li>
<li><a href="http://turbochimp.com/post/Fun-with-LuceneNet-for-BlogEngineNet.aspx" target="_blank">Fun with Lucene.Net for BlogEngine.Net</a> by Jared</li>
<li><a href="http://incubator.apache.org/lucene.net/docs/2.1/" target="_blank">Apache Lucene.Net 2.1 Class Library API</a></li>
<li>Apache Lucene &#8211; <a href="http://lucene.apache.org/java/2_4_0/queryparsersyntax.html" target="_blank">Query Parser Syntax</a>: Although Lucene provides the ability to create your own             queries through its API, it also provides a rich query             language through the Query Parser, a lexer which             interprets a string into a Lucene Query.</li>
</ul>
<p><em>Inspired by: &#8220;<a href="http://www.infoq.com/news/2008/11/Lucene" target="_blank">Apache Lucene and Lucene.Net &#8211; Full Text Search Servers</a>&#8221; by Jonathan Allen.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=90&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2008/11/07/lucenenet-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
		<item>
		<title>BPMN/BPEL posts</title>
		<link>http://pkok.wordpress.com/2008/10/30/bpmnbpelxpdl-posts/</link>
		<comments>http://pkok.wordpress.com/2008/10/30/bpmnbpelxpdl-posts/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 08:30:00 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Workflow & BPM]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[BPMN]]></category>
		<category><![CDATA[XPDL]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=65</guid>
		<description><![CDATA[Why BPEL is not the holy grail for BPM [P. Vigneras, Oct 21, 2008] BPMN-BPEL in Perspective: [B. Silver, Oct 25, 2008] Directly Executing BPMN [K. Swenson, Oct 29, 2008]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=65&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infoq.com/articles/bpelbpm" target="_blank">Why BPEL is not the holy grail for BPM</a> [<strong><span style="font-weight:normal;">P. Vigneras,</span></strong> Oct 21, 2008]</p>
<p><a href="http://www.brsilver.com/wordpress/2008/10/25/bpmn-bpel-in-perspective/" target="_blank">BPMN-BPEL in Perspective</a>: [B. Silver, Oct 25, 2008]</p>
<p><a href="http://kswenson.wordpress.com/2008/10/29/directly-executing-bpmn/" target="_blank">Directly Executing BPMN</a> [K. Swenson, Oct 29, 2008]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=65&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2008/10/30/bpmnbpelxpdl-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
		<item>
		<title>BPMN usage and tips</title>
		<link>http://pkok.wordpress.com/2008/10/30/bpmn-usage-and-tips/</link>
		<comments>http://pkok.wordpress.com/2008/10/30/bpmn-usage-and-tips/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 08:24:38 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[BPMN]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=63</guid>
		<description><![CDATA[Are Floating Intermediate Events Valid? The issue is an intermediate event (e.g., message or timer) “floating” in a process or expanded subprocess alongside the regular flow, the one bounded by start and end events.  The floating event has a sequence flow out, leading eventually to end event, but no sequence flow in. When Are Error End [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=63&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brsilver.com/wordpress/2008/10/04/are-floating-intermediate-events-valid/" target="_blank">Are Floating Intermediate Events Valid?</a> The issue is an intermediate event (e.g., message or timer) “floating” in a process or expanded subprocess alongside the regular flow, the one bounded by start and end events.  The floating event has a sequence flow out, leading eventually to end event, but no sequence flow in.</p>
<p><a href="http://www.brsilver.com/wordpress/2008/10/22/when-are-error-end-events-legal/" target="_blank">When Are Error End Events Legal?</a> Is it valid to end a top-level process in BPMN with an error end event?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=63&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2008/10/30/bpmn-usage-and-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
		<item>
		<title>Workflow (WF) Screencasts</title>
		<link>http://pkok.wordpress.com/2008/10/28/workflow-wf-screencasts/</link>
		<comments>http://pkok.wordpress.com/2008/10/28/workflow-wf-screencasts/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 23:35:08 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[Workflow Foundation]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[WF]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=31</guid>
		<description><![CDATA[Your first sequential workflow Your first state machine workflow Running workflows in your .NET applications: Matt covers the basic steps to host workflows in your applications.  He covers the basic hosting steps in a console application, then jump in and run a workflow in an ASP.NET application.  Using persistence services in WF: Matt presents the basics of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=31&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://www.pluralsight.com/community/blogs/matt/archive/2008/09/23/screeencast-your-first-sequential-workflow.aspx" target="_blank">Your first sequential workflow</a></li>
<li><a href="http://www.pluralsight.com/community/blogs/matt/archive/2008/09/23/screencast-your-first-state-machine-workflow.aspx" target="_blank">Your first state machine workflow</a></li>
<li><a href="http://www.pluralsight.com/community/blogs/matt/archive/2008/09/24/screencast-running-workflows-in-your-net-applications.aspx" target="_blank">Running workflows in your .NET applications</a>: Matt covers the basic steps to host workflows in your applications.  He covers the basic hosting steps in a console application, then jump in and run a workflow in an ASP.NET application. </li>
<li><a href="http://www.pluralsight.com/community/blogs/matt/archive/2008/10/01/screencast-using-persistence-services-in-windows-wf.aspx" target="_blank">Using persistence services in WF</a>: Matt presents the basics of add persistence services into the workflow runtime using code or configuration.  Additionally, to show off the power of this feature in Windows WF, he uses two different host processes sharing a persistence store: the first host starts a workflow and then it persists, while the second host picks up the workflow after its configured delay and resumes the processing.</li>
<li><a href="http://www.pluralsight.com/community/blogs/matt/archive/2008/11/05/screencast-using-the-wcf-receive-activity-in-a-workflow.aspx">Using the WCF Receive Activity in a workflow</a>: Learn how to use the Receive activity in your workflows to implement WCF services as workflows. In addition, see how to use the WorkflowServiceHost class to host your workflow as a service.</li>
<li><a href="http://www.pluralsight.com/community/blogs/matt/archive/2008/11/20/screencast-using-the-wcf-send-activity-in-windows-workflow-foundation.aspx" target="_blank">Using the WCF Send activity in Windows Workflow Foundation</a>: Matt Milner presents  the basics of using the Send activity to consume a service from a workflow using WCF. </li>
<li><a href="http://channel9.msdn.com/shows/Endpoint/endpointtv-Screencast-Creating-Custom-Activities/">Creating Custom Activities</a>:Matt Milner presents  the basics of creating custom leaf activities including how to use Dependency Properties to make your properties bindable.</li>
</ol>
<ul>
<li><a href="http://www.pluralsight.com/" target="_blank">Pluralsight</a> Online course: <a href="http://www.pluralsight.com/main/olt/Course.aspx?n=wf-fundamentals" target="_blank">Windows Workflow Fundamentals</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=31&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2008/10/28/workflow-wf-screencasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
		<item>
		<title>Link &#8211; Synchronous call of a workflow from an activity</title>
		<link>http://pkok.wordpress.com/2006/09/06/link-synchronous-call-of-a-workflow-from-an-activity/</link>
		<comments>http://pkok.wordpress.com/2006/09/06/link-synchronous-call-of-a-workflow-from-an-activity/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 07:15:54 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[Workflow Foundation]]></category>
		<category><![CDATA[WF]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/2006/09/06/link-synchronous-call-of-a-workflow-from-an-activity/</guid>
		<description><![CDATA[Jon Flanders provides an example where an activity creates and calls syncronously another workflow by using a custom service.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=24&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.masteringbiztalk.com/blogs/jon/">Jon Flanders</a> provides <a href="http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,7be9fb53-0ddf-4633-b358-01c3e9999088.aspx">an example</a> where an activity creates and calls syncronously another workflow by using a custom service.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pkok.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pkok.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkok.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkok.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkok.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkok.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&amp;blog=249381&amp;post=24&amp;subd=pkok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2006/09/06/link-synchronous-call-of-a-workflow-from-an-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
	</channel>
</rss>
