Create a Help Desk Web Application Using ASP.NET
Use this step-by-step guide to build an ASP.NET help desk application using a database-driven approach that ensures easy maintenance and scalability.
See the original post here: Create a Help Desk Web Application Using ASP.NET
a2a_linkname=”Create a Help Desk Web Application Using ASP.NET”;a2a_linkurl=”http://www.frenzygraphics.com/2010/07/16/create-a-help-desk-web-application-using-aspnet/”;
Create Your First ASP.NET Web Service
Learn how to create a simple Web service using ASP.NET and then integrate it with a database on the backend.
See more here: Create Your First ASP.NET Web Service
a2a_linkname=”Create Your First ASP.NET Web Service”;a2a_linkurl=”http://www.frenzygraphics.com/2010/06/24/create-your-first-aspnet-web-service/”;
Complete the Shopping Cart Admin Tool for Your PHP Online Store
Learn the PHP scripts that allow shoppers to change item details after they have added the items to their carts, as well as the scripts for administrators to add and remove items.
Here is the original post: Complete the Shopping Cart Admin Tool for Your PHP Online Store
a2a_linkname=”Complete [...]
Building an online Store
Learn how to create a simple, online storefront, which can be used as a foundation to build more sophisticated online shopping carts, with PHP and MySQL.
Credit:Building an online Store
a2a_linkname=”Building an online Store”;a2a_linkurl=”http://www.frenzygraphics.com/2010/01/04/building-an-online-store/”;
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/”;
[...]
The Methods Behind the Banking Application Profile Script
In our ongoing series about creating a banking application using Object Oriented Programming, J. Leidago Noabeb discusses the methods that were used by the customer profile script and then shows you how to create the new account script.
Read the original post: The Methods Behind the Banking Application Profile Script
[...]
Drupal 6.14, Introduction and Installation
Drupal provides developers with a database-driven CMS that comes “out-of-the-box” with many often-requested features. This article walks you through the installation process and showcase some of the out-of-the-box features that make Drupal so popular.
Here is the original: Drupal 6.14, Introduction and Installation
a2a_linkname=”Drupal 6.14, Introduction and Installation”;a2a_linkurl=”http://www.frenzygraphics.com/2009/11/30/drupal-614-introduction-and-installation/”;
[...]
XML and PHP Simplified - XML,PHP and the Database
J. Leidago Noabeb explores the relationship between XML,PHP and MYSQL including a brief look at the Document Object Model.
Credit:XML and PHP Simplified - XML,PHP and the Database
a2a_linkname=”XML and PHP Simplified - XML,PHP and the Database”;a2a_linkurl=”http://www.frenzygraphics.com/2009/07/22/xml-and-php-simplified-xmlphp-and-the-database/”;
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 [...]
User Personalization with PHP: The Admin Section
The final installment of our series on User Personalization with PHP focuses on the Administration of the bookmark application.
See the original post here: User Personalization with PHP: The Admin Section
a2a_linkname=”User Personalization with PHP: The Admin Section”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/03/user-personalization-with-php-the-admin-section/”;
Debugging JavaScript: Beyond Alerts
Today, JavaScript can be written, debugged, and even tested using frameworks’ built-in functionality or by specialized software. In today’s article, we’ll begin examining some of the latest ways of debugging your JavaScript code.
Read the original post: Debugging JavaScript: Beyond Alerts
a2a_linkname=”Debugging JavaScript: Beyond Alerts”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/01/debugging-javascript-beyond-alerts/”;
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/”;


