Create an E-newsletter Signup System with ASP.NET
Learn how to create an e-newsletter signup system in ASP.NET that gives users a personalized newsletter and subscriber flexibility.
See the original post here: Create an E-newsletter Signup System with ASP.NET
a2a_linkname=”Create an E-newsletter Signup System with ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2010/04/08/create-an-e-newsletter-signup-system-with-aspnet/”;
Log JavaScript Errors Using an AJAX-driven Web Service
JavaScript’s error-capturing mechanisms not advanced enough for your web applications? Here’s a novel way to log JavaScript errors using an AJAX-driven web service.
Read the original here: Log JavaScript Errors Using an AJAX-driven Web Service
a2a_linkname=”Log JavaScript Errors Using an AJAX-driven Web Service”;a2a_linkurl=”http://www.frenzygraphics.com/2010/02/03/log-javascript-errors-using-an-ajax-driven-web-service/”;
Installing the Elgg Social Networking CMS
One Open Source CMS that stands out above the rest for small businesses and personal networks is the Elgg open source “social engine,” which can be used to create social applications. Scott Clark shows you how to install and get started with this social networking CMS.
Originally posted here: Installing the Elgg Social Networking CMS
[...]
Setting up an SSL Certificate in Apache
When the HTTP protocol was designed, it was assumed that data transmission would be secure. Times have changed and network security has become much more important to us, especially for certain tasks. Sukrit Dhandhania shows you how to set up Secure Sockets Layer.
Source:Setting up an SSL Certificate in Apache
[...]
Custom Scrollbars with CSS
CSS 3 is well on its way and promises some amazing features, including scrollable divs. There are several implementations of custom scrollbars, but the following implementation works across all popular browsers and supports scrolling with the mouse wheel.
Excerpt from:Custom Scrollbars with CSS
a2a_linkname=”Custom Scrollbars with CSS”;a2a_linkurl=”http://www.frenzygraphics.com/2010/01/20/custom-scrollbars-with-css/”;
[...]
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 [...]
Blogging: How to Make Sense Out of WordPress Options
Have you ever wanted to use WordPress? You might be surprised to discover that there are three versions of the program. Read on to find out which one is right for you. By Claude Pelanne. 0909
Here is the original post: Blogging: How to Make Sense Out of WordPress Options
[...]
The Partial Function Application in JavaScript
The partial function application is an effective method of applying different inputs to a single object or bind one of the arguments to a function as a constant. This article covers how to use closures to perform two types of partial application: Binding and currying. By Rob Gravelle. 0905
See the rest here: The Partial Function [...]
Performance Optimizations for High Speed JavaScript
In this article, we look at how important JavaScript optimizations are analyzed. These general purpose techniques are designed for JavaScript on all browsers. Detailed graphs of all the performance results are given after each optimization. You will be amazed at the incredible speed improvements! By Joseph Myers
Originally posted here: Performance Optimizations for High Speed JavaScript
[...]
Advanced Web Performance Optimization
On the server side, you can improve performance by: Optimizing parallel downloads, caching frequently used objects, using HTTP compression, deploying delta encoding and rewriting URIs with mod_rewrite. By Andrew B. King. 0825
Read the original post: Advanced Web Performance Optimization
a2a_linkname=”Advanced Web Performance Optimization”;a2a_linkurl=”http://www.frenzygraphics.com/2008/08/25/advanced-web-performance-optimization/”;


