Contact

netcreate OHG
  • Send mail to the author(s) E-mail
  • XING

My talks

Community

.NET Developer Group Braunschweig Co-Lead INETA Deutschland Microsoft Community Leader/Insider Program (CLIP) .NET GUI Just Community e.V.

Categories  RSS 2.0

Archives

Blogs of friends

Comments

Stats

Total Posts: 229
This Year: 62
This Month: 0
This Week: 0
Comments: 105

Tags

 

ScriptDoc 1.0 erschienen

Posted in AJAX at Thursday, June 28, 2007 10:28 AM W. Europe Daylight Time

Das nützliche kleine aber feine Tool ScriptDoc ist gestern in der Version 1.0 erschienen. Mit ScriptDoc kann man Dokumentation für Ajax Client Script Libraries erstellen. Es wird ein XML File generiert, welches dann von NDoc oder SandCastle verarbeitet werden kann.

This application generates documentation for Atlas client script libraries. It generates XML documentation files that have the same format as C# documentation files and that can be processed by existing tools such as NDoc or SandCastle.
This works as an ASP.NET 2.0 web application.
Documentation is generated from the source code of the classes defined in files and namespaces defined in a project file. The project to use is specified using the project query string parameter. For example, if you have built the project file myProject.xml in the Projects directory, browsing to default.aspx?project=myProject will generate the Output/myProject.xml and Output/myProject.org documentation and reflection files.
The tool can work in the absence of specific documentation information in the source code but the usefulness of such documentation will be small.
To include real documentation, you can use the /// comments that are familiar to C# developers with one essential difference: the comments have to be inside of the class or method definition.

Cool! :-)

Weitere Informationen & der Download: hier

Trick: AJAX debugging mit dem IE

Posted in AJAX at Thursday, May 10, 2007 6:17 PM W. Europe Daylight Time

Wenn man AJAX einsetzt, dann hat man mit unter ein Problem den aktuell angezeigten Html Quellcode der Webseite zu bekommen. Wenn man im IE einfach rechten Mausbutton "Quellcode anzeigen" anklickt, bekommt man nur den Html Quellcode zu sehen, der beim ersten vollständigen Laden der Webseite angezeigt wird. Wenn nun AJAX ins Spiel kommt, dann wird der aktuelle Zustand des Html Quellcodes mit dieser Methode nicht angezeigt.

Für das Problem gibt es einen IE-"Hack":

Copy Code
javascript:'<xmp>' + window.document.body.outerHTML+ '</xmp>'

Wenn man diesen Code in der Adresszeile im IE eingibt, wird einem der aktuelle Zustand des Html Quellcodes angezeigt!

Damit kann man nun auch anzeigen, was sich durch AJAX im Hintergrund an der Webseite verändert hat.

Ajax ASP.NET Tab Extender Control

Posted in AJAX at Monday, April 02, 2007 7:05 PM W. Europe Daylight Time

Auf Basis des AjaxControlToolkit hat telerik einen Tab Extender Control entwickelt, welches zum kostenlosen Download bereit steht. Endlich Tabs in einer normalen ASP.NET Textbox! Der Tab Extender ist bei dem Code Converter Projekt entstanden. Mit dem Code Converter kann man Sourcecode zwischen VB und C# (und andersrum) konvertieren.
Einfach die Tab Extender DLL zu der AjaxControlKit.dll ins BIN Verzeichnis kopieren und das Tab Extender Control auf die ASP.NET Seite packen. Danach nur noch die TargetControlID anpassen und schon hat die Textbox Tab Unterstützung! :-)

Download Tab Extender mit Sourcecode: hier

Weitere Informationen dazu: hier

ASP.NET AJAX Beta

Posted in AJAX at Friday, October 20, 2006 3:19 PM W. Europe Daylight Time

Endlich ist die lang ersehnte ASP.NET AJAX  (früher ATLAS) BETA Version erschienen.
Bin gespannt, was sich verändert hat... stay stuned :)

Weitere Infos dazu gibt es hier: http://ajax.asp.net/Default.aspx?tabid=47

ScottGu says:
http://weblogs.asp.net/scottgu/archive/2006/10/20/ASP.NET-AJAX-Beta-1-Released.aspx