Working with Ajax Server Extensions
Learn how to work with the ASP.NET Ajax Server Extensions Framework, a collection of server controls and services that extend the functionality of the ASP.NET core.
See more here: Working with Ajax Server Extensions
a2a_linkname=”Working with Ajax Server Extensions”;a2a_linkurl=”http://www.frenzygraphics.com/2009/11/10/working-with-ajax-server-extensions/”;
Shedding Some Light on Lightbox
The first in a new series, this article discusses how to display large images on your website, on demand, without increasing load time.
View original post here: Shedding Some Light on Lightbox
a2a_linkname=”Shedding Some Light on Lightbox”;a2a_linkurl=”http://www.frenzygraphics.com/2009/04/08/shedding-some-light-on-lightbox/”;
User Personalization with PHP: User Login
Part 3 of User Personalization with PHP: Beginning the Application discusses securing the login page, to make it as difficult as possible for attackers to break the application.
Originally posted here: User Personalization with PHP: User Login
a2a_linkname=”User Personalization with PHP: User Login”;a2a_linkurl=”http://www.frenzygraphics.com/2009/04/01/user-personalization-with-php-user-login/”;
On-Demand JavaScript Explained
As JavaScript Frameworks and user JS libraries become increasingly commonplace, download times can become a real turn off to users. There are times where dynamically loading scripts and other resources can be of great benefit. In this overview of on-demand JavaScipt, we’ll go over the basics of how it’s done, as well as look [...]
Form Validation using jQuery
There are as many ways to implement form validation as there are opinions of the best way to do it. This article discusses client-side validation using jQuery’s validation plugin.
More: Form Validation using jQuery
a2a_linkname=”Form Validation using jQuery”;a2a_linkurl=”http://www.frenzygraphics.com/2009/03/23/form-validation-using-jquery/”;
User Personalization with PHP: The Verification Code
Part two of our series on User Personalization with PHP looks at user authentication. User authentication simply means verifying that a particular user has the right to access a part of our application. Read on to learn more…
User Personalization with PHP: The Verification Code
a2a_linkname=”User Personalization with [...]
Prototypal Inheritance Explained
Newcomers to JavaScript often misunderstand its object oriented style. This short tutorial explains how JavaScript implements object inheritance and how you can use it to your advantage.
See more here: Prototypal Inheritance Explained
a2a_linkname=”Prototypal Inheritance Explained”;a2a_linkurl=”http://www.frenzygraphics.com/2009/03/12/prototypal-inheritance-explained/”;
Comet Programming: Using Ajax to Simulate Server Push
Comet is a Web application model that enables Web servers to send data to the client without having to explicitly request it. This article will examine one method of implementing Comet called Ajax Long Polling and demonstrate how it can be used to create event-driven Web apps.
More: Comet Programming: Using Ajax to Simulate Server Push
[...]
Adobe AIR Programming: Working with Windows - Advanced
This tutorial explains how to use advanced methods for creating ‘Windows’ in the Adobe AIR platform.
Read the original: Adobe AIR Programming: Working with Windows - Advanced
a2a_linkname=”Adobe AIR Programming: Working with Windows - Advanced”;a2a_linkurl=”http://www.frenzygraphics.com/2009/03/09/adobe-air-programming-working-with-windows-advanced/”;
Building a Client-Side Ajax Cache: Caching Algorithms
Relying on the browser’s cache to store Ajax data has distinct limitations. A better solution may be to create your own cache management class. In this installment we’ll be covering some caching mechanisms, as we build upon our cache management class.
Continued here: Building a Client-Side Ajax Cache: Caching Algorithms
[...]
Adobe AIR Programming Unleashed: Working with Windows
The Adobe AIR platform supports applications developed with HTML, Ajax, Flash, PDF, or virtually any combination thereof. This tutorial show you how to create ‘Windows’ in Adobe AIR.
The rest is here: Adobe AIR Programming Unleashed: Working with Windows
a2a_linkname=”Adobe AIR Programming Unleashed: Working with Windows”;a2a_linkurl=”http://www.frenzygraphics.com/2009/03/02/adobe-air-programming-unleashed-working-with-windows/”;
[...]
User Personalization with PHP: Beginning the Application
In this tutorial we will build an online bookmark system. This will be used to create a database for storing all our URL’s and their descriptions. By creating our own, we have full control over our application, allowing us to tweak it to suit our needs.
Originally posted here: User Personalization with PHP: Beginning the Application
[...]
Django for the Impatient: The Finishing Touches
This is the second part of a two-part series. The previous installment covered the basics of building the blog using Django. In this installment, we’ll put the finishing touches on it.
Excerpted from:Django for the Impatient: The Finishing Touches
a2a_linkname=”Django for the Impatient: The Finishing Touches”;a2a_linkurl=”http://www.frenzygraphics.com/2009/02/23/django-for-the-impatient-the-finishing-touches/”;
[...]
Creating Custom Error Pages on Apache Servers
It’s almost inevitable that on any given Web site someone, at some time, is going to be directed to a nonexistent URL. This tutorial will show you how to use a simple script to make the situation a bit easier on your visitors.
View original post here: Creating Custom Error Pages on Apache Servers
[...]
Django for the Impatient: Blog Building Basics
Django bills itself as “the Web framework for perfectionists with deadlines.” In this two-part series we’ll put ourselves on a deadline and see how fast we can produce a simple blog using Django.
Here is the original: Django for the Impatient: Blog Building Basics
a2a_linkname=”Django for the Impatient: Blog [...]


