<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Urban Cetinski</title>
	<link>http://urban.spletno-mesto.com</link>
	<description>PHP, MySQL, jQuery, CSS, Zend Framework, Urban Cetinski</description>
	<lastBuildDate>Sat, 12 Mar 2011 09:57:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/abc" -->

	<item>
		<title>Get database size in phpMyAdmin</title>
		<description><![CDATA[SELECT table_schema &#34;Data Base Name&#34;, sum( data_length + index_length ) / 1024 / 1024 &#34;Data Base Size in MB&#34; FROM information_schema.TABLES GROUP BY table_schema ;]]></description>
		<link>http://urban.spletno-mesto.com/get-database-size-in-phpmyadmin/</link>
			</item>
	<item>
		<title>Screengrab Add-ons for Firefox</title>
		<description><![CDATA[Screengrab! is an extension that makes it easy to save a web-page as an image – it’s a screen capture tool for Firefox! To use it just right-click the page you want to save and select an option from the “Screengrab” menu. https://addons.mozilla.org/en-US/firefox/addon/screengrab/ http://www.screengrab.org/]]></description>
		<link>http://urban.spletno-mesto.com/screengrab-add-ons-for-firefox/</link>
			</item>
	<item>
		<title>Calculate time with Wolfram Alpha</title>
		<description><![CDATA[time between 11:20 and 12:05]]></description>
		<link>http://urban.spletno-mesto.com/calculate-time-with-wolfram-alpha/</link>
			</item>
	<item>
		<title>Adding file types to document classes in NetBeans</title>
		<description><![CDATA[NetBeans handles nearly all file types and colour codes it all very nicely. However it doesn&#8217;t recognise Smarty template files (.tpl) and finding where I can add .tpl files to NetBeans always baffles me. Tools &#62;&#62; Options &#62;&#62; Miscellaneous &#62;&#62; Files Then click &#8216;New&#8217; next to the &#8216;File Extension&#8217; dropdown and enter &#8216;tpl&#8217;. Associating it with the HTML file type worked better for me than PHP. Source]]></description>
		<link>http://urban.spletno-mesto.com/adding-file-types-to-document-classes-in-netbeans/</link>
			</item>
	<item>
		<title>Fix NTLDR is missing windows 7</title>
		<description><![CDATA[C: bootrec /FixBoot]]></description>
		<link>http://urban.spletno-mesto.com/fix-ntldr-is-missing-windows-7/</link>
			</item>
	<item>
		<title>Netbeans &#8211; shortcut for comments</title>
		<description><![CDATA[netbeanst shoortcut for comment/uncomment ctrl + shift + c]]></description>
		<link>http://urban.spletno-mesto.com/test_1855_20122010/</link>
			</item>
	<item>
		<title>NetBeans:UTF-8 Character Set in Windows</title>
		<description><![CDATA[Here are instructions for setting the default character set in Netbeans to UTF-8 (in Windows): Go to C:\Program Files\netbeans-x.x\etc Open netbeans.conf in Notepad. On the netbeans_default_options add: -J-Dfile.encoding=UTF-8. (make sure to put it within the quotation marks) Project properties -&#62; Build -&#62; Compiling -&#62; Additional compiler options) text box.- add: -encoding UTF-8 You can also check to make sure that you have increased the memory allocation for Netbeans by looking at the netbeans_default_options line. The [...]]]></description>
		<link>http://urban.spletno-mesto.com/netbeansutf-8-character-set-in-windows/</link>
			</item>
	<item>
		<title>Lorem Ipsum &#8211; All the facts &#8211; Lipsum generator</title>
		<description><![CDATA[Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum [...]]]></description>
		<link>http://urban.spletno-mesto.com/lorem-ipsum-all-the-facts-lipsum-generator/</link>
			</item>
	<item>
		<title>border-radius for modern browsers</title>
		<description><![CDATA[This is the way that works in all modern browsers (except IE8) like FireFox, Safari, Chrome and Opera since 10.50 pre-alpha: #rounded-corners { -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari, Chrome */ border-radius: 10px; /* CSS3 */ }]]></description>
		<link>http://urban.spletno-mesto.com/border-radius-for-modern-browsers/</link>
			</item>
	<item>
		<title>gksu nautilus &#8211; ubuntu</title>
		<description><![CDATA[gksu nautilus]]></description>
		<link>http://urban.spletno-mesto.com/gksu-nautilus-ubuntu/</link>
			</item>
</channel>
</rss>

