Sign In
Distant Early Blogging
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
AJAX
ASP.Net
Forums Microsoft Technet MSDN Community
Javascript
Localization
Microsoft Learning
MVC
Archive
Archives
March 2009
(1)
February 2008
(2)
June 2007
(1)
January 2007
(2)
MSDN Blogs
>
Distant Early Blogging
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Distant Early Blogging
Localized Javascript Resources with MVC
Posted
over 3 years ago
by
RobJ
3
Comments
We needed to have a handful of localized strings available to javascript. A simple but effective approach we're taking with asp.net mvc is adding a route such as this: routes.MapRoute("ScriptResources", "res/resources.js", new { controller = "System"...
Distant Early Blogging
Next Generation Forums are live
Posted
over 4 years ago
by
RobJ
8
Comments
We've been busy the last few months working on the next generation of Forums and Community. All of the hard work from everyone involved has paid off and the beautiful new sites are live. Sam, the dev lead for Forums, has a great post and video covering...
Distant Early Blogging
AJAX Client Side "OnLoad" event
Posted
over 4 years ago
by
RobJ
1
Comments
One of the neat things I came across while working on my current project is an ajax shortcut for hooking in to the Sys.Application.load event on the client. As it turns out you can declare simply declare a pageLoad function which AJAX will automatically...
Distant Early Blogging
Cool New Microsoft Learning Site
Posted
over 5 years ago
by
RobJ
2
Comments
The team I work on has just finished and released a major upgrade of the Microsoft Learning Site . Highlights include: Totally new UI Enhanced filter/tag based navigation through the offerings RSS Feeds from stock categories as dynamic feeds based on...
Distant Early Blogging
Why don't my Page Methods work anymore in the RTM? The answer is...
Posted
over 5 years ago
by
RobJ
0
Comments
If you run into this problem, like I just did when updating from the RC to RTM, here is what you need to know. You'll need to set the new "EnablePageMethods" attribute on the ScriptManager element to true. Pretty simple, but I don't think this was made...
Distant Early Blogging
PageMethods in ASP.Net AJAX 1.0 RC
Posted
over 5 years ago
by
RobJ
16
Comments
Since it was surprisingly difficult to find sample code, I decided to kick off my first post with a little bit about PageMethod's in ASP.Net AJAX 1.0 RC . A PageMethod is basically just a method that is exposed and callable from client script. The method...
Page 1 of 1 (6 items)