Archive

Archive for the ‘Microsoft’ Category

Using Windows Deployment Services (WDS) to install Linux over Network (PXE)

March 10th, 2010 bietiekay No comments

Developing software is hard work – especially when you target several operating systems. One task that you have to perform quite often would be to deploy a new installation of an operating system as fast as possible on a test machine.

Doing this with Windows is easy – you can use the Windows Deployment Services to bootstrap Windows onto almost every machine which can boot over ethernet using PXE. Everything needed to make WDS work on a Windows Boot-Image is located on that image. Since it’s that easy I won’t dive into more detail here.

What I want to show in greater detail is how you can use WDS to deploy even Linux over your network.

Step 1: Get PXELINUX

What’s needed to boot Linux over a network is a dedicated PXE Boot Loader. This one is called PXELINUX and can be downloaded here.

“PXELINUX is a SYSLINUX derivative, for booting Linux off a network server, using a network ROM conforming to the Intel PXE (Pre-Execution Environment) specification.”

On the homepage of PXELINUX is also a short tutorial which files you need and where to copy them.

Step 2: Setup WDS with PXELINUX

I suppose you got your WDS Installation up and running and you are able to deploy Windows. If that’s the case you can go to your WDS Server Management Tool and right-click on the server name – in my case “fileserver.sones”. If you select “Properties” in the context menu you would see the properties windows like in the screenshot below:

wds_pxelinux

You have to change the Boot-Loader from the standard Windows BootMgr to the newly downloaded PXELINUX bootloader. Since this bootloader comes with it’s own set of config files you can edit this config file to allow booting into Windows.

Step 3: Edit PXELINUX configuration filewds-pxelinux-2 

The first entry I made into the boot menu of the PXELINUX boot loader is the “Install Windows…” entry. Since the first thing the users will see after booting is the PXELINUX loader menu they need to be able to continue to their Windows Installation. Since this Windows Installation cannot be handled by the PXELINUX loader you have to define a boot menu entry which looks a lot like this:

LABEL wds
MENU LABEL Install Windows…
KERNEL pxeboot.0

To add OpenSuSE to the menu you would add an entry looking like this:

LABEL opensuse
MENU LABEL Install OpenSuSE 11.x
kernel /Linux/opensuse/linux
append initrd=/Linux/opensuse/initrd splash=silent showopts

The paths given in the above entry should be altered according to the paths you’re using in your installation. I took the /Linux/opensuse/ files from the network install dvd images of OpenSuSE.

wds-pxelinux-3

That’s basically everything there is about the installation of Linux (Debian works accordingly) over PXE and WDS.

And finally this is what it should look like if everything worked great:

 

Source 1: http://en.wikipedia.org/wiki/Preboot_Execution_Environment
Source 2: http://syslinux.zytor.com/wiki/index.php/PXELINUX

Categories: Linux, Microsoft, Software, networking Tags:

sones at CeBIT 2010

March 9th, 2010 bietiekay No comments

Die CeBIT ist um und sones schliesst seinen Auftritt im Rahmen der Partnerschaft mit Microsoft mit einem durch und durch positiven Ergebnis ab.Ich selbst hatte ja aufgrund einer ungünstigen Terminsituation nur am Montag und am Freitag die Möglichkeit persönlich vor Ort zu sein.

Die CeBIT war dieses Jahr eine schöne Möglichkeit einmal im breiteren Rahmen als auf den sonst üblichen Konferenzen und Veranstaltungen zu netzwerken.

sones hatte die Gelegenheit zusammen mit anderen Partnerunternehmen am Microsoft Stand in Halle 4 auszustellen. Geniale Sache war das insofern dass wir sowohl am Stand als auch im Rahmen des MSDN Developer Kinos die Möglichkeit hatten unsere Technologie mit Demonstrationen und Worten vorzustellen.

IMG_0321

Ich hatte ja schon darüber geschrieben dass wir eine Demo für die CeBIT auf Basis des Microsoft Surface Multi-Touch Tisches entwickelt haben. Das Feedback zu dieser Demo war durchweg extrem positiv. Es ist eben ein Unterschied für viele nicht-Techniker wenn man Ihnen einen Graph grafisch vor Augen führt und in diesem Graphen navigieren kann.

