<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>just keep tryin' ta get a little better</title>
	
	<link>http://hancic.info</link>
	<description>thoughts by Jan Hančič</description>
	<lastBuildDate>Wed, 28 Oct 2009 17:23:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/JustKeepTryinTaGetALittleBetter" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Mojalbum.com launch</title>
		<link>http://feedproxy.google.com/~r/JustKeepTryinTaGetALittleBetter/~3/sCJ-bwGuAx8/</link>
		<comments>http://hancic.info/mojalbum-com-launch/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:18:21 +0000</pubDate>
		<dc:creator>Jan Hančič</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hancic.info/?p=245</guid>
		<description>I have updated my showcase page, notice the first item in the list: Mojalbum.com. This web page is not new (it was &amp;#8220;born&amp;#8221; more than 5 years ago), but our company has bought it earlier this year. And now we have re-realesed it after we have built it from scratch. All that is left is [...]&lt;img src="http://feeds.feedburner.com/~r/JustKeepTryinTaGetALittleBetter/~4/sCJ-bwGuAx8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://hancic.info/mojalbum-com-launch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://hancic.info/mojalbum-com-launch/</feedburner:origLink></item>
		<item>
		<title>Change page title with jQuery</title>
		<link>http://feedproxy.google.com/~r/JustKeepTryinTaGetALittleBetter/~3/A_yUgMcut3o/</link>
		<comments>http://hancic.info/change-page-title-with-jquery/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:15:16 +0000</pubDate>
		<dc:creator>Jan Hančič</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hancic.info/?p=233</guid>
		<description>I just had a need to change the title of the page with JavaScript, and since I use jQuery I imediatelly wrote this:
$( 'title' ).html ( 'new title' );
and it didn&amp;#8217;t work. Ok, how about this:
$( 'title' ).val ( 'new title' );
nope. So after some googling I found out that jQuery just can&amp;#8217;t do that. [...]&lt;img src="http://feeds.feedburner.com/~r/JustKeepTryinTaGetALittleBetter/~4/A_yUgMcut3o" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://hancic.info/change-page-title-with-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://hancic.info/change-page-title-with-jquery/</feedburner:origLink></item>
		<item>
		<title>Setting PHP variables from JavaScript</title>
		<link>http://feedproxy.google.com/~r/JustKeepTryinTaGetALittleBetter/~3/VUFKKYY5TOk/</link>
		<comments>http://hancic.info/setting-php-variables-from-javascript/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 07:10:02 +0000</pubDate>
		<dc:creator>Jan Hančič</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hancic.info/?p=227</guid>
		<description>There&amp;#8217;s a great deal of forum threads floating around internet where someone is asking &amp;#8220;how to set a PHP variable from JavaScript/client&amp;#8221;. In most cases the author just doesn&amp;#8217;t know how the technology (html, JavaScript, PHP, http, &amp;#8230;) he is using works. I&amp;#8217;m assuming he somehow thinks that if he will (somehow) set/change a PHP variable from [...]&lt;img src="http://feeds.feedburner.com/~r/JustKeepTryinTaGetALittleBetter/~4/VUFKKYY5TOk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://hancic.info/setting-php-variables-from-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hancic.info/setting-php-variables-from-javascript/</feedburner:origLink></item>
		<item>
		<title>Pretty textbox jQuery plugin</title>
		<link>http://feedproxy.google.com/~r/JustKeepTryinTaGetALittleBetter/~3/p9Ibj5o8Kek/</link>
		<comments>http://hancic.info/pretty-textbox-jquery-plugin/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 10:00:05 +0000</pubDate>
		<dc:creator>Jan Hančič</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hancic.info/?p=211</guid>
		<description>Some time ago I made a pretty search box for our latest project (not yet released) and I thought I&amp;#8217;d make it into a jQuery plugin and share it with you. The goal was to have a text input with some default text (search this, or search that) and a pretty magnifying glass image in [...]&lt;img src="http://feeds.feedburner.com/~r/JustKeepTryinTaGetALittleBetter/~4/p9Ibj5o8Kek" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://hancic.info/pretty-textbox-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hancic.info/pretty-textbox-jquery-plugin/</feedburner:origLink></item>
		<item>
		<title>Conditional CSS</title>
		<link>http://feedproxy.google.com/~r/JustKeepTryinTaGetALittleBetter/~3/NYhqUnPp79Q/</link>
		<comments>http://hancic.info/conditional-css/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:14:32 +0000</pubDate>
		<dc:creator>Jan Hančič</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hancic.info/?p=201</guid>
		<description>CSS is a lovely thing, but it can get out of your hands very quickly (especially if you are programmer first and HTML code-monkey second). I often find myself having some element that appears on various sub-pages of a page, comments for example. HTML is stored in a template file and included where needed and styles, that make the comments pretty, [...]&lt;img src="http://feeds.feedburner.com/~r/JustKeepTryinTaGetALittleBetter/~4/NYhqUnPp79Q" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://hancic.info/conditional-css/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://hancic.info/conditional-css/</feedburner:origLink></item>
	</channel>
</rss>
