Warning: explode() expects parameter 2 to be string, array given in /home/linosilv/public_html/blog/wp-content/plugins/cloogooq/cloogooq.php on line 425
Lino Silva – blog
Apr 02, 2011 Posted Under: Uncategorized

Quick iPhone test

This is a simple test to see if this post will appear right away in the app.

Read More
Jun 21, 2010 Posted Under: Coisas

New design

Well, as always I got tired of looking at my old design, so there it is.

A little bit cleaner, as well as more relevant information in the main page.

Read More
May 25, 2010 Posted Under: ASP.NET

ASP.NET – Passing textbox newlines to html breaks

I came across this little annoyance today, that newlines in my textboxes were being saved as “\n” instead of “<br/>”, turning out to appear all in the same paragraph on a webpage me and my working group are working on.

To solve this, all it took was a simple:

label = label.replace(\n, “<br/>”);

It is also acceptable Environment.NewLine instead of “\n”.

Hope it helps.

EDIT: Fuck, can’t get to put “<br/>” in the title.

Read More
Apr 28, 2010 Posted Under: Windows

Setup has encountered a problem while trying to copy D:\Setup\VSSetupWatson\DW20.EXE

Aparentemente é um erro bastante comum ao tentar instalar o Visual Studio. No meu caso, foi tirado da página MSDN instalado no windows 7, “bastou” fazer a transferência de uma nova imagem (3+ GB) e já funcionou. Só para o caso de ajudar alguém.

Read More
Mar 17, 2010 Posted Under: Coisas

Ted Talks – Alan Russel – Why can’t we grow new body parts?

Ora, uma TED Talk que acabei de ver que, apesar de ser de 2006, é sobre algo que nunca tinha ouvido falar: fazer com que, assim como alguns répteis, fazer com que partes do corpo regenerem.

Read More
Mar 11, 2010 Posted Under: Coisas

Este aparentemente é o meu “wordpress blog”.

E aqui estarão coisas bonitas!

Read More