Published February 15th, 2007
in HTML and CSS.
Today I found a great approach for defining Mozilla specific styles without using Mozilla CSS extentions. The only thing needed is to put all Mozilla specific CSS definitions in a “@-moz-document” block and specify the url, url-prefix or domain to which pages the styles have to be applied:
@-moz-document url(http://www.w3.org/),
[…]
Published February 7th, 2007
in ASP.NET and Javascript.
ASP.NET 2.0 AJAX Extensions 1.0 framework was released some days ago. You can use it for developing and running AJAX-style applications. Download the framework and the documentation or just read more about ASP.NET AJAX.
ASP.NET AJAX Control Toolkit was also released along with the framework. It is a shared-source community project consisting of samples and components […]
Recent Comments