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

Building an Online Shop’s Product Detail Page

Adding to our online store, this week we cover building the product detail page and begin creating the shopping cart.
More: Building an Online Shop’s Product Detail Page

a2a_linkname=”Building an Online Shop’s Product Detail Page”;a2a_linkurl=”http://www.frenzygraphics.com/2010/01/11/building-an-online-shops-product-detail-page/”;


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

[...]


How to Setup Canonical Domain Names with Apache

Not using canonical URLs has a negative impact on your SEO, as Google notices that several URLs are returning the same content and penalizes you. Sukrit Dhandhania shows you how to fix this problem using either httpd.conf or .htaccess.
Read more: How to Setup Canonical Domain Names with Apache

[...]


Creating a Banking Application Deposit Script

Our last article discussed the withdraw script that enables a customer to make a withdrawal from an account of their choice. This installment explores the mechanisms behind making a deposit into an account.
Read more here: Creating a Banking Application Deposit Script

a2a_linkname=”Creating a Banking Application Deposit Script”;a2a_linkurl=”http://www.frenzygraphics.com/2009/11/23/creating-a-banking-application-deposit-script/”;
[...]


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


Object Oriented Programming- The beginning

This article explores the new Object Oriented Programming that became available in PHP 5. Get some hands-on experience as we create an application demonstrating the concepts.
Read the rest here: Object Oriented Programming- The beginning

a2a_linkname=”Object Oriented Programming- The beginning”;a2a_linkurl=”http://www.frenzygraphics.com/2009/11/03/object-oriented-programming-the-beginning/”;


Object Oriented Programming- The Banking Application - Login

This article discusses the login portion of our banking application that we created using the new Object Oriented Programming that became available in PHP 5. We will also cover some additional OOP concepts that we have not looked at yet.
Object Oriented Programming- The Banking Application - Login

a2a_linkname=”Object [...]


Object Orientated Programming- The Banking Application - Login

This article discusses the login portion of our banking application that we created using the new Object Orientated Programming that became available in PHP 5. We will also cover some additional OOP concepts that we have not looked at yet.
Excerpt from:Object Orientated Programming- The Banking Application - Login

[...]


Working with Exceptions using ASP.NET Ajax

Exception handling is a technique that enables you to handle runtime errors. This article discusses exception blocks, best practices and how to handle exceptions efficiently using the ASP.NET Ajax framework.
Source:Working with Exceptions using ASP.NET Ajax

a2a_linkname=”Working with Exceptions using ASP.NET Ajax”;a2a_linkurl=”http://www.frenzygraphics.com/2009/10/14/working-with-exceptions-using-aspnet-ajax/”;


Object Orientated Programming- The beginning

This article explores the new Object Orientated Programming that became available in PHP 5. Get some hands-on experience as we create an application demonstrating the concepts.
Read more here: Object Orientated Programming- The beginning

a2a_linkname=”Object Orientated Programming- The beginning”;a2a_linkurl=”http://www.frenzygraphics.com/2009/10/12/object-orientated-programming-the-beginning/”;


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


XML and PHP Simplified: The DOM

Part 4 of this series continues an examination of the XML functions that are offered by PHP5, as well as some of the other DOM functions that deal with the Document Object Model.
Read more here: XML and PHP Simplified: The DOM

a2a_linkname=”XML and PHP Simplified: The DOM”;a2a_linkurl=”http://www.frenzygraphics.com/2009/08/26/xml-and-php-simplified-the-dom/”;
[...]


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