<?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>itlivewire dev blog &#187; Others</title>
	<atom:link href="http://itlivewire.com/devblog/category/others/feed/" rel="self" type="application/rss+xml" />
	<link>http://itlivewire.com/devblog</link>
	<description>Just another web development blog...</description>
	<lastBuildDate>Thu, 20 May 2010 13:54:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google fonts</title>
		<link>http://itlivewire.com/devblog/2010/05/20/google-fonts/</link>
		<comments>http://itlivewire.com/devblog/2010/05/20/google-fonts/#comments</comments>
		<pubDate>Thu, 20 May 2010 07:26:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/?p=364</guid>
		<description><![CDATA[
If your tired of the limited fonts available on your customers pc, try the hosted fonts made available by google
In the example code below we will be using the tangerine font 
&#60;html&#62;
  &#60;head&#62;
    &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://fonts.googleapis.com/css?family=Tangerine&#34;&#62;
    &#60;style&#62;
      body {
    [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.google.com/images/icons/feature/font_api-128.gif" alt="" /><br />
If your tired of the limited fonts available on your customers pc, try the <strong>hosted fonts</strong> made available by <strong>google</strong></p>
<p>In the example code below we will be using the <a href="http://code.google.com/webfonts/family?family=Tangerine#set">tangerine</a> font </p>
<pre class="brush: php;">&lt;html&gt;
  &lt;head&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://fonts.googleapis.com/css?family=Tangerine&quot;&gt;
    &lt;style&gt;
      body {
        font-family: 'Tangerine', serif;
        font-size: 48px;
      }
    &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;Making the Web Beautiful!&lt;/h1&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Here are more starter <a href="http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start">guide samples </a><br />
check out the <a href="http://code.google.com/webfonts">google fonts </a> directory</p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2010/05/20/google-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the version number of your redhat or fedora core</title>
		<link>http://itlivewire.com/devblog/2010/04/07/how-to-get-the-version-number-of-your-redhat-or-fedora-core/</link>
		<comments>http://itlivewire.com/devblog/2010/04/07/how-to-get-the-version-number-of-your-redhat-or-fedora-core/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 05:14:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/?p=350</guid>
		<description><![CDATA[cat /etc/redhat-release
]]></description>
			<content:encoded><![CDATA[<p><strong>cat /etc/redhat-release</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2010/04/07/how-to-get-the-version-number-of-your-redhat-or-fedora-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zenburn dreamweaver</title>
		<link>http://itlivewire.com/devblog/2010/02/04/zenburn-dreamweaver/</link>
		<comments>http://itlivewire.com/devblog/2010/02/04/zenburn-dreamweaver/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 15:21:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/2010/02/04/zenburn-dreamweaver/</guid>
		<description><![CDATA[
A code view theme for dreamweaver based on zenburn low contrast console theme more info on zenburn official site.
To use in dreamweaver here are the Instructions:
1. Download file here
2. Go to  C:\Documents and Settings\\Application Data\Adobe\Dreamweaver CS3\Configuration\CodeColoring
3. Backup first the original Colors.xml rename it as Colors-back.xml
4. Then paste our downloaded Colors.xml file
5. In your dreamweaver [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2728/4330489386_59f246a2af.jpg" alt="" /><br />
A code view theme for<strong> dreamweaver </strong>based on <strong>zenburn </strong>low contrast console theme more info on <a href="http://slinky.imukuppi.org/zenburnpage/">zenburn official site</a>.</p>
<p><strong>To use in dreamweaver here are the Instructions:</strong><br />
1. Download file <a href="http://jquerymulticolumnselectbox.googlecode.com/files/Colors.xml">here</a><br />
2. Go to  C:\Documents and Settings\<PCUSER>\Application Data\Adobe\Dreamweaver CS3\Configuration\CodeColoring<br />
3. Backup first the original <strong>Colors.xml</strong> rename it as <strong>Colors-back.xml</strong><br />
4. Then paste our downloaded Colors.xml file<br />
5. In your dreamweaver go to edit->preferences->code coloring then change your background color to #3f3f3f</p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2010/02/04/zenburn-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Celebrates greets Newton’s happy birthday Animated Logo</title>
		<link>http://itlivewire.com/devblog/2010/01/04/google-celebrates-greets-newton%e2%80%99s-happy-birthday-animated-logo/</link>
		<comments>http://itlivewire.com/devblog/2010/01/04/google-celebrates-greets-newton%e2%80%99s-happy-birthday-animated-logo/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[newton]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/2010/01/04/google-celebrates-greets-newton%e2%80%99s-happy-birthday-animated-logo/</guid>
		<description><![CDATA[Visit google today and see an animated logo of a falling apple


http://www.google.com
Newton himself often told the story that he was inspired to formulate his theory of gravitation by watching the fall of an apple from a tree.
Cartoons have gone further to suggest the apple actually hit Newton&#8217;s head.
GRAVITY&#8230;&#8230;&#8230; and there goes the apple
]]></description>
			<content:encoded><![CDATA[<p>Visit <a href="http://www.google.com">google</a> today and see an animated logo of a falling apple<br />
<a href="http://www.google.com"><br />
<img src="http://itlivewire.com/devblog/wp-content/uploads/2010/01/newton10-tree.jpg" alt="newton10-tree" title="newton10-tree" width="384" height="138" class="alignnone size-full wp-image-280" /></a><br />
<a href="http://www.google.com">http://www.google.com</a></p>
<p><strong>Newton</strong> himself often told the story that he was inspired to formulate his theory of gravitation by watching the fall of an apple from a tree.<br />
<strong>Cartoons</strong> have gone further to suggest the apple actually hit Newton&#8217;s head.</p>
<p>GRAVITY&#8230;&#8230;&#8230; and there goes the apple</p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2010/01/04/google-celebrates-greets-newton%e2%80%99s-happy-birthday-animated-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>looking for an icon?</title>
		<link>http://itlivewire.com/devblog/2009/12/15/looking-for-an-icon/</link>
		<comments>http://itlivewire.com/devblog/2009/12/15/looking-for-an-icon/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:05:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[icon]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/2009/12/15/looking-for-an-icon/</guid>
		<description><![CDATA[
You&#8217;re busy coding finishing your web app, you need to put a santa icon or coffecup icon , though google might help save you&#8217;re search time.
Youre hoping there is website out there with enough icon archive ready for download and use.
www.iconarchive.com is the answer
From their website:
The Icon Archive is a categorized collection of high quality [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iconarchive.com/images/logo/logo.gif" alt="" /><br />
<strong>You&#8217;re busy coding finishing your web app</strong>, you need to put a <strong>santa icon</strong> or <strong>coffecup icon </strong>, though google might help save you&#8217;re search time.<br />
Youre hoping there is <strong>website out there</strong> with enough <strong>icon archive ready for download and use.</strong></p>
<p><a href="http://www.iconarchive.com">www.iconarchive.com</a> is the answer</p>
<p><strong>From their website:</strong><br />
The Icon Archive is a categorized collection of high quality desktop &#038; web icon sets. We currently host over<br />
27,300 icons in 971 sets from 226 icon authors. Icons can be used for Windows (XP, Vista, etc.), Macintosh (OSX, OS) and Linux (as PNG Files). Copyright of icons belong to original authors. Public usage license can be found on each icon set page. </p>
<p><img src="http://www.iconarchive.com/icons/icons-land/vista-hardware-devices/icons.jpg" alt="" /><br />
<strong>What impressed me with the site</strong><br />
&#8211; quick find on icons.<br />
&#8211; rare icons like (ex. giraffe or toaster). is available<br />
&#8211; They have apps icons, icons we see usually on apps (save,add,delete update,trash bin).<br />
&#8211; quick download, right click save, you&#8217;re done, copyright applies read copyright first.<br />
&#8211; FILE FORMAT is only at png some have .ico but most of the time I will need a transparent png for my web app buttons or tool bars</p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/12/15/looking-for-an-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>recommended syntax highlighter wordpress plugin</title>
		<link>http://itlivewire.com/devblog/2009/12/15/recommended-syntax-highlighter-wordpress-plugin/</link>
		<comments>http://itlivewire.com/devblog/2009/12/15/recommended-syntax-highlighter-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:09:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/2009/12/15/recommended-syntax-highlighter-wordpress-plugin/</guid>
		<description><![CDATA[syntaxhighlighter by Alex Gorbatchev.
clean
simple
and easy to use,
install it then you&#8217;re of to go
what i like the most are the color themes
Here is an example:
&#60;?php
$os = array(&#34;Mac&#34;, &#34;NT&#34;, &#34;Irix&#34;, &#34;Linux&#34;);
if (in_array(&#34;Irix&#34;, $os)) {
    echo &#34;Got Irix&#34;;
}
if (in_array(&#34;mac&#34;, $os)) {
    echo &#34;Got mac&#34;;
}
?&#62;

Download at wordpress.com:
http://wordpress.org/extend/plugins/syntaxhighlighter/
]]></description>
			<content:encoded><![CDATA[<p><strong>syntaxhighlighter by <a href="http://alexgorbatchev.com/">Alex Gorbatchev</a>.</strong><br />
clean<br />
simple<br />
and easy to use,<br />
install it then you&#8217;re of to go<br />
what i like the most are the color themes</p>
<p>Here is an example:</p>
<pre class="brush: php;">&lt;?php
$os = array(&quot;Mac&quot;, &quot;NT&quot;, &quot;Irix&quot;, &quot;Linux&quot;);
if (in_array(&quot;Irix&quot;, $os)) {
    echo &quot;Got Irix&quot;;
}
if (in_array(&quot;mac&quot;, $os)) {
    echo &quot;Got mac&quot;;
}
?&gt;
</pre>
<p>Download at wordpress.com:<strong><br />
<a href="http://wordpress.org/extend/plugins/syntaxhighlighter/">http://wordpress.org/extend/plugins/syntaxhighlighter/</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/12/15/recommended-syntax-highlighter-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl CGI 500 Internal Server Error</title>
		<link>http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/</link>
		<comments>http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:06:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/</guid>
		<description><![CDATA[Perl cgi are errors are diplayed like this
&#8220;500 Internal Server Error&#8221; 
It&#8217;s not useful, in tracing the your problem
Here are some points that may help you resolve the issue.
Try ASCII mode
Perl scripts are ASCII files when tranferings files from dev machine to server use ASCII mode 
Change File Permissions
chmod all .pl and .cgi files
chmod +x [...]]]></description>
			<content:encoded><![CDATA[<p>Perl cgi are errors are diplayed like this<br />
<strong>&#8220;500 Internal Server Error&#8221; </strong><br />
It&#8217;s not useful, in tracing the your problem</p>
<p>Here are some points that may help you resolve the issue.</p>
<p><strong>Try ASCII mode</strong><br />
Perl scripts are ASCII files when tranferings files from dev machine to server use ASCII mode </p>
<p><strong>Change File Permissions</strong><br />
chmod all .pl and .cgi files</p>
<p><code>chmod +x *.cgi<br />
chmod +x *.pl</code></p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/12/04/perl-cgi-500-internal-server-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simply-buttons-v2 web buttons</title>
		<link>http://itlivewire.com/devblog/2009/11/17/simply-buttons-v2-web-buttons/</link>
		<comments>http://itlivewire.com/devblog/2009/11/17/simply-buttons-v2-web-buttons/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/?p=185</guid>
		<description><![CDATA[
So Easy to use on your web apps
You can customize the css,colors
Lightsize,clean code
Compatible with ie6,ie7,ie8,firefox, safari and chrome
Web 2.0 style buttons
http://www.p51labs.com/simply-buttons-v2/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.p51labs.com/simply-buttons-v2/"><img src="http://www.webappers.com/img/2009/11/buttons-2.jpg" alt="" /></a></p>
<p>So Easy to use on your web apps<br />
You can customize the css,colors<br />
Lightsize,clean code<br />
Compatible with ie6,ie7,ie8,firefox, safari and chrome<br />
Web 2.0 style buttons<br />
<a href="http://www.p51labs.com/simply-buttons-v2/">http://www.p51labs.com/simply-buttons-v2/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/11/17/simply-buttons-v2-web-buttons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Donâ€™t do everything that is possible only what is necessary</title>
		<link>http://itlivewire.com/devblog/2009/11/06/don%e2%80%99t-do-everything/</link>
		<comments>http://itlivewire.com/devblog/2009/11/06/don%e2%80%99t-do-everything/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 08:22:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/?p=175</guid>
		<description><![CDATA[Donâ€™t do everything that is possible only what is necessary
]]></description>
			<content:encoded><![CDATA[<p>Donâ€™t do everything that is possible only what is necessary</p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/11/06/don%e2%80%99t-do-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now available for download Karmic Koala</title>
		<link>http://itlivewire.com/devblog/2009/11/02/now-available-for-download-karmic-koala/</link>
		<comments>http://itlivewire.com/devblog/2009/11/02/now-available-for-download-karmic-koala/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:25:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/?p=167</guid>
		<description><![CDATA[
Karmic Koala ubuntu 9.10
http://www.ubuntu.com/GetUbuntu/download
The release names continues from Jaunty Jakalope to Karmic Koala&#8230; next stop is L****** L******
]]></description>
			<content:encoded><![CDATA[<p><img src="http://t3.gstatic.com/images?q=tbn:_g1jMtKN8Cy-nM:http://www.camelotbears.com/images/koala_baby_pic.jpg" alt="" /></p>
<p><strong>Karmic Koala</strong> ubuntu 9.10</p>
<p><a href="http://www.ubuntu.com/GetUbuntu/download">http://www.ubuntu.com/GetUbuntu/download</a></p>
<p>The release names continues from Jaunty Jakalope to Karmic Koala&#8230; next stop is L****** L******</p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2009/11/02/now-available-for-download-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