Für die Techniker auf der anderen Hand hat sich Henning nocheinmal hingesetzt und ein wenig weiter ausgeführt was hinter der Surface Demo steckt. Das kann man hier nachlesen.

Hier ein paar Impressionen:

IMG_1843 

IMG_1836

 

Source: http://www.dreiundzwanzig.biz/?p=35

Categories: Microsoft, sones Tags:

CeBIT started and we have a demo!

March 3rd, 2010 bietiekay No comments

The effort of 10 days materializes in a Microsoft Surface demo. And you can see it at MSDN Developer Kino every day during CeBIT.

 

IMG_0733

Categories: Development, Employer, Microsoft, graphics, sones Tags:

Developing on a Microsoft Surface Table

February 20th, 2010 bietiekay 2 comments

At sones I am involved in a project that works with a piece of hardware I wanted to work with for about 3 years now: the Microsoft Surface Table.

I was able to play with some tables every now and then but I never had a “business case” which contained a Surface. Now that case just came to us: sones is at the CeBIT fair this year – we were invited by Microsoft Germany to join them and present our cool technology along with theirs.

Since we already had a graph visualisation tool the idea was to bring that tool to Surface and use the platform specific touch controls and gestures.

surface_visualgraph
the VisualGraph application that gave the initial idea

The good news was that it’s easier than thought to develop an application for Surface and all parties are highly committed to the project. The bad news is that we were short on time right from the start: less than 10 days from concept to live presentation isn’t the definition of “comfortable time schedule”. And since we’re currently in the process of development it’s a continueing race.

Thankfully Microsoft is committed to a degree they even made it possible to have two great Surface and WPF ninjas who enable is to get up to speed with the project (thanks to Frank Fischer, Andrea Kohlbauer-Hug, Rainer Nasch and Denis Bauer, you guys rock!).

surface_simulator
a Surface simulator

I was able to convice UID to jump in and contribute their designing and user interface knowledge to our little project (thanks to Franz Koller and Cristian Acevedo).

During the process of development I made some pictures which will be used here and there promoting the demonstration. To give you an idea of the progress we made here’s a before and after picture:

Surface_Finger2
We started with a simple port of VisualGraph to the surface table…

Surface_Finger
…and had something better working and looking at the end of that day.

I think everyone did a great job so far and will continue to do so – a lot work to be done till CeBIT! :-)

Source 1: http://www.sones.com
Source 2: http://www.microsoft.de
Source 3: http://www.uid.com/

Windows 7 GOD Mode

January 4th, 2010 bietiekay No comments

godmode Create a new folder, rename it to:

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

After hitting <return> the folder will be a shortcut to the Windows 7 Administration GOD Mode. Enjoy. (Thanks Damir)

Source: http://tomicic.de/2010/01/03/Windows7GodMode.aspx

Categories: Microsoft, Software, makes-my-day Tags:

How to shut off Outlook 2007 Security Questions

December 18th, 2009 bietiekay No comments

I had the task to make my Outlook Task List appear on my iPhone. As everyone knows Apple did not do anything about todo lists or tasks on their phone… well there’s an app for that: Most of the task applications on the iPhone use Toodledos services to sync task lists with the desktop.

To sync the Toodledo service with the desktop you need another tool. This tool uses your Toodledo account and your locally running Outlook to sync between both. So this little desktop sync tool needs access to the Outlook data: This means you will maybe be bugged by Outlook that some program wants to have access to the data. You can allow it for a number of minutes but not forever.

Okay one solution would be to install appropriate antivirus tools to suit the operating systems security needs. Because this wasn’t a solution in my case I needed something more sophisticated to solve the problem.

Now that’s the point where “Advanced Security for Outlook” from MapiLab comes into play. This Outlook Plugin extends Outlooks Security Dialog and adds things like “always allow”:

security_outlook2

 

Source 1: http://www.toodledo.com/
Source 2: http://www.mapilab.com/download/

Categories: Microsoft, Software Tags:

that’s a seriously huge display

December 1st, 2009 bietiekay No comments

While setting up a new machine I got this message:

hugedisplay

45056 x 19207 pixel… not that bad…

Categories: Microsoft, rumors Tags:

So what exactly is Microsoft Research doing?

November 11th, 2009 bietiekay No comments

