<?xml version="1.0" encoding="Windows-1252"?>
<rss version="2.0">
    <channel>
        <title>oalexandrino's RSS - en-US</title>
        <link>http://oalexandrino.com/</link>
        <category>Articles e Blogs</category>
        <webMaster>Olavo Alexandrino</webMaster>
        <copyright>Copyright: © 2003-2007, oalexandrino.com, oalexandrino.com website- Recife - PE - Brasil</copyright>
        <description>Here you will find the latest articles and blog's entries from oalexandrino.com website</description>
        <generator>oalexandrino.com (Microsoft C#)</generator>
        <language>en-US</language>
        <image>
            <title>oalexandrino's RSS - en-US</title>
            <url>http://oalexandrino.com/imagens/l_olavo.gif</url>
            <width>217</width>
            <height>42</height>
        </image>
        <item>
            <title>Downgrading Firefox 3 to 2 in Ubuntu 8.04</title>
            <link>http://oalexandrino.com/blog/en-US/27/downgrading-firefox-3-to-2-in-ubuntu-8.04.aspx</link>
            <description>Who already used Ubuntu 8.04 might be realized that it comes with the newest version of Firefox.

It might be useful for somebody, but I had some problems using it because actually it is a beta release. For example, Firefox's Eclipse integration is n ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>7/16/2008 1:20:08 PM</pubDate>
        </item>
        <item>
            <title>no one person is smart enough</title>
            <link>http://oalexandrino.com/blog/en-US/21/no-one-person-is-smart-enough.aspx</link>
            <description>Last week when I went to a library I took, quickly, a look at a book about Leadership.

At first glance it sounded good and made me to spend money to buy it.

Till now, it has been giving me some good ideas about "Leading and Development Team" as its ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>5/3/2008 3:22:49 AM</pubDate>
        </item>
        <item>
            <title>10 SEO tips for your ASP.NET website</title>
            <link>http://oalexandrino.com/blog/en-US/19/10-seo-tips-for-your-asp.net-website.aspx</link>
            <description>By googling I found a good article speaking about some guidelines that should be followed in order to make your web site more accessible  and to be better indexed by Search Engines.

Written by hartertobak who has spending his time speaking about .NE ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>3/31/2008 10:40:53 AM</pubDate>
        </item>
        <item>
            <title>Generic Easy Pagination: Paging DataBase Records with PHP ADOdb</title>
            <link>http://oalexandrino.com/blog/en-US/17/generic-easy-pagination-paging-database-records-with-php-adodb.aspx</link>
            <description>Paging records came from a database is always a task that might take a good time to be completed.

You have to be aware of how you will retrieve the data and also present it in a friendly and intuitive way.

Some time ago, I wrote a class to help thi ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>3/13/2008 11:14:58 AM</pubDate>
        </item>
        <item>
            <title>Improving performance by using JSMin and YSlow</title>
            <link>http://oalexandrino.com/blog/en-US/16/improving-performance-by-using-jsmin-and-yslow.aspx</link>
            <description>Once you've implemented all your JavaScripts files you can define a link in your HTML code in order to let it to be downloaded via browser. This is obvious. 

At first glance you could create many links for each library that you've coded. You should  ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>3/1/2008 10:32:52 AM</pubDate>
        </item>
        <item>
            <title>ASP.NET and Web 2.0</title>
            <link>http://oalexandrino.com/blog/en-US/15/asp.net-and-web-2.0.aspx</link>
            <description>I'm going to reuse a sentence seen in ASP.NET 2.0 CSS Friendly Control Adapters description page in order to show to you what I want:

"ASP.NET is a great technology for building web sites but it would be even better if it provided more flexibility f ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>2/26/2008 1:33:59 AM</pubDate>
        </item>
        <item>
            <title>An open source desktop alternative to Microsoft Project</title>
            <link>http://oalexandrino.com/blog/en-US/13/an-open-source-desktop-alternative-to-microsoft-project.aspx</link>
            <description>Who deals with project management and who wouldn't like to spend any money by buying Microsoft Project has a good alternative.

Few months ago I needed to install Microsoft Project in my work's desktop machine but I didn't have the installation fil ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>2/21/2008 5:12:34 PM</pubDate>
        </item>
        <item>
            <title>20 ways to Secure your Apache Configuration</title>
            <link>http://oalexandrino.com/blog/en-US/11/20-ways-to-secure-your-apache-configuration.aspx</link>
            <description>looking for some informations about Apache's settings, I got happy to find an interesting article to make Apache more secure.

Written by Pete Freitag, those informations might be so useful when you need a better configuration for Apache.


They are  ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>2/7/2008 11:51:15 AM</pubDate>
        </item>
        <item>
            <title>Deploying an ASP.NET 2.0 website without upload all files of the application</title>
            <link>http://oalexandrino.com/blog/en-US/9/deploying-an-asp.net-2.0-website-without-upload-all-files-of-the-application.aspx</link>
            <description>When I was developing this site (actually I'm still working on it) I got angry when I tried to deploy it.
Why? As I had no experience on the new Visual Studio 2005 deployment ways, I got surprised to know something that can be really unconformable in ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>1/23/2008 7:09:43 PM</pubDate>
        </item>
        <item>
            <title>Setting up SSH Passphraseless keys</title>
            <link>http://oalexandrino.com/articles/en-US/7/setting-up-ssh-passphraseless-keys.aspx</link>
            <description>Ssh-keygen tool enables you to generate authentication keys for ssh. 

Normally each user who wants to use ssh with RSA authentication runs it once in order to create the authentication key in his or her directory.

This is usually done by a server's ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>1/9/2008 3:46:24 PM</pubDate>
        </item>
        <item>
            <title>An English version has been released!</title>
            <link>http://oalexandrino.com/blog/en-US/5/an-english-version-has-been-released.aspx</link>
            <description>For a long time I've been promising to myself that I'd code an English version for my personal web site.

I am not good at English, but I think it won't be impossible to tell everybody my thoughts about technology.

I'll have been posting articles an ...</description>
            <author>Olavo Alexandrino</author>
            <pubDate>12/23/2007 6:28:45 PM</pubDate>
        </item>
    </channel>
</rss>