Language:
oalexandrino's blog
Tuesday, July 08, 2008
Poll
What did you think about this website?



Vote

See other polls

HighLight:

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

Saturday, May 03, 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

  • 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 -
  • Improving performance by using JSMin and YSlow

    Publication Date:

    Saturday, March 01, 2008

    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 ...
    Tagged as: web 2.0 - asp.net - yslow - jsmin -
  • ASP.NET and Web 2.0

    Publication Date:

    Tuesday, February 26, 2008

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

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