1 | Next Page

Creating a Banking Application Deposit Script

Nov 23, 2009 12:42 PM
Rating: (Total Clicks 16)

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. (translate)

Rolling Out Your Own HTML Application Version Control

Nov 18, 2009 10:42 PM
Rating: (Total Clicks 27)

In this article, we're going to explore how to access Dynamic Link Libraries (DLLs) and connect to the Web through HTML Applications (HTAs) using VBScript as we roll out an HTA version control strategy. (translate)

HTML 5: Client-side Storage

Nov 11, 2009 6:44 PM
Rating: (Total Clicks 23)

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. (translate)

Working with Ajax Server Extensions

Nov 9, 2009 6:41 PM
Rating: (Total Clicks 34)

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. (translate)

Building a Banking Application Home Page with OOP

Nov 4, 2009 6:54 PM
Rating: (Total Clicks 86)

Learn how to create a banking application using Object Oriented Programming that became available in PHP 5. (translate)

Mixing Scripting Languages

Nov 2, 2009 4:50 PM
Rating: (Total Clicks 62)

Today's article will highlight some of the ramifications of mixing scripting languages in your web pages. These discussions will be applicable to cross-browser scripting and HTAs as well. (translate)

Review: phpFox, a Social Networking CMS with all the Bells and Whistles

Oct 28, 2009 11:50 AM
Rating: (Total Clicks 90)

Is it time to stop blogging and start networking? This CMS has everything a developer needs to create a top of the line social networking site with all the features that users have come to expect from sites like MySpace, Facebook and LinkedIn. (translate)

Object Orientated Programming- The Banking Application - Login

Oct 26, 2009 5:51 PM
Rating: (Total Clicks 82)

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. (translate)

Managing Logs in Apache

Oct 21, 2009 4:01 PM
Rating: (Total Clicks 58)

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. (translate)

Using GreyBox in your HTML Applications: The Unobtrusive JavaScript Solution

Oct 19, 2009 9:51 PM
Rating: (Total Clicks 82)

Rob Gravelle presents a solution for making Orangoo's GreyBox library work with HTML Applications (HTAs)using AJAX and the DOM scripts collection. By making the changes in a local script, specialized behavior can be limited to a specific application. (translate)

1 | Next Page