mikedopp

Geekswithblogs (edition)

  Home  |   Contact  |   Syndication    |   Login
  76 Posts | 0 Stories | 99 Comments | 0 Trackbacks

News

Twitter












Tag Cloud


Archives

My Blogs

AJAX

There are 6 entries for the tag AJAX
Atom Syndication Format IETF RFC 4287 XML format Organized in feeds, entries and links Extensible data and metadata Atom Publising Protocol IETF RFC 5023 Protocol for publishing and editing resources Represents over HTTP Simple RESTful interaction model Demo Photos: https://cumulus.services.li... -Authorization via LiveID http://dev.live.com/liveid -Browse and create folders and photos Folders/Photos as Atom feeds and entries Photos are Atom "media link entries" <feed>...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

http://www.hanselman.com scotths@microsoft.com New web project type for asp.net More control over your </html> Testable framework Not for everyone Master Cheif GU! .NET 3.5 MVC web application template. Options: Enable testing right out the gate. NVUnit or any Unit. No testing option System.Web.MVC System.Web.Extension System.Web.Routing [Namespace] Controllers Models and Views Controller is a base class Index and about public class's {controller/action} Direct relationship. Flexible Fundamental,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Using new features in .NET 3.5 Framework. blogs.msdn.com/justinsmith What in .NET 3.5 for services: The New HTTP Programming model: New support JSON Services Syndication in .NET 3.5 Service Stack Evolution -Sockets->HttpListener-&... WCF one stop shop for services Myth:WCF is only for enterprise services Reality:WCF gets around(enterprise and web) .NET 3.5 WCF web-centric upgrades: Make REST a 1st class citizenish Embrace SOAP-less representations JSON messaging capabilities...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I am a huge fan of Pablo Castro(the presenter). Astoria has become ADO.NET Data Services Framework. Data in the web: Ajax applications Silverlight applications Online Services Mashups Restful Interface for Data: Just Http Data as resources, HTTP methods to act on it. Uniform URL syntax Every piece of info is addressable Multiple representation Use regular HTTP content-type negotiation Atom, JSON, Plain XML Book: Restful Web Services Drill down data using Astoria(http request or get) Model and Operation...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Simple and Pretty Cool. Originally Posted on mikedopp.net <a id="login-link" href="javascript:showLogin(... <div id="login-panel" style="visibility: hidden;"> <fieldset onkeydown="checkForEnter();... <label> UserName: <input type="text" id="userName" /></label> <label> Password:<input type="password" id="password" /></label> <label class="checkbox" for="rememberMe"> <input type="checkbox" id="rememberMe" checked="checked"...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Thanks to: senyl @ Freetextbox This code will allow you to ajaxify your FreeTextBox control(wysiwyg) public class ContentManagementBasePage : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { Page.ClientScript.RegisterC... VirtualPathUtility.MakeRela... "~/scripts/FTB-FreeTextBox.... Page.ClientScript.RegisterC... VirtualPathUtility.MakeRela... "~/scripts/FTB-Utility.js"));...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati