|
|
|
Localization in ASP.NET 2.0 using a database and adapters |
|
|
By Ferry Onderwater on
27-4-2007 12:53
|
|
|
|
ASP.NET 2.0 offers 'out-of-the-box' localization. It uses resource-files (xml). It is possible to use a database instead (see the article of Michèle Leroux Bustamante, mentioned below the blog). A few days earlier I looked a bit to adapters so I got the crazy idea to add those two pieces together. My prime-directive was:
Make code localized with as less changes in the (existing) source as possible. UPLOADTEMPLATE
|
 |
|
Comments (16)
|
More...
|
|
|
Popup en modal popup tegelijk |
|
|
By Ferry Onderwater on
5-3-2007 18:50
|
|
|
|
Stel:
Ik heb een textbox. Als ik daar op klik wil ik een popup. In die popup bied ik de mogelijkheid om te zoeken. Wanneer ik meer dan x resultaten heb wil ik een modal popup die meldt dat er teveel resultaten zijn en dat alleen de eerste 100 getoond worden.
|
 |
|
Comments (5)
|
More...
|
|
|
|
PNG-Fix with and without Javascript |
|
|
By Ferry Onderwater on
5-8-2006 23:00
|
|
|
|
In this blog-entry I tell you about the problems with PNG in IE (versions prior to 7), the solutions, problems with the solution and ofcourse the way wé got rid of the problems. You will find the javascript solutions, css-solutions and an example to override a property in a VB.NET control so the PNG's will be fixed automatically.
|
 |
|
Comments (28)
|
More...
|
|
|
|
Stubs (.NET 2.0) |
|
|
By Ferry Onderwater on
2-5-2006 22:00
|
|
|
|
Neem de volgende situatie:
We hebben een user control (ascx). Deze usercontrol heeft een public property en een public method. Hoe kunnen we deze code vanuit bijvoorbeeld een andere class aanroepen?
Code die publiek aangeroepen wordt binnen een applicatie moet in de App_Code directory staan. Een usercontrol mag daar weer niet staan.
|
 |
|
Comments (4)
|
More...
|
|
|
|
Post-It's in je applicatie |
|
|
By Ferry Onderwater on
10-2-2006 0:00
|
|
|
|
Wat zou het toch leuk zijn (en laten we eerlijk zijn, iedereen wil het meer voor het leuke dan voor de functionaliteit) als we in onze web-applicatie ervoor konden zorgen dat we bij een collega een virtuele post-it op zijn of haar scherm zouden plakken. In dit artikel bescrijf ik de stappen die ik heb genomen om een applicatie te bouwen waarin in ik, als gebruiker, zelf post-its kan definieren en laten tonen op het scherm.
|
 |
|
Comments (3)
|
More...
|
|