Browse by Tags

All Tags » General Software Development (RSS)
Jag har just skapat en widget för Windows Mobile 6.5 som listar upp senaste svaren i Aspsidans forum. För den som inte vet vad widgets är så är det en nyhet i Windows Mobile 6.5, som gör det möjligt att skapa applikationer med hjälp av HTML och Javascript...
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...
Robert Folkesson har nämnt hur viktigt det är att skydda sig mot XSS , vilket är ett väldigt viktigt ämne. Jag försökte posta en kommentar till hans inlägg, men på grund av något strul med MSDN-bloggarna så verkar det inte ha kommit fram, så jag tänkte...
I ASP.NET 2.0 introducerades ett par olika providers som kan användas för att enkelt få funktionalitet som kan användas på webbplatserna. Det finns ett antal inbyggda, och det är riktigt enkelt att skriva egna. Jag har tänkt att gå igenom de olika typer...
I C# 3.0 kunde vi se en ny typ av objekt som kallas för “var”. Det som händer vid kompilering är att det här: var a = “Hello, World!”; .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace;...
Posted by Vimpyboy | with no comments
I had to generate a table of contents based on the contents of an article. So what´s the smiplest way? I had two ways to go: Parse the HTML (should be XHTML, which allows me to use an XMLDocument for example), but it could also be ugly HTML. Read the...
There is a VPC with IE 8 available now. You can use it if you don´t want to install it on your pc. Download Internet Explorer 8 VPC
In my last post, I said that the X-UA-Compatible tag didn´t work as expected, but thanks to Joe Chung I got it to work. :-) All you have to do is to place the tag as the first element in the head tag. I hope this is just temporary though.
More Posts