- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- unijimpe blog (5 minutes)
- Ricardo Parente (7 minutes)
- ByteStopsHere (8 minutes)
- Community MX (9 minutes)
- johnwilker.com (13 minutes)
- Layers Magazine (17 minutes)
- RIA爱好者 (27 minutes)
- SmartLogic Solutions (30 minutes)
- Digital Media Minute (1 hour)
- FlashMoto Blog (1 hour)
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. (translate)
Rolling Out Your Own HTML Application Version Control
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
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
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
Learn how to create a banking application using Object Oriented Programming that became available in PHP 5. (translate)
Mixing Scripting Languages
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
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
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
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
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)