Home / ASP.NET Weblogs

May 2011 - Posts

Posted to:

Podcast- Don Smith on Project Silk

Don Smith is a Senior Program Manager in Microsoft Patterns and Practices Group and a principal stakeholder in the SILK project. Project Silk provides guidance for building cross-browser web applications with a focus on client-side interactivity using modern technologies (HTML5, jQuery, etc) and appropriate distributed architecture ! Resources Project Silk Don’s Blog Karl’s entry: http://karlshifflett.wordpress.com/2011/04/27/project-silk/ [...] Read More...
Posted to:

Weekly Links– 2010_19 (50 for Web Devs & Other Geeks)

Software Developer Links of the Week. John Papa – EF Power Tools CTP1 are Great for Code First Introduction to CSS Media Queries Apple to support reps: “Do not attempt to remove malware” Microsoft sells 1.6 million Windows Phone 7 devices in Q1 The Rise Of JSON Microsoft Previews Visual Studio vNext at Tech-Ed Hands-on [...] Read More...
Filed under: , ,
Posted to:

Random Thought Friday

I’m reading through the archives of a blog where the author posts something random every Friday (yesterday was Thursday, and tomorrow is Saturday). His Friday posts are completely unrelated to the main theme and content of his blog. I like that idea a lot. I don’t blog as much as I used to mostly because I feel the need to spend so much time on each blog post. A lot of the posts I write take a bit of research and experimentation before I’m ready to post them. But a random thought? I can pull one of those out of my ascot any day of the week, and twice on Friday. But I’ll only do it once. And yes, thanks for asking, but the thought has occurred to me that I already have another medium where I post random thoughts 7 days a week, Twitter (I’m @haacked...
Posted to:

SDK and Sample – leverage the scalability of Azure with PHP

We just announced the availability of the Windows Azure SDK for PHP version 3.0, which include new features making it easy to take advantage of Windows Azure scalability. This announcement is the showcases the www.hotelpeeps.com case study, a Facebook application powered by PHP on Windows Azure and to highlight code contribution to the SDK by [...] Read More...
Filed under: , ,
Posted to:

User Experience Design Guidelines for Windows Phone

In a collaboration between Microsoft Developer Guidance and the Windows Phone team, a new version  of the design guidelines for the Windows Phone has just been complete completed. A comprehensive set of documentation is now available with guidance for every aspect of Windows Phone UX development. The documentation can be found here – http://msdn.microsoft.com/en-us/library/hh202915(v=VS.92).aspx This [...] Read More...
Filed under:
Posted to:

Patterns & Practices Project Silk Documentation

Project Silk from patterns & practices provides guidance for building cross-browser Web applications with a focus on client-side interactivity. These applications take advantage of the latest Web standards like HTML5, CSS3 and ECMAScript 5 along with modern Web technologies such as jQuery, Internet Explorer 9 and ASP.NET MVC3. To illustrate this guidance, the project includes [...] Read More...
Filed under:
Posted to:

Creating Custom Ajax Control Toolkit Controls

The goal of this blog entry is to explain how you can extend the Ajax Control Toolkit with custom Ajax Control Toolkit controls. I describe how you can create the two halves of an Ajax Control Toolkit control: the server-side control extender and the client-side control behavior. Finally, I explain how you can use the new Ajax Control Toolkit control in a Web Forms page. At the end of this blog entry, there is a link to download a Visual Studio 2010 solution which contains the code for two Ajax Control Toolkit controls: SampleExtender and PopupHelpExtender. The SampleExtender contains the minimum skeleton for creating a new Ajax Control Toolkit control. You can use the SampleExtender as a starting point for your custom Ajax Control Toolkit controls...
Filed under: , ,
Posted to:

Bin Deploying ASP.NET MVC 3

When you build an ASP.NET MVC 3 application and are ready to deploy it to your hosting provider, there are a set of assemblies you’ll need to include with your application for it to run properly, unless they are already installed in the Global Assembly Cache (GAC) on the server. In previous versions of ASP.NET MVC, this set of assemblies was rather small. In fact, it was only one assembly, System.Web.Mvc.dll, though in the case of ASP.NET MVC 1.0, if you didn’t have SP1 of .NET 3.5 installed, you would have also needed to deploy System.Web.Abstractions.dll and System.Web.Routing.dll . But ASP.NET MVC 3 makes use of technology shared with the new ASP.NET Web Pages product such as Razor. If you’re not familiar with ASP.NET Web Pages and how it...
Posted to:

Globalization, Internationalization and Localization in ASP.NET MVC 3, JavaScript and jQuery - Part 1

There are several books worth of information to be said about Internationalization (i18n) out there, so I can't solve it all in a blog post. Even 9 pages of blog posts . I like to call it Iñtërnâtiônàlizætiøn , actually. There's a couple of basic things to understand though, before you create a multilingual ASP.NET application. Let's agree on some basic definitions as these terms are often used interchangeably. Internationalization (i18n) - Making your application able to support a range of languages and locales Localization (L10n) - Making your application support a specific language/locale. Globalization - The combination of Internationalization and Localization Language - For example, Spanish generally. ISO code "es"...
Posted to:

Working with the $(this) object in jQuery

I’m working on an HTML application. It’s a Workout Timer and will become an HTML5 experiment that is “desktop deployable” and will store user profiles using HTML5 local storage, etc. Though the application is in the very early stages, I know where I’m going and I want everything to be highly configurable, and for those [...] Read More...
Filed under: , ,

1 2 3 4 5 Next > ... Last »

Archives