Services
Web Hosting Dedicated Servers Forex Investment Web Design Voice over IP
Products
Clothing & Fashion Mobile Phones Electronics eBooks & Info Music & Movies
Shopping
Agenzy.Com Shopping Shopping - UK Couponzy.com Shopping - EU Shopping Info
Blogs
Real Estate Fashion Technology Business News

Web Templates, Flash Templates, Website Templates Design

Sending an HTML and Plain Text E-newsletter with ASP.NET, Part 2

Using ASP.NET and a database, you can create an electronic newsletter and send it to multiple recipients at once.
Read more: Sending an HTML and Plain Text E-newsletter with ASP.NET, Part 2

a2a_linkname=”Sending an HTML and Plain Text E-newsletter with ASP.NET, Part 2″;a2a_linkurl=”http://www.frenzygraphics.com/2010/03/05/sending-an-html-and-plain-text-e-newsletter-with-aspnet-part-2/”;


HTML 5: Client-side Storage

Client-side storage is probably one of the most talked about features in HTML 5. It has received a lot of criticism because of its lack of security, but it is nonetheless an interesting innovation. Read on to learn more.
Go here to see the original: HTML 5: Client-side Storage

[...]


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/”;


Managing Logs in Apache

The two log files that most Apache setups generate are access.log and error.log. You can also choose to add more logging for things like URL rewriting, or gzip compression. As these logs grow in size and number, they become harder to manage. Learn how to manage logging more easily in Apache.
Read more here: Managing Logs [...]


Create a File-based Blog using Jaxer

In the “Your First Server-side JavaScript Application” article, we learned how to write server-side javascript for the Jaxer plugin by building a simple file-based blog in Aptana Studio. Today, we’ll extend the project to include the ability to add posts and save them to a file on the server.
Read the rest here: Create a File-based [...]


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 [...]


Consuming a Web Service using ASP.NET Ajax

A web service is a platform-independent software component that is based on the Simple Object Access Protocol (SOAP) and contains a group of functions that are packaged together for use in a common framework throughout a network. Read on to learn how Web Services can be consumed using ASP.NET Ajax.
View original post here: Consuming a [...]


Prevent Browser Caching of Dynamic Content

Today we’ll be discussing the use of Ajax in client-side caching. It’s really a two pronged topic: first, it is beneficial for performance to cache the data once it’s been downloaded because it minimizes server calls; second, you have to be able to force the browser to refresh some content when a server call is [...]


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

[...]


Apache Basics, Visited

The Apache Web server is a highly specialized software application used to serve billions of Web pages daily. The Apache Web server is the single most used Web server on the Internet today. In this article, we look at how to configure the program. By Thomas Valentine. 0129
View original post here: Apache Basics, Visited

[...]


Anatomy of an Ajax Application

This week you’ll learn about the individual building blocks of Ajax and how they fit together to form the architecture of an Ajax application. Later on, you’ll examine these components in more detail, finally assembling them into a working Ajax application. By Phil Ballard and Michael Moncur. 1013
Continued here: Anatomy of an Ajax Application

[...]


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/”;


Giving Caches a Chance

Though it tends to get treated poorly, HTTP isn’t a dumb file-transfer protocol. It allows you to specify an intention with your requests (GET/POST, with PUT and DELETE available) and offers authentication. The focus of this article, however, is about caching. By Marijn Haverbeke. 0730
Here is the original post: Giving Caches a Chance

[...]