I am proud to anounce that there’s a video publicly available which shows parts and projects Microsoft Research is working on currently. It’s great to see theses projects, concepts and ideas become publicly available one by one:

“Craig Mundie, chief research and strategy officer of Microsoft, presents “Rethinking Computing,” a look a how software and information technology can help solve the most pressing global challenges we face today. Part of UW’s Computer Science and Engineering’s Distinguished Lecture Series, Mundie demonstrates a number of current and future-looking technologies that show how computer science is changing scientific exploration and discovery in exciting ways. He discusses the role of new science in solving the global energy crisis, and answer questions from the audience.”

uwtv

Source: http://www.uwtv.org/programs/displayevent.aspx?rID=30363&fID=6021

Microsoft Press offers a free eBook “Deploying Windows 7″

October 17th, 2009 bietiekay No comments

Just in time for the launch of Windows 7 Microsoft Press offers a free eBook download. These 332 pages are there to give you the essential guidance regarding topics like Planning the Deployment, actually Deploying the Platform and additional Applications, Migration, Windows PE and a ton of stuff I did not mention here.

deploying-windows-7

Source: Download

Categories: Microsoft, books Tags:

a Visual Studio documentary

October 2nd, 2009 bietiekay No comments

There’s a great Visual Studio documentary on CH9. Highly recommended to anyone who wants to see what happened from the start till now.

“Welcome to the first installment of the Visual Studio Documentary.This is an hour long documentary that is split into two parts, roughly a half hour each. Welcome to part one, where we take you back to the days of MS-DOS and Alan Cooper who originally sold Visual Basic to Bill Gates back in 1988.  Next week we will feature Part Two but for those that would like to watch it sooner, here is Part Two. In addition, each week we will post a longer and more in-depth stand alone interview from the interviewees that were featured in the documentary.”

Source 1: Part I
Source 2: Part II

Categories: Development, Microsoft, Software Tags:

Is it Exel or Excel?

September 25th, 2009 bietiekay 2 comments

Just stumbled upon this funny context-menu entry:

exel

Well… it should be spelled: Excel

excel

Categories: Microsoft, Riot Tags:

this new Windows Resource Monitor…

September 22nd, 2009 bietiekay No comments

…is just great! A cool tool to find bottlenecks and the cause why your machine is just slow right now.

love_monitor

Categories: Microsoft, Software Tags:

iTunes 9 is Windows 7 compatible

September 10th, 2009 bietiekay 1 comment

Hey it’s great to see that Apple thinks some of the ideas of the new Windows 7 UI (like the new Task Bar). With iTunes 9 you get things like this:

jumplist

Categories: Apple, Microsoft, graphics Tags:

A new version of ILmerge is

August 14th, 2009 bietiekay No comments

ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and DLLs alike and comes with several options for controlling the processing and format of the output. See the accompanying documentation for details.

Have fun merging assemblies!

Source: MSDN

Categories: Development, Microsoft Tags:

Killer .NET 4 feature: Memory Mapped files

August 14th, 2009 bietiekay No comments

“So what is it? A memory mapped file allows you to reserve a region of address space and commit physical storage to a region (hmmm, sounds like virtual memory, isn’t it?) but the main difference is that the physical storage comes from a file that is already on the disk instead of the memory manager. I will say that it has two main purposes:

  • It is ideal to access a data file on disk without performing file I/O operations and from buffering the file’s content. This works great when you deal with large data files.
  • You can use memory mapped files to allow multiple processes running on the same machine to share data with each other.“

OMG! You can even specifiy views on a memory mapped file… from different processes… .NET 4 FTW!

Source: http://blogs.msdn.com/salvapatuel/archive/2009/06/08/working-with-memory-mapped-files-in-net-4.aspx

Categories: Development, Microsoft, Riot Tags:

How to remove a team project from Team Foundation Server 2008

August 10th, 2009 bietiekay No comments

Well, if you don’t want to have them removed just form your Team Explorer in Visual Studio you want to go to your Team Foundation Server Remote Desktop and open a commandline.

Change to the folder %program files%\Microsoft Visual Studio 9.0\Common7\IDE and do this:

tfsdeleteproject /force /server: "
"
Categories: Development, Microsoft, Software Tags:

cool new feature: reduce volume

August 10th, 2009 bietiekay 1 comment

