Bruno Tavares website

Hello and welcome to my website

You've stumbled in my website... This website is the place where I'll put my thoughts, CV, scripts, tutorials and hopefully speak about me. I make a promise to myself to write at least one post per week and you can help me with your regular visits! Hope you enjoy it as much I enjoy sharing this texts with you! Stay arround...

Archive for the 'Resources' Category

Design Patterns

Topic: Resources|

Viva a todos,

rangoli design patterns

No âmbito de uma cadeira que frequento este ano, Engenharia de Aplicações, foi desafiado aos alunos um trabalho sobre Reutilização de Código e Design Pattern sem exceder os 15000 caracteres.

Assim, partilho o trabalho que fiz com estas limitações pois não me foi possivel abordar domínios, sistematizações, etc…

Espero que esta “publicação” ajude a alguém: Reutilização de código e Patterns Design

Share/Save/Bookmark

Tagged: , ,

Travelling Salesman Problem

Topic: Resources|

Hi all,

travelling salesman problem

Share/Save/Bookmark

Merry Xmas

Topic: Resources|

Hi all,

I’m in a busy season however I couldn’t let you pass this Xmas without wish you a EXTRAORDINARY XMAS.

merry_xmas

Share/Save/Bookmark

Follow Up ImagineCup @DEI/ISEP

Topic: Resources|

Viva a todos,

Logo ImagineCup2008

É com grande entusiasmo que será efectuado o follow up do ImagineCup aqui no DEI/ISEP. Esta sessão está marcada para dia 12 de Dezembro de 07 às 12h e trará aos alunos novos motivos para concorrerem.

Para além, do bónus existe uma vasta equipa que irá ajudar todos os concorrentes a tirarem o máximo proveito do ImagineCup2008.

Imagina um mundo onde as tecnologias permitem um ambiente sustentável!

hummm, se te ajudar pensa:

Imagina-te em França onde o ambiente onde estarás é fantástico e tu não o terás que o sustentar…

Nesta sessão temos umas surpresas para ti!

Aparece, estamos à tua espera porque estas iniciativas só fazem sentido se apareceres!

 PS: Sabias que o aluno Rui Neves esteve até ontem em 1º lugar na categoria de Algoritmia? Tu também tens o teu lugar!

Share/Save/Bookmark

Sweet Titles on Internet Explorer

Topic: Resources|

Hi all,

I use Sweet Titles for fading tooltips on this website, however in Internet Explorer (IE) it didn’t work. As you see its working now on IE and Netscape based browsers.

I just have to change the following lines on the function tipOver : function(e) that’s on line 64:

switch:

sweetTitles.obj = this;

for:

if(navigator.appName != “Netscape”){
       //IE based
      if (!e) var e = window.event;
      sweetTitles.obj = e.srcElement;
    }else{
       //netscape based
    sweetTitles.obj = this;
  }

Basically in IE the sweetTitles.obj is fill by sweetTitles because this doesn’t return the mouse over object.

The Sweet Titles error on Internet Explorer is solved.

Share/Save/Bookmark

Getting Started with Windows Communication Foundation

Topic: MSP, Resources|

Hi all,

I was surfing around the Web and I stumble on an article by Rob Windsor (Visual Basic MVP, ObjectSharp Consulting).

I’d like to share it with all: http://msdn2.microsoft.com/en-us/vbasic/bb736015.aspx

This article is in VB .NET!

Share/Save/Bookmark

Microsoft Webcasts4share

Topic: MSP, Resources|

 

Hi all,

Webcast Cycles – know the new technologies for development

Microsoft Portugal is presenting MS community with 4 lectures cycles in a webcast format of the following topics:

  • Hidden germs of ASP .NET 2.0     22 of October [see more]
  • Development with ASP .NET AJAX 23 of October [see more]
  • Silverlight Overview 24 of October [see more]
  • IIS 7.0 for programmers 25 of October [see more]
  • ASP .NET futures 26 of October [see more]

All this lectures will be given in Portuguese and you can register on www.webcasts4share.com.

All session will be recorded and they will be available afterwards to register users.

 

Share/Save/Bookmark

Workshop XNA - Feedback

Topic: MSP, Resources| 4 Comments »

Hi all,

As I previous had written, I was present in a workshop at Microsoft Portugal. This workshop was a slight overview of XNA but even so it was able of excite me in trying it. The speakers were Vitor Santos (Academic Computer Science Program Manager at Microsoft Portugal), Amintas Neto (Microsoft Brasil) and Verónica Orvalho (Face in Motion).

Read the rest of this entry »

Share/Save/Bookmark

New Java Magazine

Topic: Resources|

Hi,

A small post for Java programmers! Javajazzup has just released a free magazine. Get a free copy of it free its official website at http://www.javajazzup.com 

Share/Save/Bookmark

HTTP Protocol overview – part I

Topic: Resources|

Today I’m talking about HTTP protocol because in my experience some web designer/developers are creating webapplications without understanding how web works. So you can ask “Why is this guy picking on me? Why I really need to know about this protocol? If works, it’s fine!”. You’ll have these answers during this post and if, even so, you don’t understand something, feel free to post back or contact me!

Read the rest of this entry »

Share/Save/Bookmark