schenz

Stories kicked by schenz

jQuery and ASP.NET Article Posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 5 months ago

I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place. read more...

1 comment |category: |Views: 258

tags: another

Tips & Tricks when working with jQuery and ASP.NET AJAX(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

Tips & Tricks when working with jQuery and ASP.NET AJAX: I posted about how to build and extender control using ASP.NET AJAX with jQuery. During my work I fall into few issues that I resolved and wished to share them with you read more...

6 comments |category: |Views: 467

tags: another

Introduction to jQuery Article posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...

1 comment |category: |Views: 340

tags: another

Minify your CSS through Regex(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 3 months ago

Decreace the size of your CSS stylesheet through a few simple and easy Regex replacements. read more...

1 comment |category: |Views: 150

tags: another