Projects tagged ‘dom’ and ‘php’


Jump to tag:

Projects tagged ‘dom’ and ‘php’

Filtered by Project Tags dom php

Refine results Project Tags xml (19) html (10) ajax (10) framework (10) javascript (9) css (6) jquery (5) php5 (5) mysql (5) xpath (4) mvc (4) rss (4)

[30 total ]

4 Users
   

CleverSvg is a library developed by Clever Age, that allows an easy creation of SVG documents using PHP5. CleverSvg is based on the DOM implementation of PHP.
Created about 1 year ago.

3 Users

phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library. Two interfaces are provided - Object Oriented PHP and Command Line Interface (CLI).
Created about 1 year ago.

3 Users

FluentDOM provides an easy to use, jQuery like, fluent interface for DOMDocument.
Created 6 months ago.

2 Users

Open Source Framework for PHP5, find simplicity, multiple-choices and fast development cycle. * Framework Component-based * Small Footprint * Pluggable system * for PHP 5.2.3+ ... [More] * Fast and easy to install and use. * Multiple OO Models: o internal (tdbo) o doctrine | propel * Multiple Templating and View System: o HTML::Template o Zope-Tal o PHP Embeded o Savant o CREOLE Wiki Syntax parser o SVG output o DocBook? output o RSS and Atom ready * Multiple Controllers: o Cli (Console) Controllers o SOA-WOA Controllers (RPC) o REST Controllers o XUL Interfaces o XHTML | HTMl5 [Less]
Created about 1 month ago.

1 Users

PHP5 includes an object for handling XML files using DOM; TDOM seeks to simplify the handling of different types of XML-based files, including: SVG, XUL Interfaces, DocBook?, RDF, XML, (x) HTML and ... [More] thanks to its interface via plugins try to incorporate many more (eg RSS, Atom). * Reading XML Files * Writing XML Files * Creation of Files (SVG, Docbook, etc) * Creating XML files from another sources (databases, files, LDAP, etc) * Modification and transformation * Screen output [Less]
Created about 1 month ago.

1 Users

QueryTemplates - rapid multilanguage template generator PHP based templating engine converting pure markup sources (HTML, XML, XHTML) into native PHP and JavaScript template files. Library ... [More] uses popular web 2.0 pattern load-traverse-modify thou jQuery like chainable API and provides developer several rapid template filling methods. Using QueryTemplates developer is independent from designer. He loads pure markup HTML/XML file(s), traverses using CSS selectors and modifies it, injecting data and logic. Work of several developers (functionalities) is also independent, because of the nature of used pattern. Only designer works directly on markup files. Provided is set of examples and a working blog implementation using CakePHP framework. Library uses phpQuery as it's DOM backend. [Less]
Created 12 months ago.

0 Users

UATrackerNews2007/11/02 Some basic ideas on how to code the tracker has been proposed. DescriptionBasicly this will be a very scalable torrent-tracker written entirely in PHP to create a new ... [More] standard on how a tracker code should look like. Currently we do not have an ETA yet regarding when the tracker-beta is due to be released, but be sure to check in ever so often. The tracker is a from-scratch written project in the footsteps of the great creation of Bram Cohen and the old TB team who created a genuine tracker which is now since long out-dated and insecure. We are coding a new modular, functional CMS with forum, tracker, blog, poll, RSS feeds for use with .torrent files, and alot other features. Our goals are the following: Easy to use. Easy to install. Secure. That means: no XSS-attacks. No uploading of files that arent meant of being uploaded. No SQL-injection. And whatever attack a possible attacker can come to think of. Advanced cheat detection. Modular, you will be able to change the appearance of the tracker easily. You will be able to add or change appearence of functions (if visible to user). You will also be able set behaviour of functions. And choose weither or not you want to use a particular function. Adding new functions will also be very easy. Ability to convert data from other trackers to the way be built our database. IRCJoin us in IRC irc.p2p-network.net #unholyalliance ! WebsiteWill be up as soon as NDRS sorts the server. Unholy Alliance WORK HAS STARTED! [Less]
Created 12 months ago.

0 Users

The Rich Ajax Application Framework Release: 1.0 Beta 2 What is Raxan? Raxan is an Open Source Rich Ajax Application Framework that combines the unique features of CSS, HTML, JavaScript and PHP ... [More] to deliver an integrated solution for building today's rich web 2.0 applications. What is Included? For the Ajax/CSS developer, Raxan comes bundled with the latest jQuery libraries, a dynamic JavaScript/CSS loader and a CSS framework. The CSS framework includes support for grid and elastic layouts, columns, tables, and a lot of other useful features for creating simple to complex web pages with just a few lines of code. For the PHP developer, Raxan comes bundled with the PDI (Programmable Document Interface) Framework, which includes support for client-server Ajax communications, server-side jQuery DOM manipulation API and a lot of other powerful features. content('Hello World'); // set the content of the page $page->reply(); // reply to the request ?>PDI goes the extra mile to empower developers to take full advantage of their web sites and applications. With built-in Ajax support and DOM manipulation APIs, it's very easy for anyone to start creating extremely powerful interfaces. append(' Click'); // add div and button elements to page $this['button']->bind('click','.button_click'); // bind client-side button click to server-side callback } // server-side callback event protected function button_click($e) { $this['#msg']->html('Hi There!'); // set the inner html for the div element } } RichWebPage::Init('MyPage'); // initialize the MyPage class ?>To learn more about the framework please site the Raxan Website [Less]
Created 8 months ago.

0 Users

This php/dom based library allows to render kml files and is as easy to use as set_description('This is ... [More] where I live !'); $myPlacemark->add_Geometry(new kml_Point(36.12, 10.45)); $myPlacemark->dump(); [Less]
Created 12 months ago.

0 Users

phpdomxml is an OOP implementation of the XML DOM for PHP. Its aim is to be a light-weight implementation for 'every-day' usage of XML-documents in a PHP 4.10+ environment or an environment running a ... [More] version of PHP prior to 5.0 that lacks solid XML DOM support. [Less]
Created 12 months ago.