stenbaek

Stories submitted by stenbaek

Formatting enums using ICustomFormatter(blog.kjeldby.dk)

submitted by stenbaekstenbaek(545) 2 years, 11 months ago

C# enums are named constants, making code easier to write and read. But the enum names should not be written to the UI. This post shows two methods of formatting an enum to a string suitable for the UI. read more...

add a comment |category: |Views: 33

tags: another

Styling Buttons and Toolbars with the jQuery (filamentgroup.com)

submitted by stenbaekstenbaek(545) 3 years, 3 months ago

coded real-world examples of themeable buttons and toolbars using the jQuery UI CSS framework, a system of classes developed for jQuery UI widgets that can easily be applied to any plugin, and even static content. read more...

add a comment |category: |Views: 42

tags: another

appSettings Cache(dotnetperls.com)

submitted by stenbaekstenbaek(545) 3 years, 3 months ago

You want to improve the performance of the appSettings in ASP.NET using site-wide caching. Retrieving application settings in ASP.NET is needlessly slow. read more...

1 comment |category: |Views: 42

tags: another

Dynamic Compilation in a Web Application(blog.kjeldby.dk)

submitted by stenbaekstenbaek(545) 3 years, 6 months ago

With a simple trick, you can mimic the dynamic complilation of a Web Site in a Web Application. read more...

add a comment |category: |Views: 29

tags: another

Arthemia theme ready for BlogEngine(onesoft.dk)

submitted by stenbaekstenbaek(545) 3 years, 6 months ago

Original I didn’t believed that it was possible, but I managed to do it anyway and here it is: the Wordpress theme Arthemia 2.0 ready for BlogEngine read more...

add a comment |category: |Views: 95

tags: another

Make a wish for a BlogEngine.NET theme(onesoft.dk)

submitted by stenbaekstenbaek(545) 3 years, 7 months ago

Do you have a favorite blog theme that sadly only available to Wordpress or Blogger – now it's time to suggest it for adapting to BlogEngine.NET. read more...

add a comment |category: |Views: 30

tags: another

3 themes adapted for Blogengine.NET(onesoft.dk)

submitted by stenbaekstenbaek(545) 3 years, 7 months ago

3 wp themes: Notepad Chaos, FreshCitrus and Scruffy adapted for Blogengine.NET 1.4.5... more to come ;-) read more...

1 comment |category: |Views: 332

tags: another

CSS sliding doors technique (jankoatwarpspeed.com)

submitted by stenbaekstenbaek(545) 4 years ago

This article will show you how to create fancy buttons using CSS sliding doors technique. It is much better to use this technique than to use image buttons because you can apply the style to any link and at the same time you don't have to create an image for each button. read more...

add a comment |category: |Views: 210

tags: another

Most Useful 50 CSS Tips (emmaalvarez.com)

submitted by stenbaekstenbaek(545) 4 years, 1 month ago

A useful page that provides a nice listing of various CSS tips, tricks and tools. read more...

add a comment |category: |Views: 51

tags: another

960 Grid System(960.gs)

submitted by stenbaekstenbaek(545) 4 years, 2 months ago

The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels read more...

add a comment |category: |Views: 4

tags: another

Refactor: Extract Method(onesoft.dk)

submitted by stenbaekstenbaek(545) 4 years, 2 months ago

How to use Refactor->Extract Method to take a part of your code and isolate it in a separate function. read more...

add a comment |category: |Views: 4

tags: another

10 best CSS hacks (stylizedweb.com)

submitted by stenbaekstenbaek(545) 4 years, 3 months ago

10 hacks for creating cross browses, valid CSS and xHTML code. read more...

add a comment |category: |Views: 24

tags: another

New BlogEngine Theme - Bright Side of Life(onesoft.dk)

submitted by stenbaekstenbaek(545) 4 years, 4 months ago

Yet another theme for blogengine.net... read more...

add a comment |category: |Views: 19

tags: another

ASP.NET AJAX username availability check without UpdatePanel(onesoft.dk)

submitted by stenbaekstenbaek(545) 4 years, 10 months ago

How to write a username availability function with minimum of server load and traffic. read more...

add a comment |category: |Views: 65

tags: another