Optimize Your Web Page with CSS Sprites
CSS sprites mash up all the images used on a webpage into one large image and display only the part that contains the image wherever it’s required. Using CSS sprites drastically reduces the load time of the page.
See the original post: Optimize Your Web Page with CSS Sprites
[...]
Building a User Rating Application for Your Website
Learn how to build a user rating system that enables users to rate products on a website.
The rest is here: Building a User Rating Application for Your Website
a2a_linkname=”Building a User Rating Application for Your Website”;a2a_linkurl=”http://www.frenzygraphics.com/2010/12/23/building-a-user-rating-application-for-your-website/”;
Localizing Declaratively Created Dojo Widgets
Use a “before widgetizing” Dojo technique to localize a Web form. On form submission, you can validate the form and present a localized dijit.Dialog to the user.
More here: Localizing Declaratively Created Dojo Widgets
a2a_linkname=”Localizing Declaratively Created Dojo Widgets”;a2a_linkurl=”http://www.frenzygraphics.com/2010/11/17/localizing-declaratively-created-dojo-widgets/”;
Building an Ajax-driven File Uploader
Try a file-upload solution that uses Ajax to provide continuous feedback to the user as the file is being uploaded to the server.
Originally posted here: Building an Ajax-driven File Uploader
a2a_linkname=”Building an Ajax-driven File Uploader”;a2a_linkurl=”http://www.frenzygraphics.com/2010/09/08/building-an-ajax-driven-file-uploader/”;
Top 10 New Features in CSS 3
Eventually, CSS 3 — along with HTML5 — are going to be the future of the web. Explore 10 of the exciting new features in CSS 3.
Read the original post: Top 10 New Features in CSS 3
a2a_linkname=”Top 10 New Features in CSS 3″;a2a_linkurl=”http://www.frenzygraphics.com/2010/07/22/top-10-new-features-in-css-3/”;
Top 10 CSS Tools for the Design-challenged Web Developer
Writing CSS code can be a bear for Web developers. These ten CSS tools and frameworks can make the development process much easier.
Here is the original: Top 10 CSS Tools for the Design-challenged Web Developer
a2a_linkname=”Top 10 CSS Tools for the Design-challenged Web Developer”;a2a_linkurl=”http://www.frenzygraphics.com/2010/06/29/top-10-css-tools-for-the-design-challenged-web-developer/”;
Globalize your Web Applications: The Universal Character Set
This fourth article the Globalize your Web Applications series deals with something that’s at the forefront of your web apps: the character sets. More specifically, we’ll be taking a look at the Universal Character Set (UCS) and its role in creating multilingual web pages.
The rest is here: Globalize your Web Applications: The Universal Character Set
[...]
Creating a Banking Application Admin Panel using Object Oriented Programming
This article focuses on the administration side of our banking application, covering the creation of the admin scripts and discussing how proper administration can improve performance.
Read more here: Creating a Banking Application Admin Panel using Object Oriented Programming
a2a_linkname=”Creating a Banking Application Admin Panel using Object Oriented Programming”;a2a_linkurl=”http://www.frenzygraphics.com/2009/12/15/creating-a-banking-application-admin-panel-using-object-oriented-programming/”;
[...]
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
[...]
Building a Banking Application Home Page with OOP
Learn how to create a banking application using Object Oriented Programming that became available in PHP 5.
Go here to see the original: Building a Banking Application Home Page with OOP
a2a_linkname=”Building a Banking Application Home Page with OOP”;a2a_linkurl=”http://www.frenzygraphics.com/2009/11/05/building-a-banking-application-home-page-with-oop/”;
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
[...]
XML and PHP Simplified - The Createdoc.php Script
Picking up where we left off, this article continues to look at the create document script, focusing on the HTML portion of the code followed by a look at the document editor script, which is at the heart of the program.
Here is the original post: XML and PHP Simplified - The Createdoc.php Script
[...]
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 [...]
Sending an HTML and Plain Text E-newsletter with ASP.NET
If you’re familiar with HTML and CSS, using ASP.NET, you can develop an e-newsletter easily as long as you keep the expectations of what can be achieved visually through email within reason. This article takes a completed web page and integrates the HTML markup into an ASP.NET web form that sends the email to a [...]
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/”;