When you start a Skype call WIndows 7 will immediately reduce the volume of all other sounds by a defined value. 80% is default. Great and useful feature!

volumedownoncommunicate

Categories: Microsoft, Software Tags:

Windows 7 API Code Pack for managed code available

August 10th, 2009 bietiekay 2 comments

After the upgrade of all my machines to Windows 7 I now can write code for the new UI. Great stuff!

Microsoft today released the Windows 7 API Code for Microsoft.NET Framework on Code Gallery

stickyjumplist

Source: Code Gallery

Categories: Development, Microsoft Tags:

the .NET Framework sourcecode release and how to unpack it…

August 6th, 2009 bietiekay No comments

It’s great to finally have the .NET sourcecode for debugging purposes – inconveniently it’s in a format you might have your difficulties just browsing along. A little tool is here to help!

After you installed, let’s say the WCF sourcecode and debug symbols you get a directory structure similar to this:

wcfsource

This source.zip.tmp file holds the whole sourcecode as one big package. It can’t be unpacked – even one would suggest that by just looking at that .zip ending in the name of the file.

Instead this is a plain-text file of a certain yet simple format. I wrote me a little tool to unpack this file into it’s original files and directories.

You can get the little tool, including sourcecode, here: UnpackMSSources.zip

To start the magic, you would like to go to the command line and start the tool with two parameters. Parameter 1 is the path and filename of the source.zip.tmp file. Parameter 2 is the part of the Path that needs to be cut-off. For the WCF Sources it’s “/DEVDIV/depot/DevDiv/releases/Orcas/SP/ndp/cdf/src/” for example.

The tool will then start to whirl through the file and extract all the files it founds into directories it’s creating along the way. After some seconds you would end with a directory tree like this:

unpacked

Have fun!

Source 1: http://referencesource.microsoft.com/netframework.aspx
Source 2: http://www.schrankmonster.de/content/binary/UnpackMSSources.zip

farewell popfly

July 17th, 2009 bietiekay No comments

I’ve seen the launch of PopFly two years ago. And now I am going to see the landing :-(

popfly

“Unfortunately, on August 24, 2009 the Popfly service will be discontinued and all sites, references, and resources will be taken down. At that time, your access to your Popfly account, including any games and mashups that you have created, will be discontinued.”

Now somebody please tell the world that the code of popfly will be released in some way so that other people can learn and work with it. That would be great. Oh if we just wouldn’t have that many lawyers on this planet.

Source 1: http://popflyteam.spaces.live.com/blog/cns!51018025071FD37F!336.entry
Source 2: http://www.popfly.com/

Categories: Development, Games, Internet, Microsoft, graphics Tags:

If you want to backup and restore your stored windows passwords…

April 24th, 2009 bietiekay No comments

You might want to do this:

run

 

This will spawn a nice little dialog looking like this:

stored 

There you go – you can add, remove, edit, backup and restore your stored passwords. I didn’t know that was possible until now – amazing B-)

Categories: Microsoft, Software Tags:

DPM 2007 problem – why can’t I install the Remote Agent?

January 23rd, 2009 bietiekay No comments

I tried to install a Data Protection Manager 2007 Remote Agent remotely and on the machine locally. Trying to install it remotely will always fail with this error message:

dpmfailed

 

Since “tfs” is the only x86 server we have and everything else including the DPM 2007 Server is x64 this is my only bet – but so far even the local installation (which worked) did not change anything. I installed the remote agent and did the console setup setting the dpm server. I then added the production server to the DPM 2007. But the error message remained. I just don’t know what else to do.

Any ideas?

Categories: Microsoft, Software Tags:

Interview with Steve Teixeira at the Technical Summit 2008 in Berlin

December 7th, 2008 bietiekay No comments

I had the chance to interview Steve Teixeira – the Product Unit Manager for the Parallel Developer Tools team in Microsofts Developer Division.

So here is the video of this (my first) interview:

If you click here you can watch it in HD.

Categories: Development, Microsoft, Movies, Research Tags:

Visual Studio 2010 and .NET Framework 4.0 CTP available

October 27th, 2008 bietiekay No comments

Unexpected news: Obiously the first CTP of the upcoming Visual Studio 2010 and .NET Framework 4.0 is available for download.

