If you try http://news.google.nl/ you get a different language than the dutch one
Everytime I refresh I get a different language.
What do you think, is it a viral, or a bug?
Update: It’s solved
If you try http://news.google.nl/ you get a different language than the dutch one
Everytime I refresh I get a different language.
What do you think, is it a viral, or a bug?
Update: It’s solved
The new Skoda Fabia advert where they bake the car
The song is ‘My Favourite Things’ by Julie Andrews.
Technorati Tags: Skoda - advertisement - commercial
Check it out at www.technetmagazine.com/issues/2007/06/.
Leading an industrywide effort to develop increased identity assurances online, Microsoft announces the development of several projects.
REDMOND, Wash. — May 23, 2007 — Microsoft Corp. today announced a series of offerings that foster improved interoperability for online identity management. Microsoft has been a leading industry voice in the creation of an identity metasystem, an ecosystem designed to enable the exchange of personal identity information on the Internet so all parties may understand whom they are working with online. Three core elements make up the identity metasystem: the people who are presenting their identity, the Web site or online service requesting proof of identity, and the identity providers who assert some information about those people. The projects announced today improve interoperability for each of the three identity metasystem components and represent the next step in Microsoft’s commitment to deliver interoperability by design.
“Our customers expect us to enable interoperability between Microsoft-based solutions, as well as across other platforms and technologies. For this reason, we take a very pragmatic, customer-centric view of interoperability,†said Bob Muglia, senior vice president of the Server and Tools Business at Microsoft. “Addressing the effective exchange of identity information is a perfect example of how we look at interoperability holistically in order to meet a critical customer need.â€
Another Interop Specification Available Under Microsoft’s OSP
In September 2006 Microsoft announced the availability of 38 Web services specifications under the Open Specification Promise (OSP). A subset of those specifications, such as WS-Trust and WS-SecureConversation, addressed identity metasystem scenarios and have led to interoperable identity solutions such as Novell Inc.’s Bandit project and the Eclipse Foundation’s Higgins Trust Framework Project. Microsoft is now making the Identity Selector Interoperability Profile available under the OSP to enhance interoperability in the identity metasystem for client computers using any platform. An individual open source software developer or a commercial software developer can build its identity selector software and pay no licensing fees to Microsoft, nor will it need to worry about future patent concerns related to the covered specifications for that technology.
Microsoft Creates Four Open Source Projects to Help Make Web Sites Identity-Aware
Microsoft is starting four open source projects that will help Web developers support information cards, the primary mechanism for representing user identities in the identity metasystem. These projects will implement software for specifying the Web site’s security policy and accepting information cards in Java for Sun Java System Web Servers or Apache Tomcat or IBM’s WebSphere Application Server, Ruby on Rails, and PHP for the Apache Web server. An additional project will implement a C Library that may be used generically for any Web site or service. These implementations will complement the existing ability to support information cards on the Microsoft® Windows® platform using the Microsoft Visual Studio® development environment.
The projects will be hosted on the open source project sites http://informationcard.sourceforge.net and http://rubyforge.org/projects/informationcard, and will be aggregated for ease of use for all developers to access at http://www.codeplex.com/informationcardjava and http://www.codeplex.com/informationcardruby.
Microsoft Extends Identity Management in the Enterprise
Identity providers (e.g., insurance companies, government agencies, academic institutions, or any organization that holds identity information about people) typically have a rich set of identity information stored in directories or databases. Some Microsoft customers have asked for improved ability to synchronize identity information between Active Directory® and the OpenLDAP Directory utilizing Microsoft Identity Lifecycle Manager (ILM) 2007. In response, Microsoft announces its collaboration on an open source project with KERNEL Networks and Oxford Computer Group to provide an OpenLDAP adapter for Microsoft ILM 2007. The adapter will extend ILM 2007’s support for heterogeneous environments by enabling efficient two-way synchronization of identity information for OpenLDAP. This adds to ILM 2007’s already significant out-of-the-box connectivity to more than 30 directories, databases and other systems. The benefit to Microsoft customers is a more extensible and flexible identity management solution.
Interoperability by Design
In the past 12 months, Microsoft has announced more than 15 technical and business activities, each furthering its commitment to deliver interoperability by design. The company takes a holistic approach to interoperability that encompasses products; communities of customers, partners, and competitors; access to intellectual property; and the support of standards. Examples of Microsoft’s improvements to interoperability include the creation of an Open XML Translator for document format interoperability; collaboration with companies such as Novell and XenSource Inc. on virtualization of Linux and Windows; the creation of an Interoperability Vendor Alliance with more than 35 other companies; and a yearlong effort of working with the newly developed Interoperability Executive Customer Council. More information about Microsoft’s interoperability by design efforts can be found at http://www.microsoft.com/interop.
Source: Microsoft Press
Displaying the document URL in a document library column
One of my readers (Joel) sent me an email with the following question:
I am trying to do something that I think should be simple in SP: display the URLs of Word docs in a doc library. I can send the URL as a link in an e-mail, but I can’t figure out how to display the URL in the public view. Please help.
Content Query Web Part xsl for showing the xml
I keep forgetting this, and I think I had to figure it out from scratch at least 4 times allready, so I may as well blog it.
The thing is - last time I figured it out I wanted to blog about it, and then saw that someone beat me to it - Heather Solomon already wrote about it in her blog, and I seem to remember someone else wrote a similar script.
The thing that throws me off every time is realizing that the XML that the content query web part builds for each item has the values in the attributes. So what you need to do is write xslt code to display the attributes.
Heather’s article says exactly how to modify the files, so if you need that kind of help, go there now. Below is the code that I am using (slightly modified):
Plotting Your Data Using Virtual Earth
My name is Jon Campbell – I’m a developer for the SharePoint Designer team. My main job is to work on all things data oriented in SharePoint Designer. Today I thought I would share a tip on how to take your data views to the next level by combining some custom XSL transforms on the server with JavaScript on the client. Specifically, this post will go through the steps of how to make a data view that will show a set of points stored in a data source, such as a SharePoint list, on a map using Virtual Earth.
SharePoint Series / InfoPath BDC Creator - Open Existing BDC Files
One of the most interesting things of the InfoPath BDC Creator is the ability to edit your own files, in order to change some elements or add new sections, etc.
This can be achieved by adding the necessary Processing Instruction in order to open with InfoPath based on the Tool template.
How to set user permissions programmatically?Getting an Image thumbnail from WSS 3.0
I recently needed to have thumbnails for some images that we uploaded to SharePoint for display in a thumbnail library. I couldn’t find any documentation on how to get a thumbnail for an image. So I fired up Fiddler opened up the script and figured out what the hundreds of lines of JavaScript was doing behind the scenes.
Sneak Peak - SharePoint CardSpace Provider
I wanted to give everyone a quick sneek peak at what the CardSpace provider I am working on is shaping up to be. Its not real fancy right now, and is currently in testing with two companies I know that were interested in getting their SharePoint implementation up with CardSpace. Here is a large screenshot of it:
Your First InfoCard WebPart (CardSpace WebPart Example)
As discussed in a previous post, I was talking about a current client I am working with where we developed a bunch of ASP.NET 2.0 WebParts that are related to InfoCard management and provisioning used within SharePoint 2007. Some of this WebParts were strictly for interrogating the InfoCard properties in order to understand what was really going on beyond the scenes with SharePoint and InfoCard interaction. There are a bunch of ways to display the things that InfoCard is doing (such as claims), but there were some very specific things that I was interested in that I wanted to display in SharePoint that revolved around trying to understand what properties where doing what, claim interaction, etc. etc. etc.
Increased performance for MOSS apps using the PortalSiteMapProvider
Performance is usually top-of-mind for any web site deployment, including MOSS. If you’re writing code that deals with SharePoint items, and you’re deploying that code to a site with even moderate traffic, you should consider using the PortalSiteMapProvider for increased performance. In this post, Chris Richard takes us through the feature and describes how it can be leveraged. Take it away Chris!
Customize the “NewForm.aspx” page for a SharePoint List
Creating a SharePoint list is hella easy. Point and click - and bingo - you have a form to type in and maintain your data in a structure you specified, and you can then create various views on the data collected. But what if you wished to customize either the “New” form, or the “Update” form etc? In this blogpost, I will demonstrate how to customize the New form for the announcements list. Create an announcements list on your favorite sharepoint site.
Moodle Web Parts for SharePoint 2007 released
When I last wrote about the Moodle integration with SharePoint, it was only with SharePoint 2003.
The new web parts developed to help you to integrate Moodle into a Learning Gateway based on SharePoint 2007 have been released, and are now fully available on the CodePlex Moodle page, our “open source project hosting website”.
CardSpace and SharePoint Threshhold
I was talking to a co-worker today after a code review, whom is going through my code currently for the CardSpace authentication provider pieces. We talked a little bit about some things that he had found, and about our general CardSpace experience. Mostly, we talked about the inefficiencies / bottlenecks of some of the stuff I had written (object disposal drives me nuts!).
Partner workflow solution for MOSS: Nintex Workflow 2007(tm)
Nintex Workflow 2007â„¢ extends Microsoft SharePoint 2007 to provide advanced workflow capabilities via a graphical web based interface embedded within SharePoint. Nintex Workflow empowers users across the organization to automate business processes, review workflow activities and automate common SharePoint administrative tasks.
Object reference not set to an instance of an object with custom workflow
A few months ago I was experiencing a rather annoying bug, a ‘Server Error in ‘/’ Application’ when using my custom workflow on a publishing pages document library in MOSS 2007. The issue was: If my custom workflow is applied to a publishingpage, when the user enters the document library and selects ‘Edit Properties’ or opens the page for editing the server error pasted below occured. When check out is disabled on the document library the error does not occur when editing properties, However the user still cannot edit the page through ‘Edit Page’.
I though creating a Custom List that is implemented as a Feature would be really easy, but as usual Sharpoint had other plans for me. Anyway after spend a lot of time I managed to get it working, I have created an article page with an example of how to create a Custom List Feature. You can view the article here http://www.sharepointblogs.com/martinbailey/pages/create-a-custom-list-feature.aspx
Microsoft Office SharePoint Server Sizing and Configuration Tool
HP ActiveAnswers for Microsoft Office SharePoint Server provides the information you need to bring the benefits of an intranet portal to your business. Whether you’re planning, implementing or managing a SharePoint Portal Server solution, HP ActiveAnswers provides expertise and resources that can significantly reduce the time and complexity typically associated with delivering the benefits of a flexible, business-relevant portal site to your employees….
MOSS 2007: Does everyone make this mistake with extended web sites?
As part of my quest (still unresolved) to see how I can manage to persuade the Central Admin site to use a different Application Pool (or even to see which one it IS using so I can maybe change what’s using that), I tried to see if Extending a Web Application could help.
It didn’t of course but I did see the useful information that this is what you would use if you wanted to have a second “version” of a site (for say Extranet) in which the content was the same but the access rights different.
MOSS 2007: Oddities with the order of Administrative Tasks
As I wade through the massive quantity of things that a MOSS 2007 installation seems to think that you need to do before you can actually start using the darn thing (and wishing I was back in relatively simple WSS-land until I realise that I actually like challenges [my chess “career” was laden with me getting into terrible positions and then waking up and fiddling my way out of them - until that is I reached the heights of the Hungarian Premier League (board 5 for the two of you who care) when that wasn’t quite good enough].
It seems that last week’s rumors about Google being close to acquiring RSS feed management and advertising firm Feedburner have been confirmed
The people behind Technorati just launched a major refresh to www.technorati.com.
Some nice things to mention:
Go check it out at http://Technorati.com
IBM simulates business software in 3D game
IBM on Monday introduced a three-dimensional video game that puts a businessperson in a virtual office with the task of constructing a more efficient company.
The game, called Innov8, is meant to address a lack of skills in understanding and improving a company’s internal business processes.
Process improvement is a critical component to service-oriented architectures (SOA), a way of designing software as a series of interlinked, modular business services. The software for modeling and running this modular software is called business process management, or BPM.
Virtual World Population: 50 million by 2011
When technology analyst group Gartner recently asserted that “80 percent of active Internet users (and Fortune 500 companies) will have a ‘second life’, but not necessarily in Second Life†by 2011, a lot of people jumped the gun and assumed 8 out of 10 of all Net users would be in a virtual world in four short years. Not exactly, Gartner Chief of Research Steve Prentice tells us. “Firstly,†says Prentice, “this statement refers to ‘active’ Internet users– a subtlety missed in much of the subsequent reporting.â€
Here come Virtual World Intranets… Seriously
Online worlds on the Internet? That’s so last month ago. Judging by recent initiatives from Sun and IBM, the latest trend is a corporate-controlled, business-centric virtual world architected for internal use only– call it the intranet metaverse. In Sun’s case, it’s MPK20, a “a virtual 3D environment in which employees can accomplish their real work, share documents, and meet with colleagues using natural voice communication.â€
A Chinese Virtual Currency Challenges the Yuan
“A Wall Street Journal article reports that China’s fastest-rising currency isn’t the yuan. It’s the QQ coin — online play money created by marketers to sell such things as virtual flowers for instant-message buddies, cellphone ringtones and magical swords for online games. In recent weeks, the QQ coin’s real-world value has risen as much as 70%. It’s the most extreme case of a so-called virtual currency blurring the boundaries between the online and real worlds — and challenging legal limits. A Chinese Internet company called Tencent Holdings Ltd. designed the payment system in 2002 to allow its 233 million regular registered users to shop for treats in its virtual world. Virtual currencies are in use in many countries — but nowhere have they taken root more deeply than in China.”
Features and Enhancements:
Live Search Integration - The Live® Search Web Service has been improved over the last year, this release enables us to take advantage of features included in the web service today, but will also allow us to take advantage of new features in the future by reducing the complexity of our integration with Live.
Expanded Content -Â In this release we allow customers to search a wide range of sites for Developer and IT Pro content allowing the user to expand the query to the entire internet.
Refinements and Pre-scoping -Â You now have the ability to narrow or broaden their searches based on products or technologies as well as categories and sources of content.
Auto-complete (English only) -Â In an effort to reduce misspelled or incorrect queries, customers will be able to have query terms suggested to them which they can select and search on.
Globalized Search -Â In this release, customers will have the ability to search in ten languages Korean, Japanese, Chinese (simplified), Chinese (traditional), Spanish, Italian, Russian, Portuguese, German and French.
Language Switching - To provide as much content to our global users as possible users can change the language of the results. This lets a user stay in their native locale but see the results from another language.
What’s next:
Try it for yourself!
http://search.technet.microsoft.com/search/
http://search.msdn.microsoft.com/search/