Código Konami oculto en Facebook / Konami code hidden on facebook

24 05 2009
Circulos de colores en facebook

Círculos de colores en facebook

¿Quieres ver burbujas de colores en facebook?

Facebook, al igual que antiguos vídeos juegos, tiene incluido algunas trucos. En este caso, usando el código Konami, -creado originalmente para estos video juegos- verás como tu pantalla se llena de circulos de colores, como burbujas, al presionar cierta combinación de teclas.

Presiona, dentro de cuenta de facebook, las siguiente teclas, en este orden:
Arriba, Arriba, Abajo, Abajo, Izquierda, Derecha, Derecha, Izquierda , B, A, Enter y Clic.
PS: Todavía no sé como hacer para que vuelva a normalidad, ahora, cada vez que hago clic, aparecen las luces. Supongo que tendré que abrir de nuevo el navegador.

Saludos, espero que les resulte. Por lo menos, a mí me funcionó usando Firefox en Linux, no probé con otros. Adjunto fotografía

Do you want see circles of colors on facebook page?. A facebook trick

Facebook has included some curiosities, and one of them, can be viewed using Konami Code. Press the next key on the same order:

Up, Up, Down, Down, Left, Right, Left, Right, B, A, Enter and then clic on any part of the page.

For other sites. visit http://konamicodesites.com/

Você quer ver círculos de cores em facebook página?

Facebook tem incluído alguns curiosites, e um deles, podem ser visualizados utilizando Konami Código. Pressione a tecla seguinte na mesma ordem:

Cima, para cima, para baixo, baixo, esquerda, direita, esquerda, direita, B, A, Enter e, em seguida, clique

Para outros sites. visite http://konamicodesites.com/

U wilt zien cirkels van kleur op facebook pagina?

Facebook heeft een aantal attracties en trucs, en een van hen kunnen worden bekeken met behulp van Konami Code. Druk op de volgende volgorde:

Omhoog, omhoog, omlaag, omlaag, naar links, rechts, links, rechts, B, A, Enter, en klik op

Voor andere sites. bezoek http://konamicodesites.com/

您想看到的彩色圆圈在Facebook的网页?

Facebook的有一些景点和技巧,其中一个可使用游戏代码。按顺序如下:

涨,上,下,下,左,右,左,右, B某,输入,然后点击

对于其他网站的链接。访问http://konamicodesites.com

Regards,

Álvaro Brange

Note: Why on 5 language? just for test and fun.





Update pdb file for debugging with Visual Studio 2008 in library type project V.B .Net

18 05 2009

Hi,  the issue fixed of the day…

After build my project, I saw that pdb file for some dll were no update. After see the several IDE windows properties for the project and solution, I didn’t found where change this (despite that for some other solution it works well). So, I asked to my friend Pablo, and he told me that check and change these lines on vbproj file like is show below.

DebugSymbols:True
DebugType:Full

After this, pdf file were update with debug information in order to allow me debug my windows process in which I am working.

Regards,
Álvaro





First version of WeTwoo now “On Air”

6 05 2009
WeTwoo on air

WeTwoo on Air

With several months delayed, we are launched a first beta version of WeTwoo.com (We-Two-o) which for the moment has few features available which are day to day improving …  May be you are asking, What hell is wetwoo?. WeTwoo is a facebook application which attempt to be a place to know information about  you friends that have some type of relationship. The current functionality are:

  • Know the status of relationship of all your friends. For this, you can see a pie-chat which show the distribution of relationship of your friends.
  • Show a List, in one place, the friends that have some type of relationship that is showed on facebook.
  • Make comments about the relation of your friends. Click on the name of you friend on the “Friends in Couple” page and the comment will appear on the wall of your friend.
  • Make comments about the application and these will be show on the wall of your friends.
  • Invite to friend to join wetwoo. In this way, the list of friends listed on “Friends in couple” will grow because only is show the couple that are accepted the application.
  • Available on English and Spanish (Español)

Other features that we hope add:

  • Save and help to remember the anniversary of couple to friends.
  • Save the comments that are done for some couples.
  • Suggest possibles couples as “Couple-friends”.

The application is developed using Ubuntu, Python, Django, Apache, Lighttpd, and PostgreSQL with the help of some libraries as MatPlotLib for graphs and PyFacebook which allow access to Facebook API.
I hope write more on the next months about technical issues to share this process with you.

Before end, I would like to invite to join to the site and make any comments or suggestion about it and help to spread with your contacts.

Best regards,

Álvaro





The database principal owns a schema in the database, and cannot be dropped.

5 05 2009

The database principal owns a schema in the database, and cannot be dropped.The database principal owns a schema in the database, and cannot be dropped.

The database principal owns a schema in the database, and cannot be dropped.

Hi everyone,

Another problem arise while I tried to restore a backup of some database and try to remove the user ASPNET. After ‘googlear’ I found with the entry of blog of Kaushal where explain how to solve this issue.

After fix it,  other error message was show which doesn’t allow me delete an user of database (ASPNET), the message was similar to previous. This was: The database principal owns a database role and cannot be dropped.

To fix the last error, I follow the same steps which I used to previous error, but I look for Roles instead of Schemas, and then I changed the owner from ASPNET to dbo

Regards,

Álvaro