“Welcome to the Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview Feedback page! You can now get an early look at the new features we are working on for the next release by downloading the CTP from the Download Center. The CTP release is available in English only as a Virtual PC image.”

2010

Source: http://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=9790

Categories: Development, Microsoft, Software Tags:

Microsoft Small Basic – a learning by doing programming environment

October 24th, 2008 bietiekay 2 comments

Microsoft just released a small tool with the name “Small Basic”. It’s a all-in-one programming environment for beginners:

smallbasic

“Small Basic is a project that’s aimed at bringing “fun” back to programming. By providing a small and easy to learn programming language in a friendly and inviting development environment, Small Basic makes programming a breeze. Ideal for kids and adults alike, Small Basic helps beginners take the first step into the wonderful world of programming.”

Source: http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx

Categories: Development, Microsoft, Software Tags:

How to make it hard to read the EULA

October 10th, 2008 bietiekay No comments

Microsoft did a fairly good job hiding the end user license agreement in the .NET Framework 3.5 installer dialog:

netframeworklicense

Categories: Microsoft, Riot, Software, rumors Tags:

How to fix a “Maximum length exceeded” error message in ASP.NET

October 8th, 2008 bietiekay No comments

Since I had to fix it for more than hundred times before – here is once and for all the solution:

Add to the httpRuntime section of the web.config file of your ASP.NET application or webservice:

and you’re done.

Categories: Internet, Microsoft, Riot, Software Tags:

Mono 2.0 released!!

October 6th, 2008 bietiekay No comments

“Mono 2.0 is a portable and open source implementation of the .NET framework for Unix, Windows, MacOS and other operating systems.”

  • Compiler
    • C# 3.0 compiler implementation, with full support for LINQ.
    • Visual Basic 8 compiler.
    • IL assembler and disassembler and the development toolchain required to create libraries and applications.
  • API
    • ADO.NET 2.0 API for accessing databases.
    • ASP.NET 2.0 API for developing Web-based applications.
    • Windows.Forms 2.0 API to create desktop applications.
    • System.XML 2.0: An API to manipulate XML documents.
    • System.Core: Provides support for the Language Integrated Query (LINQ).
    • System.Xml.Linq: Provides a LINQ provider for XML.
    • System.Drawing 2.0 API: A portable graphics rendering API.

mono2

Source: http://www.mono-project.com/Main_Page

Categories: Development, Linux, Microsoft Tags:

the Hyper-V Server 2008 is available… for free…

October 3rd, 2008 bietiekay No comments

I virtualization heaven! I am currently using VMWare Server on most of the machines I am doing virtualization on – but the fact that the Microsoft Hypervisor “Hyper-V” is available for free now is really cool:

“Microsoft Hyper-V Server 2008, a bare metal hypervisor-based server virtualization product, is now available as a no-cost Web download at http://www.microsoft.com/Hyper-VServer. Microsoft Hyper-V Server 2008 provides a simplified, reliable and optimized virtualization solution for customers to consolidate Windows or Linux workloads onto a single physical server or to run client operating systems and applications in server-based virtual machines in the data center. Microsoft Hyper-V Server 2008 allows customers to leverage their existing provisioning, updating, management and support tools, processes and skills.”

hypervsetup1

Source: http://hypervoria.com/

Categories: Hardware, Microsoft, Software Tags:

freebie day? Another Vista Ultimate game is available…

September 24th, 2008 bietiekay No comments

It seems that today it’s the freebie day (well… for some of us). Because today the next Windows Vista Ultimate Extra is available: Tinker.

Tinker – to shorten up things – is a Sokoban interpretation with some interesting twists.

tinker_update

“Being a small robot isn’t always easy. Being a small robot marooned in a surreal world of clockwork, obscure mechanisms and infuriating puzzles, even less so. In Tinker, a puzzle game that pushes the boundaries of robot frustration, you’ll guide your robot through switches, lasers, teleporters, and a host of other contraptions to reach the exit. He’ll only do what you command. He’ll only go where you tell him to. Will you lead him home, or will you doom him to eternal confusion?

Featuring captivating visuals, an original music score, and 60 levels that range from the facile to the infuriating, Tinker is an isometric, two-dimensional puzzler published exclusively as an Ultimate Extra for Windows Vista Ultimate Users. Tinker features tutorial level, and will include regularly released level packs to expand the experience. Want even more? Download the level builder, and create masterworks of ingenuity to keep your friends scratching their heads. What are you waiting for? Start Tinkering.”

