Sort news by: Recently Popular | Top Today | Yesterday | Week | Month | Year | AJAX RSS

Videos - 8 days ago

Need to display a set of database records in an MVC view? Learn two methods of displaying records in an HTML table. You learn how to perform all of the formatting inline. You also learn how to create a template with a MVC user control. read more

Videos - 8 days ago

In this first episode, Stephen Walther and Charlie Poole discuss the ASP.NET MVC Blog application. They start by generating a small number of user stories that represent how the customer will interact with the Blog application. read more

Videos - 8 days ago

In this second episode, Stephen Walther and Charlie Poole create the MVC application with Visual Studio and run their first unit tests with NUnit. Charlie Poole explains that you can take shorter or longer steps when testing depending on your confidence level. read more

Videos - 8 days ago

In this third episode, Stephen Walther and Charlie Poole build tests that verify that their blog can return blog entries. They build unit tests for the case when there are no entries returned and the case when a single entry is returned. read more

Videos - 8 days ago

In this fourth episode, Stephen Walther and Charlie Poole build classes that represent their blog and blog entries. Charlie Poole also demonstrates some useful NUnit tricks. read more

Videos - 8 days ago

In this fifth and final episode, Stephen Walther and Charlie Poole successfully view blog entries in a page and all of their tests are green. This episode ends with Charlie Poole's thoughts on the process that they followed and ASP.NET MVC. read more

Blogs - 8 days ago

We have all been talking about querySelectAll for awhile, but John Resig gives us a wrap-up that covers the state of play.
He talks about the browsers, and the libraries that wrap them and clean up shop via code like:
PLAIN TEXT
JAVASCRIPT:




 
read more

Blogs - 8 days ago

Ken Collins has rewritten his Homemarks application, a Rails app that "allows you to dynamically create and sort Columns, Boxes, and Bookmarks into your own custom start page."
What is interesting about the rewrite is the new approach that Ken took; the Ajax Head Pattern as he described it:
read more

Blogs - 8 days ago

Patrick Meenan has setup an IE7 instance in Virginia that we can poke to do an AOL Page Test.
You give it a URL and some options such as the number of runs, whether to see the first and repeat views, and off it runs.
When finished you get to see the results which give you high [...] read more

Blogs - 9 days ago

Rizqi Ahmad has created a data binding service for jQuery called Chain.js.
A simple example shows you where to start. When given HTML like:
PLAIN TEXT
HTML:




 


<div id="quickdemo">


    <div class read more