<?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>voiciXs notes</title>
	<atom:link href="http://voicixs.com/feed" rel="self" type="application/rss+xml" />
	<link>http://voicixs.com</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 08:49:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dropbox</title>
		<link>http://voicixs.com/archives/405</link>
		<comments>http://voicixs.com/archives/405#comments</comments>
		<pubDate>Wed, 26 May 2010 08:48:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=405</guid>
		<description><![CDATA[
Dropbox is the easiest way to store, sync, and, share files  online.
]]></description>
			<content:encoded><![CDATA[<blockquote><p><em><a href="https://www.dropbox.com/"><img class="size-full wp-image-406 alignnone" title="dropbox" src="http://voicixs.com/wp-content/uploads/2010/05/dropbox_logo.png" alt="" width="231" height="60" /></a></em></p>
<p><em>Dropbox</em> is the easiest way to store, sync, and, share files  online.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/405/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HeidiSQL</title>
		<link>http://voicixs.com/archives/399</link>
		<comments>http://voicixs.com/archives/399#comments</comments>
		<pubDate>Tue, 25 May 2010 08:43:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=399</guid>
		<description><![CDATA[HeidiSQL is an easy-to-use interface and a &#8220;working-horse&#8221; for web-developers using the popular MySQL-Database. It allows you to manage and browse your databases and tables from an intuitive Windows® interface.
]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.heidisql.com/"><img class="alignleft size-full wp-image-398" title="heidisql" src="http://voicixs.com/wp-content/uploads/2010/05/heidisql_logo.png" alt="" width="90" height="90" /></a>HeidiSQL is an easy-to-use interface and a &#8220;working-horse&#8221; for web-developers using the popular MySQL-Database. It allows you to manage and browse your databases and tables from an intuitive Windows® interface.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/399/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML optgroup</title>
		<link>http://voicixs.com/archives/391</link>
		<comments>http://voicixs.com/archives/391#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=391</guid>
		<description><![CDATA[&#60;select&#62;
&#160; &#60;optgroup label=&#34;Cars&#34;&#62;
&#160; &#160; &#60;option value=&#34;BMW&#34;&#62;BMW&#60;/option&#62;
&#160; &#160; &#60;option value=&#34;Opel&#34;&#62;Opel&#60;/option&#62;
&#160; &#60;/optgroup&#62;
&#160; &#60;optgroup label=&#34;Phones&#34;&#62;
&#160; &#160; &#60;option value=&#34;Nokia&#34;&#62;Nokia&#60;/option&#62;
&#160; &#160; &#60;option value=&#34;Samsung&#34;&#62;Samsung&#60;/option&#62;
&#160; &#60;/optgroup&#62;
&#60;/select&#62;

]]></description>
			<content:encoded><![CDATA[<div class="geshi no php"><span class="sy0">&lt;</span>select<span class="sy0">&gt;</span><br />
&nbsp; <span class="sy0">&lt;</span>optgroup label<span class="sy0">=</span><span class="st0">&quot;Cars&quot;</span><span class="sy0">&gt;</span><br />
&nbsp; &nbsp; <span class="sy0">&lt;</span>option value<span class="sy0">=</span><span class="st0">&quot;BMW&quot;</span><span class="sy0">&gt;</span>BMW<span class="sy0">&lt;/</span>option<span class="sy0">&gt;</span><br />
&nbsp; &nbsp; <span class="sy0">&lt;</span>option value<span class="sy0">=</span><span class="st0">&quot;Opel&quot;</span><span class="sy0">&gt;</span>Opel<span class="sy0">&lt;/</span>option<span class="sy0">&gt;</span><br />
&nbsp; <span class="sy0">&lt;/</span>optgroup<span class="sy0">&gt;</span><br />
&nbsp; <span class="sy0">&lt;</span>optgroup label<span class="sy0">=</span><span class="st0">&quot;Phones&quot;</span><span class="sy0">&gt;</span><br />
&nbsp; &nbsp; <span class="sy0">&lt;</span>option value<span class="sy0">=</span><span class="st0">&quot;Nokia&quot;</span><span class="sy0">&gt;</span>Nokia<span class="sy0">&lt;/</span>option<span class="sy0">&gt;</span><br />
&nbsp; &nbsp; <span class="sy0">&lt;</span>option value<span class="sy0">=</span><span class="st0">&quot;Samsung&quot;</span><span class="sy0">&gt;</span>Samsung<span class="sy0">&lt;/</span>option<span class="sy0">&gt;</span><br />
&nbsp; <span class="sy0">&lt;/</span>optgroup<span class="sy0">&gt;</span><br />
<span class="sy0">&lt;/</span>select<span class="sy0">&gt;</span></div>
<p><a href="http://voicixs.com/wp-content/uploads/2009/12/optgroup.gif" rel="lightbox[391]"><img class="alignleft size-full wp-image-395" title="optgroup" src="http://voicixs.com/wp-content/uploads/2009/12/optgroup.gif" alt="optgroup" width="107" height="126" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/391/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Qquery</title>
		<link>http://voicixs.com/archives/385</link>
		<comments>http://voicixs.com/archives/385#comments</comments>
		<pubDate>Mon, 02 Nov 2009 14:11:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=385</guid>
		<description><![CDATA[
http://www.visualjquery.com/

]]></description>
			<content:encoded><![CDATA[<blockquote><p>
<a href="http://www.visualjquery.com/">http://www.visualjquery.com/</a>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/385/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adminer</title>
		<link>http://voicixs.com/archives/368</link>
		<comments>http://voicixs.com/archives/368#comments</comments>
		<pubDate>Thu, 03 Sep 2009 07:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blogroll]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=368</guid>
		<description><![CDATA[
Adminer (formerly phpMinAdmin) is a full-featured MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server

http://www.adminer.org/en/

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adminer.org/en/"><img class="size-full wp-image-369" title="Adminer" src="http://voicixs.com/wp-content/uploads/2009/09/adminer.jpg" alt="Adminer" width="351" height="70" /></a></p>
<p>Adminer (formerly phpMinAdmin) is a full-featured MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server</p>
<ul>
<li style="text-align: left;"><a href="http://www.adminer.org/en/">http://www.adminer.org/en/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/368/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WinBinder</title>
		<link>http://voicixs.com/archives/362</link>
		<comments>http://voicixs.com/archives/362#comments</comments>
		<pubDate>Thu, 27 Aug 2009 15:09:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blogroll]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=362</guid>
		<description><![CDATA[WinBinder is a new open source extension for PHP, the script programming language. It allows PHP programmers to easily build native Windows applications.

http://winbinder.org/

]]></description>
			<content:encoded><![CDATA[<p><a href="http://winbinder.org/"><img class="alignleft size-full wp-image-361" title="Winbinder" src="http://voicixs.com/wp-content/uploads/2009/08/winbinder.gif" alt="Winbinder" width="226" height="77" /></a>WinBinder is a new open source extension for PHP, the script programming language. It allows PHP programmers to easily build native Windows applications.</p>
<ul>
<li><a href="http://winbinder.org/">http://winbinder.org/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/362/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL GUI Tools</title>
		<link>http://voicixs.com/archives/355</link>
		<comments>http://voicixs.com/archives/355#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:34:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blogroll]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=355</guid>
		<description><![CDATA[
MySQL Administrator
 MySQL Query Browser
 MySQL Migration Toolkit

http://dev.mysql.com/downloads/gui-tools

MySQL Workbench (MySQL Workbench is a next-generation visual database design application that can be used to efficiently design, manage and document database schemata.)

http://dev.mysql.com/downloads/workbench
]]></description>
			<content:encoded><![CDATA[<ul>
<li>MySQL Administrator</li>
<li> MySQL Query Browser</li>
<li> MySQL Migration Toolkit</li>
</ul>
<p><a href="http://dev.mysql.com/downloads/gui-tools">http://dev.mysql.com/downloads/gui-tools</a></p>
<ul>
<li>MySQL Workbench (<span style="color: #888888;"><em>MySQL Workbench is a next-generation visual database design application that can be used to efficiently design, manage and document database schemata.</em></span>)</li>
</ul>
<p><img class="alignleft" title="dev.mysql.com" src="http://dev.mysql.com/common/logos/mysql-workbench.png" alt="" width="170" height="175" /><a href="http://dev.mysql.com/downloads/workbench">http://dev.mysql.com/downloads/workbench</a></p>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/355/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Poker</title>
		<link>http://voicixs.com/archives/348</link>
		<comments>http://voicixs.com/archives/348#comments</comments>
		<pubDate>Mon, 08 Jun 2009 07:25:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blogroll]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[poker]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=348</guid>
		<description><![CDATA[
http://www.32redpoker.com/
http://www.triobet.com

]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.32redpoker.com/">http://www.32redpoker.com/</a></li>
<li><a href="http://www.triobet.com">http://www.triobet.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/348/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Royal Flush</title>
		<link>http://voicixs.com/archives/340</link>
		<comments>http://voicixs.com/archives/340#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:38:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[poker]]></category>
		<category><![CDATA[royal flush]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=340</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://voicixs.com/wp-content/uploads/2009/06/p1.jpg" rel="lightbox[340]"><img class="size-medium wp-image-341 aligncenter" title="Royal Flush" src="http://voicixs.com/wp-content/uploads/2009/06/p1-300x225.jpg" alt="p1" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/340/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get visitors IP</title>
		<link>http://voicixs.com/archives/338</link>
		<comments>http://voicixs.com/archives/338#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:18:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=338</guid>
		<description><![CDATA[&#160; &#160; $ip = $_SERVER&#91;&#39;REMOTE_ADDR&#39;&#93;;
]]></description>
			<content:encoded><![CDATA[<div class="geshi no php">&nbsp; &nbsp; <span class="re1">$ip</span> <span class="sy0">=</span> <span class="re1">$_SERVER</span><span class="br0">&#91;</span><span class="st0">&#39;REMOTE_ADDR&#39;</span><span class="br0">&#93;</span><span class="sy0">;</span></div>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/338/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
