<?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>webiga.com &#187; Development</title>
	<atom:link href="http://webiga.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://webiga.com</link>
	<description>ILJA Tirins blog</description>
	<lastBuildDate>Wed, 06 Jul 2011 11:30:31 +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>Firebug Inspect shortcut fix</title>
		<link>http://webiga.com/2011/06/01/firebug-inspect-shortcut-fix/</link>
		<comments>http://webiga.com/2011/06/01/firebug-inspect-shortcut-fix/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 10:29:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firebug]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=217</guid>
		<description><![CDATA[I always had an issue with Firebug&#8217;s inspector toggle shortcut (Shift+Ctrl+C). It never worked for me. I recently did quite a bit of googling, which revealed that a few people had the same issue, all remedies they suggested did not work for me. Eventually I went into Tools > Firebug > Customize Shortcuts, then changed [...]]]></description>
			<content:encoded><![CDATA[<p>I always had an issue with Firebug&#8217;s inspector toggle shortcut (Shift+Ctrl+C). It never worked for me. I recently did quite a bit of googling, which revealed that a few people had the same issue, all remedies they suggested did not work for me. </p>
<p>Eventually I went into Tools > Firebug > Customize Shortcuts, then changed Toggle Inspecting value to something else, closed the window, then repeated procedure but on the last step I reset Toggle Inspecting back to original value (there is a button for it). And gues what!!! It started working!</p>
<p>P.S. as a result of this research I found a great shortcut management extension <a href="http://forums.mozillazine.org/viewtopic.php?t=72994">Keyconfig</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/06/01/firebug-inspect-shortcut-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6, 7 and 8 do not display JPGs saved in CMYK</title>
		<link>http://webiga.com/2011/05/19/ie6-7-and-8-do-not-display-jpgs-saved-in-cmyk/</link>
		<comments>http://webiga.com/2011/05/19/ie6-7-and-8-do-not-display-jpgs-saved-in-cmyk/#comments</comments>
		<pubDate>Thu, 19 May 2011 15:47:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CMYK]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=206</guid>
		<description><![CDATA[Just learned a new thing about CMYK JPGs and IE. Aparently the two do not mix. In these three browser versions (6,7 and 8, could not check older versions) JPGs saved in CMYK colourspace would not load and simply display a &#8220;red cross&#8221; (a.k.a. missing image) placeholder. IE9 however behaved well, and displayed image without [...]]]></description>
			<content:encoded><![CDATA[<p>Just learned a new thing about CMYK JPGs and IE. Aparently the two do not mix. In these three browser versions (6,7 and 8, could not check older versions) JPGs saved in CMYK colourspace would not load and simply display a &#8220;red cross&#8221; (a.k.a. missing image) placeholder.</p>
<p>IE9 however behaved well, and displayed image without any hickups. </p>
<p>The solution was rather easy, load JPG in photoshop and just resave it. I guess any other image converter tool would do the trick too.</p>
<p>A few more words re this issue could be read form <a href="http://www.ag.ndsu.edu/roller/winnowingoar/entry/ie_8_will_not_display">this page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/05/19/ie6-7-and-8-do-not-display-jpgs-saved-in-cmyk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash appearing above absolutely positioned elements</title>
		<link>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/</link>
		<comments>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 22:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[zindex]]></category>

		<guid isPermaLink="false">http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/</guid>
		<description><![CDATA[I recently had an issue with some flash movies appearing above all content pneumonia the page. I tried giving absolutely positioned elements a very high zindex, bit it did not help art all. Search in Google for similar problem revealed that flash can be played in several modes. By default all movies are played in [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had an issue with some flash movies appearing above all content pneumonia the page. I tried giving absolutely positioned elements a very high zindex, bit it did not help art all. Search in Google for similar problem revealed that flash can be played in several modes. </p>
<p>By default all movies are played in window mode which allowes them to perform the best but such oddities as flash always on top will be happening. </p>
<p>Fixing my issue was rather easy. I just needed to add a wmode=opaque to the flash object. Job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/04/19/flash-appearing-above-absolutely-positioned-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Xdebug on XAMPP 1.7.3</title>
		<link>http://webiga.com/2010/10/28/running-xdebug-on-xampp-1-7-3/</link>
		<comments>http://webiga.com/2010/10/28/running-xdebug-on-xampp-1-7-3/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 22:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=162</guid>
		<description><![CDATA[I write php scripts in NetBeans, and recently after upgrading to the latest version of Xampp I had an issue with running Xdebug on it. I checked that the php_xdebug.dll was available in xampp/php/ext/ directory, changed all required xdebug settings in php.ini but still it would not work. Example of settings in php.ini: xdebug.remote_enable=1 xdebug.remote_host="localhost" [...]]]></description>
			<content:encoded><![CDATA[<p>I write php scripts in NetBeans, and recently after upgrading to the latest version of <a href="http://www.apachefriends.org/en/xampp.html">Xampp</a> I had an issue with running <a href="http://xdebug.org/">Xdebug</a> on it.<br />
<span id="more-162"></span><br />
I checked that the php_xdebug.dll was available in xampp/php/ext/ directory, changed  all required xdebug settings in php.ini but still it would not work.</p>
<p><strong>Example of settings in php.ini:</strong><br />
<code>xdebug.remote_enable=1<br />
xdebug.remote_host="localhost"<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler="dbgp"<br />
zend_extension ="C:\php\php_xdebug-2.0.0-5.2.2.dll"</code></p>
<p>I then googled for similar issues and found this <a href="http://www.eclipse.org/pdt/documents/XDebugGuideForPDT2.0.pdf">pdf document</a> that explains how to set up xdebug to work with Eclipse&#8217;s PDP. One useful advice was this &#8220;php -m&#8221; command (meaning: show all loaded php extensions) which I ran in the console and found that my php_xdebug.dll extension was not loading. The reason was that the version of xdebug extension was VC9, which was not compatible with the version of my php 5.3 (VC6). I downloaded the appropriate version of <a href="http://xdebug.org/files/php_xdebug-2.1.0-5.3-vc6.dll">xdebug 5.3 VC6 (32 bit)</a> into xampp/php/ext/, reloaded apache and Voila&#8230; it was working again!</p>
<blockquote><p>P.S. in php.ini where you specify path to the zdebug extension use <em>zend_extension</em> and not <em>zend_extension_ts</em> as php_xdebug-2.1.0-5.3-vc6.dll is Thread Safe as opposed to Non Thread Safe version  of xdebug.</p></blockquote>
<p>Hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2010/10/28/running-xdebug-on-xampp-1-7-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free webhosting for facebook development</title>
		<link>http://webiga.com/2010/08/23/free-webhosting-for-facebook-development/</link>
		<comments>http://webiga.com/2010/08/23/free-webhosting-for-facebook-development/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Resources]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=106</guid>
		<description><![CDATA[I was searching for a free webhosting for Facebook (FB) sandbox. After trying out a few only one happened to have all necessary features for FB development. The main issue with all others was that CURL PHP was not enabled. It is required by FB library to make api calls. Some that had CURL enabled [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching for a free webhosting for Facebook (FB) sandbox. After trying out a few only one happened to have all necessary features for FB development. The main issue with all others was that CURL PHP was not enabled. It is required by FB library to make api calls. Some that had CURL enabled did not allow connections over HTTPS, which also is a must for FB api calls. </p>
<p>So, the winner is <a href="http://freewebhostingarea.com/">Free Web Hosting Area</a></p>
<p>Other hosting services I tried:</p>
<ul>
<li><a href="http://zymic.com/">Zymic</a></li>
<li><a href="http://eu.pn/">EU.pn</a></li>
<li><a href="http://000webhost.com/">000webhost.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2010/08/23/free-webhosting-for-facebook-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>floatutorial</title>
		<link>http://webiga.com/2007/09/03/floatutorial/</link>
		<comments>http://webiga.com/2007/09/03/floatutorial/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 07:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=67</guid>
		<description><![CDATA[Everything about float CSS property. http://css.maxdesign.com.au/floatutorial/tutorial0103.htm http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/]]></description>
			<content:encoded><![CDATA[<p>Everything about float CSS property.</p>
<p>http://css.maxdesign.com.au/floatutorial/tutorial0103.htm</p>
<p>http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/09/03/floatutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla on XAMPP with SEF enabled</title>
		<link>http://webiga.com/2007/08/23/joomla-on-xampp-with-sef-enabled/</link>
		<comments>http://webiga.com/2007/08/23/joomla-on-xampp-with-sef-enabled/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 23:09:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=66</guid>
		<description><![CDATA[In order to make your URLs in Joomla a bit more understandeble you need to do the followinga. enable modrewrite module in apacheb. tweak Joomla&#8217;s .htaccess file This is how I did it: .htaccess tweakes Opened .htaccess file and uncommented line with RewriteEngine On Changed RewriteBase / to RewriteBase /joomla_installation (where joomla_installation is a subfolder [...]]]></description>
			<content:encoded><![CDATA[<p>In order to make your URLs in Joomla a bit more understandeble you need to do the following<br />a. enable modrewrite module in apache<br />b. tweak Joomla&#8217;s .htaccess file</p>
<p>This is how I did it:</p>
<p><span id="more-66"></span><br /><b><br />.htaccess tweakes</b>
<ol>
<li>Opened .htaccess file and uncommented line with <b>RewriteEngine On</b></li>
<li>Changed <b>RewriteBase / </b>to <b>RewriteBase /joomla_installation </b>(where joomla_installation is a subfolder of htdocs and is a folder where I installed my copy of Joomla cms)</li>
<li> Changed <b>RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] </b>to <b>RewriteCond %{REQUEST_URI} ^(/</b><b>joomla_installation</b><b>/component/option,com) [NC,OR]</b></li>
</ol>
<p>The rest of the .htaccess file should stay the same.<br />&nbsp;&nbsp; <br /><b>httpd.conf tweaks</p>
<p></b>
<ol>
<li>Opened httpd.conf file in apache&gt;conf folder</li>
<li>Found this line <b>LoadModule rewrite_module modules/mod_rewrite.so </b>and uncommented it.</li>
<li>Searched and replaced all <b>AllowOverride None</b> by <b>AllowOverride All</b></li>
</ol>
<p>IMPORTANT: Obviously save all files and <b>RESTART</b> apache.</p>
<p>This is it! </p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/08/23/joomla-on-xampp-with-sef-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootorials</title>
		<link>http://webiga.com/2007/05/18/mootorials/</link>
		<comments>http://webiga.com/2007/05/18/mootorials/#comments</comments>
		<pubDate>Fri, 18 May 2007 22:41:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=50</guid>
		<description><![CDATA[Excellent collection of tutorial articles for Mootools JavaScript library. http://clientside.cnet.com/wiki/mootorial]]></description>
			<content:encoded><![CDATA[<p>Excellent collection of tutorial articles for Mootools JavaScript library.</p>
<p><a title="Mootorials" href="http://clientside.cnet.com/wiki/mootorial">http://clientside.cnet.com/wiki/mootorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/05/18/mootorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bubble Tooltips</title>
		<link>http://webiga.com/2007/05/18/bubble-tooltips/</link>
		<comments>http://webiga.com/2007/05/18/bubble-tooltips/#comments</comments>
		<pubDate>Fri, 18 May 2007 15:27:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=49</guid>
		<description><![CDATA[A greatÂ articleÂ tellingÂ aboutÂ howÂ toÂ createÂ CSS+JSÂ tooltips. http://web-graphics.com/mtarchive/001717.php]]></description>
			<content:encoded><![CDATA[<p>A greatÂ articleÂ tellingÂ aboutÂ howÂ toÂ createÂ CSS+JSÂ tooltips. <a href="http://web-graphics.com/mtarchive/001717.php" title="Bubble tooltips"></p>
<p>http://web-graphics.com/mtarchive/001717.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/05/18/bubble-tooltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script.aculo.us Effects.queue article</title>
		<link>http://webiga.com/2007/05/18/scriptaculous-effectsqueue-article/</link>
		<comments>http://webiga.com/2007/05/18/scriptaculous-effectsqueue-article/#comments</comments>
		<pubDate>Fri, 18 May 2007 09:15:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=48</guid>
		<description><![CDATA[http://blog.railsdevelopment.com/pages/effect/queue/]]></description>
			<content:encoded><![CDATA[<p><a title="Effects queue" href="http://blog.railsdevelopment.com/pages/effect/queue/">http://blog.railsdevelopment.com/pages/effect/queue/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/05/18/scriptaculous-effectsqueue-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

