<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>SOCARs TechBlog</title>
	<link>http://itblog.socar.pl</link>
	<description>Informatics tips &#38; tricks</description>
	<lastBuildDate>Tue, 22 Jun 2010 20:47:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>[JS] CKEditor problem under Opera fix</title>
		<description><![CDATA[Problem: CKEditor 3.0 is a substitute to well known TinyMCE JavaScript editor. It&#8217;s easier to install and manage. It displays correctly under Chrome, Firefox or IE, but under latest Opera 10.xx CKEditor windows is not displayed correct. It doesn&#8217;t show at all. Some experienced users know that Opera has it&#8217;s own, very advanced, web-debugging mechanism [...]]]></description>
		<link>http://itblog.socar.pl/?p=144</link>
			</item>
	<item>
		<title>[PHP] Hotlinking solution for CodeIgniter</title>
		<description><![CDATA[I was having lately small problem with ImageSnip.com which I have developed few months ago. Site got some serious popularity in Asia and the images transfer was killing me. As we know, Asia i really big and very populated continent, so It would explain that few images fetched 200.000 times a day, where generating 5GB [...]]]></description>
		<link>http://itblog.socar.pl/?p=138</link>
			</item>
	<item>
		<title>[C#] Row select on right click (context menu)</title>
		<description><![CDATA[When using DataGridView control, activating it&#8217;s context menu (by right click on the grid) will not select the row/cell you are clicking at. For most of the operations users right-clicking on the grid want to perform operation on that selected item. Solution to this problem is to select item at same time as the Context [...]]]></description>
		<link>http://itblog.socar.pl/?p=135</link>
			</item>
	<item>
		<title>[PHP] Undefined index: lastBuildDate error fix</title>
		<description><![CDATA[While working with lastRSS PHP lib I stumbed upon a following error: Undefined index: lastBuildDate / lastrss.php / Line Number: 160 As far as I googled around I didn&#8217;t find ONE precise fix for it, so I tinker with it and eventually It worked. Probably it&#8217;s solution for similar problems in other libs&#8230; Fix: In [...]]]></description>
		<link>http://itblog.socar.pl/?p=126</link>
			</item>
	<item>
		<title>[Web] Can&#8217;t login to Live.com mail</title>
		<description><![CDATA[I&#8217;am not a big fan of web based mail clients. I use them when I don&#8217;t have access to my primary systems (for ex. in cafes/PDA) but on my computers I&#8217;ve got installed standard stand-alone app mail client similar to Outlook (The Bat). I&#8217;ve recently created a mail account at live.com (Microsoft hosted mail system). [...]]]></description>
		<link>http://itblog.socar.pl/?p=124</link>
			</item>
	<item>
		<title>[C#] Easy solution for AutoScroll in GridView</title>
		<description><![CDATA[Poking around standard WinForms GridView control I found it have not any &#8222;Autoscroll&#8221; properties. A proper approach would be create new control inherited from base GridView with altered component drawing and focusing etc, but I didn&#8217;t have time and will to do this, especially for my extremally simple FileSorter tool. So I came up with [...]]]></description>
		<link>http://itblog.socar.pl/?p=111</link>
			</item>
	<item>
		<title>[C#] How to play simple system sound ?</title>
		<description><![CDATA[Its pretty simple to play system sounds, for example at the end of some operation: using System.Media; //.... SystemSounds.Asterisk.Play(); //Makes standard &#34;warning&#34; ding]]></description>
		<link>http://itblog.socar.pl/?p=108</link>
			</item>
	<item>
		<title>[.NET] Showing menu on button click</title>
		<description><![CDATA[This extremally easy thing, sometimes makes so much problem for someone who don&#8217;t know how to use .NET build in functions. As I saw, similar problem implementation in six lines of code (with pretty much calculations) it&#8217;s can be easily achived in one line. Problem: we want to show menu, on center of a button, [...]]]></description>
		<link>http://itblog.socar.pl/?p=105</link>
			</item>
	<item>
		<title>[.NET] Relative path</title>
		<description><![CDATA[Below is a quick and dirty implementation of solution for how to get relative path to file from a folder Problem1: Path1 (base): C:\data\my_path Path2 (target): C:\some_other\folder\data\file.txt Result: ..\..\some_other\folder\data\file.txt Problem2: Path1 (base): C:\data\path Path2 (target): C:\data\path\somedata\file.txt Result: .\somedata\file.txt Solution: public static string getRelativePath(String baseDirectory, string destinationFile) { List&#60;String&#62; _from = new List&#60;String&#62;(baseDirectory.Split('\\')); List&#60;String&#62; _dest = [...]]]></description>
		<link>http://itblog.socar.pl/?p=98</link>
			</item>
	<item>
		<title>[C#] How to associate user component with other component which is null at initialization</title>
		<description><![CDATA[Problem: The idea is to put my own component on form and associate it with already existing TabControl object. Also, I wanted to capture user pressed keys and react on them before they will reach other controls (which require to set KeyPreview to true and add KeyDown/KeyUp event). Willing to encapsulate this process behind developer [...]]]></description>
		<link>http://itblog.socar.pl/?p=91</link>
			</item>
</channel>
</rss>
