<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>WebMaster View</title>
<link>http://www.webmasterview.com/weblog/</link>
<description>Weblog on Web development, Blogging and Technology...</description>
<language>en</language>
<copyright>Copyright 2007</copyright>
<lastBuildDate>Sun, 10 Jun 2007 23:33:05 +0530</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.2</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Development Server on Ubuntu Desktop</title>
<description><![CDATA[<img alt="Ubuntu" title="Ubuntu logo" src="http://www.webmasterview.com/images/server_side/ubuntu-logo.png" class="illus2" />

<p>Last month,I did a clean <a href='http://syam-kumar.blogspot.com/2007/05/installing-ubuntu-704-feisty-fawn.html'>install of Ubuntu Feisty Fawn</a> on my home computer removing the "dapper drake". But it is only now, I got a chance to sit down and install all necessary packages to set up my development server again.</p>

<p>With Dapper Drake, I had to use alien to convert MySQL5 rpm to .deb, because there was no version 5 in the repositories. Anyway, Feisty has all newest versions of software.</p>

<p>This is what I did for setting up my development server:</p>]]><![CDATA[<p>For installing <strong>MySQL server</strong> I ran the command: <kbd>sudo apt-get install mysql-server</kbd>. Then I installed the following: </p>

<p><strong>MySQL Administrator</strong>: It is a Graphical User Interface  for administrating MySQL: <kbd>sudo apt-get install mysql-admin</kbd></p>

<p><strong>MySQL Query Browser</strong> is a GUI for managing databases: <kbd>sudo apt-get install mysql-query-browser</kbd></p>

<p><strong>Apache</strong>: <kbd>sudo apt-get install apache2</kbd></p>

<p><strong>Apache Manual</strong>: <kbd>sudo apt-get install apache2-doc</kbd></p>

<p><strong>PHP</strong>: <kbd>sudo apt-get install php5</kbd></p>

<p><strong>PHP module for Apache</strong>: <kbd>sudo apt-get install libapache2-mod-php5</kbd></p>

<h3>Enabling public_html directories for users</h3>
<p>Well, I am the only user in my computer. But I can create and edit files without running sudo if I have a public_html directory at my home. <kbd>sudo a2enmod userdir</kbd>. I then <a href='#restart'>restarted Apache</a> and created a 'public_html' directory in my home. Now I can access it with <samp>http://localhost/~username/</samp>.</p>

<h3>Enable mod_rewrite</h3>
<ol>
<li><kbd>sudo a2enmod rewrite</kbd>.</li>
<li>Edit Apache configuration: <kbd>sudo gedit  /etc/apache2/sites-available/default</kbd></li>
<li>Change line 12: “AllowOverride none” to “AllowOverride all”</li>
<li>save and close</li>
<li>Restart Apache</li>
</ol>

<p>(Thanks to <a href='http://www.huanix.com/2007/04/18/mod_rewrite-for-apache2-in-ubuntu-feisty-fawn-704/'>mod_rewrite for Apache2 in Ubuntu Feisty Fawn 7.04</a>)</p>

<h3 id='restart'>How to restart Apache?</h3>
<p><kbd>sudo /etc/init.d/apache2 force-reload</kbd>.</p>

<h3>Todo:</h3>
<ol>
<li>Install <a href='http://www.tatanka.com.br/ies4linux/page/Main_Page'>IEs4Linux</a>.</li>
<li>Install <a href='http://www.opera.com/'>Opera</a>.</li>
<li>Install <a href='http://www.activestate.com/products/komodo_edit/'>Komodo Edit</a>.</li>
<li>Install gftp.</li>
</ol>]]></description>
<link>http://www.webmasterview.com/server_side/development_server_on_ubuntu_desktop</link>
<guid>http://www.webmasterview.com/server_side/development_server_on_ubuntu_desktop</guid>
<category>Server side</category>
<pubDate>Sun, 10 Jun 2007 23:33:05 +0530</pubDate>
</item>
<item>
<title>Web Design Survey</title>
<description><![CDATA[<p>I took the survey.</p>
<p><a href="http://alistapart.com/articles/webdesignsurvey"><img src="http://www.webmasterview.com/images/design/i-took-the-2007-survey.gif" alt='The Web Design Survey 2007' /></a></p>]]></description>
<link>http://www.webmasterview.com/design/web_design_survey</link>
<guid>http://www.webmasterview.com/design/web_design_survey</guid>
<category>Design</category>
<pubDate>Thu, 26 Apr 2007 19:31:09 +0530</pubDate>
</item>
<item>
<title>Helvetica</title>
<description><![CDATA[<p><img alt="Helvetica" title="Helvetica" src="http://www.webmasterview.com/images/design/Helvetica.png" class="illus2" />Helvetica, which has been called the official typeface of the 20th century, is celebrating its 50th birthday this year.</p>

<p>(Via <a title="Salon: Helvetica" href="http://salon.blogspot.com/2007/04/helvetica.html">Clement Pananchikal</a>)</p>]]><![CDATA[<p><strong>From Wikipedia</strong>: Helvetica was created by Miedinger with Eduard Hoffmann at the Haas’sche Schriftgießerei (Haas type foundry) of Münchenstein, Switzerland. Originally called Neue Haas Grotesk, the typeface's name was changed by Haas' German parent company Stempel in 1960 to Helvetica — derived from Helvetia, the Latin name for Switzerland — in order to make it more marketable internationally.</p>

<object type="application/x-shockwave-flash"
data="http://www.youtube.com/v/TTUGhsNk6bk" 
width="425" height="350">
<param name="movie" 
value="http://www.youtube.com/v/TTUGhsNk6bk" />
</object>

<h3>Related Links: </h3>
<ul>
<li><a href="http://www.helveticafilm.com/">Helvetica: The movie</a></li>
<li><a href="http://www.ms-studio.com/articlesarialsid.html">Distinguishing Helvetica from Arial</a></li>
<li><a href="http://en.wikipedia.org/wiki/Helvetica">Wikipedia: Helvetica</a></li>
</ul>]]></description>
<link>http://www.webmasterview.com/design/helvetica</link>
<guid>http://www.webmasterview.com/design/helvetica</guid>
<category>Design</category>
<pubDate>Sun, 22 Apr 2007 21:04:38 +0530</pubDate>
</item>
<item>
<title>FizzBuzz</title>
<description><![CDATA[<p><a href="http://tickletux.wordpress.com/" title="Imran On Tech">Imran</a> says:</p>
<blockquote title="Imran On Tech" cite="http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/">
<p>An example of a Fizz-Buzz question is the following:</p>

<blockquote><p>Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.</p></blockquote>

<p>Most good programmers should be able to write out on paper a program which does this in a under a couple of minutes.</p>

<p>Want to know something scary ? - the majority of comp sci graduates can’t. I’ve also seen self-proclaimed senior programmers take more than 10-15 minutes to write a solution.</p>

<p>I’m not saying these people can’t write good code, but to do so they’ll take a lot longer to ship it. And in a business environment that’s exactly what you don’t want.</p>

<p>This sort of question won’t identify great programmers, but it will identify the weak ones. And that’s definitely a step in the right direction.</p>
</blockquote>

<p>Link: <a href="http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/">Using FizzBuzz to Find Developers who Grok Coding - Imran On Tech</a></p>]]><![CDATA[<p>My try: ;-)</p>
<pre><code>
&lt;?php
for($i =1; $i &lt; 101; $i++)
{
	if($i % 3 == 0) print "Fizz";
	if($i % 5 == 0) print "Buzz";
	if($i % 3 != 0 &amp;&amp; $i % 5 != 0) print $i;	
	print "&lt;br /&gt;";
}
?&gt;
</code></pre>]]></description>
<link>http://www.webmasterview.com/programming/fizzbuzz</link>
<guid>http://www.webmasterview.com/programming/fizzbuzz</guid>
<category>Programming</category>
<pubDate>Fri, 06 Apr 2007 23:33:47 +0530</pubDate>
</item>
<item>
<title>April Fool&apos;s Day 2007</title>
<description><![CDATA[<ul>
<li>Free Broadband from google: <a href="http://www.google.com/tisp/install.html">Google TiSP (BETA)</a>.</li>
<li> Now in Gmail, you can request a physical copy of any message with the click of a button: <a href="http://mail.google.com/mail/help/paper/">Gmail Paper</a>.</li>
<li>The Ültimate Firefox extension: <a href="http://customsoftwareconsult.com/extensions/uberware/uberware.html">Überware Trio 1.0 AF</a>.</li>
</ul>
<p>Related: <a href="http://www.webmasterview.com/humour/april_fools_day_2006" title="April Fool's Day 2006">Last year's April Fool jokes</a></p>]]></description>
<link>http://www.webmasterview.com/humour/april_fools_day_2007</link>
<guid>http://www.webmasterview.com/humour/april_fools_day_2007</guid>
<category>Humour</category>
<pubDate>Sun, 01 Apr 2007 17:43:03 +0530</pubDate>
</item>
<item>
<title>A Better Online Calendar?</title>
<description><![CDATA[<p><a href="http://iscrybe.com/main/index.php">Scrybe</a>: Got this link from <a href="http://groups.google.com/group/google-calendar-help-misc/browse_thread/thread/ec8e48d2e4d435">a thread in Google Calendar Group</a></p>]]><![CDATA[<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/1u3ekzwnYxw" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/1u3ekzwnYxw" /></object>]]></description>
<link>http://www.webmasterview.com/tools/a_better_online_calendar</link>
<guid>http://www.webmasterview.com/tools/a_better_online_calendar</guid>
<category>Tools</category>
<pubDate>Thu, 08 Mar 2007 11:09:46 +0530</pubDate>
</item>
<item>
<title>Yahoo! plagiarises content</title>
<description><![CDATA[<p>Yahoo! India launched beta version of <a href="http://in.malayalam.yahoo.com/index.htm" title="Yahoo! India's Malayalam portal">their Malayalam portal</a> with content stolen from Malayalam blogs. See the following links:</p>]]><![CDATA[<ul>
<li><a href="http://kariveppila.blogspot.com/2007/02/content-theft.html">Content theft</a></li>
<li><a href="http://puzhablogger.blogspot.com/2007/02/blog-post.html" xml:lang="ml">യാഹു മലയാളത്തില്‍; കൃതികള്‍ കുറച്ച് കട്ടതും</a></li>
<li><a href="http://myinjimanga.blogspot.com/2007/02/yahoo-india-and-content-theft.html">Yahoo India and content theft</a></li>
<li><a href="http://myinjimanga.blogspot.com/2007/02/yahoo-plagiarizes-contents-and-blames.html">Yahoo! plagiarizes contents and blames it on subcontractors</a></li>
<li><a href="http://jugalbandi.info/2007/02/dear-yahoo/">Dear Yahoo!</a></li>
<li><a href="http://myinjimanga.blogspot.com/2007/02/bloggers-protest-event-against-yahoo.html">Bloggers Protest Event against Yahoo! India - March 5th 2007</a></li>
</ul>]]></description>
<link>http://www.webmasterview.com/blogging/yahoo_plagiarises_content</link>
<guid>http://www.webmasterview.com/blogging/yahoo_plagiarises_content</guid>
<category>Blogging</category>
<pubDate>Tue, 20 Feb 2007 14:37:23 +0530</pubDate>
</item>
<item>
<title>Blogumentary</title>
<description><![CDATA[<object type="application/x-shockwave-flash"
data="http://video.google.com/googleplayer.swf?docId=-8920472176280937346" 
width="400" height="326">
<param name="movie" 
value="http://video.google.com/googleplayer.swf?docId=-8920472176280937346" />
</object>
<p><a href="http://blogumentary.org/">blogumentary</a></p>	
]]></description>
<link>http://www.webmasterview.com/blogging/blogumentary</link>
<guid>http://www.webmasterview.com/blogging/blogumentary</guid>
<category>Blogging</category>
<pubDate>Sun, 18 Feb 2007 20:55:08 +0530</pubDate>
</item>
<item>
<title>Mrs. WordPress!</title>
<description><![CDATA[<p>"<a href="http://mrswordpress.com/">Mrs. WordPress</a>" <a href="http://learning.wordpress.com/2007/01/01/hello-world/#comment-2">posted this comment</a> under <a href="http://learning.wordpress.com/2007/01/01/hello-world/#comment-1">Mr. WordPress's comment</a> on my <a href="http://learning.wordpress.com">Learning WordPress</a> blog:</p>
<blockquote>
<p>So here you are…enough is enough, come home already.</p>
<p>Can someone please tell Mr. Wordpress to go home to his wife and child??? All this commenting around the internet is getting a tad bit juvenile, don’t you think?</p>
</blockquote>]]></description>
<link>http://www.webmasterview.com/humour/mrs_wordpress</link>
<guid>http://www.webmasterview.com/humour/mrs_wordpress</guid>
<category>Humour</category>
<pubDate>Sat, 17 Feb 2007 13:42:28 +0530</pubDate>
</item>
<item>
<title>Make a Google Toolbar button</title>
<description><![CDATA[<p><a href="http://www.google.com/tools/firefox/toolbar/FT3/intl/en/index.html">Google Toolbar 3</a> is now available for firefox.</p>

<p>One of the new features it has is custom buttons. You can make search buttons for your sites. You can also add your site feed into this button.</p>

<p>Try it right now: <a href="http://toolbar.google.com/buttons/add?url=http://www.webmasterview.com/weblog/gtoolbar_button.xml">Add WebMaster View to your Google Toolbar</a>.</p>]]><![CDATA[<h3>How to make a Google Toolbar Button</h3>
<h4>Follow these steps:</h4>
<ol>
<li>Install Google Toolbar.</li>
<li>Go to your site and right-click on your site's search box, select <samp>Generate Custom Search...</samp> and click <samp>Add</samp>.</li>
<li>Now the button is added to your toolbar. If your site has a favicon, it is used as the button's icon. Now go to the options (click the down arrow at the right hand side of the toolbar), click <samp>Buttons</samp>, select your toolbar, click <samp>edit</samp> and click the <samp>advanced editor</samp>.</li>
<li>Add <code>&lt;feed refresh-interval="1800"&gt;http://path/to/your/feed&lt;/feed&gt;</code> inside <code>&lt;button&gt;</code><code>&lt;/button&gt;</code>.</li>
<li>Edit description. description appears as button tooltip in the Toolbar.</li>
<li>Select all code and copy to the clipboard.</li>
<li>Click <samp>Save to Google Toolbar...</samp></li>
<li>Test your toolbar button.</li>
<li>Create an xml file in your site with the copied data.</li>
<li>Add a link to it in your homepage in this format: <code>http://toolbar.google.com/buttons/add?url=http://url/of/your/button.xml</code></li>
<li>Click the link and make sure the button works properly.</li>
<li><a href="http://www.google.com/support/toolbar/bin/request.py?contact_type=button">Add your button to
the Gallery</a>.</li>
</ol>

<h4>Related:</h4>
<ul>
<li><a href="http://toolbar.google.com/buttons/apis/started.html">Getting Started with the Google Toolbar API</a></li>
<li><a href="http://toolbar.google.com/buttons/apis/howto_guide.html" title="Guide to Making Custom Buttons for Google Toolbar">Full Documentation</a></li>
</ul>]]></description>
<link>http://www.webmasterview.com/tools/make_a_google_toolbar_button</link>
<guid>http://www.webmasterview.com/tools/make_a_google_toolbar_button</guid>
<category>Tools</category>
<pubDate>Wed, 14 Feb 2007 17:55:29 +0530</pubDate>
</item>
<item>
<title>Google&apos;s backlink checker</title>
<description><![CDATA[<p>Want to find who links to your site? <a href="http://googlewebmastercentral.blogspot.com/2007/02/discover-your-links.html" title="Official Google Webmaster Central Blog">Google says</a>:</p>

<blockquote cite="http://googlewebmastercentral.blogspot.com/2007/02/discover-your-links.html" title="Official Google Webmaster Central Blog"><p>Now you can use <a href="https://www.google.com/webmasters/tools" title="Google Webmaster Tools">webmaster tools</a> to view a much larger sample of links to pages on your site that we found on the web. Unlike the <kbd>link:</kbd> operator, this data is much more comprehensive and can be classified, filtered, and downloaded.</p></blockquote>
]]><![CDATA[<p>Also see <a title="Official Google Blog" href="http://googleblog.blogspot.com/2007/02/who-links-to-your-site.html">Google blog</a>.</p>

<p>WebMaster View has 423 external and 3493 internal backlinks.</p>]]></description>
<link>http://www.webmasterview.com/tools/googles_backlink_checker</link>
<guid>http://www.webmasterview.com/tools/googles_backlink_checker</guid>
<category>Tools</category>
<pubDate>Tue, 06 Feb 2007 17:09:57 +0530</pubDate>
</item>
<item>
<title>Why Do You Blog?</title>
<description><![CDATA[<p><a href="http://www.whydoyoublog.com/survey">The Survey: Why Do You Blog?</a></p>

]]></description>
<link>http://www.webmasterview.com/blogging/why_do_you_blog</link>
<guid>http://www.webmasterview.com/blogging/why_do_you_blog</guid>
<category>Blogging</category>
<pubDate>Thu, 25 Jan 2007 20:46:17 +0530</pubDate>
</item>
<item>
<title>WordPress Music Video</title>
<description><![CDATA[<p><a title="Devin Reams.com - It’s Called WordPress" href="http://devinreams.com/2007/01/14/its-called-wordpress/">Devin Reams.com - It’s Called WordPress</a></p>
]]><![CDATA[<blockquote cite="http://devinreams.com/2007/01/14/its-called-wordpress/" title="Devin Reams.com - It’s Called WordPress">
<pre>
It’s called WordPress
It’s my CMS
It’s the best thing to hit the web since porn
The code is open, the source is free
It’s available for people, just like you and me</pre>
</blockquote>]]></description>
<link>http://www.webmasterview.com/humour/wordpress_music_video</link>
<guid>http://www.webmasterview.com/humour/wordpress_music_video</guid>
<category>Humour</category>
<pubDate>Thu, 18 Jan 2007 17:56:16 +0530</pubDate>
</item>
<item>
<title>Practice Safe Browsing</title>
<description><![CDATA[<a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=278&amp;t=215"><img alt="Firefox Safe Browsing Ad" src="http://www.webmasterview.com/images/humour/safe_browsing.jpg"  /></a>
]]></description>
<link>http://www.webmasterview.com/humour/practice_safe_browsing</link>
<guid>http://www.webmasterview.com/humour/practice_safe_browsing</guid>
<category>Humour</category>
<pubDate>Thu, 07 Dec 2006 13:41:18 +0530</pubDate>
</item>
<item>
<title>Firefox 2</title>
<description><![CDATA[<div><a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=278&amp;t=215"><img alt="Firefox 2" title="Firefox 2" src="http://www.webmasterview.com/images/browsers/firefox-spread-btn-4.png" class="illus2" /></a>

<p>Firefox 2 (Bon Echo) is released.</p>

<p>According to <a href='http://ffextensionguru.wordpress.com/2006/10/22/upgrading-to-firefox-2/' title="Upgrading to Firefox 2">Firefox Extension Guru</a>, <q>you can not go directly from Firefox 1.5.0.7 to Firefox 2 via auto-update</q>.</p>

<p>So, <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=278&amp;t=215">Download Firefox 2 Now!</a></p>
</div>]]><![CDATA[<div>
<blockquote cite="http://www.pcworld.com/article/id,127309-page,6-c,browsers/article.html"><p>Of the two rivals, Firefox remains the better application. Since IE users will have to adjust to a new layout and interface anyway, this might be a good time to give Firefox a try, then watch IE 8 play catch-up again in five years.</p>
</blockquote>
<cite class="cite"><a href="http://www.pcworld.com/article/id,127309-page,6-c,browsers/article.html">PC World Review</a></cite>
</div>]]></description>
<link>http://www.webmasterview.com/browsers/firefox_2</link>
<guid>http://www.webmasterview.com/browsers/firefox_2</guid>
<category>Browsers</category>
<pubDate>Wed, 25 Oct 2006 15:00:45 +0530</pubDate>
</item>


</channel>
</rss>