Combine Ajax and JSON to Transmit Complex Presentation Data
Learn how to combine Ajax and JSON to override the browser’s default locale and perform retrievals of complex data.
Read more: Combine Ajax and JSON to Transmit Complex Presentation Data
a2a_linkname=”Combine Ajax and JSON to Transmit Complex Presentation Data”;a2a_linkurl=”http://www.frenzygraphics.com/2010/09/01/combine-ajax-and-json-to-transmit-complex-presentation-data/”;
Add Multilingual Support to Your Java Web Pages
Give your Web visitors the option of selecting their preferred languages using JavaScript, Ajax, Java Servlets and JSPs.
See original here: Add Multilingual Support to Your Java Web Pages
a2a_linkname=”Add Multilingual Support to Your Java Web Pages”;a2a_linkurl=”http://www.frenzygraphics.com/2010/08/16/add-multilingual-support-to-your-java-web-pages/”;
JavaScript’s Lack of i18n Support and What It Means for You
Despite its atrocious lack of i18n functionality, you can make JavaScript work better with multilingual web pages.
View post:JavaScript’s Lack of i18n Support and What It Means for You
a2a_linkname=”JavaScript’s Lack of i18n Support and What It Means for You”;a2a_linkurl=”http://www.frenzygraphics.com/2010/08/05/javascripts-lack-of-i18n-support-and-what-it-means-for-you/”;
Creating a WSDL File and Clients for Your ASP.NET Web Service
Go inside the WSDL file for a Web service and then learn how to create both Web- and desktop-based clients to consume the service.
Excerpted from:Creating a WSDL File and Clients for Your ASP.NET Web Service
a2a_linkname=”Creating a WSDL File and Clients for Your ASP.NET Web Service”;a2a_linkurl=”http://www.frenzygraphics.com/2010/07/07/creating-a-wsdl-file-and-clients-for-your-aspnet-web-service/”;
[...]
Web Storage API: More Security, Efficiency and Capacity than Cookies
The Web Storage API not only allows storing larger data in browsers but also in a more secure and efficient way.
Go here to see the original: Web Storage API: More Security, Efficiency and Capacity than Cookies
a2a_linkname=”Web Storage API: More Security, Efficiency and Capacity than Cookies”;a2a_linkurl=”http://www.frenzygraphics.com/2010/06/15/web-storage-api-more-security-efficiency-and-capacity-than-cookies/”;
[...]
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/”;
Use Web Caching to Make Your Web Site Faster
Get an overview of how the multiple levels of web caching behave and how you can use them to make your site faster.
Source:Use Web Caching to Make Your Web Site Faster
a2a_linkname=”Use Web Caching to Make Your Web Site Faster”;a2a_linkurl=”http://www.frenzygraphics.com/2010/02/09/use-web-caching-to-make-your-web-site-faster/”;
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
[...]
HTML 5: Offline Application Caching
All browsers have some kind of caching mechanism in place, but to be honest, they don’t always work. Until HTML 4, the only work around was that the user had to save each page individually. HTML 5, thankfully, provides a smarter solution.
View original here: HTML 5: Offline Application Caching
[...]
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 [...]
XML and PHP Simplified - Formatting XML Documents
Part 3 of this series covers how to format XML documents in web browsers and how to parse or read them using PHP strings and functions.
View post:XML and PHP Simplified - Formatting XML Documents
a2a_linkname=”XML and PHP Simplified - Formatting XML Documents”;a2a_linkurl=”http://www.frenzygraphics.com/2009/08/05/xml-and-php-simplified-formatting-xml-documents/”;
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 [...]
Data Filtering with PHP
This article explores some of the new data filtering functions that became available in PHP 5.
More here: Data Filtering with PHP
a2a_linkname=”Data Filtering with PHP”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/24/data-filtering-with-php/”;
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 [...]
Debugging JavaScript: Handling Runtime Exceptions
The Error object provides a number of properties to help you display more meaningful error messages to the client and more useful debugging information to you, the developer. In this article, we’ll go over how to use the Error object to handle runtime exceptions.
See the original post: Debugging JavaScript: Handling Runtime Exceptions
[...]


