Mikael Söderström
-
Klient-id:n i ASP.NET 4.0
När man arbetar med JavaScript och Web Forms-baserade ASP.NET-sidor så uppstår ofta problem när man skall plocka ut ett element som har genererats genom en kontroll. Problemet beror på att id:t som genereras hos klienten ser ut på ett sätt som säkerställer att det alltid är unikt.
-
New jQuery Ribbon release!
I have just uploaded a new release of jQuery Ribbon on CodePlex.
-
jQuery Ribbon update – Access key support
I have added support for access keys on the jQuery Ribbon.
-
jQuery Ribbon on CodePlex
I have just created a CodePlex site for jQuery Ribbon with screenshots and the source.
-
jQuery Ribbon – Themes
I have just added support for themes on the jQuery Ribbon since not everyone liked the one I used before. I have added a very simple grey theme, which you can use to create your custom one. You can switch themes in the ribbon without reloading the page.
-
Major update on jQuery Ribbon
Lists:
-
Update on jQuery Ribbon
I have just updated the “orb menu” in jQuery Ribbon. It now supports submenus (nested ul list in the HTML).
-
jQuery Ribbon
I have just created a simple ribbon built on jQuery. It´s not finished yet, but please leave a comment. :-)
-
Windows CardSpace med ASP.NET MVC
Jag har tidigare skrivit några artiklar om bl.a. hur man kommer igång med Windows Cardspace och hur man använder det med Javascript. De har dock tagit upp hur det fungerar med ASP.NET Web Forms, men för att få det att fungera med ASP.NET MVC på serversidan så måste man tänka lite annorlunda.
-
Formulär
När man skapar formulär i ASP.NET med web forms så finns det ett gäng olika kontroller som TextBox, DropDownList, Button m.m. Dessa kan sedan bindas mot olika event, vilket genererar olika javascript och HTML-element som vi inte kan styra över. Dessutom skapas olika id:n, vilka vi inte har kontroll över (förändras dock i ASP.NET 4.0, där vi äntligen kan anpassa dessa).