<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Soapiece.com</title>
	<link>http://soapiece.com</link>
	<description>IT errends</description>
	<lastBuildDate>Thu, 26 Aug 2010 18:01:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Outlook 2007 file size limit reached</title>
		<description><![CDATA[One of my coworker has reached her maximum outlook PST file size which is 20GB. (windows 7) Run &#8220;regedit&#8221; and look for keys under for Policy change : &#8220;HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\PST&#8221; for User preference : &#8220;HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\PST&#8221; Create entries if there are none. and Enter maximum values (bold in table) for each entry. REG_DWORD is 32 bit. Outlook [...]]]></description>
		<link>http://soapiece.com/?p=120</link>
			</item>
	<item>
		<title>Edit html table using JQuery</title>
		<description><![CDATA[html table edit javascript ajax jquery This is a library that can edit HTML page contents on the screen. Just cilck the text (div in cell) and edit. It can also be used as ajax to update/retrieve data from database. Request is sent to save.php file, you can simply echo the change or manipulate database [...]]]></description>
		<link>http://soapiece.com/?p=107</link>
			</item>
	<item>
		<title>Batch mp3/mp4 encoding</title>
		<description><![CDATA[Let&#8217;s say you have a bunch of folders and endless list of media files, and you want to encode them into h264 and mp3 format. Since there are good open source encoders (in this case x264, ffmpeg, lame) all you need to do is just write a simple script to output batch commands. Here&#8217;s the [...]]]></description>
		<link>http://soapiece.com/?p=85</link>
			</item>
	<item>
		<title>Database servers down alarm</title>
		<description><![CDATA[This script checks DB server and sends alert emails in case of server problem. Written in PHP by Alexander Selifonov Download]]></description>
		<link>http://soapiece.com/?p=80</link>
			</item>
	<item>
		<title>Use Laptop as a Wifi router</title>
		<description><![CDATA[Today I am going to introduce a program that&#8217;s quite useful. It&#8217;s called &#8220;Connectify&#8221;, which is a windows-7 based program to turn your regular laptop into a WIFI access point. Set up is truly simple and wizard helps you build a wifi network in a few minutes. It&#8217;s not an ad-hoc network, any device that can [...]]]></description>
		<link>http://soapiece.com/?p=66</link>
			</item>
	<item>
		<title>Recursively search and replace content of files</title>
		<description><![CDATA[I have encountered a problem when moving an old website to a newer server. Older website was using &#8216;HTTP_POST_VARS&#8217; which is deprecated in PHP5 and there were thousands of files included older version variable. Here&#8217;s the solution using  regular expression to swap &#8216;HTTP_POST_VARS&#8217; to &#8216;_POST&#8217; in all files under current &#38; sub directories. find ./ [...]]]></description>
		<link>http://soapiece.com/?p=33</link>
			</item>
	<item>
		<title>Convert to UTF8</title>
		<description><![CDATA[Ascii to UTF8 converter. This program is useful when you&#8217;re working with foreign websites. Just drag and drop a folder, then you can choose which file extensions to convert. All subdirectories and files are added to work list, so you can save time if you have bunch of files. Author http://iwoohaha.tistory.com/110 Download http://iwoohaha.tistory.com/attachment/4993e54daa7abAX.zip]]></description>
		<link>http://soapiece.com/?p=23</link>
			</item>
	<item>
		<title>MSSQL query escape in PHP</title>
		<description><![CDATA[PHP supports mysql_escape_string but if you use PHP with MSSQL you need to use your own method. Here&#8217;s the code snippet to escape characters. A better solution than using addslashes. function ms_escape_string&#40;$data&#41; &#123; if &#40; !isset&#40;$data&#41; or empty&#40;$data&#41; &#41; return ''; if &#40; is_numeric&#40;$data&#41; &#41; return $data; &#160; $non_displayables = array&#40; '/%0[0-8bcef]/', // url encoded [...]]]></description>
		<link>http://soapiece.com/?p=12</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description><![CDATA[Hello world, I just opened up a wordpress so I can talk about things I&#8217;m interested into, it&#8217;s totally going to be a personal site.  :) Have a nice day]]></description>
		<link>http://soapiece.com/?p=1</link>
			</item>
</channel>
</rss>
