<?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>Adil&#039;s blog</title>
	<atom:link href="http://adil.az/feed/" rel="self" type="application/rss+xml" />
	<link>http://adil.az</link>
	<description>Blog about web-development.</description>
	<lastBuildDate>Thu, 29 Mar 2012 04:48:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Crop images using mask on PHP</title>
		<link>http://adil.az/php/crop-images-using-mask-on-php/</link>
		<comments>http://adil.az/php/crop-images-using-mask-on-php/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 12:58:17 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & tricks]]></category>

		<guid isPermaLink="false">http://adil.az/?p=171</guid>
		<description><![CDATA[Sometimes the rectangle images are not enough from the design point view. You can crop images using the masks on Photoshop, GIMP or other graphical manipulation software. Another way to do it is using PHP&#8217;s GD library. Conceptual steps for &#8230;<p class="read-more"><a href="http://adil.az/php/crop-images-using-mask-on-php/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/php/crop-images-using-mask-on-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Redmine on cPanel</title>
		<link>http://adil.az/uncategorized/installing-redmine-on-cpanel/</link>
		<comments>http://adil.az/uncategorized/installing-redmine-on-cpanel/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 14:03:49 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web-server]]></category>

		<guid isPermaLink="false">http://adil.az/?p=160</guid>
		<description><![CDATA[Installing Redmine on cPanel will be bit harder, because it needs some modifications on server configuration. And custom modifications will be lost on regeneration of configuration files by cPanel. According instruction at http://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5 you will need change Apache configuration manually. It&#8217;s &#8230;<p class="read-more"><a href="http://adil.az/uncategorized/installing-redmine-on-cpanel/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/uncategorized/installing-redmine-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting thumbnail from YouTube</title>
		<link>http://adil.az/tips-tricks/getting-thumbnail-from-youtube/</link>
		<comments>http://adil.az/tips-tricks/getting-thumbnail-from-youtube/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 10:22:58 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[strpos]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://adil.az/?p=150</guid>
		<description><![CDATA[Getting thumbnail image of any YouTube video you need it&#8217;s video ID number. Video ID number is the 11 character string in the url and assigned to v parameter. For example video ID of this video http://www.youtube.com/watch?v=S5msjdZIoag&#38;feature=related is S5msjdZIoag. You can get &#8230;<p class="read-more"><a href="http://adil.az/tips-tricks/getting-thumbnail-from-youtube/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/tips-tricks/getting-thumbnail-from-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing UTF8 BOM from PHP files</title>
		<link>http://adil.az/php/removing-utf8-bom-from-php-files/</link>
		<comments>http://adil.az/php/removing-utf8-bom-from-php-files/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 16:09:11 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[bom]]></category>
		<category><![CDATA[byte order mark]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[utf]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://adil.az/?p=144</guid>
		<description><![CDATA[UTF8 Byte Order Mark (BOM) is sequence of bytes for represent the file as UTF8. The sequence is hexadecimal EF BB BF value also you can see it at the beginning of the file as ï»¿. When these symbols is used the text &#8230;<p class="read-more"><a href="http://adil.az/php/removing-utf8-bom-from-php-files/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/php/removing-utf8-bom-from-php-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux computer inside your browser</title>
		<link>http://adil.az/linux/linux-computer-inside-your-browser/</link>
		<comments>http://adil.az/linux/linux-computer-inside-your-browser/#comments</comments>
		<pubDate>Wed, 18 May 2011 07:54:57 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://adil.az/?p=133</guid>
		<description><![CDATA[The subject I am writing about is the x86 emulator written in pure JavaScript and it works inside the browser. The author of emulator is Fabrice Bellard also founder of QEMU, FFMPEG, Tiny C Compiler. You can test it from http://bellard.org/jslinux/. &#8230;<p class="read-more"><a href="http://adil.az/linux/linux-computer-inside-your-browser/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/linux/linux-computer-inside-your-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Sun JDK instead of OpenJDK on Ubuntu</title>
		<link>http://adil.az/linux/installing-sun-jdk-instead-of-openjdk-on-ubuntu/</link>
		<comments>http://adil.az/linux/installing-sun-jdk-instead-of-openjdk-on-ubuntu/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 11:29:19 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[openjdk]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://adil.az/?p=124</guid>
		<description><![CDATA[By default Ubuntu comes with OpenJDK. Most developers prefer closed source JDK instead of OpenJDK. But in version Ubuntu 10.10 the closed source version of JDK is not listed in apt-get list. So it makes some difficulties removing OpenJDK. First of &#8230;<p class="read-more"><a href="http://adil.az/linux/installing-sun-jdk-instead-of-openjdk-on-ubuntu/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/linux/installing-sun-jdk-instead-of-openjdk-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting twitter messages on PHP</title>
		<link>http://adil.az/php/getting-twitter-messages-on-php/</link>
		<comments>http://adil.az/php/getting-twitter-messages-on-php/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 20:23:35 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Tips & tricks]]></category>

		<guid isPermaLink="false">http://adil.az/?p=110</guid>
		<description><![CDATA[It&#8217;s usual on web sites to place a widget with twitter messages by site owner. There are many methods to get messages from Twitter. For example you can do it using Twitter API. There is another very simple method. It&#8217;s &#8230;<p class="read-more"><a href="http://adil.az/php/getting-twitter-messages-on-php/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/php/getting-twitter-messages-on-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subqueries in MySQL</title>
		<link>http://adil.az/database/98/</link>
		<comments>http://adil.az/database/98/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 11:25:36 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[nested queries]]></category>
		<category><![CDATA[nested sql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[subquery]]></category>

		<guid isPermaLink="false">http://adil.az/?p=98</guid>
		<description><![CDATA[MySQL has an interesting feature called subquery. It lets you to use SELECT statement within another query. Imagine you have two tables named countries and capitals you want select capital names and country names without join statement. The tables are &#8230;<p class="read-more"><a href="http://adil.az/database/98/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/database/98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphic icons for buttons</title>
		<link>http://adil.az/tips-tricks/graphic-icons-for-buttons/</link>
		<comments>http://adil.az/tips-tricks/graphic-icons-for-buttons/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 22:23:48 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[16x16]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[ico]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://adil.az/?p=91</guid>
		<description><![CDATA[Most common problem of software developers is finding good graphic icons for buttons, links or something like that. There are many sites where you can download such icons in various sizes. One good method is searching on google. Type on &#8230;<p class="read-more"><a href="http://adil.az/tips-tricks/graphic-icons-for-buttons/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://adil.az/tips-tricks/graphic-icons-for-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows is a beautiful background not an OS :)</title>
		<link>http://adil.az/linux/windows-is-a-beautiful-background-not-an-os/</link>
		<comments>http://adil.az/linux/windows-is-a-beautiful-background-not-an-os/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 22:13:57 +0000</pubDate>
		<dc:creator>Adil</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://adil.az/?p=81</guid>
		<description><![CDATA[Windows is big, it&#8217;s only job is making all your resources busy. Linux is little, it&#8217;s job is to work even if your resources are limited. *nix is the best!!!]]></description>
		<wfw:commentRss>http://adil.az/linux/windows-is-a-beautiful-background-not-an-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

