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

Modify and publish a page programmatically in EPiServer
2009-08-30 19:32:00
1. Why you can't modify a PageData object As Marek points out in his post, EPiServer will always return read-only versions of PageData objects for performance: //Retrieve a read-only version of a page PageReference myPageRef = new PageReference(1); PageData myPage =... Full article on tednyberg.com
Using web parts in EPiServer
2009-08-30 19:32:00
Introduction As Stein Viggo points out in his EPiServer on Steroids post, traditional page type templates can limit editor creativity. Having editors enter values for page properties and placing these values within well-defined templates can do miracles for accessibility and consistency - but you... Full article on tednyberg.com
Disable URL rewriting for specific URLs
2009-08-30 19:32:00
Introduction There comes a time when you need to prohibit URL rewriting for specific URLs within your EPiServer CMS website. For example, I've implemented an ashx handler that is used to deliver vCard files on our company's web site. If I would insert a regular hyperlink to this handler on a page... Full article on tednyberg.com
Using EPiServer and Microsoft Search Server 2008
2009-08-30 19:32:00
Introduction Microsoft Search Server 2008 is a stand-alone search server built upon the search technology originally developed for Microsoft Office Sharepoint Server, or MOSS for short. However, with the release of Search Server 2008, and its free counterpart Search Server 2008 Express, we can... Full article on tednyberg.com
TweetMeme.NET, a .NET API for TweetMeme
2009-08-30 10:49:00
What TweetMeme.NET does TweetMeme.NET is basically a wrapper project for the TweetMeme API so that .NET developers can retrieve TweetMeme data through C#. Current features of TweetMeme.NET includes: Number of retweets for a specific URL URL-specific comments Latest comments on TweetMeme... Full article on tednyberg.com
Using Team Explorer with Codeplex
2009-08-30 10:04:00
I’ve just created my first project on Codeplex, called TweetMeme.NET, and I just wanted to mention how easy it is to set up Visual Studio Team System to work with Codeplex for versioning (checking in and out code, etc). The server name, user name and port number is available at Codeplex.... Full article on tednyberg.com
ScrewTurn, an open-source ASP.NET wiki application
2009-08-28 10:51:00
What is ScrewTurn wiki? ScrewTurn wiki is a free, open-source wiki web application built on ASP.NET (WebForms, not MVC). It uses XML for the data layer as opposed to a relational database. Installing ScrewTurn ScrewTurn can be installed through Microsoft’s Web Platform Installer, by... Full article on tednyberg.com
ywvbh9isgp - Technorati verification post
2009-08-23 19:12:00
ywvbh9isgp Full article on tednyberg.com
Overview of EPiServer versus Umbraco
2009-08-22 21:52:00
EPiServer vs. Umbraco, purpose of this post Both developers and clients have on numerous occasions asked me what the differences are between EPiServer and Umbraco, which one is the “best”, why choose “costly” EPiServer when Umbraco is “free”, which one would... Full article on tednyberg.com
Use your own domain with FeedBurner
2009-08-16 13:38:00
Using your domain for the FeedBurner URL Normally, a feed exposed through FeedBurner has a URL like: http://feeds.feedburner.com/yourfeedname However, using the MyBrand function of FeedBurner you can get a URL like: http://feeds.yourdomain.com/yourfeedname You don’t even have to call the... Full article on tednyberg.com
Introduction to the PageTypeBuilder project
2009-08-12 03:02:00
Different approaches for enabling strongly typed EPiServer page types EPiServer?s native approach The default approach for managing EPiServer page types looks like this: As you can see, the EPiServer GUI is used to manage page type definitions stored in the EPiServer database. For the sake... Full article on tednyberg.com
Implementing multi-language websites in Umbraco
2009-08-10 09:35:00
Globalization paradigm of Umbraco If you don’t need/want the high-level description of multi-language support in Umbraco, then simply skip to the Define languages for your Umbraco website below. The main idea behind Umbraco’s language support is to maintain one site structure per... Full article on tednyberg.com
Doing my part for retiring Internet Explorer 6
2009-08-10 09:35:00
Adding the IE6 No More “warning” From now on, if you visit this blog using IE6 you’ll see the following: As a matter of fact, I have never tried opening this blog in IE6. Feel free to comment if you do browse to it using IE6! :) It’s worth noting that a mere 5,8% of... Full article on tednyberg.com
Problems after deleting a language in Umbraco
2009-08-10 09:35:00
Removing languages in Umbraco can cause problems If you delete a language in Umbraco you may encounter some problems – I know I did. When you assign a domain and a language to a node in Umbraco using Manage hostnames the node will be associated to the language through its unique integer... Full article on tednyberg.com
Call .NET extension methods in Umbraco XSLT
2009-08-10 09:35:00
Enabling extension classes for XSLT in Umbraco XSLT is commonly used in Umbraco for macros. Although XSLT is well suited for dealing with the XML structures of Umbraco, I often find it valuable to extend XSLT with .NET extension methods. The /config folder of your Umbraco website contains a... Full article on tednyberg.com
Should consultants submit fixed price tenders?
2009-08-10 09:35:00
The idea behind a fixed price tender Before we do anything else, let’s review the definition of a fixed price tender offer: A one-time offer to purchase a stated number of shares at a stated fixed price, usually at a premium over the current market price. Yes, this pertains to stock... Full article on tednyberg.com
New times call for a new blog
2009-08-10 09:35:00
Share to learn (and boost your ego) I firmly believe that the best way to learn is to share your knowledge. For this my primary vessel, the blog, needed an upgrade. I chose BlogEngine.NET for the job, and I’m liking it so far! Blog timeline My “blog career” (note the... Full article on tednyberg.com
We?re a winner at the Stevie Awards!
2009-08-10 09:35:00
We designed the best home page We (Hallvarsson & Halvarsson) got an e-mail from the people over at the Stevie Awards saying that we’ve won the Best Web Site Home Page category for 2009! Of course this award belongs just as much to the Stockholm School of Economics... Full article on tednyberg.com
Mer om: Design
Friendly URL instead of querystring in EPiServer
2009-08-10 09:35:00
What we are trying to achieve A website contains a blog post listing with tagged posts. The tags are presented in a tag cloud and the tags should link to filtered post listings (displaying only posts for the requested tag). The listing is implemented as a “Post listing” page type,... Full article on tednyberg.com
Mer om: Server
Managing e-mail subscriptions in EPiServer
2009-08-10 09:35:00
Background E-mail subscription in EPiServer CMS 5 is based on ASP.NET profiles. Starting and stopping subscriptions through code is easy, but I was missing a plugin where administrators could easily add new subscribers, remove existing subscriptions and list all subscribers. This post explains how... Full article on tednyberg.com
A new EPiServer page link control
2009-08-10 09:35:00
Being able to specify the inner text and title of an EPiServer page link If you want to insert a link to an EPiServer page based on a page property you can simply add a Property control to your page template or user control like so: <EPiServer:Property PropertyName="CalendarPage" ... Full article on tednyberg.com
Configure a network between a host computer and a VPC, Virtual PC
2009-08-10 09:35:00
Mimicking the production environment with VPCs I'm a big fan of mimicking the production environment as much as possible during development. A major piece (or pieces) of such a development environment is virtual PCs, or VPC. Common applications for a VPC include acting as the: Database server... Full article on tednyberg.com
Implement a stock quote ticker using Silverlight (part 3/3)
2009-08-10 09:35:00
Create a Silverlight dynamic content control If you haven’t already you may want to start by reading part 1 or part 2 of this series. Reference the Silverlight assembly To be able to make use of the ASP.NET Silverlight control we need to reference the System.Web.Silverlight assembly in our... Full article on tednyberg.com
Mer om: Server
Implement a stock quote ticker using Silverlight (part 2/3)
2009-08-10 09:35:00
Creating the visual stock quote ticker in XAML If you haven’t already you may want to start by reading part 1 of this series. First we create our basic background layout, consisting of two Grid controls: <UserControl x:Class="StockQuoteTicker.Tutorial" ... Full article on tednyberg.com
Mer om: Server , Silverlight
Implement a stock quote ticker using Silverlight (part 1/3)
2009-08-10 09:35:00
Goal of the implementation We want to be able to add dynamic content to an EPiServer website to get a Silverlight stock quote ticker like this on any page: Prerequisites In order to complete this sample you need the following: Visual Studio 2008 SP1 (you can use the Express version, though)... Full article on tednyberg.com
Integrating help documentation for editors in EPiServer
2009-08-10 09:35:00
Background Have you ever delivered documentation, manuals or user guides to a customer in the form of PDF, Word documents or similar in the past? Unless you just “dare say no to documentation”, my guess is the answer is ‘yes’! However, Word documents do not make for great... Full article on tednyberg.com
Mer om: Server
How to get SMTP settings from web.config programmatically
2009-08-10 09:35:00
Use web.config when appropriate I often see SMTP host settings in the <appSettings> section of web.config, probably because it may seem easier to retrieve them that way. However, SMTP settings should be stored in web.config using the <mailSettings> element: <system.net> ... Full article on tednyberg.com
Copy a database from SQL 2008 to SQL 2005
2009-08-10 09:35:00
What we are trying to achieve I've received some questions from people who need to copy a database from SQL Server 2008 to SQL Server 2005, a downgrade in other words. If you perform a backup on a SQL 2005 server you'll be able to restore it on a SQL 2008 server without any problems. The other... Full article on tednyberg.com
Adding a custom plugin button to unpublish a page in EPiServer
2009-08-10 09:35:00
I was recently in a discussion where the topic of unpublishing pages in EPiServer came up. Fredrik Haglund mentioned that some customers want to have an “Unpublish” button, and I agree. Some clients are fine with setting the Stop Publish property to make a page expire, but others want... Full article on tednyberg.com
Check if a dynamic property has been specified on the current page
2009-08-10 09:35:00
Dynamic properties versus page properties As you probably know, dynamic properties are like page properties in many ways, except they do not need to be set specifically on a per-page basis. Dynamic property values are inherited in the page tree. This means that if a certain page does not have a... Full article on tednyberg.com
Mer om: Server
Mer artiklar från denna bloggen:
1-30, 31-60, 61-90, 91-120, 121-150
28727 bloggar i topplistan.
Statistiken nollställs varje vecka.


Kontakta Oss