<?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>FarhanFaisal &#187; Technical resources</title>
	<atom:link href="http://www.farhanfaisal.com/topics/technical-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farhanfaisal.com</link>
	<description>Sys admin, rock climber and internet junky diary</description>
	<lastBuildDate>Wed, 25 Aug 2010 18:15:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Network monitoring with cacti &#8211; snmpd.conf</title>
		<link>http://www.farhanfaisal.com/2009/04/snmp-with-cacti/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=snmp-with-cacti</link>
		<comments>http://www.farhanfaisal.com/2009/04/snmp-with-cacti/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 11:14:25 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/?p=191</guid>
		<description><![CDATA[Network monitoring plays an important aspect in a system admin life. You will be managing some servers, and you might have problem taking care of their respective &#8216;health&#8217;, making sure its serving fine and performing best of it. There are some monitoring tool, for example, mrtg, nagios, cacti. For our setup, we are utilizing cacti, [...]]]></description>
			<content:encoded><![CDATA[<p>Network monitoring plays an important aspect in a system admin life. You will be managing some servers, and you might have problem taking care of their respective &#8216;health&#8217;, making sure its serving fine and performing best of it. There are some monitoring tool, for example, <a href="http://oss.oetiker.ch/mrtg/">mrtg</a>, <a href="http://www.nagios.org/">nagios</a>, <a href="http://www.cacti.net/">cacti</a>. </p>
<p>For our setup, we are utilizing cacti, a web-based host monitoring tool, that can monitor hosts through snmp. Its a php tool, and customizable. Its powerful enough to give you what you want, just the matter of configuration. The first thing, you have to make sure every host you want to monitor is snmp enabled.<br />
<center><img src="http://www.farhanfaisal.com/wp-content/uploads/2009/04/cacti-login.jpg" alt="Cacti login page" /></center><br />
SNMP stands for &#8220;Simple Network Management Protocol&#8221;, can be harmful if not configured properly. It can reveal you private information of the host. I will just put a simple snmpd.conf configuration file, that will have enough privilege control on host and community string.<br />
<code></p>
<p>com2sec local     localhost       YOUR_COMMUNITY_STRING<br />
com2sec mynetwork 202.190.123.144/28      YOUR_COMMUNITY_STRING</p>
<p>group MyRWGroup v1         local<br />
group MyRWGroup v2c        local<br />
group MyRWGroup usm        local<br />
group MyROGroup v1         mynetwork<br />
group MyROGroup v2c        mynetwork<br />
group MyROGroup usm        mynetwork</p>
<p>view all    included  .1                               80</p>
<p>access MyROGroup ""      any       noauth    exact  all    all   none<br />
access MyRWGroup ""      any       noauth    exact  all    all    none</p>
<p>syslocation YOUR_LOCATION<br />
syscontact YOUR_EMAIL<br />
sysname SYSNAME<br />
</code></p>
<p>You can verify that your snmpd daemon is responding to snmp request using snmpwalk.  For snmp version 1, you can use,<br />
<code>snmpwalk -v 1 -c YOUR_COMMUNITY_STRING 127.0.0.1 </code><br />
For snmp version 2,<br />
<code>snmpwalk -v 2c -c YOUR_COMMUNITY_STRING 127.0.0.1 </code></p>
<p>This configuration is for the end host you want to monitor. In Cacti, you will need to add the community string, and the IP of the host you want to monitor. Then, cacti will start polling information from these hosts through SNMP with the credential given. </p>
<p><center><img src="http://www.farhanfaisal.com/wp-content/uploads/2009/04/cacti.jpg" alt="Cacti Graph" /></center><br />
Cacti &#8211; <a href="http://www.cacti.net/">http://www.cacti.net/</a><br />
Nagios &#8211; <a href="http://www.nagios.org">http://www.nagios.org</a><br />
MRTG &#8211; <a href="http://oss.oetiker.ch/mrtg">http://oss.oetiker.ch/mrtg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2009/04/snmp-with-cacti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Google Apps on your own domain.</title>
		<link>http://www.farhanfaisal.com/2009/01/use-google-apps-on-your-own-domain/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=use-google-apps-on-your-own-domain</link>
		<comments>http://www.farhanfaisal.com/2009/01/use-google-apps-on-your-own-domain/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 10:51:02 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/?p=98</guid>
		<description><![CDATA[As google have introduced to their google apps to all users for free, I think a simple guide on how to utilize the free service to our optimum use.. This should be a reference for me myself, and other who would see this useful. For me, I would just want to use google mail, as [...]]]></description>
			<content:encoded><![CDATA[<p>As google have introduced to their google apps to all users for free, I think a simple guide on how to utilize the free service to our optimum use.. This should be a reference for me myself, and other who would see this useful. </p>
<p>For me, I would just want to use google mail, as inside google apps package. Google mail really a good thing we have in the internet world nowadays, as the email interface, emailing experience is different, and really useful. Just a few cons like no folder management. But you can still use labelling to categorize your email.</p>
<p>There are 2 ways you can use google mail on your own domain. Either registering for google apps at http://www.google.com/a/ or using your current gmail email account.</p>
<p><b>Using google apps. </b></p>
<p>Go to <a href="http://www.google.com/a/">http://www.google.com/a/</a>, and register for google apps account with your domain name. With google apps, you can have google docs, google chat, google site, calendar and a few more. But this example, google site will be ignored, as I&#8217;m using my current hosting account for site, I&#8217;m just using Google Mail in my google apps. </p>
<p><center><a href="http://www.google.com/a/cpanel/domain/new" target="_blank"><img width="530" src="http://www.farhanfaisal.com/wp-content/uploads/2009/02/gapps.JPG" alt="Register for your domain name" /></a></center></p>
<p>After the registration process, you will have to verify domain ownership. You can choose either 1 of 2 method, either configuring your MX record, your html verification. I think HTML verification will be easier, as you can simply create the file, with specific filename and content provided by Google, on your hosting account, and Google with check the file later. </p>
<p>After your google apps have been created, you need to modify your DNS record of your domain, specifically your MX record to tell where emails of your domain to be sent to. Please check it here, <a href="http://www.google.com/support/a/bin/answer.py?hl=en&#038;answer=33352" target="_blank">http://www.google.com/support/a/bin/answer.py?hl=en&#038;answer=33352</a>. You can just refer below, the list of MX record to be changed. </p>
<p><code><strong>MX Server address	Priority</strong><br />
ASPMX.L.GOOGLE.COM.	10<br />
ALT1.ASPMX.L.GOOGLE.COM.	20<br />
ALT2.ASPMX.L.GOOGLE.COM.	20<br />
ASPMX2.GOOGLEMAIL.COM.	30<br />
ASPMX3.GOOGLEMAIL.COM.	30<br />
ASPMX4.GOOGLEMAIL.COM.	30<br />
ASPMX5.GOOGLEMAIL.COM.	30<br />
</code></p>
<p>Google also suggest you to add this additional SPF <span id="more-98"></span>(Sender Policy Framework) in your DNS. This is additional record to tell which server is supposed to send email at this domain name. As we are using google apps for our email service, we should tell google server is the only server which suppose to send email @ourdomain.com. </p>
<p><code>"v=spf1 include:aspmx.googlemail.com ~all"</code><br />
<small>* note the ~all, not -all.</small></p>
<p>Once finished, you can wait for the DNS record to propogate, and usable. You can check your MX record changes through DNSStuff.com, from here, <a href="http://www.google.com/support/a/bin/answer.py?answer=116393" target="_blank">http://www.google.com/support/a/bin/answer.py?answer=116393</a></p>
<p><center><a href="http://www.google.com/support/a/bin/answer.py?answer=116393" target="_blank"><img width="530" src="http://www.farhanfaisal.com/wp-content/uploads/2009/02/gapps2.JPG" alt="Check your MX record" /></a></center></p>
<p>You can manage your account using your admin account, and login to your inbox through http://www.google.com/a/yourdomain.com. This is how control panel looks like.<br />
<center><img width="530" src="http://www.farhanfaisal.com/wp-content/uploads/2009/02/gapps3.JPG" alt="Google Apps Control panel" /></center></p>
<p>Start creating email account for your domain users!! <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Using your existing gmail account</strong></p>
<p>This options is only for a specific email account of a domain. For example, you have a email account from your organization, and you dont like the web-based email client. You can use your gmail account to check all your emails to yourname@yourorganization.com in your current Gmail account. </p>
<p>Basically, you will forward all your email that were for <strong>yourname@yourorganization.com</strong> to <strong>YourGmailAccount@gmail.com</strong>. How to do it, it depend on your current email service. You might be able to change in your own web-based email access, or you might need to ask your domain administrator to do it for you. If you manage your domain yourself, please refer to your hosting control panel on how to accomplish this.</p>
<p>In your gmail account, you can go to <strong>Setting</strong> -> <strong>Accounts</strong> and click <strong>Add another email address</strong>. Enter yourname@yourorganization.com and Google will send a confirmation code to yourname@yourorganization.com. You might just need to check your Gmail account inbox, if you have done the email forwarding part. After you have confirmed the code, you can see yourname@yourorganization in your list of accounts, inside your Gmail account.</p>
<p><center><img width="530" src="http://www.farhanfaisal.com/wp-content/uploads/2009/02/gapps4.JPG" alt="Gmail account" /></center></p>
<p>You may want to put your mail in mannerly order, by creating a email filters. Click <strong>Setting </strong>-> <strong>Filters</strong>, and <strong>Create new filter</strong>. You can create filter for all email sent to yourname@yourorganization.com, label it as <strong>MyOrganization</strong>, or skip inbox. You can just click the link to your label, and you will just reading your emails yourname@yourorganization.com.  </p>
<p><a href="http://books.google.com/books?id=c_tSAAAAMAAJ&#038;dq=editions:ISBN076459611X&#038;source=gbs_book_other_versions_r&#038;cad=0_1&#038;pgis=1" target="_blank"><img style="float:left; padding:15px;" src="http://bks8.books.google.com/books?id=c_tSAAAAMAAJ&#038;printsec=titlepage&#038;img=1&#038;zoom=1&#038;sig=ACfU3U1YeZ4xTuPIXdSS5fJuw4O0ZtCJ7A" alt="Hacking Gmail" /><br />
This tips is available in </a><a target="_blank" href="http://books.google.com/books?id=c_tSAAAAMAAJ&#038;dq=editions:ISBN076459611X&#038;source=gbs_book_other_versions_r&#038;cad=0_1&#038;pgis=1">Hacking Gmail </a>by Ben Hammersley. This is a great book if you really rely on Gmail for your daily email. I really think Gmail is the best email service at this time. <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2009/01/use-google-apps-on-your-own-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picasa LigthBox 2 WordPress Plugin</title>
		<link>http://www.farhanfaisal.com/2008/11/picasa-ligthbox-2-wordpress-plugin/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=picasa-ligthbox-2-wordpress-plugin</link>
		<comments>http://www.farhanfaisal.com/2008/11/picasa-ligthbox-2-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 07:58:25 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin picasa album pictures gallery]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/?p=110</guid>
		<description><![CDATA[While figuring out how to manage my pics, and easy insert into my blog post, I found this plugin. Picasa LigthBox 2. This plugin will retrieve our public pictures from picasa gallery, and have an easy interface to include them into our blog post. Besides, it provides a overlay preview to our users, using WordPress [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://lh6.ggpht.com/_Ah8Xmp92kPY/SSElS_nFKcI/AAAAAAAAAVs/eKZUrLuyfcI/add_picasa_photo.jpg?imgmax=400" rel="lightbox[post110]" title="add_picasa_photo.jpg"><img src="http://lh6.ggpht.com/_Ah8Xmp92kPY/SSElS_nFKcI/AAAAAAAAAVs/eKZUrLuyfcI/s144/add_picasa_photo.jpg" alt="add_picasa_photo.jpg" /></a><a href="http://lh5.ggpht.com/_Ah8Xmp92kPY/SSEmjvpdvVI/AAAAAAAAAV4/SikpePR0ZIg/lightbox_preview.jpg?imgmax=400" rel="lightbox[post110]" title="lightbox_preview.jpg"><img src="http://lh5.ggpht.com/_Ah8Xmp92kPY/SSEmjvpdvVI/AAAAAAAAAV4/SikpePR0ZIg/s144/lightbox_preview.jpg" alt="lightbox_preview.jpg" /></a></center></p>
<p>While figuring out how to manage my pics, and easy insert into my blog post, I found this plugin. <a href="http://bogde.ro/computers/picasa-ligthbox-2-preview.htm">Picasa LigthBox 2</a>. This plugin will retrieve our public pictures from picasa gallery, and have an easy interface to include them into our blog post. Besides, it provides a overlay preview to our users, using <a href="http://zeo.unic.net.my/notes/lightbox2-for-wordpress/">WordPress Lightbox Plugin</a>. </p>
<p>Just put the WordPress Lightbox2 plugin into your wp-content/plugins/, activate it in WordPress Admin page. Do the same thing for Picasa Lightbox 2 plugin. Put into your plugin folder and activate it. After that, you can see a small button to add new picasa photo. </p>
<p><a href="http://bogde.ro/computers/picasa-ligthbox-2-preview.htm">http://bogde.ro/computers/picasa-ligthbox-2-preview.htm</a><br />
<a href="http://zeo.unic.net.my/notes/lightbox2-for-wordpress/">http://zeo.unic.net.my/notes/lightbox2-for-wordpress/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2008/11/picasa-ligthbox-2-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iDuino &#8211; Arduino compatible prototyping board</title>
		<link>http://www.farhanfaisal.com/2008/11/iduino-arduino-compatible-prototyping-board/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=iduino-arduino-compatible-prototyping-board</link>
		<comments>http://www.farhanfaisal.com/2008/11/iduino-arduino-compatible-prototyping-board/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 07:28:48 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[iduino]]></category>
		<category><![CDATA[iduino electronic]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/?p=109</guid>
		<description><![CDATA[Hai.. Long time again since my last post. Just updated something, for my own notes, and anyone who an share this. Last few month I have bought a electronic prototyping platform, which contains a mictrocontroller Atmega168. The board I bought was iDuino, a derivative from another electronic platform, that is Arduino. They are open source [...]]]></description>
			<content:encoded><![CDATA[<p><center><br />
<a href="http://lh6.ggpht.com/_Ah8Xmp92kPY/SSEdpWs7SPI/AAAAAAAAAT8/HYD9D8t2Fpk/HPIM0188.jpg?imgmax=400" rel="lightbox[post109]" ><img src="http://lh6.ggpht.com/_Ah8Xmp92kPY/SSEdpWs7SPI/AAAAAAAAAT8/HYD9D8t2Fpk/s144/HPIM0188.jpg" /></a><a href="http://lh6.ggpht.com/_Ah8Xmp92kPY/SSEdqwLh6HI/AAAAAAAAAUE/8jqNJICcnSs/HPIM0189.jpg?imgmax=400" rel="lightbox[post109]"><img src="http://lh6.ggpht.com/_Ah8Xmp92kPY/SSEdqwLh6HI/AAAAAAAAAUE/8jqNJICcnSs/s144/HPIM0189.jpg" alt="HPIM0189.jpg" /></a><a href="http://lh4.ggpht.com/_Ah8Xmp92kPY/SSEdsXNdyHI/AAAAAAAAAUM/3raxt6ivVG4/HPIM0190.jpg?imgmax=400" rel="lightbox[post109]" title="HPIM0190.jpg"><img src="http://lh4.ggpht.com/_Ah8Xmp92kPY/SSEdsXNdyHI/AAAAAAAAAUM/3raxt6ivVG4/s144/HPIM0190.jpg" /></a><br />
</center><br />
Hai.. Long time again since my last post. Just updated something, for my own notes, and anyone who an share this. </p>
<p>Last few month I have bought a electronic prototyping platform, which contains a mictrocontroller Atmega168. The board I bought was iDuino, a derivative from another electronic platform, that is <a href="http://www.arduino.cc">Arduino</a>. They are open source hardware and software platform, where you can customize the microcontroller to do almost anything. But right now, I just can blink the light <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is the iDuino board, a similar version of Arduino Diecimila. I just use the Arduino programming software, Arduino tutorial to start with the board. The only reason I bought iDuino instead of Arduino because its cheaper <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>iDuino is a breadboardable version. So, you can test your own circuit directly on a breadboard. There are a few version of Arduino you can choose from, according to your project need. This iDuino is a good start, and surely I will learn alot from it. It took me almost 4 month to get started, because of busy work. From beginning, i start buying tools, completing my toolbox, and now i have the time to play around with it. </p>
<p>I bought a unsoldered board iDuino, it took me almost one hour to solder them, and test it the other day. The board is connected to PC using USB, utilizing FT232RL, the same as in Arduino. So, I need to install USB Serial Converted driver, provided in Arduino programming software package. Arduino software provided with some sample code, and sample wiring to get started. At first when I try to load up a &#8220;blink&#8221; code, it gives me an error, </p>
<p>[code]avrdude: stk500_getsync(): not in sync: resp=0x00<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51[/code]</p>
<p>I search around, and found the solutions in <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1187909552/15">Arduino forum</a>. i just need to go to Device Manager &#8211;> Ports, there is a USB serial port. At first it was mapped to Port 15. Go to its properties, Port Setting, Advance, change the port number to something below 10. Then change the port in Arduino software to what you have change, through Tools &#8211;> Serial Port. Now I can start the coding and projects. <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There is one guy who already proposing for a sumo challenge, in <a href="http://www.ittutor.net/forums/index.php?showtopic=36590">Ittutor forum</a>. I dont know when I can get involve. I&#8217;m a newbie. huhuh.. Tunggu Bro Rizal, bagi saya blaja dulu <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2008/11/iduino-arduino-compatible-prototyping-board/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2.0 button &#8211; Photoshop tips</title>
		<link>http://www.farhanfaisal.com/2007/11/web-20-button-photoshop-tips/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-20-button-photoshop-tips</link>
		<comments>http://www.farhanfaisal.com/2007/11/web-20-button-photoshop-tips/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 16:49:15 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/index.php/technology/web-20-button-photoshop-tips/</guid>
		<description><![CDATA[I just found a new Photoshop tutorial, Its a simple tutorial, to create a Web 2.0 button for your website. It will look like glossy crystal look, some kinda elegant. The article is available here. The tutorial is simple, showing a few suggestion on blending options that needed to give the glossy look. You will [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src='http://www.farhanfaisal.com/wp-content/uploads/2007/11/square-button-farhanfaisal.jpg' alt='square-button-farhanfaisal.jpg' /></center></p>
<p>I just found a new Photoshop tutorial, Its a simple tutorial, to create a Web 2.0 button for your website. It will look like glossy crystal look, some kinda elegant. The article is available <a href="http://www.xtutorial.info/2007/11/19/13/">here</a>. </p>
<p>The tutorial is simple, showing a few suggestion on blending options that needed to give the glossy look. You will find it very easy <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Eventhough I&#8217;m not really into graphic and multimedia stuff. Huhuhu..</p>
<p><a href="http://www.xtutorial.info/2007/11/19/13/">http://www.xtutorial.info/2007/11/19/13/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2007/11/web-20-button-photoshop-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check your design across different browser</title>
		<link>http://www.farhanfaisal.com/2007/11/check-your-design-across-different-browser/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=check-your-design-across-different-browser</link>
		<comments>http://www.farhanfaisal.com/2007/11/check-your-design-across-different-browser/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 15:17:20 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/index.php/technology/check-your-design-across-different-browser/</guid>
		<description><![CDATA[This is really a companion for web developers, a website that could test your design compatibility for different browser, just from this single website. This will be a time-saver tricks to check your work, and make sure everything will displayed smoothly on your viewers screen. You can test your design for different browser. For Linux [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href='http://www.browsershots.org' title='Check your site for cross browser compatibility'><img src='http://www.farhanfaisal.com/wp-content/uploads/2007/11/browsershot.jpg' alt='browsershot.jpg' /></a></center></p>
<p>This is really a companion for web developers, a website that could test your design compatibility for different browser, just from this single website. This will be a time-saver tricks to check your work, and make sure everything will displayed smoothly on your viewers screen. </p>
<p>You can test your design for different browser. For Linux browser, test it on Epiphany, Firefox, Galeon, Iceweasel, Konqueror and Opera. For Windows, you can test it for Microsoft Internet Explorer, Firefox, Opera and Safari. BrowserShot can also check for Max OS browser, Firefox and Safari.</p>
<p>With a few click, you can know how ready your design to be delivered <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2007/11/check-your-design-across-different-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom login plugin</title>
		<link>http://www.farhanfaisal.com/2007/11/custom-login-plugin/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=custom-login-plugin</link>
		<comments>http://www.farhanfaisal.com/2007/11/custom-login-plugin/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 08:25:21 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/index.php/technical-resources/custom-login-plugin/</guid>
		<description><![CDATA[You might develop a website for your client using WordPress, and want to customize the login page. There are a hacks to modify custom login screen at BinaryMoon, but they also develop a custom login plugin to make your life easier. Just place the plugin into your wp-content/plugins folder, activate, and you already have a [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href='http://www.binarymoon.co.uk/projects/bm-custom-login/' title='custom_login.jpg'><img src='http://www.farhanfaisal.com/wp-content/uploads/2007/11/custom_login.jpg' alt='custom_login.jpg' /></a></center></p>
<p>You might develop a website for your client using WordPress, and want to customize the login page. There are a hacks to modify custom login screen at <a href="http://www.binarymoon.co.uk/2007/07/wordpress-tips-and-tricks-custom-login-page/">BinaryMoon</a>, but they also develop a <a href="http://www.binarymoon.co.uk/projects/bm-custom-login/">custom login plugin</a> to make your life easier. Just place the plugin into your <em>wp-content/plugins</em> folder, activate, and you already have a custom login screen. You can use different background image for the screen, by uploading it to <em>wp-content/plugins/bm-custom-login/images</em> folder. </p>
<p>Custom login plugin &#8211; <a href="http://www.binarymoon.co.uk/projects/bm-custom-login/">http://www.binarymoon.co.uk/projects/bm-custom-login/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2007/11/custom-login-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web-based image editor</title>
		<link>http://www.farhanfaisal.com/2007/11/web-based-image-editor/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-based-image-editor</link>
		<comments>http://www.farhanfaisal.com/2007/11/web-based-image-editor/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 20:31:02 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[image editor]]></category>
		<category><![CDATA[online tools]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/index.php/personal/web-based-image-editor/</guid>
		<description><![CDATA[Once in a while, you might caught at a computer, updating your blog maybe, and you need to edit your pictures. Some would suggest a portable image editor in your pendrive. Another alternative would be online/web-based image editor. One that you could try is rsizr. It will immediately prompt you to open a image file [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href='http://www.farhanfaisal.com/wp-content/uploads/2007/11/flauntr.jpg' title='flauntr.jpg'><img width="450" src='http://www.farhanfaisal.com/wp-content/uploads/2007/11/flauntr.jpg' alt='flauntr.jpg' /></a></center></p>
<p>Once in a while, you might caught at a computer, updating your blog maybe, and you need to edit your pictures. Some would suggest a portable image editor in your pendrive. Another alternative would be online/web-based image editor.</p>
<p>One that you could try is <a href="http://rsizr.com/">rsizr</a>. It will immediately prompt you to open a image file to edit. You can easily resize and crop any image file you uploaded. <a href="http://rsizr.com/">Rsizr</a> use a special technique to keep the quality of the image edited. You may experience image quality loss, blurred text after resize, but not with <a href="http://rsizr.com/">rsizr</a>. I have tried rsizr with 800 x 600 image, it resizes the image from 191kb to 121kb. After editing, the image can be save directly to your computer, or to your <a href="http://www.imageshack.us">ImageShack</a> account.</p>
<p>Another one that you could try is <a href="http://www.flauntr.com/">flauntr</a>. Flauntr have a lot of feature for image editing. Just enough to make you comfortable without Adobe Photoshop. You can change hue/saturation, brightness, resize, crop, and you can also applying effects to your image, for example blur, greyscale or sepia. Give it a try <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Rsizr &#8211; <a href="http://rsizr.com/">http://rsizr.com/</a><br />
Flauntr &#8211; <a href="http://www.flauntr.com/">http://www.flauntr.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2007/11/web-based-image-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create creative photos at BigHugeLabs</title>
		<link>http://www.farhanfaisal.com/2007/11/create-creative-photos-at-bighugelabs/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=create-creative-photos-at-bighugelabs</link>
		<comments>http://www.farhanfaisal.com/2007/11/create-creative-photos-at-bighugelabs/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 18:14:55 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/index.php/personal/create-creative-photos-at-bighugelabs/</guid>
		<description><![CDATA[Just found this cool website, BigHugeLabs. You can create a custom badge, motivation poster, movie poster, calendar, and so much more with your own image. One important feature is, you can use any image of your own, either upload it, or import it directly from you flickr or photobucket account. Its really makes me addicted!! [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href='http://www.otaiwordpress.com/wp-content/uploads/2007/11/motivator-sample-portrait.png' title='motivator-sample-portrait.png'><img src='http://www.otaiwordpress.com/wp-content/uploads/2007/11/motivator-sample-portrait.thumbnail.png' alt='motivator-sample-portrait.png' /></a></center></p>
<p>Just found this cool website, BigHugeLabs. You can create a custom badge, motivation poster, movie poster, calendar, and so much more with your own image. One important feature is, you can use any image of your own, either upload it, or import it directly from you flickr or photobucket account. </p>
<p>Its really makes me addicted!! <img src='http://www.farhanfaisal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>BigHugeLabs &#8211; <a href="http://bighugelabs.com">http://bighugelabs.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2007/11/create-creative-photos-at-bighugelabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail Drive Shell Extension</title>
		<link>http://www.farhanfaisal.com/2007/11/gmail-drive-shell-extension/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gmail-drive-shell-extension</link>
		<comments>http://www.farhanfaisal.com/2007/11/gmail-drive-shell-extension/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 10:17:45 +0000</pubDate>
		<dc:creator>farhan</dc:creator>
				<category><![CDATA[Technical resources]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.farhanfaisal.com/index.php/personal/gmail-drive-shell-extension/</guid>
		<description><![CDATA[Just found this useful tool, once installed, it will create a new drive named &#8220;GMail Drive&#8221;. You can store your files in the drive, that actually store it in your gmail account space. Gmail Drive will actually send an email to yourself, with the files added to Gmail Drive to yourself. Gmail Drive will login [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href='http://www.farhanfaisal.com/wp-content/uploads/2007/11/gmail-login.JPG' title='gmail-login.JPG'><img src='http://www.farhanfaisal.com/wp-content/uploads/2007/11/gmail-login.JPG' alt='gmail-login.JPG' /></a><br />
<a href='http://www.farhanfaisal.com/wp-content/uploads/2007/11/gmail-logging.JPG' title='gmail-logging.JPG'><img src='http://www.farhanfaisal.com/wp-content/uploads/2007/11/gmail-logging.JPG' alt='gmail-logging.JPG' /></a></center></p>
<p>Just found this useful tool, once installed, it will create a new drive named &#8220;GMail Drive&#8221;. You can store your files in the drive, that actually store it in your gmail account space.</p>
<p>Gmail Drive will actually send an email to yourself, with the files added to Gmail Drive to yourself. Gmail Drive will login to your gmail account, and perform search function to sort the files viewed in the drive. You may want to make a filter, for emails with prefix &#8220;GMAILFS&#8221; to moved to your archived mail folder.</p>
<p>Bare in mind, Gmail Drive will break if Google changes its new system. The developer might provides and update with new system. So, dont panic if the tool breaks, and don&#8217;t highly depends on the drive. </p>
<p>GmailFS &#8211; <a href="http://www.viksoe.dk/code/gmail.htm">http://www.viksoe.dk/code/gmail.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.farhanfaisal.com/2007/11/gmail-drive-shell-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