tinkergame

It’s good looking, fun, the music is great and it’s free…

And it’s got it’s own Level Editor:

tinkereditor

Source: http://www.fuelgames.com/

Categories: Games, Microsoft Tags:

create panoramic images with a free tool

September 24th, 2008 bietiekay No comments

There was the Digital Image Suite and several other tools like Hugin and Cool360 which I used over the last years to create panoramic images. Now there’s a new tool available in 32 and 64 bit (for really really huge images!) from Microsoft Research. It’s free at this point and if you’re on Windows it’s definitely worth the try.

msice

“Microsoft Image Composite Editor is an advanced panoramic image stitcher. You shoot a set of overlapping photographs of a scene from a single location, and Image Composite Editor creates a high-resolution panorama incorporating all your images at full resolution. Then save your stitched panorama in a wide variety of formats, from common formats like JPEG and TIFF to multi-resolution tiled formats like HD View and Silverlight Deep Zoom.”

Source: http://research.microsoft.com/ivm/ice.html

Categories: Microsoft, Panorama, Research, Software, graphics Tags:

XAMLpadX – a free and powerful editor for XAML

September 9th, 2008 bietiekay No comments

A new version of the great XAMLpadX is available. It’s an editor with many features you want to have in Visual Studio and Blend but you don’t get them.

xamlpad

Source: XamlPadX 4.0

Categories: Development, Microsoft, graphics Tags:

If you need to edit XML files…

September 3rd, 2008 bietiekay No comments

…take the XML Notepad.

“Handy features include:

  • Tree View synchronized with Node Text View for quick editing of node names and values.
  • Incremental search (Ctrl+I) in both tree and text views, so as you type it navigates to matching nodes.
  • Cut/copy/paste with full namespace support.
  • Drag/drop support for easy manipulation of the tree, even across different instances of XML Notepad and from the file system.
  • Infinite undo/redo for all edit operations.
  • In place popup multi-line editing of large text node values.
  • Configurable fonts and colors via the options dialog.
  • Full find/replace dialog with support for regex and XPath.
  • Good performance on large XML documents, loading a 3mb document in about one second.
  • Instant XML schema validation while you edit with errors and warnings shown in the task list window.
  • Intellisense based on expected elements and attributes and enumerated simple type values.
  • Support for custom editors for date, dateTime and time datatypes and other types like color.
  • Handy nudge tool bar buttons for quick movement of nodes up and down the tree.
  • Inplace HTML viewer for processing xml-stylesheet processing instructions.
  • Built-in XML Diff tool.
  • Support for XInclude
  • Dynamic help from XSD annotations.
  • Goto definition to navigate includes and XSD schema information. “

xmlnotepad

Source: http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&displaylang=en

Rumor of today: Skymarket is the AppStore for Windows Mobile 7

September 1st, 2008 bietiekay No comments

So..in 2009 Windows Mobile 7 will start and some things point towards an AppStore equivalent called Skymarket for the Microsoft mobile operating system… hmm… Why not… earlier? Like before Apple… way to go Microsoft.

Source: Skymarket @ Computerworld

Categories: Microsoft, Mobile, rumors Tags:

how to create your own photosynth

August 24th, 2008 bietiekay No comments

Photosynth is publicly available and it’s time to give it a try and play with the technology. Before starting you should be aware of some facts about the public photosynth technology-preview:

  1. all synths are uploaded and only available online (broadband needed)
  2. all synths are public, everyone can access them
  3. the synther tool runs only on Windows
  4. you’ll need a Live ID

When everything is checked you can go and upload up to 20 Gbytes of image data – my test synth takes up 200 Mbytes of the available space – so you have plenty of space to play with.

To start just install the photosynth application to view – and click “create” on the website. After the obligatory login you immediately can upload your pictures. Give it a name, ssome tags and a license and select your pictures.

createsynth_step2

Your pictures should show the same scene from different perspectives – photosynth is all about matching perspectives. After clicking on “Synth” the process starts.

createsynth_step3

And after a surprisingly short period of time your synth is done. Click on “View Synth” and you’re taken back to the website and you can browse your synth. That’s it – easy!

