Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Firefox   (RSS)

Microsoft announces jQuery support in ASP.NET Ajax

I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating with jQuery development community, adding support for jquery in ASP.NET Ajax, and which also includes Microsoft PSS e.g they take support cases.
Posted by joteke | 0 Comments

Book Review: High Performance Web Sites, Steve Souders, O'Reilly

Author: Steve Souders Publisher: O'Reilly ISBN-10: 0-596-52930-9 ISBN-13: 978-0-596-52930-7 September 2007, 168 pages O'Reilly's web site: http://oreilly.com/catalog/9780596529307/ Companion web site: http://www.stevesouders.com/hpws/ High
Posted by joteke | 0 Comments

Firefox 3.0 and (ASP.NET) caching observations

1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Response.Cache.SetAllowResponseInBrowserHistory(False) Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore()
Posted by joteke | 1 Comments
Filed under: , , , ,