<?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>JugBit</title>
	<atom:link href="http://www.jugbit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jugbit.com</link>
	<description>Just another bit on the web</description>
	<lastBuildDate>Thu, 19 Apr 2012 15:25:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>The entity &#8220;Atilde&#8221; was referenced, but not declared.</title>
		<link>http://www.jugbit.com/php/the-entity-atilde-was-referenced-but-not-declared/</link>
		<comments>http://www.jugbit.com/php/the-entity-atilde-was-referenced-but-not-declared/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 10:43:13 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[htmlentities]]></category>
		<category><![CDATA[htmlspecialchars]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=232</guid>
		<description><![CDATA[While using SalesForce API to upsert data to SalesForce I&#8217;ve got an error &#8220;The entity &#8220;Atilde&#8221; was referenced, but not declared.&#8221;. I found out that the problem causing this error was htmlentities php function. htmlentities converts all applicable characters to &#8230; <a href="http://www.jugbit.com/php/the-entity-atilde-was-referenced-but-not-declared/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/php/the-entity-atilde-was-referenced-but-not-declared/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP recursive menu with 1 query</title>
		<link>http://www.jugbit.com/php/php-recursive-menu-with-1-query/</link>
		<comments>http://www.jugbit.com/php/php-recursive-menu-with-1-query/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 08:41:03 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[submenu]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=213</guid>
		<description><![CDATA[There are a lot of methods how to fetch menu with submenus. But I will show you how to get all menu with submenu data from database in one query and make recursive display with PHP. Table &#8220;menu&#8221; schema should &#8230; <a href="http://www.jugbit.com/php/php-recursive-menu-with-1-query/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/php/php-recursive-menu-with-1-query/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP tips and tricks</title>
		<link>http://www.jugbit.com/php/php-tips-and-tricks/</link>
		<comments>http://www.jugbit.com/php/php-tips-and-tricks/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 17:34:16 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=197</guid>
		<description><![CDATA[There are a lot of php tips or tricks that you may don&#8217;t know. So I want to share with you with tips that I know. Some of them can help a lot and some of them are to write &#8230; <a href="http://www.jugbit.com/php/php-tips-and-tricks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/php/php-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get youtube image/thumbnail</title>
		<link>http://www.jugbit.com/php/how-to-get-youtube-imagethumbnail/</link>
		<comments>http://www.jugbit.com/php/how-to-get-youtube-imagethumbnail/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 10:10:11 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=173</guid>
		<description><![CDATA[I&#8217;ve got a spare time of half a day and thought about making a website of funny videos for myself. I love my custom CMS, because all coding goes fast like saying to a computer do that, do that and &#8230; <a href="http://www.jugbit.com/php/how-to-get-youtube-imagethumbnail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/php/how-to-get-youtube-imagethumbnail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>encoding ASCII to 7bit strings and decoding</title>
		<link>http://www.jugbit.com/php/encoding-ascii-to-7bit-strings-and-decoding/</link>
		<comments>http://www.jugbit.com/php/encoding-ascii-to-7bit-strings-and-decoding/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 07:01:42 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[7bit]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=157</guid>
		<description><![CDATA[I am working now with Lithuanian mobile operators to implement Unstructured Supplementary Service Data (USSD). Messages must be encoded in utf7, so I would like to share encoding ASCII to 7bit strings and decoding 7bit to ASCII functions that my colleague helped &#8230; <a href="http://www.jugbit.com/php/encoding-ascii-to-7bit-strings-and-decoding/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/php/encoding-ascii-to-7bit-strings-and-decoding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Again IE! session refresh</title>
		<link>http://www.jugbit.com/php/again-ie-session-refresh/</link>
		<comments>http://www.jugbit.com/php/again-ie-session-refresh/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 09:54:27 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[kill ie]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=129</guid>
		<description><![CDATA[Again problems with IE (Internet Explorer). Grrr how I hate it. Can we count IE as browser? I never say it is browser, I just say that website works on browsers and IE&#8230; This time the problem with IE is &#8230; <a href="http://www.jugbit.com/php/again-ie-session-refresh/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/php/again-ie-session-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Fancy Search Box using CSS</title>
		<link>http://www.jugbit.com/css/create-a-fancy-search-box-using-css/</link>
		<comments>http://www.jugbit.com/css/create-a-fancy-search-box-using-css/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 14:22:09 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=124</guid>
		<description><![CDATA[Good technique to make a fancy search form. http://zenverse.net/create-a-fancy-search-box-using-css/]]></description>
		<wfw:commentRss>http://www.jugbit.com/css/create-a-fancy-search-box-using-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jquery/php ColoXY game</title>
		<link>http://www.jugbit.com/php/jquery-php-coloxy-game/</link>
		<comments>http://www.jugbit.com/php/jquery-php-coloxy-game/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 10:29:28 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cubic rubic]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[play]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=100</guid>
		<description><![CDATA[About 2 years ago I&#8217;ve made my first game with jquery. Almost forgot about it. It was made in about 1 day. The game is very simple and have some similarities to cubic rubic (the magic cubic of rubic), just &#8230; <a href="http://www.jugbit.com/php/jquery-php-coloxy-game/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/php/jquery-php-coloxy-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to invoke with red5</title>
		<link>http://www.jugbit.com/actionscript/how-to-invoke-with-red5/</link>
		<comments>http://www.jugbit.com/actionscript/how-to-invoke-with-red5/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 08:50:44 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=90</guid>
		<description><![CDATA[I&#8217;ve got an appointment to make a video chat game like charades that will be played in a browser. So yeah it will be made in flash and server side &#8211; red5. I&#8217;ve never worked with red5 before, so I &#8230; <a href="http://www.jugbit.com/actionscript/how-to-invoke-with-red5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/actionscript/how-to-invoke-with-red5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My top jquery plugins that I use a lot</title>
		<link>http://www.jugbit.com/jquery/my-top-jquery-plugins-that-i-use-a-lot/</link>
		<comments>http://www.jugbit.com/jquery/my-top-jquery-plugins-that-i-use-a-lot/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 12:55:18 +0000</pubDate>
		<dc:creator>jugbit</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.jugbit.com/?p=64</guid>
		<description><![CDATA[Here is my list of jquery plugins that I used in a lot of my projects. JForm (http://malsup.com/jquery/form/) This is the most used plugin by me. It helps me so much to make ajax forms and it is so easy, &#8230; <a href="http://www.jugbit.com/jquery/my-top-jquery-plugins-that-i-use-a-lot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jugbit.com/jquery/my-top-jquery-plugins-that-i-use-a-lot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

