<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Tigran&#039;s blog</title>
	<link>http://blog.tigranweb.info</link>
	<description>Blog about Hi-Tech</description>
	<lastBuildDate>Mon, 25 Jan 2010 22:48:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Drupal module suggestions</title>
		<description><![CDATA[I want to write Drupal module. What suggestions? Any ideas? What module drupal have not?
]]></description>
		<link>http://blog.tigranweb.info/archives/85</link>
			</item>
	<item>
		<title>jQuery .load problem in IE6 and IE7</title>
		<description><![CDATA[Recently I have facet a problem with jTip jQuery plugin. The problem caused IE caching system by blocking .load function. It blocks AJAX requests. So to fix this problem, you need to call different URL's every time. The solution for jTip plugin is below.
find this line in jTip.js
$(&#039;#JT_copy&#039;).load(url);
and replace by this
$(&#039;#JT_copy&#039;).load(url+&#039;&#38;amp;amp;amp;random=&#039; + Math.random()*99999);
This snippet, add's [...]]]></description>
		<link>http://blog.tigranweb.info/archives/81</link>
			</item>
	<item>
		<title>DDBlock default problem</title>
		<description><![CDATA[DDblock by default coming with problem when you installing ddblock with exported CCK and Views. There is no picture? Only gray box-background? There is CCK field problem. Basically in template.php preprocess function replace all

node_data_field_image_field_image_fid

function into

node_data_field_pager_item_text_field_image_fid

This should fix the problem!
]]></description>
		<link>http://blog.tigranweb.info/archives/74</link>
			</item>
	<item>
		<title>Windows Mobile GPRS problem</title>
		<description><![CDATA[Firstly, I want to say - sorry for long delay. Work, work and work  
You have GPRS internet and internet explorer freeze's on Locating phase? Then read this article. Today I will tell how to fix GPRS related Windows Mobile problem when browser freeze on Locating stage of page load.
This problem may occur when [...]]]></description>
		<link>http://blog.tigranweb.info/archives/67</link>
			</item>
	<item>
		<title>Vacation</title>
		<description><![CDATA[Tommorow I'm going to vacation. To Sevan. Will return at 1 week.
]]></description>
		<link>http://blog.tigranweb.info/archives/66</link>
			</item>
	<item>
		<title>Wordpress + Drupal RSS problem</title>
		<description><![CDATA[I'm using wordpress for blog, and drupal for home page. While building my web site I meet problem with feeds. The RSS which generated in wordpress, have not been recognized by drupal. Why? I have been researched and detected that my wordpress 7hide plugin causing this problem. 7hide plugins uses some javascript methods. I have [...]]]></description>
		<link>http://blog.tigranweb.info/archives/63</link>
			</item>
	<item>
		<title>Tutorial: Simple Bar Chart using PHP</title>
		<description><![CDATA[In this small tutorial I will explain how I created simple bar chart using PHP. Maybe in future I will write more about charts and to expand this library. Tutorial is for beginners.  For image manipulation and processing we will use GD library which is by default come's with PHP distributions. You need to enable [...]]]></description>
		<link>http://blog.tigranweb.info/archives/59</link>
			</item>
	<item>
		<title>HTC Touch and Touch Diamond</title>
		<description><![CDATA[
In September I wished to buy HTC Touch Diamond (1200$ in September), but eventually I have decided to buy HTC Touch 3450. Bought for 550$. Now I look in internet shops those, HTC Touch Diamond costs about 370$ and HTC Touch 3450 around 400$. How so it turns out? What happens?
]]></description>
		<link>http://blog.tigranweb.info/archives/49</link>
			</item>
	<item>
		<title>Drupal + Amazon S3</title>
		<description><![CDATA[S3 module has been out for Drupal.  It allows administers to manage buckets &#38; objects in S3. Besides of it, module give's API for other modules, to use S3 for file sharing. Module project is here.
]]></description>
		<link>http://blog.tigranweb.info/archives/45</link>
			</item>
	<item>
		<title>Asteroid impact (500km)</title>
		<description><![CDATA[What happen's if the asteroid with 500km length fall in the ocean? Discovery channel shows you that moment. Video also available in HD format.

]]></description>
		<link>http://blog.tigranweb.info/archives/41</link>
			</item>
</channel>
</rss>
