<?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>Arūnas Liuiza &#187; Senienos</title>
	<atom:link href="http://liuiza.lt/category/kita/senienos/feed/" rel="self" type="application/rss+xml" />
	<link>http://liuiza.lt</link>
	<description>Vizitinė kortelė internete</description>
	<lastBuildDate>Sat, 10 Dec 2011 00:03:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Explode function for Delphi/Lazarus</title>
		<link>http://liuiza.lt/2005/06/04/project-lazarus/</link>
		<comments>http://liuiza.lt/2005/06/04/project-lazarus/#comments</comments>
		<pubDate>Fri, 03 Jun 2005 22:44:08 +0000</pubDate>
		<dc:creator>Arūnas Liuiza</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Kita]]></category>
		<category><![CDATA[Senienos]]></category>

		<guid isPermaLink="false">http://www.liuiza.com/new/?p=11</guid>
		<description><![CDATA[PHP has a nice function Explode, that divides string into several smaller strings using some symbol as a divider: for example string ‘Cats&#124;Dogs&#124;Cows&#124;Horses’ [...]]]></description>
			<content:encoded><![CDATA[<p>PHP has a nice function Explode, that divides string into several smaller strings using some symbol as a divider: for example string ‘Cats|Dogs|Cows|Horses’ can be exploded to array(’Cats’,&#8217;Dogs’,&#8217;Cows’,&#8217;Horses’);<br />
Today I wrote a similar function for my Lazarus project. If someone needs it:</p>
<blockquote><p><code><br />
function Explode(S, Bomb: String): TStrings;<br />
var i : integer;<br />
p : string;<br />
begin<br />
result := TstringList.Create;<br />
while Pos(Bomb,s)&lt;&gt; 0<br />
do begin<br />
p := ‘’;<br />
for i := 1 to Pos(Bomb,s)-1<br />
do p := p + s[i];<br />
result.Add(p);<br />
Delete(s,1,Pos(Bomb,s));<br />
end;<br />
result.Add(s);<br />
end;<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://liuiza.lt/2005/06/04/project-lazarus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problems with Samsung SCX-4100</title>
		<link>http://liuiza.lt/2005/04/27/problems-with-samsung-scx-4100/</link>
		<comments>http://liuiza.lt/2005/04/27/problems-with-samsung-scx-4100/#comments</comments>
		<pubDate>Wed, 27 Apr 2005 15:40:42 +0000</pubDate>
		<dc:creator>Arūnas Liuiza</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Kita]]></category>
		<category><![CDATA[Senienos]]></category>

		<guid isPermaLink="false">http://www.liuiza.com/new/?p=10</guid>
		<description><![CDATA[Yesterday I purchased a brand new Samsung SCX-4100 multifunction printer/scanner/copier. Its a cheap one, with a little bit annoying Russian language set by [...]]]></description>
			<content:encoded><![CDATA[<p class="storycontent">Yesterday I purchased a brand new Samsung SCX-4100 multifunction printer/scanner/copier. Its a cheap one, with a little bit annoying Russian language set by default. Buttons are also titled in Russian. another rather unconfortable thing is that there is no printed User’s guide &#8211; only digital one in the CD. Machine supports both, LPT and USB connection, but only the LPT cabble is included to the package. So I had no choice but to use this one to connect the printer to my PC.<br />
And here the show begins. Copier works just fine, as it is processed internaly, but PC scanning is not working. Machine starts scanning and then displays a message “Port is disabled”. Hmm, <em>interesting</em>… What about printing? If we print plain text, it is alright, but when we come to more complex tasks, such as tables or pictures, strange things begin. Instead of a picture printer prints such message:</p>
<blockquote><p>INTERNAL ERROR &#8211; FALSE<br />
positionL 0x7d06f (512111)<br />
system: h6fw/xl_image<br />
line: 476<br />
version: qpdl 1.22 12-02-2003</p></blockquote>
<p>Quite informative, huh? Anyway, we have Google Almight at our hand, don’t we? Let’s give it a try &#8211; “Samsung SCX-4100 WinXP install problems”. No good… <img src="http://www.liuiza.com/wp-images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  Lets take another look… And another.. And another… <strong>No good</strong>. After a long evening and quite a pile of paper ruined I found a site where similar error is mentioned. Cool!!! Just one problem &#8211; they write in Italian there <img src="http://www.liuiza.com/wp-images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  Anyway, Altavista’s <a href="http://babelfish.altavista.com" title="Babelfish" target="_blank">Babelfish</a> gives me a hand in this case. Just to find out that nothing useful is written there…<br />
This morning i took my last shoot &#8211; bought an USB cable. And you know what? It <strong>works</strong> <img src="http://www.liuiza.com/wp-images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>http://liuiza.lt/2005/04/27/problems-with-samsung-scx-4100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

