Blog Home  Home RSS 2.0 Atom 1.0 CDF  
Pedro Serrano - Sunday, October 02, 2005
Blog 'till you drop
 
 Sunday, October 02, 2005

Weekend @ Porto
A little train, a little boat, and a little work/geek dinner at friends' house.

Windows Pesentation Foundation
If you're curious about the WPF (former Avalon) a good start would be reading this whitepaper from the North Face proof-of-concept shown at .
You can also check out the video from the presentation of this proof-of-concept here.

Microsoft MAX (codename)
Also from , another nice proof-of-concept, from the site:
Microsoft® Codename Max is not like any other product. That's because it's not a product—it's your opportunity to try an exciting new user experience from Microsoft. Max is built on built on the next-generation WinFX technology that will drive the development of Windows Vista® applications. Today Max lets you make lists of your photos and turn them into beautiful slide shows to share with your family and friends. Tomorrow...who knows?

10/2/2005 7:37:54 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   WPF  |  Trackback
 Wednesday, September 28, 2005

Via Patrick I came to know that the new Service Pack for Windows SharePoint Services is out.

Here are some relevant links:

Windows SharePoint Services Service Pack 2
Windows SharePoint Services Service Pack 2 (SP2) contains stability and performance improvements. Some of the fixes included with SP2 have been previously released as separate updates. This service pack combines them into one update.
http://www.microsoft.com/downloads/details.aspx?FamilyID=9c552114-dc9a-43ee-9281-b080b7c280b4&DisplayLang=en

Windows SharePoint Services with Service Pack 2
Important This download is an updated version of Windows SharePoint Services and contains all updates included in Windows SharePoint Services Service Pack 2 (SP2).
http://www.microsoft.com/downloads/details.aspx?FamilyID=b922b28d-806a-427b-a4c5-ab0f1aa0f7f9&DisplayLang=en

Overview: Windows SharePoint Services 2.0 SP2 Beta in Windows Server 2003 R2
This document details the new features available in Windows SharePoint Services 2.0 SP2 beta, which is part of Windows Server 2003 R2. This version of Windows SharePoint Services 2.0 SP2 is available in Windows Server 2003 R2 Beta2, RC0, RC1 and RTM. The document describes how to configure and test the new features, as well as any workarounds which are required to enable them.
http://www.microsoft.com/downloads/details.aspx?FamilyID=abba20f2-3625-4c9c-a412-ab9bbebdb5e8&DisplayLang=en

9/28/2005 1:12:52 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  |  Trackback
 Tuesday, September 27, 2005

I think this image is self explanatory.

9/27/2005 12:40:06 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   Office  |  Trackback
 Saturday, September 24, 2005

Today I was Googleing for info on SharePoint Site Definitions, and found this powerpoint presentation from Patrick Tisseghem at TechEd 2005 - I know this probably been out there for some time now, but it deserves the reference and may be useful to many, so...

You can find it here: Developing Site Definitions and Templates for Windows SharePoint Services.

It's very well done and sticks to the point! Go get it people ;-)

9/24/2005 9:37:11 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]    |  Trackback
 Wednesday, September 21, 2005

Today we encountered an error while trying to execute the following code:

SPWeb newWeb;

newWeb = myWeb.Webs.Add(txtName.Text.Replace(" ",""),txtName.Text,txtDescription.Text,(uint)System.Threading.Thread.CurrentThread.CurrentUICulture.LCID,Request.QueryString["Template"].ToString(),false,false);

We run this on a machine with Windows 2003 (English) and SharePoint Portal Server 2003 (Portuguese) and got an error that the language was not supported on the server.

Florin Zamfir pointed me to the solution: since we were running Windows 2003 English version, the System.Threading.Thread.CurrentThread.CurrentUICulture.LCID was returning 1033 (english LCID) instead of the 2070 (portuguese LCID), which resulted in obvious BUMMM.

So we installed Windows Server™ 2003 Multilingual User Interface Pack (Portuguese-Portugal) and set every Regional Settings to Portuguese.

Fixed :-) Hope this is useful to someone.

9/21/2005 10:55:37 PM (GMT Daylight Time, UTC+01:00)  #    Comments [1]   SharePoint  |  Trackback

Via Patrick:

When working with the SharePoint object model, you quickly will encounter security issues with certain calls to classes and members within the WSS or SPS object model. There have been discussions on how to get around that by impersonation but do know that SharePoint sometimes reverts back to the original logged-on user. So, you will have to find other tricks. Basically, there are three, all of them involving your code being moved to somewhere else: a Web service, a COM+ app, or an AppDomain. Maurice has done some great stuff documenting the last technique and has done an update of the material yesterday. Take a look at it and keep it somewhere close since you might need it!


My contribution:

  • Keep in mind that WSS application pool account needs less previledges to run than the SPS2003 application pool account.
  • Here's a good article on how-to do credential-less impersonation by Todd Bleeker.
9/21/2005 11:36:48 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  |  Trackback
 Tuesday, September 20, 2005

We're looking for portuguese freelancers for a project.

A CaveDigital, empresa na área das tecnologias de informação na zona de Lisboa, procura freelancer (f/m) para integração em projecto visando a análise e desenvolvimento de várias aplicações em ambiente WEB. O projecto será realizado em Lisboa com a duração mínima de 6 meses.

O Candidato deverá preencher os seguintes requisitos:

  • 1. Experiência em Análise de Sistemas.
  • 2. Conhecimentos de ASP e ASP.NET/C# e MS SQL Server.
  • 3. Facilidade de comunicação.
  • 4. Boa capacidade de trabalho em equipa.
  • 5. Disponibilidade no curto-prazo.

