Archive: April, 2008

Slide Share

Posted on 6:47pm 4/30/2008 by Bruno Silva in Utilities, Web

Slide Share

Today, while reading an entry on Alcides’ blog I found out about Slide Share. It allows you to upload your slide show presentations and then get them embed in your website or blog in a flash movie.

I tried it out and it is pretty nice and useful, nevertheless there are at least 2 points which need some improvement. It does not support the pptx file extension yet, and when it comes to presentations that use animations it doesn’t work that well. This service seems that just takes a picture of each slide and turn that set of pictures into a movie with previous/next buttons. So, if you intend to use this service to share your slides, don’t forget to cut off the animations, or you won’t be pleased with the result.

This service usage is pretty similar to YouTube. You upload your file and wait until the processing is done on the servers. Than you can share the presentation in social networks and other websites. It allows you to attach the original presentation file for download, if you want so.

Here’s an example.

Estudantes: 2 Eventos para a Agenda

Posted on 7:35pm 4/25/2008 by Bruno Silva in Events, Microsoft

Dia da Inovação - 20 de Maio

“O Dia da Inovação é um evento subordinado ao tema de Inovação e Empreendedorismo na área das novas tecnologias. Tem por principais objectivos estimular o empreendedorismo e a inovação, envolver, de forma articulada, estudantes empreendedores, investigadores, empresas e investidores, premiar e divulgar ideias inovadoras e debater ao mais alto nível a problemática da Inovação e Desenvolvimento da Economia Local. (…)”

Mais informação no Blog do Bruno Tavares

XNA Pizza Night - 24 de Junho

“Fizeste um jogo em XNA jogável na Xbox 360 ? Então, aparece no XNA Pizza Night e deixa os outros testar o teu jogo, jogando-o. As pizzas e as coca-colas serão oferecidas pela MSFT.No final daremos XBoxs aos jogos mais votados!(…)”

Mais informação no Blog do Bruno Tavares

Live Mesh Tech Preview

Posted on 6:27pm 4/25/2008 by Bruno Silva in Mobility, Software, Web

Live Mesh Tech Preview

Two or three days ago I read in some blog about Live Mesh. What is it?

“Live Mesh puts you at the center of your digital world, seamlessly connecting you to the people, devices, programs, and information you care about — available wherever you happen to be.”

Live Mesh website

You get a place on the web where you can store your data, and access and synchronize from within any computer you use. In this Tech Preview only Windows XP/Vista are supported, but the big picture includes Mac and mobile devices. You can share data with other people, and keep track of the news about your data (changes, additions, deletions, comments added, etc).

Take a look at this video that shows the main features of this new project.

Here is another video tour, this one’s target audience is the developers community. It seems that as usual in Windows Live Services, this new project will be very “developer friendly”.

I look forward to have a chance to try it. Meanwhile I’ll keep tuned in the website.

Preventing client-side caching

Posted on 3:46pm 4/25/2008 by Bruno Silva in .NET, ASP.NET, Programming, Web

During this week I’ve been experiencing some problems with browser caching.

I’ve a dynamically generated XML file which contents change a lot (it is a photo gallery based on Slide.Show), and I want the people who see this gallery to see newly added photos immediately. Today someone asked me how to prevent the client-side caching (regarding Slide.Show too), so I did some searches and testing in order to enlight us both. :)

I’ve found reference to a few lines of code which should be used in ASP.NET web pages to prevent caching.

Response.CacheControl = “no-cache”;
Response.AddHeader(”Pragma”, “no-cache”);
Response.Expires = 0;

I tried the first one alone both in IE 7 and Firefox 2 and it seamed to be enough, nevertheless, being care is never enough,so I’ll probably use the 3 lines together!

Just try to be careful and don’t feel tempted to prevent caching in every single web page in your web site, it leads to poor perfomance in both your servers and in the client side. And every one likes to see the content of a previously visited page rendered quickly, right? :)

Pop Up!

Posted on 12:15pm 4/23/2008 by Bruno Silva in Events, Microsoft, Microsoft Student Partners, My Life, Pop Up

Bolha Pop Up

O Pop Up já se encontra a todo o gás! Começou no ISTE, ontem, hoje e amanhã, e vai percorrer diversas faculdades do país! E o que é o Pop Up?

“Esta é uma pergunta que, provavelmente, deverás estar a fazer a ti próprio desde que entraste no site! Afinal, o que é o Pop Up!? É, acima de tudo, uma grande (GRANDE) festa, mas simultaneamente um evento em que os estudantes que compareçam tenham acesso a formação e ferramentas que os ajudem a chegar mais longe, em que os temas, os conteúdos, e tudo o mais é completamente adaptado às necessidades / desejos destes.(…)

Fonte: Site oficial do Pop Up

Pop Up @ ISCTE

Como já disse o Pop Up encontra-se no ISCTE, conta com uma bolha insuflável onde se pode jogar X-Box, comer pipocas, realizar o registo no site para o sorteio de Smarthphones HTC, se forem simpáticos podem ter uma t-shirt e pins oficiais do evento :P Encontra-se presente uma pessoa da MegaFM para passar música. O que é excelente, porque existem puffs para o pessoal se sentar na conversa ou simplesmente a curtir o som.

Pipoca Sound System

Pipoca Sound System?… É a máquina onde estão as pipocas, e de onde sai a música. Weird, hum?

Participação no Pop Up

A adesão do pessoal do ISCTE tem sido excelente, todos têm curiosidade de saber o que se passa, e são imensos os repetentes que nos intervalos passam por lá. Tem sido realmente uma festa.

O evento pode ser acompanhado no blog oficial. As galerias de fotos também contam com uma actualização quase constante. Para o pessoal do Twitter, sigam http://twitter.com/thisispopup.

Não deixem de ver os passatempos que vão surgindo, já houve premiados!

© Bruno Silva | Powered by Wordpress