Mod Deflate - Compress Your Web Pages and Save Bandwidth
Optimize your website so that it consumes less bandwidth using the Apache module mod_deflate. This module adds an output filter that allows output from your server to be compressed. A great side effect of the implementation of this module is that it also speeds up your website.
Credit:Mod Deflate - Compress Your Web Pages and [...]
HTML 5
With some features already available in browsers, and more to come, Arpan presents an overview of HTML 5’s new features.
Credit:HTML 5
a2a_linkname=”HTML 5″;a2a_linkurl=”http://www.frenzygraphics.com/2009/09/15/html-5/”;
XML and PHP Simplified - Building an XML Reader
Building on previous installments, this article walks you through building an application that enables you to work with XML documents.
See the original post here: XML and PHP Simplified - Building an XML Reader
a2a_linkname=”XML and PHP Simplified - Building an XML Reader”;a2a_linkurl=”http://www.frenzygraphics.com/2009/09/02/xml-and-php-simplified-building-an-xml-reader/”;
How to Set Up a “Site Down for Maintenance” 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.
More: How [...]
Social Networking with Drupal
Ernest Lilley shares some news and tid-bits centered around Drupal, including upcoming conferences, tools and books he uses and the community sites he frequents.
Read the rest here: Social Networking with Drupal
a2a_linkname=”Social Networking with Drupal”;a2a_linkurl=”http://www.frenzygraphics.com/2009/08/31/social-networking-with-drupal/”;
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 [...]
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 [...]
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
[...]
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
[...]
Make Prettier URLs with Apache’s Mod Rewrite
Sukrit Dhandhania discusses how to use .htaccess to make user and search engine friendly URLs for your web applications.
View original here: Make Prettier URLs with Apache’s Mod Rewrite
a2a_linkname=”Make Prettier URLs with Apache’s Mod Rewrite”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/18/make-prettier-urls-with-apaches-mod-rewrite/”;
Debugging JavaScript: Beyond Alerts
Today, JavaScript can be written, debugged, and even tested using frameworks’ built-in functionality or by specialized software. In today’s article, we’ll begin examining some of the latest ways of debugging your JavaScript code.
Read the original post: Debugging JavaScript: Beyond Alerts
a2a_linkname=”Debugging JavaScript: Beyond Alerts”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/01/debugging-javascript-beyond-alerts/”;
Getting Started with URL Rewriting with Apache
The Apache web server has a number of very useful and powerful features, one of which is the ability to rewrite URLs. Using the mod_rewrite module, Apache allows you to create short or fancy looking URLs transparently. This article discusses how to enable, configure, and tweak mod_rewrite in your Apache installation.
Excerpt from:Getting Started with URL [...]