createsynth_step5

Source 1: my first photosynth
Source 2: Photosynth is open for the public
Source 3: create a synth

Photosynth is open for the public

August 21st, 2008 bietiekay No comments

Believe it or not – it’s been 2 years since I first wrote about Photosynth technology. Today Microsoft made it available to the public. It’s not a tool (yet) – like I wanted – right now but it’s built into this website – so you have to upload your pictures, they are processed and then you can browse on this website… well it’s a start for a really great technology.

“We’re pleased to announce the first full release of Photosynth, available now at photosynth.com. Photosynth takes a collection of regular photographs and reconstructs the scene or object in a 3-D environment. For those of you who have seen the videos or tried our tech preview, you could experience synths that we made in the lab and get a feel for what Photosynth is and how it works. But now, for the first time ever you can create synths from your own pictures and share them with your friends. Explore great synths from others or create a few of your own.”

halo3photosynth

It’s not going to work on anything different than Windows. So stick to the movies if you’re on anything else. But as far as I know it’ll run o

Source 1: http://photosynth.net/Default.aspx
Source 2: http://www.schrankmonster.de/PermaLink,guid,fdc3d1fb-4966-418b-83ea-1e0c12aae833.aspx

giving better looking presentations: pptPlex

August 19th, 2008 bietiekay No comments

There’s a new free tool available from officelabs:

“pptPlex is a plug-in that explores an alternate method for presenting a PowerPoint slide deck. Using pptPlex, you can present your slides as a tour through a zoomable canvas instead of a series of linear slides.”

pptplex

Source: http://www.officelabs.com/projects/pptPlex/Pages/default.aspx

read the MSDN Forums with a cool client interface

August 12th, 2008 bietiekay 1 comment

I often read in the MSDN Forums but I will read more often because now there’s a client application available:

“After many months of hard work we are proud to announce the availability of our first CTP of the Microsoft Forums Client. Much of the work for this CTP is in foundational code that will let us build the rest of the application, but we hope that this first preview will let you see what direction we’re heading in, and also give you a chance to give us feedback!
Things that work in this CTP:

  • Getting the list of available forums
  • Subscribing to forums you’re interested in
  • Manually (by right click menu) synchronizing the Question and General Discussion threads in a forum
  • Reading posts that have been synchronized
  • Hierarchical (threaded) view of conversations”

CTP Main Screen

Source: http://www.codeplex.com/msdnforumsclient

Categories: Development, Internet, Microsoft, Software Tags:

the Visual OpenType Layout Tool

August 11th, 2008 bietiekay No comments

If sometimes you need to just create your own font… well maybe that’s a bit too much theoretical – but it’s interesting to play with a tool like VOLT. It’s out now in a new Version and I suggest taking a look:

“The Microsoft Visual OpenType Layout Tool provides an easy-to-use graphical user interface to add OpenType layout tables to fonts with TrueType outlines. It is licensed free and can be downloaded from the online community set up for it. The community hosts an active discussion forum, version history information, a wish-list and related downloads. Links to VOLT’s release notes, as well as tips and tutorials are also posted.”

glypheditor

Source: http://www.microsoft.com/typography/VOLT.mspx

Categories: Drawing, Microsoft, Software, graphics Tags:

.NET Open Space 2008 – 18.-19.10.2008 in Leipzig

August 5th, 2008 bietiekay No comments

Das wunderbare Leipziger Team tritt nun bald wieder mit dem .NET Open Space 2008 in Erscheinung:

“Die besten Gespräche hat man fern ab von einer festgelegten Agenda, bei einem Kaffee und beim “du”. Dort gibt es keine Rollenaufteilung in Sprecher / Zuhörer und die Themen finden sich vor Ort ganz von selbst. Das ist die Idee vom .NET Open Space. Hier sind alle gleich. Auch die Organisatoren halten sich im Hintergrund und moderieren nur ab und an etwas. Die Verantwortlichen der Themenfelder sorgen mit Einladungen für Teilnehmer darin.
.NET Open Space besteht derzeit aus den drei parallelen
Themenfeldern:

  • ALT.NET
  • Mobile Computing
  • Soft Skills”

NET Open Space

Eine Agenda gibt es nicht, dafür aber einen Zeitplan:

Zeitplan

Source: http://netopenspace.de/