Os interessados deverão enviar o seu curriculum (CV, portfolio, nacos de código, etc) para: info@cavedigital.com

9/20/2005 4:42:52 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]    |  Trackback

Via Mark Harrison:

The IE Developer Toolbar was announced at PDC and provides several features for deeply exploring and understanding Web pages.

Download

Features include :

  • Explore and modify the document object model (DOM) of a web page.
  • Locate and select specific elements on a web page through a variety of techniques.
  • Selectively disable Internet Explorer settings.
  • View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
  • Outline tables, table cells, images, or selected tags.
  • Validate HTML, CSS, WAI, and RSS web feed links.
  • Display image dimensions, file sizes, path information, and alternate (ALT) text.
  • Immediately resize the browser window to 800x600 or a custom size.
  • Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
  • Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.
  • Display a fully featured design ruler to help accurately align objects on your pages.
9/20/2005 11:46:57 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]    |  Trackback
 Sunday, September 18, 2005

Not to forget mentioning this, but the new Internet Explorer looks great and the new Outlook UI is suffering improvements to take time management and productivity to a new level.

With Outlook you'll be able to read your subscribed RSS feeds, out-of-box, better and improved SharePoint integration (for instance, you can actually overlap your personal calendar with a SharePoint's calendar, great stuff!) and improved searching capabilities.

9/18/2005 7:44:34 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   Office  |  Trackback


Patrick posted about the «Bill Gates goes to college» keynote video: Napoleon Dynamite Spoof.

You know my current opinion that OFFICE 12 and the new WSS will change the way how work gets done and enable businesses to be faster and better - mostly because of SharePoint finally taking it's place where it belongs, at the core.

Windows VISTA, and the entire «Windows SOMETHING Foundation» familly also will open an entire new world of solutions and applications that will enable better user-experience and better dynamic business processes' coherence. 

There was a something that particularly caught my eye: WELA. Although still away in a kinda distinct future, this will make many people happy, and many people skeptical. The future will tell.

It's interesting to sit back and watch how the blogoshpere is shaked by the aftershock waves, so, let's see how it goes ;-)

I came back home really optimistic - I feel I will be empowered to finally unleash some of the ideas I have had trapped in my mind for years.

9/18/2005 6:42:05 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]    |  Trackback

Having a trip home that almost endured 20 continuous hours, I can assume to have had suficient time to digest most of what I saw at .

Microsoft is striking hard on several fronts, many previously/currently held by partners, others by competitors.
For instance, the new Windows SharePoint Services and Office Server (formerly SharePoint Portal Server 2003?) support, out-of-box, both workflow (sitting on top of Windows Workflow Foundation), records management and auditing scenarios, not to mention the rest of the new and improved features. This poses a direct threat (or opportunity) to companies who currently have solutions based on WSS and SPS2003, such as Records Management or Workflow, since customers who buy/use the new SharePoint won't have to built/buy on top of it to get these features - at least for the most obvious, generic, common cases.
The market will be put into a cocktail blender, and if the recipe is right, we'll all get a nice new cocktail - please do read «market» ;-)

So, currently, we have a lot of products and solutions in market that build up from WSS and SPS2003 to answer what these couldn't address on their own out-of-box. These are mostly horizontal. Some vertical efforts have been done, but not that many so far (I mean, not that many as horizontals ;-)), maybe because these products still had to mature and opportunities were more easily identified on the «lacks» and «don't have».

This cocktail blender thing will probably scare a lot of people, but I really think there's a lot of new opportunities out of this situation. The new WSS and Office Server will empower developers by freeing us from having to code a lot of stuff that should be there, and allowing us to concentrate on the business layer and end-user experience - thus addressing directly our clients' needs. Just think about it: someone is doing all the dirty work for you, and you can now use that to build better, more responsive, fast paced and adaptable solutions for your customers.
A lot of people will also be happy to know that site definitions are now easier to make - still may not be perfect, but the entire process has now become more... developer friendly.

Please understand this: Microsoft is stating (read screaming) loud and clear «SharePoint is here to stay». This technology will be the next enabler for most businesses, allowing people to be more productive, have access to information when they need it, and empowering business to act fast thus generating more probable wealth or value-added. SharePoint will be the core of IT for end-users, or information works if you choose to address them that way, enabling them to get what they want, faster and more reliably, enabling new business processes adaptability, thus, fast business reactions to market changes.
So your efforts and investments have not been put to waste, on the contrary, you will be more empowered than ever.

CEOs, CTOs, Vice-Pres'es and Mary Daisy from downstairs - they will all love it!

So, don't panic - just set your mind to «creative mode»: GO DIAGONAL ;-)

By the way, as I was about to submit this post, my RSS feed reader just let me know that Patrick published his reflections on this news as well, so I don't feel alone anymore :-)

Be sure to keep an eye on The Future of Microsoft Office.

9/18/2005 3:06:48 AM (GMT Daylight Time, UTC+01:00)  #    Comments [0]   SharePoint  |  Trackback
 Friday, September 16, 2005

Today I'm leaving to Amsterdam and from there to Lisbon. was a good experience, I'm really hipped on the new Windows VISTA, OFFICE12 and Windows SharePoint Services v3.

The new SharePoint comes with workflow capabilites, as I have mentioned before, this opens a great deal of new opportunities.

I will now have something like near 11 hours to think over it on our flight, so :-)

See you back in Europe ;-)

9/16/2005 9:18:01 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0]    |  Trackback
Copyright © 2008 Pedro Serrano. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: