London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

smithsson68@gmail.com
Oct 5, 2011
  4952
(2 votes)

New design and functionality on nuget.episerver.com

The first round of upgrades to nuget.episerver.com took place last night. The site now has a cleaner design as well as package searching and sorting.

image

I found that I had to clear my browser cache to get the new css to take affect so if it looks a bit weird then try this first before reporting it as a bug.

I would like to thank Cecilia and Andreas from Nansen for their help with the design.

Feedback as always is welcome.

Oct 05, 2011

Comments

Oct 5, 2011 10:39 AM

Looks really nice, great work! Will you add rating/comment possibility too?

smithsson68@gmail.com
smithsson68@gmail.com Oct 5, 2011 11:09 AM

@Michel Yep, that's the plan but not sure about the timescale yet.

Magnus Rahl
Magnus Rahl Oct 6, 2011 02:06 PM

You probably know it, but: Easiest way to avoid cached CSS:es etc is to add a querystring to the URL where they're referenced in the page and vary the querystring each time you update. Doing this manually is of course crude but it works. Better to generate the querystring from the filedate of the CSS (and use a file system watcher) or to create it from the assembly version if you only change the CSS when you release a new version.

Please login to comment.
Latest blogs
Understanding the Infrastructure Powering AI

The marketing world is increasingly captivated by the potential of AI agents. However, it's crucial to recognize that these agents are not simply...

Patrick Lam | May 15, 2025

Meet the Newest OMVPs – Winter 2025 Cohort

We're excited to officially welcome the latest winter cohort of Optimizely Most Valuable Professionals (OMVPs) - a group of passionate tech...

Satata Satez | May 14, 2025

Helper method to encode query string properly

When using Url.ContentUrl() in Optimizely 12, encodes spaces as + in the query string. If you want to encode the spaces as %20, use the below helpe...

sunylcumar | May 13, 2025

Get ContentReference from GUID

Optimizely CMS 12 provides a Utility function to retrieve Content Reference from a Guid by ussing the below static method. var contentReference =...

sunylcumar | May 13, 2025