Language:
oalexandrino's blog
Friday, July 03, 2009
Poll
What did you think about this website?



Vote

See other polls

HighLight:

I had working in a task where I had to follow some guidelines defined by a pattern found in my Configuration Plan document. Who knows Configuration Management, should know that the way that you name your configuration items it's very important. For ...

Tuesday, November 04, 2008

Welcome to my personal website


Hello all,

Welcome to my personal website. Here you will find blog posts related to development as well as personal related interests.

The main focus covered here will be Web Development, but I will be always posting things about technologies such as programming languages, development platforms, development proccess and so on.

the goal of this site is to present my point of view about software development.

I hope you like!

Latest blog entries

  • Windows Vista (NTSF), "destination path too long"

    Publication Date:

    Tuesday, November 04, 2008

    I had working in a task where I had to follow some guidelines defined by a pattern found in my Configuration Plan document. Who knows Configuration Management, should know that the way that you name your configuration items it's very important. For ...
    Tagged as: windows vista - ntfs - file systems -
  • Downgrading Firefox 3 to 2 in Ubuntu 8.04

    Publication Date:

    Wednesday, July 16, 2008

    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 ...
    Tagged as: ubuntu - firefox2 - firefox3 -
  • no one person is smart enough

    Publication Date:

    Saturday, May 03, 2008

    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 ...
  • 10 SEO tips for your ASP.NET website

    Publication Date:

    Monday, March 31, 2008

    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 ...
    Tagged as: web 2.0 - asp.net - seo -
  • Generic Easy Pagination: Paging DataBase Records with PHP ADOdb

    Publication Date:

    Thursday, March 13, 2008

    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 ...
    Tagged as: php - adodb - pagination -

Latest articles

  • Setting up SSH Passphraseless keys

    Publication Date:

    Wednesday, January 09, 2008

    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 ...