Monday, January 29, 2007
Paint.NET 3.0
Sunday, January 28, 2007
Windows Vista - beneficial features
Saturday, January 27, 2007
WEF: Leaders get a taste of Web 2.0
They use accurate mediums to publish informations - a blog. Every participant - including Microsoft chairman Bill Gates - has been asked to post at least once, according to this article.
This afternoon, I followed the discussion about Web 2.0 with Leaders from Microsoft, Flickr, Nike, Fortune and more. The topic aimed less about technique and more about participation, community, sharing, individualization of content and services.... order your individual, unique styled Nike-Shoes... Customize your desktop and web... just be a part of it.
Web 2.0 is everywhere. And Web 3.0 is already on its way....
Update 2007 (WEF): Beyond Web 2.0 -- From Content to Collective Knowledge?
While social networks and community-oriented interactive sites, known as Web 2.0, continue to gain pace, the advent of Web 3.0 is already taking shape. In this Update, panellists (WEF) will discuss how a fundamental, technology-enabled "semantic Web" could develop over the coming four to five years, driven by hyper personalization coupled with advances in meta tagging and search, revolutionizing the way the knowledge is shared.
Hope, I will find the according WEF potcast.
WEF - Please don't mix it with Wresting Entertainement Federation :-)
Thursday, January 25, 2007
List of Microsoft software codenames
Tuesday, January 23, 2007
Anti-Cross Site Scripting Library
ASP.NET developers may wish to use the Microsoft Anti-Cross Site Scripting Library to encode output. This library differs from other encoding libraries in that it uses the principle of inclusions and provides a high degree of protection against XSS attacks.
Learn more about the Anti-Cross Site Scripting Library
Download the Anti-Cross Site Scripting Library
Follow the tutorials
Monday, January 22, 2007
WPF/E Future - Textbox and other Controls
WPF/E does not even contain a Textbox control at the moment. It is in a really early stage. So don't be disappointed. According to this thread, Microsoft is working on adding basic control (TextBox, Checkbox, ...) in the next CTP. Then we're getting closer to business needs.
"We'll also be providing "WPF/E" integration with .NET managed code next year" announced Scott Guthrie, which will bring WPF/E even one level higher (more c#, less javascript).
In the meantime, Tony Lombardo from Infragistics did realize a cool combo (WPF/E and MS AJAX) - a "WPF/E Textbox". Take a look. An enthralling technical chat about WPF and WPF/E to gain insights:
Sunday, January 21, 2007
AJAX XML-Script Tutorial (Future CTP Feature)
The Future CTP is not official documented, so this kind of Tutorial from the community are really worthwhile.
Thursday, January 18, 2007
WebApp Offline? Dojo Offline Toolkit!
Sounds great. One big step further in Web-Development, if he will reach his goal. I will stay tuned.
Here some relevant links to get more details:
- Dojo Offline Toolkit
- Proxy Auto-Config (General Description)
- PAC (Proxy Auto-Config File Format)
- Dojo Storage (unified API to provide JavaScript applications with storage)
- Moxie (Dojo Offline Storage demo)
Wednesday, January 17, 2007
Windows Live Search Box
Task Scheduler Library for .NET
The Windows Task Scheduler is accessible thru a COM interface, but the .NET Framework does not offer any native wrapper for it. :-(
Dennis Austin built an excellent .NET wrapper for the Scheduler, including Source Code, MSDN Style Help and Demo Client. Wow, R-E-S-P-E-C-T !
I was able to build an ASP.NET 2.0 Application to list, add, edit and remove tasks to the scheduler - in no time! Thanks, Dennis - your my programmer of the Week
Sunday, January 14, 2007
Media File Converter
Wednesday, January 10, 2007
AJAX Security Concerns
Since Ajax Web applications exist on both the client and the server, they include the following security issues:
- Create a larger attack surface with many more inputs to secure
- Expose internal functions of the Web application server
- Allow a client-side script to access third-party resources with no builtin security mechanisms
AJAX implementations require a trust relationship between the client and server — a relationship that can be exploited by an attacker...
The JavaScript in the Ajax engine traps the user commands and makes function calls in clear text to the server. Browser requests and Ajax engine requests look identical. The server is incapable of discerning a request made by JavaScript and a request made in response to a user action. This fact means it is very difficult for an individual to prove that they did not do a certain action.
It also means that JavaScript can make a request for a resource using Ajax that occurs in the background without the user’s knowledge. The browser will automatically add the necessary authentication or state-keeping information such as cookies to the request. JavaScript code can then access the response to this hidden request and then send more requests. This expansion of JavaScript functionality increases the possible damage of a Cross-Site Scripting (XSS) attack.
Read the whole, excellent Article "AJAX Security Dangers" by Bill Hoffmann.
Tuesday, January 09, 2007
Sunday, January 07, 2007
AJAX Architecture (Big Picture)
Based on AJAX Core, we get the ASP.NET AJAX Toolkit, an Add-On to create AJAX Controls and AJAX Extenders. The Toolkit is set-up as "Shared Source" bringing Microsoft and the Community together - working on fancy, attractive Controls for everybody.
Thursday, January 04, 2007
Visual Studio 2005 on Windows Vista Issue List
Visual Studio 2005 on Windows Vista Issue List
http://msdn2.microsoft.com/en-us/vstudio/aa964140.aspx
Microsoft SQL Server 2005 on Microsoft Windows Vista
http://www.microsoft.com/sql/howtobuy/windowsvistasupport.mspx
Wednesday, January 03, 2007
"Sys is undefined" in MS AJAX RC 1 on VISTA
So I downloaded the latest AJAX Control Toolkit Bits from Codeplex and installed the VS-Templates as well.
But, no sample code was working on my machine (VISTA, VS.NET 2005 SP1, IE7 and FF2)!
I've got always the following Script-Error: "Sys is undefined" (Sys is one of the major "classes" of the MS AJAX Library). It seems, that the browser is not able to detect the Script-Library, where this object is located.
I've checked the references to the AjaxToolkit.dll, did all the config mentioned in this thread (http://forums.asp.net/1516718/ShowThread.aspx) - no success.
If you google for "Sys is undefined" "AJAX" you will find loads of post about this problems. Seems to exist since ages...
At least, when I'm running the sample on a Windows XP (with IE7), everything work as expected. --> expected means correct!! :-)