Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » HTML

Search Engine Optimization (SEO) for Ajax, Silverlight and Flash

Nikhil Kothari wrote an interesting article about SEO for Ajax and Silverlight Applications a year ago. SEO works perfectly well for static content but fails for RIAs (Rich Interactice Applications) where “the HTML page simply becomes a shell containing

Various Cheat Sheets (.NET, SQL Server, ASP.NET Ajax, CSS, JavaScript, RegEx, ...) - Free Download

Following is a list of cheat sheets I found over time... Feel free to post additional links if you have other cheat sheets. .NET Framework .NET Framework 2 0 Poster .NET Framework 3.5 Common Namespaces and Types Poster .NET Format String Quick Reference

Browser requirements for AJAX

AJAX is an acronym that covers many things. Generally, IE 5.5+ had some capabilities that can be considered AJAX capabilities, and Firefox 1.x also had some (native support for XHR object, for example). The minimum requirements for basic AJAX functionality
Posted by Walzenbach | 2 Comments
Filed under: , , ,

Some HTML Editors for ASP.NET...

The following are some HTML Editors for ASP.NET providing "Rich Text box" functionality and are definitely worth a try. FreeTextBox >> http://freetextbox.com/ FCKEditor >> http://www.fckeditor.net/ TinyMCE >> http://tinymce.moxiecode.com/
Posted by Walzenbach | 7 Comments
Filed under: , ,

ASP.NET Ajax TechTalk (Update)

Vorbei sind die Zeiten grauer, langweiliger Webanwendungen die hauptsächlich aus einer Ansammlung von Texten und Links bestanden. Der aktuelle Trend geht zu interaktiven, reichhaltigen Anwendungen welche die Features und Funktionalitäten traditioneller

How to create a CSS Layout for your web application?

Well, as we all know <table /> based layouts for websites should be avoided. But how to create a cool looking css layout? How to create a 3 column page layout, how to float columns or what needs to be done to have them static? Fortunately help is

YEAH! Virtual Earth v6 is now available :-)

Woahh! This is awesome news! Virtual Earth (VE) is available in version 6 and – as you might know – I have strong feelings about VE since I started www.woistdaniel.de :-) As a matter of fact the first thing I did was upgrading www.woistdaniel.de to v6
Posted by Walzenbach | 1 Comments
Filed under: , ,

ASP.NET Ajax TechTalk im Januar

So… aller Voraussicht bin ich im Januar wieder auf Tour und zwar mit einem TechTalk zu ASP.NET Ajax :-))) Auch wenn das grobe Konzept schon steht würde mich natürlich interessieren worauf Sie Lust haben (Immerhin geht es ja um Sie ;-) )? Welche Fragen
Posted by Walzenbach | 1 Comments
Filed under: , ,

JavaScript Profiling und "Wie verwende ich IE7 mit einem lokalen Proxy (AjaxView/Fiddler/...)"?

Profiler für C, C++, JAVA, VB.NET, C#, etc. gibt es wie Sand am Meer. Etwas komplizierter wird es wenn es darum geht JavaScript Anwendungen auszuwerten. Außer dem excellenten FireBug , der allerdings nur auf dem Firefox lauffähig ist, sieht's recht mau

CSS in Visual Studio 2008 rockt!!!

An CSS geht kein Weg vorbei und mit Visual Studio 2008 gibt es es nun endlich den passenden Support. Ein kleines, einfaches Beispiel: < body > < form id ="form1" runat ="server"> < div > < asp : Label ID ="Label1" runat ="server"
Posted by Walzenbach | 2 Comments
Filed under: , ,

Tools für Webentwickler

Auf http://blogs.msdn.com/ie/archive/2007/06/22/from-microsoft-teched-2007-web-development-tools-for-internet-explorer.aspx findet sich eine gute Übersicht an Tools für Webentwickler. Besonders gelungen und unverzichtbar sind meiner Meinung nach die IE
Posted by Walzenbach | 0 Comments
Filed under: , , ,

Wie optimiere ich Zugriff auf JavaScript (White Spaces, Kommentare, …)?

In einem ersten Schritt solle der JavaScript Code aus der Webseite in eine eigene Datei ausgelagert werden. Ist dies geschehen kann diese Datei vom Browser gecacht werden und braucht nicht bei jedem Zugriff erneut geladen werden. Überprüft werden kann

Wie erstelle ich eine Layouttabelle mit CSS?

Anbei ein kleines Beispiel wie eine Layouttabelle - statt mit einem <table /> Objekt - mit CSS erzeugt werden kann. < div style =" width: 300px " > < div style =" float: left; width: 100px " > < p > Login < / p > < / div
Posted by Walzenbach | 0 Comments
Filed under: , ,
 
Page view tracker