Archive for the ‘XML and PHP’ Category
Tuesday, December 23rd, 2008
Ever wanted to syndicate web content fast and easily? MX RSS Reader-Writer is a 2 in 1 solution. Firstly, it allows you to import RSS (Really Simple Syndication) files and integrate them in your website design and secondly it allows you to export database information into RSS format. This way you will be able to increase the traffic on your site by gathering and distributing your news in a wisely manner. Supported server technologies: ColdFusion, ASP_VBScript, PHP_MySQL and PHP_ADODB.
Visit this Script
Tuesday, December 23rd, 2008
PHP XMLMaker is an easy-to-use code generator for creating PHP 5 scripts that output XML from a MySQL database. You can instantly serves dynamic XML for Ajax, RSS, Flash or any other applications that consumes XML. PHP XMLMaker is designed for high flexibility, many options enable you to generate the XML in a format that best suits the client applications. The generated codes are clean and easy-to-customize. PHP XMLMaker is an indispensable tool for modern Web development and is suitable for both beginners and experienced developers alike.
Visit this Script
Tuesday, December 23rd, 2008
NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1. NuSOAP PHP Web Services implementation is tightly integrated with PhpED - NuSphere’s PHP IDE. The calls to NuSoap class methods can be generated by NuSoap client tab in PhpED and by NuSoap wizard. NuSoap is used in PhpDOCK Currency Converter
Visit this Script
Tuesday, December 23rd, 2008
RSSMini Folder is another script with which you can make a full website of your choice! You can add any pages! Well… Adding Pages… That Seems Boring… Not with RSSMini Folder! Adding new pages was never been easier before! All you got a do is duplicate a folder and rename! RSSMini Folder displays content based on the folder name! There are 7 pages per folder. All you have to do is rename the folder! Simple! You can add unlimited folders!
Visit this Script
Tuesday, December 23rd, 2008
Make your website more interesting and informative for your visitors. Add fresh content live 24 hours/day. Boost your search engine rankings. Weblines can do all this for you! Put live RSS newsfeeds on your website with webLines. An RSS parser for your website that is easy to install, WebLines allows you to display live news and information from thousands of sources right on your website. Search engines favor sites that always have new content. Weblines makes this automatic. Just upload one file to your server, and add one line of code to the page where you want to display the newsfeed. It’s as easy as that! The appearance of the feed is completely customizable to match the appearance of your webpage. The news can be displayed statically, with scrollbars, or with an automatically scrolling display. It requires PHP 4.2 or above and is compatible with any RSS newsfeed.
Visit this Script
Tuesday, December 23rd, 2008
AJASON is a PHP 5 library and JavaScript client for the Web technology called AJAX. AJAX permits data to be fetched asynchronously without the need for reloading the Web page and thus allows the development of interactive GUI-like Web applications. JSON is a lightweight data interchange format which is used by AJASON to exchange data between server and client. AJASON features the ability to exchange complex data types and client-side error reporting for server-side AJASON errors.
Visit this Script
Tuesday, December 23rd, 2008
This library lets you perform fast and easy-to-program transformations on XML documents. Instead of having to write your own parser, or directly using the PHP DOM parser, and having to write your own tree walker and such, you only need to instantiate a class, add a few match expressions, and assign a function to process every XML element that matches, DOM-style.
Visit this Script
Tuesday, December 23rd, 2008
CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively to parse in different programming environments. CXS supports the serialization of the following data types: * scalar types: string, integer, double (aka. float), boolean * compound types: array (numerical), hash (associative array), object * special types: null * resource types: RecordSet, binarystream The basic idea for CXS was to build up a serialization language for Flash (client) - PHP (server) communication which can be handled easily by both languages and keeps traffic as low as possible.
Visit this Script