TopplistanInternetDetaljer för "Ted Nyberg's Code is poetry"

Ted Nyberg's Code is poetry


Ted Nyberg's Code is poetry
Om system- och webbutveckling med ASP.NET, Silverlight, EPiServer och Umbraco.
Artiklar: 1-30, 31-60, 61-90, 91-120, 121-150

Artiklar

Set default web browser for Visual Studio
2011-11-12 01:39:00
This is a reminder of how to change the default browser used when launching a website in Visual Studio . Full article on tednyberg.com
Using config transforms with EPiServer
2011-11-11 17:01:00
Config transforms are great for configuration management. This post mentions one approach for applying config transforms to EPiServer configuration files such as episerver.config. Full article on tednyberg.com
Access denied when accessing Visitor Groups tab in EPiServer
2011-11-11 16:43:00
After we upgraded an intranet to EPiServer CMS 6 R2 we discovered that we were not able to access the Visitor Groups tab. Here's a quick note on cause and resolution. Full article on tednyberg.com
Set default web browser for Visual Studio
2011-11-07 10:30:00
This is a reminder of how to change the default browser used when launching a website in Visual Studio . Full article on tednyberg.com
Default document breaks in edit mode in EPiServer CMS 5
2011-10-24 16:59:00
This post explains how to get around a problem in EPiServer 5 which causes the edit mode link to throw a 404, page not found. Full article on tednyberg.com
HTML5 and its impact on Flash and Silverlight
2011-10-24 16:59:00
A lot of people are speculating how HTML5 will affect proprietary plugins such as Flash and Silverlight on the web. Here are my two cents on the subject. Full article on tednyberg.com
Create EPiServer dynamic content with advanced settings
2011-10-24 16:59:00
This post explains how to use a user control for presenting a user interface to an editor when inserting dynamic content. Full article on tednyberg.com
Convert to and from Base64-encoding in .NET
2011-10-24 16:59:00
Code snippet demonstrating how to convert a string value to and from Base64 encoding in .NET. Full article on tednyberg.com
What is KML, what do you use it to and some great references.
2011-10-24 16:59:00
KML is a great way of providing your maps-solution with large amounts of POI?s. KML is based on XML and closely related to GML (Geography Markup Language). A great way of providing the public Google Maps or your own implementation with POIs. Full article on tednyberg.com
EPiServer Template Foundation Beta released
2011-10-24 16:59:00
EPiServer Template Foundation is a framework for speeding up the development of EPiServer websites by offering common page type definitions, site features, and developer helpers for reducing repetitive tasks and for simplifying certain complex concepts. Full article on tednyberg.com
Create new dynamic content in EPiServer
2011-10-24 16:59:00
One way to create more dynamic page templates in EPiServer is to use dynamic content. Here's an example of how to create dynamic content including dynamic content settings. Full article on tednyberg.com
Maintenance plans in MS SQL 2008
2011-10-24 16:59:00
Maintenance plans in MS SQL 2008 is a really neat feature in MS SQL that is very easily missed. I also found a typical, but not so clear error while starting to use these features. Full article on tednyberg.com
Manually setting the namespace for a web service proxy class in Visual Stud
2011-10-24 16:59:00
When a web service proxy class is generated by Visual Studio it comes with a default namespace. This post shows a way of modifying how the proxy class is generated to manually specify which namespace to use. Full article on tednyberg.com
Add a stylesheet link programmatically in ASP.NET
2011-10-24 16:59:00
Code snippet for programmatically adding a CSS link in ASP.NET. Full article on tednyberg.com
IIS.Net great resource
2011-10-24 16:59:00
IIS.net a great resource of information that easily passes you by. Small tips of how to use the web server to optimize your site, on startup take it for a warm-up and much more. Full article on tednyberg.com
System.Web.AspNetHostingPermission when using third-party assembly
2011-10-24 16:59:00
When downloading third-party-product to include in your project, you can easily get this error: System.Web.AspNetHostingPermission. Full article on tednyberg.com
Unit test an EPiServer 6 website using Visual Studio 2010 and MSTest
2011-10-24 16:59:00
When unit testing it can be tricky being dependent on a web context. In this post we'll look at how to start EPiServer and run it outside of a web application to make unit testing easier. Full article on tednyberg.com
Run EPiServer CMS 6 on ASP.NET 4.0
2011-10-24 16:59:00
Getting EPiServer CMS 6 up and running on ASP.NET 4.0 is easy, although it should be noted that EPiServer doesn't officially support ASP.NET 4.0 yet. Full article on tednyberg.com
Use UpdatePanel inside an EPiServer custom property
2011-10-24 16:59:00
In order to use ASP.NET AJAX inside an EPiServer custom property you have to have a ScriptManager present. Here's an example of how to add one programmatically. Full article on tednyberg.com
Map EPiServer properties to custom property controls
2011-10-24 16:59:00
The PropertyControlClassFactory class makes it easy to map EPiServer properties to custom property controls to modify how properties are rendered. Full article on tednyberg.com
Loading and saving a custom property value with PropertyUserControlBase
2011-10-24 16:59:00
The PropertyUserControlBase class in Template Foundation has been updated with two new events called PropertyLoad and PropertySave, making it easier to load and save the property value. Full article on tednyberg.com
Custom properties in EPiServer using user controls
2011-10-24 16:59:00
EPiServer Template Foundation makes it a lot easier to create custom properties based on user controls. In this post we go through the steps needed to create a new custom property in EPiServer and use user controls for rendering the property in edit mode and on page templates. Full article on tednyberg.com
Introduction to EPiServer properties
2011-10-24 16:59:00
This post tries to clarify what an EPiServer property is and how it works, primarily to enable us to better develop custom properties for EPiServer websites. Full article on tednyberg.com
Using config transforms for EPiServer settings
2011-10-24 16:59:00
The build-specific configuration transforms that came with Visual Studio 2010, more specifically MSBuild 4, offer a pretty clean way of managing build-specific configurations. Here's a way of doing it, including a way of managing EPiServer-specific settings. Full article on tednyberg.com
New EPiServer website using Template Foundation
2011-10-24 16:59:00
In this post we'll look at how to set up an EPiServer CMS 6 website from scratch based on EPiServer Template Foundation. Full article on tednyberg.com
Book review: Clean Code by Robert C. Martin
2011-10-24 16:59:00
To write code that will last for a long time, over iterations and between programmers, focus must lie on writing Clean Code. After stating that, what does Clean Code actually mean and which rules should a programmer follow. Full article on tednyberg.com
Built-in SMTP-server in the IIS returns 5.7.1 Unable to relay
2011-10-24 16:59:00
Built-in SMTP-server in the IIS returns "550 5.7.1 Unable to relay" after I had upgraded the server to Windows Server 2008 SP2... Full article on tednyberg.com
Introduction to EPiServer Template Foundation
2011-10-24 16:59:00
In this post we?ll look at how to include EPiServer Template Foundation in your EPiServer project in order to use the different page type base classes and publish EPiServer pages using Windows Live Writer through the MetaWeblog API. Full article on tednyberg.com
ClassFactory not initialized exception in InitializableModule
2011-10-24 16:59:00
The new initialization system in EPiServer 6 can be used to execute logic in a specific order on startup. This post explains how to ensure your startup modules are executed after the DataFactory has been initialized properly. Full article on tednyberg.com
Security exceptions when using Page Type Builder
2011-10-24 16:59:00
When adding Page Type Builder to an EPiServer project you may run into security exceptions because the assemblies aren't fully trusted. Luckily, fixing it is quick and painless! Full article on tednyberg.com
Mer artiklar från denna bloggen:
1-30, 31-60, 61-90, 91-120, 121-150
27719 bloggar i topplistan.
Statistiken nollställs varje vecka.


Kontakta
© FeWorks Ltd 2012 - Stöds av Web Catalog - Sökmotoroptimering av FeWorks