Thursday 8 December 2011

MVC tutorials

A good set of MVC tutorials up here by pluralsight

http://www.asp.net/mvc/pluralsight

Also, during the JavaScript and Ajax demo, the lecturer points out this excellent link for speeding up your web sites

http://developer.yahoo.com/performance/rules.html

image

You can also then use this add on in Firefox to run those rules and evaluate your site

https://addons.mozilla.org/en-US/firefox/addon/yslow/

For JQuery samples and demos have a look at this link

http://jqueryui.com/

No comments:

Post a Comment

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...