<?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>piclens Archives - Dragonsoft Technology View</title>
	<atom:link href="https://blog.dragonsoft.us/tag/piclens/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dragonsoft.us/tag/piclens/</link>
	<description>Talk about Technologies, Software Architecture and Management</description>
	<lastBuildDate>Wed, 03 Jun 2009 14:46:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://blog.dragonsoft.us/wp-content/uploads/2022/04/logo-main-bw-150x150.png</url>
	<title>piclens Archives - Dragonsoft Technology View</title>
	<link>https://blog.dragonsoft.us/tag/piclens/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">2577970</site>	<item>
		<title>Menalto&#8217;s Gallery 2.3 has been released</title>
		<link>https://blog.dragonsoft.us/2008/10/26/menaltos-gallery-23-has-been-released/</link>
					<comments>https://blog.dragonsoft.us/2008/10/26/menaltos-gallery-23-has-been-released/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Sun, 26 Oct 2008 19:20:43 +0000</pubDate>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web-design]]></category>
		<category><![CDATA[cooliris]]></category>
		<category><![CDATA[danny thorpe]]></category>
		<category><![CDATA[gallery 2]]></category>
		<category><![CDATA[menalto]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=537</guid>

					<description><![CDATA[<p>If you ever visited my photo gallery, you  may noticed that it runs on Menalto&#8217;s Gallery 2 engine. With recent release of 2.3 version, I have updated my installation as well. Few bug fixes may not worth mentioning, but noticeable change is in slide show plug-in. Starting this version slide<a class="moretag" href="https://blog.dragonsoft.us/2008/10/26/menaltos-gallery-23-has-been-released/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2008/10/26/menaltos-gallery-23-has-been-released/">Menalto&#8217;s Gallery 2.3 has been released</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you ever visited <a href="http://gallery.dragonsoft.us/" target="_blank">my photo gallery</a>, you  may noticed that it runs on <a href="http://gallery.menalto.com/" target="_blank">Menalto&#8217;s Gallery 2</a> engine.</p>
<p>With recent release of 2.3 version, I have updated my installation as well.</p>
<p>Few bug fixes may not worth mentioning, but noticeable change is in slide show plug-in. Starting this version slide show uses <a href="http://www.cooliris.com/" target="_blank">Cooliris&#8217;s PicLens</a>. You can see a <a href="http://gallery.dragonsoft.us/main.php?g2_view=slideshow.Slideshow&amp;g2_itemId=344" target="_blank">sample here</a>.</p>
<p>Why would I want to mention it?</p>
<p>Aside from being nice piece of software, CoolIris was a place where Danny Thorpe was working for <a href="http://dannythorpe.com/about2/" target="_blank">some time</a>.</p>
<p>&#8220;Was&#8221; because Danny is back at Microsoft (see some notes in his blog above).</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2008/10/26/menaltos-gallery-23-has-been-released/">Menalto&#8217;s Gallery 2.3 has been released</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2008/10/26/menaltos-gallery-23-has-been-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">537</post-id>	</item>
		<item>
		<title>SQL date operations: First day, Last day of the month&#8230;</title>
		<link>https://blog.dragonsoft.us/2008/02/05/first-day-last-day-of-the-month-and-sql/</link>
					<comments>https://blog.dragonsoft.us/2008/02/05/first-day-last-day-of-the-month-and-sql/#comments</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Tue, 05 Feb 2008 16:56:14 +0000</pubDate>
				<category><![CDATA[Fun stuff with SQL Server]]></category>
		<category><![CDATA[date manipulations]]></category>
		<category><![CDATA[piclens]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/2007/01/18/first-day-last-day-of-the-month-and-sql/</guid>

					<description><![CDATA[<p>Did you ever faced a situation when you need quickly calculate some boundaries of the Date value like First Day of the month, Last Day of the month, etc&#8230; in T-SQL? Colegue of mine asked me this question&#8230; WOW! What do you know&#8230; It is actually very easy if we think<a class="moretag" href="https://blog.dragonsoft.us/2008/02/05/first-day-last-day-of-the-month-and-sql/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2008/02/05/first-day-last-day-of-the-month-and-sql/">SQL date operations: First day, Last day of the month&#8230;</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Did you ever faced a situation when you need quickly calculate some boundaries of the Date value like First Day of the month, Last Day of the month, etc&#8230; in T-SQL?</p>
<p>Colegue of mine asked me this question&#8230; WOW! What do you know&#8230;<br />
It is actually very easy if we think about it for a second&#8230;</p>
<p>So lets fun begin&#8230;</p>
<pre class="brush: sql; title: ; notranslate">--First Day of the Current Month:
select DATEADD(mm, DATEDIFF(mm, 0, GETDATE()), 0)

-- Last Day of the Current Month:
select DATEADD(ms, -3, DATEADD(mm, DATEDIFF(m, 0, GETDATE()) + 1, 0))

-- Last Day of Prior Month:
select DATEADD(ms, -3, DATEADD(mm, DATEDIFF(mm, 0, GETDATE()), 0))

-- First Day of the Current Year:
select DATEADD(yy, DATEDIFF(yy, 0, GETDATE()), 0)

-- Last Day of the Current Year:
select DATEADD(ms, -3, DATEADD(yy, DATEDIFF(yy, 0, GETDATE()) + 1, 0))

-- Last Day of Prior Year:
select DATEADD(ms, -3, DATEADD(yy, DATEDIFF(yy, 0, GETDATE()), 0))
</pre>
<p>And some more&#8230;</p>
<pre class="brush: sql; title: ; notranslate">-- First Day of the Quarter:
select DATEADD(qq, DATEDIFF(qq, 0, GETDATE()), 0)

-- Monday of the Current Week:
select DATEADD(wk, DATEDIFF(wk, 0, GETDATE()), 0)

-- Midnight for the Current Day:
select DATEADD(dd, DATEDIFF(dd, 0, GETDATE()), 0)

-- First Monday of the Month:
select DATEADD(wk, DATEDIFF(wk, 0, DATEADD(dd, 6 - DATEPART(day, GETDATE()), GETDATE())), 0)

-- Last 2 full months
select DATEADD(ms, -3, DATEADD(mm, DATEDIFF(mm, 0, GETDATE()) - 2, 0))
</pre>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2008/02/05/first-day-last-day-of-the-month-and-sql/">SQL date operations: First day, Last day of the month&#8230;</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2008/02/05/first-day-last-day-of-the-month-and-sql/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">42</post-id>	</item>
		<item>
		<title>GPS or Merry-Go-Round. Part II</title>
		<link>https://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/</link>
					<comments>https://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Wed, 07 Nov 2007 19:37:11 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/</guid>

					<description><![CDATA[<p>I have started to talk about mobile GPS solutions some time ago and there is more about my experience. 2. Mount My BT-359 works just great and helps me on the road several times already. Keep in mind if you want to feel comfortable at all time then make sure you<a class="moretag" href="https://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/">GPS or Merry-Go-Round. Part II</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have started to talk about mobile GPS solutions <a href="http://blog.dragonsoft.us/2007/07/16/gps-or-merry-go-round-part-i/">some time ago</a> and there is more about my experience.</p>
<p><strong>2. Mount</strong></p>
<p>My BT-359 works just great and helps me on the road several times already. Keep in mind if you want to feel comfortable at all time then make sure you have enough juice in your batteries before the trip otherwise you might be stuck in the middle of nowhere and would have to use &#8220;old&#8221; ways to navigate.</p>
<p>As I mentioned before I am using Dell Axim 51 (now an obsolete device since Dell stopped production of it, but still working for me just fine) and I started to look around for something I can use to mount it in the car, so I have options to:</p>
<ul>
<li>recharge it while driving</li>
<li>firm mount solution with good grip</li>
<li>and will be nice if I can charge my GPS at the same time.</li>
</ul>
<p>There are several things you can use, but I found <a target="_blank" href="http://www.semsons.com/ipogpsrecrmo4.html">iTrek Powered Mount Kit</a> just what I needed. You have options to choose from for your base and after several tries, I went with <a target="_blank" href="http://www.semsons.com/gl6wipe6in.html">this one</a>. Actually I have got two models in one: <a target="_blank" href="http://www.semsons.com/gl2wipe3in.html">1</a> and <a target="_blank" href="http://www.semsons.com/gl6wipe6in.html">2</a>. As you can see one is a shorter version of another and you can swap between them when have to. As far as a kit itself, it meets all my expectations &#8211; I have firm mount with extra power for GPS (there is special port for the device) and Axim. If you are looking for something like that &#8211; this is your choice. If you do not have Dell Axim, <a target="_blank" href="http://www.semsons.com/poweredmount.html">browse</a> the other models for your PDA/Phone.</p>
<p><strong>Warning.</strong> Try stay away from &#8220;simple&#8221; mounts with <a target="_blank" href="http://www.extremepda.com/MOBILEPACKGN.html">&#8220;spring-like&#8221; base</a>. It is great until you start diving and then it starts shaking like the scared rabbit. It won&#8217;t be good for your eyes and probably will distract you from the road. And in addition when you are trying to return it you might be asked for money or so-called restocking fees to return it.</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/">GPS or Merry-Go-Round. Part II</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">89</post-id>	</item>
		<item>
		<title>Web-design: Through the thorns to the stars &#8211; I</title>
		<link>https://blog.dragonsoft.us/2007/10/16/web-design-through-thorns-to-stars-i/</link>
					<comments>https://blog.dragonsoft.us/2007/10/16/web-design-through-thorns-to-stars-i/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Tue, 16 Oct 2007 15:00:44 +0000</pubDate>
				<category><![CDATA[Web-design]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/2007/10/16/web-design-through-thorns-to-stars-i/</guid>

					<description><![CDATA[<p>Well, a new design of my web-site is coming together (preview is available here. It is for IE 7 and FireFox only at this point.) and going through few quirks many questions occurred. How was it? This is my story. Ok, original code and layout did come to life back in early 2000 and main purpose<a class="moretag" href="https://blog.dragonsoft.us/2007/10/16/web-design-through-thorns-to-stars-i/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2007/10/16/web-design-through-thorns-to-stars-i/">Web-design: Through the thorns to the stars &#8211; I</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Well, a new design of my web-site is coming together (preview is available <a target="_blank" href="http://www.dragonsoft.us/">here</a>. <em>It is for IE 7 and FireFox only at this point.</em>) and going through few quirks many questions occurred.</p>
<p>How was it? This is my story.</p>
<p>Ok, original code and layout did come to life back in early 2000 and main purpose was to have a web-site to collect Wise scripts written by me and contributed by others. Over last 7 years many things have changed and many new ideas were introduced. Technologies, new browsers, new styles and ideas flooded the web and one can find so many styles and ways of creating web-sites as many web designers (and not only) are around.</p>
<p>First thing first. Old version has been using frames. Not the best thing anymore and not to easy to maintain from the standpoint of caching, search optimization and web-referencing.</p>
<ul>
<li><strong>Changing layout to do not use frames and/or tables</strong></li>
</ul>
<p>Use of tables is not as robust anymore with availability of CSS, even it could be easier in some cases. Also CSS becomes very handy when simple theme related questions have to be addressed.</p>
<ul>
<li><strong>Take advantage of CSS theming</strong></li>
</ul>
<p>I was using Java Script to create dynamic content. Well&#8230; many things could be done simply by using pure CSS. (Yeah, yeah&#8230; we will come back to those IE flaws later. You can find that current version of the web-site might be rendered with small problems in different browsers since it was originally &#8220;purified&#8221; using IE 7 only. I am working on it.</p>
<ul>
<li><strong>Use of CSS when creating menus and arranging elements</strong></li>
</ul>
<p>It is time to make graphics looks nicer and more up to date. With all this nice monitors and screen resolutions, it is nice to get advantage of it. With introduction of Windows Vista, UI design has made big step further (yes, I know, Apple had it for ages&#8230; but&#8230; well&#8230; we are Windows developers.) And after all, your web-site is like your business card these days. It should be good looking and fast/smoothly running.</p>
<ul>
<li><strong>Increase base screen resolution and introduce better graphic element.</strong></li>
</ul>
<p>Those are main requirements which did make into final list. Not short though.</p>
<p>Did you ever try to do something like this to your web-site? I am sure you did. Was it easy? Might be, if you are doing it for 8 hours a day as a business, but it is not that easy if your projects are more client driven and time limited.</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2007/10/16/web-design-through-thorns-to-stars-i/">Web-design: Through the thorns to the stars &#8211; I</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2007/10/16/web-design-through-thorns-to-stars-i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">85</post-id>	</item>
		<item>
		<title>Watching Babylon 5 and advertising</title>
		<link>https://blog.dragonsoft.us/2007/08/01/watching-babylon-5-and-advertising/</link>
					<comments>https://blog.dragonsoft.us/2007/08/01/watching-babylon-5-and-advertising/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Wed, 01 Aug 2007 16:12:06 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/2007/08/01/watching-babylon-5-and-advertising/</guid>

					<description><![CDATA[<p>AOL Videogives us option to see some of the old TV shows. Being interested in Sci-Fi Babylon 5 took my attention. Nice and I really enjoy it. One distraction though &#8211; constant advertising. Having Kaspersky Internet Securityfor some time I almost forgot how it feels. But then it is not available<a class="moretag" href="https://blog.dragonsoft.us/2007/08/01/watching-babylon-5-and-advertising/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2007/08/01/watching-babylon-5-and-advertising/">Watching Babylon 5 and advertising</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a target="_blank" href="http://video.aol.com">AOL Video</a>gives us option to see some of the old TV shows. Being interested in Sci-Fi <a target="_blank" href="http://video.aol.com/video-category/babylon-5/1560">Babylon 5</a> took my attention. Nice and I really enjoy it.</p>
<p>One distraction though &#8211; constant advertising. Having <a target="_blank" href="http://usa.kaspersky.com/products_services/internet-security.php">Kaspersky Internet Security</a>for some time I almost forgot how it feels. But then it is not available always. Then you start to look for something simpler and free. After some research I have found something which might fit here &#8211; <a target="_blank" href="http://www.ie7pro.com/">IE7Pro</a> &#8211; addition to your browser which will help you block active advertising&#8230;</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2007/08/01/watching-babylon-5-and-advertising/">Watching Babylon 5 and advertising</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2007/08/01/watching-babylon-5-and-advertising/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">82</post-id>	</item>
		<item>
		<title>GPS or Merry-Go-Round. Part I</title>
		<link>https://blog.dragonsoft.us/2007/07/16/gps-or-merry-go-round-part-i/</link>
					<comments>https://blog.dragonsoft.us/2007/07/16/gps-or-merry-go-round-part-i/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Mon, 16 Jul 2007 14:53:13 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/2007/07/16/gps-or-merry-go-round-part-i/</guid>

					<description><![CDATA[<p>GPS &#8211; small thing which becomes more and more popular. If you travel somewhat often and to places where you never been then this thing might help you to spare a few unpleasant minutes. 1. Hardware I&#8217;ve decided not to look at any standalone units like Garmin. Why? Well, I have one<a class="moretag" href="https://blog.dragonsoft.us/2007/07/16/gps-or-merry-go-round-part-i/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2007/07/16/gps-or-merry-go-round-part-i/">GPS or Merry-Go-Round. Part I</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><font face="Arial">GPS &#8211; small thing which becomes more and more popular. If you travel somewhat often and to places where you never been then this thing might help you to spare a few unpleasant minutes.</font></p>
<p><strong>1. Hardware</strong></p>
<p><font face="Arial">I&#8217;ve decided not to look at any </font><font face="Arial">standalone units like Garmin. Why? Well, I have one of last Axim 51  (Dell decided to discontinue making them and I do not really know why&#8230; since unit is very nice.) Therefore I have an antique </font><font face="Arial">&#8230; also I have a laptop and I want to use both when I am traveling. I was using MapPoint for quite some time, and I can say that it worked well for me but I had not have a GPS for it, so trip planning was mostly visual.</font></p>
<p><font face="Arial">There was an occasion to get something nice for myself and I have decided to get myself a toy &#8211; GPS receiver </font><font face="Arial"><a target="_blank" href="http://www.usglobalsat.com/downloads/BT-359/BT359_specs.pdf">BT-359W</a> from <a target="_blank" href="http://www.usglobalsat.com/">USGlobalSat</a> (don&#8217;t look at their advertised price, you can get it for ~ 90$).<br />
</font></p>
<p><font face="Arial">Ok, so I&#8217;ve got my toy&#8230; It came in nice box with CD and variety of charging options &#8211; car or regular outlet with US or Europe adapter&#8230; nice. </font><font face="Arial">Oh, I&#8217;ve forgot to mention &#8211; it is a Bluetooth enabled, so there are no wires around. Unit is small and easily fit in your pocket, so if you want to go outside of your car you can easily do so and do not worry about battery for about 11 hours. (I did not try that walk for so long, but it was sitting in the car for the week and stillÂ on the same initial charge&#8230;)</font></p>
<p><font face="Arial">Lets connect&#8230; it took me about <a target="_blank" href="http://www.usglobalsat.com/downloads/BT-359/BT359_UG.pdf">5 minutes</a> to set everything up and&#8230; vuala&#8230; I&#8217;ve got my position in space with +-10m error&#8230; not bad, but you might get a funny effect with this&#8230; (we will talk about this later;)</font></p>
<p><font face="Arial">Read more <a href="http://blog.dragonsoft.us/2007/11/07/gps-or-merry-go-round-part-ii/">here</a>.</font></p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2007/07/16/gps-or-merry-go-round-part-i/">GPS or Merry-Go-Round. Part I</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2007/07/16/gps-or-merry-go-round-part-i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">77</post-id>	</item>
		<item>
		<title>Buying a car? Use your computer first</title>
		<link>https://blog.dragonsoft.us/2007/07/06/buying-a-car-use-your-computer-first/</link>
					<comments>https://blog.dragonsoft.us/2007/07/06/buying-a-car-use-your-computer-first/#comments</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Fri, 06 Jul 2007 17:02:03 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/2007/07/06/buying-a-car-use-your-computer-first/</guid>

					<description><![CDATA[<p>This is a story which was reminded by the recent Steve&#8217;s post. Yes, few years ago we were at the point deciding about our new car. One which my wife will like, off course. And I want to give her a credit &#8211; idea was totally hers. So this is how it<a class="moretag" href="https://blog.dragonsoft.us/2007/07/06/buying-a-car-use-your-computer-first/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2007/07/06/buying-a-car-use-your-computer-first/">Buying a car? Use your computer first</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is a story which was reminded by the recent <a target="_blank" href="http://www.stevetrefethen.com/blog/HondaDealersScreamingDealVsABrokersTakeItOrLeaveItPrice.aspx">Steve&#8217;s post</a>.</p>
<p>Yes, few years ago we were at the point deciding about our new car. One which my wife will like, off course. And I want to give her a credit &#8211; idea was totally hers.<br />
So this is how it went back then and I will do this again a next time.</p>
<ol>
<li>try different cars to figure out a set you like</li>
<li>then see what is said about them in reviews</li>
<li>Check online resources for prices advertised in your desired area [ADDED]</li>
<li>then&#8230; instead of going to the dealer&#8230; send THEM an email</li>
<li>it works between dealers in 100 miles radius &#8211; many big enough dealers have an on-line department &#8211; guys who are not on the floor, but rather seating behind a computers and answering emails&#8230;</li>
<li>so in the week time you will get a dozen on emails asking what you want exactly and proposing a price&#8230;</li>
<li>and here a nice thing &#8211; you can compare and you do not worry about your zip code (we will come back to this later&#8230;)</li>
</ol>
<p>now&#8230; would you like to pay 100s of nice dollars less for an hour drive? this This what happened to us&#8230; after week of communication and week of waiting we got a car we like for the price we like most.</p>
<p>So you avoid trips of this nice salesman between you and his &#8220;boss&#8221; which is just a coffee machine around the corner.</p>
<p>What is the catch? My guess that on-line department allows dealer not to have inventory and avoid associated expenses&#8230;</p>
<p>Now&#8230; lets come back to the end of story I kind of enjoy &#8211; we go to the local dealer and sit with the man there&#8230; old story&#8230; trips between you and the coffee machine&#8230; you need to see that. We know how much we would pay already and this nice man showing us &#8220;secret&#8221; list of the prices dealership paying for the car and telling that he cannot go below&#8230;oh wait&#8230; he can go with the little loss and sell us a car out of his good heart&#8230; no?&#8230; oh, why are we going to buy somewhere else or driving so &#8220;long&#8221; distance&#8230; or risk that car would not be served on this dealership (oh, man)&#8230; or out of our heart to support local business&#8230;</p>
<p>Therefore, before you go to the local dealer see what the best is for you and not for him&#8230;.</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2007/07/06/buying-a-car-use-your-computer-first/">Buying a car? Use your computer first</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2007/07/06/buying-a-car-use-your-computer-first/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">75</post-id>	</item>
		<item>
		<title>Did you ever consider that prison is better then work?</title>
		<link>https://blog.dragonsoft.us/2007/05/24/did-you-ever-consider-that-prison-is-better-then-work/</link>
					<comments>https://blog.dragonsoft.us/2007/05/24/did-you-ever-consider-that-prison-is-better-then-work/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Thu, 24 May 2007 18:37:34 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/2007/05/24/did-you-ever-consider-that-prison-is-better-then-work/</guid>

					<description><![CDATA[<p>IN PRISON: You spend the majority of your time in a 10X10 cell. AT WORK: You spend the majority of your time in an 8X8 cubicle. IN PRISON: You get three meals a day. AT WORK: You get a break for one meal and you have to pay for it.<a class="moretag" href="https://blog.dragonsoft.us/2007/05/24/did-you-ever-consider-that-prison-is-better-then-work/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2007/05/24/did-you-ever-consider-that-prison-is-better-then-work/">Did you ever consider that prison is better then work?</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>IN PRISON: You spend the majority of your time in a 10X10 cell.<br />
AT WORK: You spend the majority of your time in an 8X8 cubicle.</p>
<p>IN PRISON: You get three meals a day.<br />
AT WORK: You get a break for one meal and you have to pay for it.</p>
<p>IN PRISON: You get time off for good behavior.<br />
AT WORK: You get more work for good behavior.</p>
<p>IN PRISON: The guard locks and unlocks all the doors for you.<br />
AT WORK: You must often carry a security card and open all the doors for yourself.</p>
<p>IN PRISON: You can watch TV and play games.<br />
AT WORK: You could get fired for watching TV and playing games.</p>
<p>IN PRISON: You get your own toilet.<br />
AT WORK: You have to share the toilet with some people who &#8230; on the seat.</p>
<p>IN PRISON: They allow your family and friends to visit.<br />
AT WORK: You aren&#8217;t even supposed to speak to your family.</p>
<p>IN PRISON: All expenses are paid by the taxpayers with no work required.<br />
AT WORK: you get to pay all your expenses to go to work, and they deduct taxes from your salary to pay for prisoners.</p>
<p>IN PRISON: You spend most of your life inside bars wanting to get out.<br />
AT WORK: You spend most of your time wanting to get out and go inside bars.</p>
<p>IN PRISON: You must deal with sadistic wardens.<br />
AT WORK: They are called managers.</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2007/05/24/did-you-ever-consider-that-prison-is-better-then-work/">Did you ever consider that prison is better then work?</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2007/05/24/did-you-ever-consider-that-prison-is-better-then-work/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">61</post-id>	</item>
		<item>
		<title>Movie `Cars` and route 66</title>
		<link>https://blog.dragonsoft.us/2007/05/15/movie-cars-and-route-66/</link>
					<comments>https://blog.dragonsoft.us/2007/05/15/movie-cars-and-route-66/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Tue, 15 May 2007 21:59:22 +0000</pubDate>
				<category><![CDATA[Around the World]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/2007/05/15/movie-cars-and-route-66/</guid>

					<description><![CDATA[<p>I think &#8216;Cars&#8217; became one of the pearls in Pixar animation studio collection. But there is sad story behind it. First, I saw those ghost towns when was driving upstate North California. You can find those empty or half empty places on the way up. Then I took a trip<a class="moretag" href="https://blog.dragonsoft.us/2007/05/15/movie-cars-and-route-66/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2007/05/15/movie-cars-and-route-66/">Movie `Cars` and route 66</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I think &#8216;Cars&#8217; became one of the pearls in Pixar animation studio collection. But there is sad story behind it.</p>
<p>First, I saw those ghost towns when was driving upstate North California. You can find those empty or half empty places on the way up.</p>
<p>Then I took a trip from California all way to Wisconsin&#8230; You can find few places on the road which will remind you Radiator Spring from the movie&#8230;</p>
<p>Do you want to hear more about history behind the movie &#8211; <a target="_blank" href="http://rwarn17588.wordpress.com/2006/06/09/a-route-66-guide-to-the-cars-movie/">very nice site telling a story of route 66</a> and the movie Cars. And there is another one about <a target="_blank" href="http://www.legendsofamerica.com/AZ-GhostsArizona66.html">route 66 in Arizona</a>.</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2007/05/15/movie-cars-and-route-66/">Movie `Cars` and route 66</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2007/05/15/movie-cars-and-route-66/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">60</post-id>	</item>
		<item>
		<title>CrystalReports and Delphi &#8211; part 2</title>
		<link>https://blog.dragonsoft.us/2005/04/11/crystalreports-and-delphi-part-2/</link>
					<comments>https://blog.dragonsoft.us/2005/04/11/crystalreports-and-delphi-part-2/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Mon, 11 Apr 2005 15:05:00 +0000</pubDate>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[piclens]]></category>
		<guid isPermaLink="false">http://blog.dragonsoftru.com/archives/32</guid>

					<description><![CDATA[<p>Ok, I think I&#8217;ve got a good progress. CR support is finally added, it took some time because of many things I have to do, but it is here. I can create, view, edit and it is all behind central interface&#8230; now it is time to test&#8230; Code clean up,<a class="moretag" href="https://blog.dragonsoft.us/2005/04/11/crystalreports-and-delphi-part-2/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2005/04/11/crystalreports-and-delphi-part-2/">CrystalReports and Delphi &#8211; part 2</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ok, I think I&#8217;ve got a good progress.<br />
CR support is finally added, it took some time because of many things I have to do, but it is here.<br />
I can create, view, edit and it is all behind central interface&#8230; now it is time to test&#8230;<br />
Code clean up, packaging and it will available for download.<br />
I&#8217;ve found CR XI implementation much better then in prior versions. But ActiveX wasn&#8217;t my field, to be fair&#8230; One good think &#8211; CR is now part of Borland Delphi and this is great &#8211; for onve, it is not so centristic about internal &#8211; &#8220;native&#8221; &#8211; reporting tools and this give a choice&#8230;</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2005/04/11/crystalreports-and-delphi-part-2/">CrystalReports and Delphi &#8211; part 2</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2005/04/11/crystalreports-and-delphi-part-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk
Database Caching 18/83 queries in 0.047 seconds using Disk

Served from: blog.dragonsoft.us @ 2026-06-15 06:25:18 by W3 Total Cache
-->