<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Adil&#039;s blog</title>
	<link>http://adil.az</link>
	<description>Blog about web-development.</description>
	<lastBuildDate>Fri, 18 Jun 2010 10:03:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Ignoring browser commands</title>
		<description><![CDATA[I have rarely encountered such situation, but for larger projects it is certainly common problem. Assume that the script performs some queries in the database (deleting / adding / editing) and during these user presses the Stop button in your browser. By this command php script completes its work, which in our case may be [...]]]></description>
		<link>http://adil.az/tips-tricks/ignoring-browser-commands/</link>
			</item>
	<item>
		<title>fixed position on IE6</title>
		<description><![CDATA[Fixed position on xhtml elements make the elements fixed at its coordinates and it is not moved when you scroll the pages. One of popular example can be facebook panel. #elementId &#123; position:fixed; bottom:0; &#125; An example above will make the element stayed at the bottom of page. But there is an issue on IE6 [...]]]></description>
		<link>http://adil.az/tips-tricks/fixed-position-on-ie6/</link>
			</item>
	<item>
		<title>Regular expressions in SQL queries</title>
		<description><![CDATA[Regular expressions are useful for parsing string, matching patterns, validating etc. If we talk about strings so, I think it's good idea using it in SQL queries. Let we have table users: mysql&#62; SELECT * FROM users; +----+-----------+----------+----------------------+ &#124; id &#124; first &#124; last &#124; email &#124; +----+-----------+----------+----------------------+ &#124; 1 &#124; John &#124; SMITH &#124; [...]]]></description>
		<link>http://adil.az/tips-tricks/regular-expressions-in-sql-queries/</link>
			</item>
	<item>
		<title>phpasswd tool</title>
		<description><![CDATA[This week me and my friends from Neats group made little tool for working with htpasswd files. The main purpose of the project was to make easy to use tool for changing admin passwords on Baku State University web site administration panel. We released the project as an open-source and it is hosted on Kenai. [...]]]></description>
		<link>http://adil.az/tools/phpasswd-tool/</link>
			</item>
	<item>
		<title>font-size and print &#8220;toolbar&#8221; :)</title>
		<description><![CDATA[Sometimes users need to make the font size larger for easy reading the text. It happens usually in news portals or some web sites like the web site of my university www.bsu.edu.az. And also it's better to make the print version of the page. When saying print version it means that black text on white [...]]]></description>
		<link>http://adil.az/tips-tricks/font-size-and-print-toolbar/</link>
			</item>
	<item>
		<title>lighttpd frontend + apache backend</title>
		<description><![CDATA[I think you have seen such urls like static.blablabla.com on your favorite web sites. What is it? Apache HTTPD uses more memory and CPU resources when it has more connections and this make the web site load slower. The light web servers like lighttp, nginx etc. is used to solve this problem. I will show [...]]]></description>
		<link>http://adil.az/web-server/lighttpd-frontend-apache-backend/</link>
			</item>
	<item>
		<title>PHP 5.3 is released</title>
		<description><![CDATA[I am happy to announce about PHP 5.3 release. Some of PHP 5.3 advantages are the followings: namespaces (http://php.net/namespaces) With namespace support grouping or packaging the classes will be easier and neat. As a Java and .NET lover I liked this feature very much. anonymous functions (http://www.php.net/manual/en/functions.anonymous.php) JavaScript fans will like it. It's not too [...]]]></description>
		<link>http://adil.az/php/php-5-3-is-released/</link>
			</item>
</channel>
</rss>
