<?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>Ohlamon's Technology News Blog</title>
	<atom:link href="http://www.owsblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.owsblog.com</link>
	<description>Technology is everything</description>
	<lastBuildDate>Fri, 02 Mar 2012 18:43:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 7: God Mode.</title>
		<link>http://www.owsblog.com/software/windows-7-god-mode/</link>
		<comments>http://www.owsblog.com/software/windows-7-god-mode/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 05:34:39 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/software/windows-7-god-mode/</guid>
		<description><![CDATA[Make a folder: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} You will get shortcuts to all system settings. &#160;&#160;]]></description>
			<content:encoded><![CDATA[<p>Make a folder:</p>
<p><strong>GodMode.{ED7BA470-8E54-465E-825C-9971204<wbr>3E01C}</wbr></strong></p>
<p>You will get shortcuts to all system settings.</p>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/software/windows-7-god-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Column Name Inside The LIKE Statement</title>
		<link>http://www.owsblog.com/software/how-to-use-column-name-inside-the-like-statement/</link>
		<comments>http://www.owsblog.com/software/how-to-use-column-name-inside-the-like-statement/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:52:22 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/software/how-to-use-column-name-inside-the-like-statement/</guid>
		<description><![CDATA[LIKE keyword is usually used to search for a string value ( LIKE (‘%STRING%’) ). If you need to search one field based on the value from another one, the replacing the string value with the column name like this &#8230; <a href="http://www.owsblog.com/software/how-to-use-column-name-inside-the-like-statement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #0000ff"><strong>LIKE</strong></span>  keyword is usually used to search for a string value ( <span style="color: #0000ff"><strong>LIKE (‘%STRING%’)</strong></span> ).</p>
<p>If you need to search one field based on the value from another one, the replacing the string value  with the column name like this <span style="color: #0000ff"><strong>LIKE  (%table.column_name%)</strong></span> or some syntax like <span style="color: #0000ff"><strong>LIKE  (&#8216;%&#8217;+`table.column_name`+&#8217;%')</strong></span>  won&#8217;t work.</p>
<p>You need to use the CONCAT operator to make it the correct SQL statement.</p>
<pre class="sql" style="font-family: monospace; font-size: 16px"><span style="color: #993333; font-weight: bold">LIKE</span> CONCAT<span style="color: #66cc66">(</span><span style="color: #ff0000">'%'</span><span style="color: #66cc66">,</span> <span style="color: #993333; font-weight: bold">table</span><span style="color: #66cc66">.</span>column_name<span style="color: #66cc66">, </span><span style="color: #ff0000">'%'</span><span style="color: #66cc66">)</span></pre>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/software/how-to-use-column-name-inside-the-like-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start using the new design for Google.</title>
		<link>http://www.owsblog.com/site/how-to-start-using-the-new-design-for-google/</link>
		<comments>http://www.owsblog.com/site/how-to-start-using-the-new-design-for-google/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:18:55 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/site/how-to-start-using-the-new-design-for-google/</guid>
		<description><![CDATA[Put this to your browser for switch Google to the new look. javascript:void(document.cookie=&#8221;PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com&#8221;); &#160;&#160;]]></description>
			<content:encoded><![CDATA[<p>Put this to your browser for switch Google to the new look.</p>
<p>javascript:void(document.cookie=&#8221;PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com&#8221;);</p>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/site/how-to-start-using-the-new-design-for-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Windows 7 work with Samba servers (Mac, Linux, Etc)</title>
		<link>http://www.owsblog.com/software/how-to-make-windows-7-work-with-samba-servers-mac-linux-etc/</link>
		<comments>http://www.owsblog.com/software/how-to-make-windows-7-work-with-samba-servers-mac-linux-etc/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 05:32:02 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/software/how-to-make-windows-7-work-with-samba-servers-mac-linux-etc/</guid>
		<description><![CDATA[1. Go to the Control Panel &#8211; Administrative Tools &#8211; Local Security Policy 2. Find  Local Policies &#8211; Security Options 3. Change Network security: LAN Manager authentication level to the Send LM &#38; NTLM responses 4. Open Minimum session security &#8230; <a href="http://www.owsblog.com/software/how-to-make-windows-7-work-with-samba-servers-mac-linux-etc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1. Go to the Control Panel &#8211; Administrative Tools &#8211; Local Security Policy<br />
2. Find  Local Policies &#8211; Security Options<br />
3. Change <strong>Network security: LAN Manager authentication level</strong> to the <strong>Send LM &amp; NTLM responses </strong><br />
4. Open <strong>Minimum session security for NTLM SSP</strong> and uncheck  Require 128-bit encryption</p>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/software/how-to-make-windows-7-work-with-samba-servers-mac-linux-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google Feature</title>
		<link>http://www.owsblog.com/software/new-google-feature/</link>
		<comments>http://www.owsblog.com/software/new-google-feature/#comments</comments>
		<pubDate>Wed, 14 May 2008 02:58:03 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/software/new-google-feature/</guid>
		<description><![CDATA[First goto Google and enter your search term. Next, add &#8216;&#38;as_qdr=d&#8217; to the end of the URL and press enter. &#160;&#160;]]></description>
			<content:encoded><![CDATA[<p>First goto Google and enter your search term. Next, add &#8216;&amp;as_qdr=d&#8217; to the end of the URL and press enter.</p>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/software/new-google-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWS Deals/Coupons Website Script</title>
		<link>http://www.owsblog.com/software/ows-dealscoupons-website-script/</link>
		<comments>http://www.owsblog.com/software/ows-dealscoupons-website-script/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 02:36:04 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/software/ows-dealscoupons-website-script/</guid>
		<description><![CDATA[Do you know that 76% of Americans use coupons on a regular basis? And up to 36% of final purchase decisions are influenced by coupons and deals availability. To make a long story short, offering coupons and deals can be &#8230; <a href="http://www.owsblog.com/software/ows-dealscoupons-website-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="justify"><img src="file:///C:/Users/ML/AppData/Local/Temp/moz-screenshot.jpg" /><img src="http://scripts.owsdeals.com/img/ScreenShot.gif" align="right" height="121" width="200" />  Do you know that 76% of Americans use coupons on a regular basis? And up to 36% of final purchase decisions are influenced by coupons and deals availability. To make a long story short, offering coupons and deals can be a very lucrative business, in fact.</p>
<p align="justify"><a href="http://scripts.owsdeals.com">http://scripts.owsdeals.com</a>, a leading deals/coupons website script developer with innovative approaches and professional programmers, announces the launch of its new script for people desiring to set a new online business focused on bargains, offers, deals, and coupons. The script features a code with minimal system requirements (Php and MySql based), RSS feed, a great many options for sorting goods and services by category, store, and listing time, and numerous templates so that web masters can easily customize the site&#8217;s look.</p>
<p>You can find best deals on our ows real production <a href="http://scripts.owsdeals.com">OWS Deals/Coupons Website</a> or play with admin panel on the <a href="http://demo.owsdeals.com">demo site</a>.</p>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/software/ows-dealscoupons-website-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two new Windows Mobile devices from HP</title>
		<link>http://www.owsblog.com/gadgets/two-new-windows-mobile-devices-from-hp/</link>
		<comments>http://www.owsblog.com/gadgets/two-new-windows-mobile-devices-from-hp/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 19:35:41 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[PDA]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/gadgets/two-new-windows-mobile-devices-from-hp/</guid>
		<description><![CDATA[HP has officially announced the new line of its mobile devices. Along with new WM6 phones and a GPS navigator, HP is launching the 100 Series &#8220;Classic&#8221; and 200 Series &#8220;Enterprise&#8221; edition PDAs. Both models are based on Marvell PXA310 &#8230; <a href="http://www.owsblog.com/gadgets/two-new-windows-mobile-devices-from-hp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.hp.com/hpinfo/newsroom/press/2007/070905xa.html" target="_blank"><img src="http://www.blogsmithmedia.com/www.engadget.com/media/2007/09/ipaq200.jpg" border="0" height="370" hspace="4" vspace="4" width="198" /></a></p>
<p>HP has officially announced the new line of its mobile devices. Along with new <a href="http://www.owsblog.com/gadgets/new-windows-mobile-6-phones-from-hp">WM6 phones</a> and a GPS navigator, HP is launching the 100 Series &#8220;Classic&#8221; and 200 Series &#8220;Enterprise&#8221; edition PDAs.</p>
<p>Both models are based on Marvell PXA310 624MHz CPU,  and have 64MB of RAM, 256MB of ROM, 802.11b/g, Bluetooth 2.0, and color touchscreens. Both featured latest version of Windows Mobile 6 OS.</p>
<p>100 series has a 3.5-inch, 240 x 320, RGB screen, Mini-USB, and SDIO card slot,<br />
200 series has 4-inch, 480 x 640, 260k screen, 24-pin and Mini-USB connectors, plus SDIO and CF card slots.</p>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/gadgets/two-new-windows-mobile-devices-from-hp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Windows Mobile 6 Phones from HP</title>
		<link>http://www.owsblog.com/gadgets/new-windows-mobile-6-phones-from-hp/</link>
		<comments>http://www.owsblog.com/gadgets/new-windows-mobile-6-phones-from-hp/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 19:26:08 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Cars Electronics]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[PDA]]></category>
		<category><![CDATA[Phones]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/gadgets/new-windows-mobile-6-phones-from-hp/</guid>
		<description><![CDATA[HP has presented the new Windows Mobile 6 Smartphones. First one the 600 comes with Marvell PXA270, 520MHz Processor, 128MB of RAM, 256MB of ROM, integrated GPS, 2.8-inch 320&#215;240 touchscreen, 3 megapixel camera, WiFi, and Windows Mobile 6 Professional and &#8230; <a href="http://www.owsblog.com/gadgets/new-windows-mobile-6-phones-from-hp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.hp.com/hpinfo/newsroom/press_kits/2007/mobility/"><img src="http://www.engadgetmobile.com/media/2007/09/ipaq-610-910.jpg" border="0" hspace="4" vspace="4" /></a></p>
<p> HP has presented the new Windows Mobile 6 Smartphones.</p>
<p>First one the 600 comes with Marvell PXA270,  520MHz Processor, 128MB of RAM, 256MB of ROM, integrated GPS,  2.8-inch 320&#215;240 touchscreen, 3 megapixel camera, WiFi, and Windows Mobile 6 Professional and only numeric keypad. This is a clear competitor to HTC Touch, which is the best 2.8&#8242; WM6 SmartPhone so far.</p>
<p>The 900 series phone has a standard QWERTY keyboard, and only 2.46-inch square display, other specs remain  similar to 600. This model will compete wth Blackbery-style devices.</p>
&nbsp;&nbsp;<div class="meta">&nbsp;&nbsp;Current Music :&nbsp;Elvenking: A Riddle of Stars</div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/gadgets/new-windows-mobile-6-phones-from-hp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Terabyte on a single CD</title>
		<link>http://www.owsblog.com/hdtv/mempile-terabyte-on-a-cd/</link>
		<comments>http://www.owsblog.com/hdtv/mempile-terabyte-on-a-cd/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 21:17:58 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HDTV]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/hdtv/mempile-terabyte-on-a-cd/</guid>
		<description><![CDATA[Company named Mempile claimed that they can write 1 At 200 layers a disc, future versions of the technology will make it possible to store up to 5TB of data on one discof data on a a single Compact Disc. &#8230; <a href="http://www.owsblog.com/hdtv/mempile-terabyte-on-a-cd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Company named <a href="http://www.mempile.com/">Mempile</a> claimed that they can write 1 At 200 layers a disc, future versions of the technology will make it possible to store up to 5TB of data on one discof data on a a single Compact Disc.</p>
<blockquote><p>Mempile has developed a removable optical storage technology allowing for the storage of 1 Terabyte (1,000 Gigabytes) of information on a single inexpensive disc. The device builds on the existing know-how attained through the development of CDs and DVDs, extending it so as to write layers upon layers of stacked information.</p></blockquote>
<p>In addition to that they can extend this technology to 200 layers for disc, this will make  possible to store up to 5 TerraBites of data on one disc.<br />
They have plans to go to the consumer market within next 18-24 month and at start point estimated prices will be $3,000 for the drive and around $30-50 per disc.</p>
&nbsp;&nbsp;<div class="meta">&nbsp;&nbsp;Current Music :&nbsp;Ivan Tzarevich: Idu Na vy</div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/hdtv/mempile-terabyte-on-a-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone finally got full SIM Unlock</title>
		<link>http://www.owsblog.com/software/iphone-finally-got-full-sim-unlock/</link>
		<comments>http://www.owsblog.com/software/iphone-finally-got-full-sim-unlock/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 18:04:56 +0000</pubDate>
		<dc:creator>okapy</dc:creator>
				<category><![CDATA[Phones]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.owsblog.com/software/iphone-finally-got-full-sim-unlock/</guid>
		<description><![CDATA[People from iphonesimfree.com claim that they finally create software that can completely unlock iPhone from AT&#38;T compatibility only. From now on iPhone could work in T-Mobile and any other GSM network on this planet. This statement already confirmed by such &#8230; <a href="http://www.owsblog.com/software/iphone-finally-got-full-sim-unlock/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.owsblog.com/wp-content/uploads/2007/08/unblocked_iphone.JPG" title="unblocked_iphone.JPG"><img src="http://www.owsblog.com/wp-content/uploads/2007/08/unblocked_iphone.JPG" alt="unblocked_iphone.JPG" /></a></p>
<p>People from iphonesimfree.com claim that they finally create software that can completely <a href="http://www.tech-faq.com/unlock-phone.shtml">unlock</a> iPhone from AT&amp;T compatibility only.  From now on iPhone could work in T-Mobile and any other GSM network on this planet.</p>
<p>This statement already confirmed by such trusted source as <a href="http://http://www.engadget.com/2007/08/24/iphone-unlocked-atandt-loses-iphone-exclusivity-august-24-2007/" title="engadget.com">engadget.com</a>.</p>
<p>Also no words on the price for software itself and single unlock yet.</p>
&nbsp;&nbsp;<div class="meta"></div>]]></content:encoded>
			<wfw:commentRss>http://www.owsblog.com/software/iphone-finally-got-full-sim-unlock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

