Working with the Ajax Control Toolkit
The Ajax Control Toolkit is a community project from Microsoft that contains a number of controls to design and implement Ajax-enabled controls seamlessly. In this article, Joydip Kanjilal shows you how to start working with the Ajax Control Toolkit and explores two sample extender controls.
Here is the original post: Working with the Ajax Control [...]
How to Setup Canonical Domain Names with Apache
Not using canonical URLs has a negative impact on your SEO, as Google notices that several URLs are returning the same content and penalizes you. Sukrit Dhandhania shows you how to fix this problem using either httpd.conf or .htaccess.
Read more: How to Setup Canonical Domain Names with Apache
[...]
Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Is it time to stop blogging and start networking? This CMS has everything a developer needs to create a top of the line social networking site with all the features that users have come to expect from sites like MySpace, Facebook and LinkedIn.
Read more: Review: phpFox, a Social Networking CMS with all the Bells [...]
Using GreyBox in your HTML Applications: The Unobtrusive JavaScript Solution
Rob Gravelle presents a solution for making Orangoo’s GreyBox library work with HTML Applications (HTAs)using AJAX and the DOM scripts collection. By making the changes in a local script, specialized behavior can be limited to a specific application.
More: Using GreyBox in your HTML Applications: The Unobtrusive JavaScript Solution
[...]
How to Set Up a “Site Down for Mainteance” Notice with Apache
There are a number of ways to handle a maintenance downtime. You can either handle it inside of your web application or you can have Apache automatically direct all traffic to a specified page. This article explains how to have Apache redirect visitors to a maintenance page while still allowing you to view updates/changes.
Credit:How to [...]
Working with Partial Page Updates in ASP.NET Ajax
Partial-page rendering can be used to refresh only a portion of your web page rather than the entire page. This article discusses how you can implement partial page updates using the Update Panel control and how you can use the Update Progress control in conjunction with the Update Panel control to enhance the user [...]
Modal Windows on the Web
Web design has come a long way from just creating HTML documents. It is essentially the art of presenting information in a readable, useable and functional manner. Numerous interface elements can be used to achieve the goal, including tabbed layouts, paginated view and modal windows. This article examines the different uses of modal windows.
See the [...]
Excerpt from ASP.NET MVC Framework Unleashed
This chapter provides you with an overview and introduction to the Microsoft ASP.NET MVC framework. The goal of this chapter is to explain why you should build web applications using ASP.NET MVC.
Source:Excerpt from ASP.NET MVC Framework Unleashed
a2a_linkname=”Excerpt from ASP.NET MVC Framework Unleashed”;a2a_linkurl=”http://www.frenzygraphics.com/2009/08/12/excerpt-from-aspnet-mvc-framework-unleashed/”;
JavaScript 2.0: A Sneak Preview
The JavaScript 2.0 / EMCAScript 4.0 proposal isn’t due to be finalized until the end of the fall of 2009, but it’s already garnering lots of strong reactions - both good and bad. Today, we’ll be taking a look at some of the proposed specifications and you can decide for yourself whether they constitute improvements [...]
XML and PHP Simplified - XML,PHP and the Database
J. Leidago Noabeb explores the relationship between XML,PHP and MYSQL including a brief look at the Document Object Model.
Credit:XML and PHP Simplified - XML,PHP and the Database
a2a_linkname=”XML and PHP Simplified - XML,PHP and the Database”;a2a_linkurl=”http://www.frenzygraphics.com/2009/07/22/xml-and-php-simplified-xmlphp-and-the-database/”;
Introduction to Server-side JavaScript
Although rich web sites and applications have become the norm in recent years, they can still be difficult to develop, maintain, and expand. Many of the challenges stem from the schism between client and server components. The Jaxer server, developed by Aptana, is an open source Ajax web server for building rich web pages and [...]
Mod Rewrite Part 3 - Redirecting Browser Dependent Content with Apache and Mod Rewrite
Learn how to use the Apache mod_rewrite module to automatically redirect a user to a page designed specifically for their web browser.
Mod Rewrite Part 3 - Redirecting Browser Dependent Content with Apache and Mod Rewrite
a2a_linkname=”Mod Rewrite Part 3 - Redirecting Browser Dependent Content with Apache and Mod [...]
The Lightest Lightbox
The last installment of this series discusses the lightest implementation of Lightbox. While it is stripped of all the bells and whistles, you are free to add them if you like. It requires no JavaScript framework, only a few lines of JavaScript to open and close the Lightbox.
Read the original here: The Lightest Lightbox
[...]
Event Handling using ASP.NET Ajax
Joydip Kanjilal, MVP examines how you can use the Microsoft Ajax Library to raise and handle events in your applications and provides some best practices when using event handling in Ajax-enabled web applications.
Here is the original post: Event Handling using ASP.NET Ajax
a2a_linkname=”Event Handling using ASP.NET Ajax”;a2a_linkurl=”http://www.frenzygraphics.com/2009/07/08/event-handling-using-aspnet-ajax/”;
[...]
Understanding JavaScript Closures
Closures are the answer to the problem of how to bind variables to functions that are called at a later time. Today’s article will explain what closures are, outline some common dilemmas, and present ways that closures can be utilized to overcome them.
See original here: Understanding JavaScript Closures
[...]


