Database
A database is a structured collection of records or data.
Language
Any
Platform
Any
License
Open Source
Remove
The Butterfly framework is a lightweight approach to simplifying the use of XSLT in PHP 5, allowing for the use of stylesheet chains and caching for performance. As frameworks go it's simple and...
In this article, discover how the Action Web Service module implements Web services functionality in Ruby on Rails. Action Web Service creates server-side support for SOAP and XML-RPC Web service...
Learn how to develop an application for a real estate brokerage to display all available apartment listings as clickable Placemarks on Google Maps. To turn street addresses into their geographical...
A Google Mapplet is an application that runs inside a Google Maps results page and lets you add your own custom information to the page and the map. In this tutorial, you will write a Google Mapplet...
Learn how to implement a Yahoo! SearchMonkey application that enhances blogger.com search listings to include other information about the blog and blog owner. First, you will apply a basic...
In this tutorial, discover mashups, a highly interactive Web development methodology. Essentially a mix of related content put together from different sources, mashups provide rich dynamic content...
Over the years, developers have devised many strategies to facilitate the separation of business logic and presentation logic. In this tutorial, you will explore two solutions to separating data and...
In this article, learn how to integrate data from the Picasa Web Albums service into a PHP application using both SimpleXML and the Zend client library. Also, meet the Picasa Web Albums Data API and...
XPath expressions are much easier to write than detailed Document Object Model navigation code. When you need to extract information from an XML document, the quickest and simplest way is to embed an...
XML serialization has a myriad of uses, including object persistence and data transport. XStream is an easy-to-use open source Java library for serializing Java objects to XML and back again. Learn...
The loss of critical data can prove devastating. If you use Linux, you already have access to extremely powerful tools for creating custom backup solutions. The solutions in this article can help you...
Python is one of the more popular Open Source programming languages, owing largely to its own native expressiveness as well as to the variety of support modules that are available to extend its...
Got data in a proprietary database such as Microsoft SQL Server or Oracle 9i? The MySQL Migration Suite can help you move it to the MySQL open source database. Find out what's involved in the...
Using XML processing typically simplifies a developer's job--but not when you're programming in c++. Ever wish someone would create the create the C++ equivalent of XMLBeans? Someone has. Find out...
Alan Walker and Mike Benzinger of Sabre Holdings share a new pre-compiler for writing C/C++ applications with embedded SQL they developed when making MySQL part of their open source strategy for the...
JasperReports is a powerful and flexible open source reporting solution. The iReport visual designer enables you to take advantage of the full power of JasperReports without in-depth knowledge of the...
Here's an interesting discussion on If you're looking for an easy way to setup basic PHP script to work with MySQL, then take a look at this tutorial, which looks at the basics of building a PHP...
In a grid environment, it is often desirable to create remote, read-only copies (replicas) of files. Replication can be used to reduce access latency and improve data locality. Replica Location...