Creating a Database with Perl and DBI
Thursday, March 20th, 2008KickApps WordPress Plug-in: Creating New Standards?
Monday, November 19th, 2007KickApps has created a Wordpress plugin for enabling a few community features for bloggers and their readers. It’s a single sign-on plugin that lets your readers simultaneously login to your blog and your KickApps-powered community. That basically means that you can more easily create a social network around ...
Creating Image Streams from Existing Graphics with the GD Library in PHP
Monday, August 20th, 2007Within the huge range of applications that can be developed with PHP creating dynamic images may be among the most useful and interesting. This process can be easily tackled by using the GD library. If you re curious about how to use the functions that come bundled with this ...
Creating Your First Tapestry Project
Tuesday, April 17th, 2007In the previous article we began moving from theory to practice by preparing our work place and setting up our system. In this article we actually get our hands dirty at least figuratively by building our first Tapestry project.... Search Site Optimized for Developers and IT Pros ...
Creating a Blog Application with Interpreter Classes with PHP 5
Monday, April 16th, 2007Working with interpreter classes in PHP 5 can be a useful experience for any PHP developer. Welcome to the final part of the series that began with Building Interpreter Classes with PHP 5. Composed of three educational tutorials this series teaches you how to implement the interpreter ...
Creating, Copying, and Managing OC4J Instances
Thursday, February 22nd, 2007In this second part of a multi-part series covering the management of OC4J and configuring J2EE applications with Oracle 1 g Application Server we focus in on OC4J instances. This article is excerpted from chapter eight of the em Oracle 1 g Application Server Exam Guide em ...
Creating an RSS Reader Application
Tuesday, February 20th, 2007In the previous two articles we discussed how to read and build an RSS document with PHP. In this article we will create an application that uses the concepts discussed in the other two articles. So let s go straight to the coding.... Refurbished and Used Networking Equipment Network Liquidators sells ...
Creating an RSS Reader: the Reader
Tuesday, February 6th, 2007In this article we are going to discuss how to create a PHP-based RSS reader. It would be helpful if you know something about XML but not really necessary. RSS documents have three main tags Title Link and Description. And they all do exactly what their names ...
Creating AJAX Requester Objects with Abstract Factory Classes in PHP 5
Wednesday, January 31st, 2007The abstract factory pattern can be useful if you re developing a PHP application that needs to create diverse objects in multiple contexts. If you re interested in learning the basics of this design pattern this set of articles might be what you re looking for. Welcome to the ...
Windows Programming in Python: Creating COM Servers
Monday, January 22nd, 2007In an earlier article I discussed accessing COM components from within Python programs. However I left a question dangling namely can COM servers be created in Python and can they be accessed by applications created in other languages or platforms such as Visual Basic The ...
Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5
Wednesday, January 17th, 2007If learning how to incorporate creational design patterns into your own PHP 5 applications is a high-priority topic for you then this set of comprehensive articles might be what you re looking for. Welcome to the concluding installment of the series Using Bridge Classes with PHP 5. ...
More Examples of Creating Command Objects with PHP 5
Tuesday, December 19th, 2006Are you one of those PHP developers who wants to expand your background in design patterns by learning an additional one If your answer is affirmative then this series might be appealing to you. It will teach you in three educational tutorials how to create and ...
Introduction to Creating Command Objects with PHP 5
Tuesday, December 12th, 2006In this article the first part of a series you ll learn the basics of applying the command pattern with PHP 5. As always plenty of hands-on examples are included.... New SAP NetWeaver J2EE Preview! Try the new SAP NetWeaver J2EE preview. Download this exclusive development kit now!
Creating an Administration Area for a Simple Threaded Discussion Forum
Tuesday, October 24th, 2006Discussion forums usually need an administrator to handle various tasks that you wouldn t want just any forum user doing such as banning other users. This article the second of two parts will show you how to set up an administration area for a threaded discussion forum ...
Creating the Admin Script for a PHP/MySQL Blogging System
Tuesday, October 17th, 2006In this part of the series we will be writing the administration of the blog. The idea is to give the owner of the blog the ability to manage the blog by being able to remove users and articles as required or to alter the status of users by ...
Creating a Simple Threaded Discussion Forum
Monday, October 16th, 2006Most websites have some method of interacting with a visitor. Some have a chat system and others have shoutboxes or other ways to attract the visitor to return. One of the most used methods is a discussion forum. And this is what we are going to create and discuss in ...
Creating the Blog Script for a PHP/MySQL Blogging System
Wednesday, October 11th, 2006In this second part of a three-part series on blogging with PHP and MySQL we will be looking at the actual blog. The blog will be simplicity itself. I have created a style sheet that will help in making the blog look clean and neat. The blog will be ...
Creating a Login Script for a PHP/MySQL Blogging System
Wednesday, October 4th, 2006In this three-part tutorial we are going to be creating an open blogging system. We are also going to provide scripts that will make it possible to switch to a closed blogging system. This article which is the first part will cover the creation of the login scripts ...
Creating a Table using Oracle 10G XE
Wednesday, September 20th, 2006Oracle 1 G XE provides a wizard to help you create a table. The wizard walks you through several steps for creating a table taking you to the next step after you have entered valid entries for the current step. While scripts can be used to create a table ...
Creating a Login Script for a PHP Invoicing System
Thursday, September 7th, 2006In this first part of Building an Invoicing System we are going to look at invoice management. Why would anyone want an online invoicing system Well if you are a freelance web developer like myself you will undoubtedly need to invoice your clients so ...
Reading, Writing and Creating Files in PHP
Thursday, August 24th, 2006Reading and writing to files can be useful if you do not require the storing of important data such as a web counter. I must warn you though that this method of storage should not be used to store passwords and other critical information as it is ...
Creating an Oracle Web Service Client for a Web Service Created in VS 2005
Wednesday, July 12th, 2006This tutorial takes you through the process of creating a web service client using the i ApplicationBuilder i interface in Oracle 1 g XE. The client will access the services offered by a web service created using the Visual Studio 2 5.... (Advertisement) Protect your software for ...
Creating Zope Products
Tuesday, March 7th, 2006The arrangement of Zope objects required for a large website can get somewhat messy and end up looking disorganized. Fortunately you can use the plethora of Zope Products available to give you a hand or you can create your own if there are none that perfectly suit ...
Creating a Searchable Inventory System: Retrieving and Managing Search Results (continued)
Tuesday, November 29th, 2005In this article we will set up an automatic search listener to execute the code for our searchable inventory system. With this final piece we will assemble all of the parts of our application into a working search tool. It will allow us to search for records using ...
