Nedenstående kodestump viser hvordan man med lidt css, kan vise et ikon sammen med sine links i stil med diverse Wiki’: viden.web-bits.dk <html> <head> <style> a.external { background-image: url(ExternalLink.gif); PADDING-RIGHT: 14px; background-repeat: no-repeat; background-position: left 50%; padding-left: 14px; } </style> </head> <body> <a href="viden.web-bits.dk" class="external">Testlink</a> </body> </html> .csharpcode, .csharpcode pre { font-size: small; color: black;…
Måned: august 2009
Webdevelopment
CodeProject: User Preference using Application Settings
by Bo Jensen •
CodeProject: User Preference using Application Settings. Free source code and programming help
Webdevelopment
Dynamic Drive DHTML Scripts- Bullet Image Link script
by Bo Jensen •
Dynamic Drive DHTML Scripts- Bullet Image Link script
Webdevelopment
CodeProject: Print Stylesheet: The Definitive Guide. Free source code and programming help
by Bo Jensen •
CodeProject: Print Stylesheet: The Definitive Guide. Free source code and programming help
Webdevelopment
CodeProject: Fluid, multi-column, vertically ordered list using CSS. Free source code and programming help
by Bo Jensen •
CodeProject: Fluid, multi-column, vertically ordered list using CSS. Free source code and programming help
Webdevelopment
CodeProject: HttpWebRequest/Response in a nutshell – Part 1. Free source code and programming help
by Bo Jensen •
CodeProject: HttpWebRequest/Response in a nutshell – Part 1. Free source code and programming help
DotNET, General
Can someone explain Managed Code in layman's terms? | The Coffeehouse | Channel 9
by Bo Jensen •
Can someone explain Managed Code in layman’s terms? | The Coffeehouse | Channel 9
Security
Running ASP.NET in Medium Trust – Rick Strahl's Web Log
by Bo Jensen •
Running ASP.NET in Medium Trust – Rick Strahl’s Web Log
Security
Never Write an Insecure ASP.NET Application Ever Again
by Bo Jensen •
Learn to take advantage of the inner workings of ASP.NET’s security model to help eliminate security vulnerabilities from your web applications. Follow this link to read more: Never Write an Insecure ASP.NET Application Ever Again
Security
Encrypting Connection Strings in Web.config – O'Reilly Media
by Bo Jensen •
Encrypting Connection Strings in Web.config – O’Reilly Media
Security
Medium Trust Hosting | CoolWebDeveloper.com
by Bo Jensen •
Medium Trust Hosting | CoolWebDeveloper.com
Security
ASP.NET.4GuysFromRolla.com: Hosting ASP.NET Applications in Medium Trust
by Bo Jensen •
ASP.NET.4GuysFromRolla.com: Hosting ASP.NET Applications in Medium Trust
