stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP XML Classes 1.7 released







PHP XML Classes 1.7 released

PHP XML Classes 1.7 released 06/26/2002 01:01 PM

New version of the package grouping all the classes, included the RDDL parser class.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP XML Classes 1.7 released

Grok Headline matches for PHP XML Classes 1.7 released

PHP IMSP Client Classes 1.0b-rev3
released


PHP IMSP Client Classes 1.0b-rev3
released
07/08/2002 02:46 PM
PHP IMSP Client Classes is a set of PHP classes to work with an IMSP (Interactive Messaging Support Protocol) server via PHP4, and to allow a custom "webmail" application access to an IMSP store.

PHP Classes


PHP Classes 06/08/2002 10:22 AM
IF you've been programming with PHP you may have came across OOP. The term OOP stays for Object Oriented Programming and refers to a technique in which you work with Objects in your programs. When I first started using Objects in PHP it was difficult for me to understand its concept, but, once I got it, I found them quite simple to work with...

PHP imdb Classes


PHP imdb Classes 04/08/2005 08:54 AM
Project management changes

Texting classes for over 50s


Texting classes for over 50s 07/23/2004 08:12 AM
Lessons in sending mobile phone text messages are held for a group of over 50s in Glasgow.

EJB Foundation Classes


EJB Foundation Classes 05/30/2004 02:41 PM
EJB Foundation Classes Version 1.0 Released

SQLXML classes in .NET


SQLXML classes in .NET 01/04/2003 01:58 AM
CNET Jan 4 2003 1:02AM ET

PlayShare Classes


PlayShare Classes 09/21/2004 07:06 PM
Release Date

Introduction to PHP Classes (OOP)


Introduction to PHP Classes (OOP) 01/25/2003 06:55 AM
Learn how to save yourself a lot of time and make cleaner code using PHP Classes. This is the gateway to Object Oriented Programming with PHP.

Search for Classes


Search for Classes 03/17/2005 03:26 AM
Search for Classes
http://www.searchforclasses.co m/

SearchForClasses is a source to research online and on-campus college degrees. Selecting the ideal career and educational paths are among your most important life choices. They offer information on hundreds of on-campus and online programs, plus valuable tools to help you sort through and identify the best program for your needs. Bachelor degrees, MBAs, and other college certification programs can be easily browsed and searched. SearchForClasses invites you to visit their numerous online and on-campus colleges -- and to meet other students from all over North America. This will be added to Education and Distance Learning Resources 2005 Internet MiniGuide.

Parrot classes


Parrot classes 12/17/2004 06:34 PM
It sadly is an all too common story.  Somebody new to a codebase, oblivious to all the history, sees one thing they can't do, and proposes a radical refactoring.  Why should I be any different? ...

BasaOne Web Classes


BasaOne Web Classes 07/12/2004 08:58 AM
Basasoft has just made available for free download its BasaOne Web Classes.

Those classes allow you to expand the BasaOne development environment, and speed up development of Web Applications through the reuse of already developed objects. Amongst others are Menus, Panther tab-panel, Server with authentication, Countries popup, etc.

You can d

Stacking CSS Classes


Stacking CSS Classes 07/19/2004 04:48 PM
Stop me if you've already heard this one, but you can simplify your CSS stylesheets by using multiple CSS classes on a single element. I only learned about this handy feature a year ago, so I'm assuming that some of you may have missed it as well. Allow me to demonstrate by way of example.

Co ntinue reading "Stacking CSS Classes"

Click here to comment on this entry


Abstract classes in .NET


Abstract classes in .NET 10/26/2002 03:40 AM
CNET Oct 26 2002 2:37AM ET

Top classes 'dominate medicine'


Top classes 'dominate medicine' 06/21/2004 06:03 AM
Just 1% of UK medical students come from unskilled backgrounds, according to a report.

Stanford Interactive: What classes
should I take?


Stanford Interactive: What classes
should I take?
03/26/2005 04:05 PM
Here’s your chance to give me your unsolicited advice! Stanford’s next term begins soon and I need to pick out…

PFC: Palm Foundation Classes


PFC: Palm Foundation Classes 06/18/2004 12:12 AM
Initial checkin

Eudora Mailbox Classes


Eudora Mailbox Classes 04/14/2004 09:11 PM
DDJ Apr 15 2004 1:24AM GMT

PHP Intro to Objects and Classes


PHP Intro to Objects and Classes 11/27/2002 08:37 AM
PHP's Object Oriented capabilities may not be complete, but the benefits of convenience and code re-use from using Objects and Classes are here now. If you are already dabbling in PHP, but haven't yet checked out Classes, have a look at this simple (but useful) example of an Error Message Class.

Interesting New Tools at PHP Classes


Interesting New Tools at PHP Classes 03/21/2003 09:12 AM

Interesting New Tools at PHP Classes

Hmm... Here are some interesting new tools for all of us.  You should really check out PHP Classes this week.  There are even new classes for Yahoo Calendar and VCard access.  Recommended


Integrated Foundation Classes


Integrated Foundation Classes 03/20/2003 08:32 AM
Inti 1.0 Beta7 released...

php-editors.com: Writing Classes in PHP


php-editors.com: Writing Classes in PHP 07/13/2004 08:40 AM
If you've outgrown the simple PHP (procedural programming) and want to get more into the meat of things, classes just might be the way to go. Object-oriented code can help you with speed, code reuse, and even make your code more well structured. So, with all of these advantages, what are you waiting for to learn this information? Why, the right resource, of course. php-editors.com has their own new tutorial posted to aid you in your quest.

Objective-C Foundation Classes 0.2.1


Objective-C Foundation Classes 0.2.1 02/17/2004 03:59 AM
A general purpose class library for Objective-C.

BR Java Common Classes


BR Java Common Classes 12/29/2003 02:52 PM
Calendários

Using the Tween and Transition Classes
in Flash


Using the Tween and Transition Classes
in Flash
01/03/2005 03:00 PM
Add eye-catching transitions and animations to your SWF files with these classes—even if you're not an ActionScript expert.

Children Return to Classes After Siege
(AP)


Children Return to Classes After Siege
(AP)
09/15/2004 06:11 AM
AP - Children returned to schools in this grief-stricken southern Russian town Wednesday for the first time since heavily armed militants seized more than 1,200 hostages at a school two weeks ago in a raid that shocked Russia and the world.

Extending PHP Classes with the Overload
Extension


Extending PHP Classes with the Overload
Extension
01/19/2003 12:09 PM
An interesting article on using Andrei Zmievski's Overload extension which comes standard with PHP since 4.3.0. The overload extension defines three "magic" functions; __call(), __set() and __get(). If we place these in a class then declare (outside the class) that it is overloaded, PHP will use the magic functions if it finds that a member variable or function does not exist. PS: On another topic, there will probably be a patch release to fix bugs in PHP 4.3.0, so if you haven't upgraded yet, don't bother until the patch comes out. "zeldman.hgr"

Man Sentenced to Yoga Classes for Slap
(AP)


Man Sentenced to Yoga Classes for Slap
(AP)
01/23/2004 02:22 PM
AP - A man convicted of slapping his wife has been sentenced to yoga classes.

2 classes of stock raises questions


2 classes of stock raises questions 05/17/2004 06:03 AM
USA Today May 17 2004 10:07AM GMT

A maze of twisty classes and interfaces,
all different.


A maze of twisty classes and interfaces,
all different.
01/08/2003 12:56 AM
So I've been working to understand the Java code I need to extend at work. And it's quite a bit of culture shock after being a Perl Hacker for the last... well, a long time. I've done Perl in some...

Colleges focus on online classes


Colleges focus on online classes 08/09/2004 05:40 AM
Qctimes.com - Mon Aug 9, 08:25 am GMT

Sprint Says It Will Merge Two Classes of
Its Stock


Sprint Says It Will Merge Two Classes of
Its Stock
03/06/2004 01:53 AM
Sprint, which pioneered the use of tracking stock in the telephone industry, said that it would merge its two classes of stock.

Teacher utilizes GarageBand for classes


Teacher utilizes GarageBand for classes 03/08/2004 11:15 PM
MyMac.com has posted an interesting interview with Kathy Lies, a teacher at the Wayne Country Day School in Goldsboro, NC...

HTML2PHP API. Oriented Object Classes


HTML2PHP API. Oriented Object Classes 06/25/2004 02:12 AM
HTML2PHP 0.3 Released!

Faking Dual Inheritance Classes in PHP


Faking Dual Inheritance Classes in PHP 10/15/2002 07:15 AM
WebmasterBase Oct 14 2002 9:13PM ET

Basasoft releases BasaOne Web Classes
1.1


Basasoft releases BasaOne Web Classes
1.1
12/24/2004 12:41 PM
Basasoft has released a new set of free classes and example projects that speed up Web Application Development with BasaOne. The new release contains among others the following:

[[ Visit http://www.macmegasite.com for full article ]]

iPods Enter Duke Classes


iPods Enter Duke Classes 04/06/2005 06:17 PM
The entire Duke University class of 2008 received Apple iPod digital devices as part of a university initiative to encourage creative uses of technology in education and campus life. This mix of pop culture, information technology and pedagogy has generated enormous interest from other educators as well as news media. See examples of how some Duke courses are using the devices. [Apr 06, 2005]

PHP Classes: PHP innovation Award Winner


PHP Classes: PHP innovation Award Winner 05/10/2004 08:41 AM
If you'll remember a little while back, we posted about a contest from PHPClasses.org called the PHP Innovation Award. Well, the results are in, and the winner is GraFX Software - a company that produces internet software such as Company WebSite Builder PRO 1.9.1 and CVS for Dreamweaver 1.3.0.

Losing the Baby Fat With Fitness Classes
(AP)


Losing the Baby Fat With Fitness Classes
(AP)
06/13/2004 12:01 PM
AP - Lucy Brown somersaults backward down a ramp, leaps over a mat, rolls across a platform, jumps a series of hoops, squats into a yoga pose and hops over a row of cones. And all with her diaper intact.

N.D. Shelter Requires Dog Walking
Classes (AP)


N.D. Shelter Requires Dog Walking
Classes (AP)
01/05/2004 09:54 AM
AP - Walking the dog isn't as simple as it once was at the Central Dakota Humane Society.
Grok Description matches for PHP XML Classes 1.7 released
GrokA matches for PHP XML Classes 1.7 released

Device Server - Wireless Serial to
Ethernet Converter for RS232/422/485
Serial Devices


Device Server - Wireless Serial to
Ethernet Converter for RS232/422/485
Serial Devices
12/29/2004 05:50 AM
HelloDevice SS110 is a Wireless-enabled serial to ethernet converter for RS232/422/485 based serial devices. [PRWEB Dec 29, 2004]

Bluetooth serial adapter ousts RS-232
serial cable


Bluetooth serial adapter ousts RS-232
serial cable
03/31/2005 02:28 PM
Electronics Talk Mar 31 2005 7:18PM GMT

DiscBlaze 2.2


DiscBlaze 2.2 01/09/2004 09:57 PM
Multisession CD burner, DVD burner, CDRW eraser, disc image creator.

Update: DiscBlaze 4.0


Update: DiscBlaze 4.0 06/23/2004 11:01 AM
The CD and DVD burning software adds the ability to burn MP3 CDs and Nero (.nrg) disc images and can create and burn .cdr images, among other changes.

Announcement: DiscBlaze 4


Announcement: DiscBlaze 4 05/27/2004 09:12 AM
Radical Breeze announced Version 4 of DiscBlaze, which will add support for burning VideoCDs and MP3 CDs, among other changes.

Update: DiscBlaze 3.0.2


Update: DiscBlaze 3.0.2 02/10/2004 02:41 AM
The CD/DVD burning software adds general burning stability improvements, fixes for problems burning on Mac OS X 10.3.3, and other changes.

DiscBlaze 3.1.3, DoThisNow 1.1.5
released


DiscBlaze 3.1.3, DoThisNow 1.1.5
released
05/13/2004 08:11 AM
Radical Breeze today released updates to DiscBlaze, the company's CD/DVD burner, and DoThisNow, its Action/Script Scheduler...

DiscBlaze 4 to offer VCD, MP3 CD options


DiscBlaze 4 to offer VCD, MP3 CD options 05/26/2004 06:18 PM
Radical Breeze today announced that DiscBlaze 4, a new version of its CD and DVD burning software, will be released on June 25...

DiscBlaze 4 CD/DVD burning software
announced


DiscBlaze 4 CD/DVD burning software
announced
05/27/2004 07:57 AM
Radical Breeze has announced plans to publish DiscBlaze 4, a major new update to their CD and DVD burning software for Mac OS X. The new version, planned for release on June 25, will sport the ability to burn VideoCD-format discs as well as MP3 CDs. You'll also be able to set a custom disc icon, burn additional new formats, and more. DiscBlaze 4 will cost US$25, and upgrades will be available for a lower price. DiscBlaze requires Mac OS X v10.2.6 or higher and a CD or DVD burner.

Radical Breeze releases DiscBlaze 3.2


Radical Breeze releases DiscBlaze 3.2 05/20/2004 02:48 AM
Radical Breeze has released DiscBlaze 3.2, the latest update to its popular CD/DVD burning utility for Mac OS X...

Radical Breezes releases DiscBlaze 5.1


Radical Breezes releases DiscBlaze 5.1 06/05/2005 10:59 PM
Radical Breeze has released version 5.1 of DiscBlaze, its CD/DVD burning software for Mac OS X...

DiscBlaze CD/DVD burning utility gets
new interface


DiscBlaze CD/DVD burning utility gets
new interface
04/26/2004 08:53 AM
Radical Breeze has released DiscBlaze 3.1, an update to their CD and DVD burning utility for Mac OS X. The new version features an updated interface that more closely models iTunes, adds AppleScript support and makes other improvements. It's a free upgrade for current users; it costs US$19 for others.

DiscBlaze 3.1 offers revamped user
interface, more


DiscBlaze 3.1 offers revamped user
interface, more
04/23/2004 08:05 AM
Radical Breeze has released DiscBlaze 3.1, a "major update" to its popular CD/DVD burning utility for Mac OS X...

DiscBlaze 3.0.9 released with a 'Tax
Day' special


DiscBlaze 3.0.9 released with a 'Tax
Day' special
04/15/2004 05:03 AM
Radical Breeze has released DiscBlaze 3.0.9, a free update to its popular CD/DVD burning utility for MacOS X...

DiscBlaze gets enhanced Disc Image
functionality


DiscBlaze gets enhanced Disc Image
functionality
08/30/2004 01:56 PM
Radical Breeze has released DiscBlaze 4.1, a free update to its CD/DVD burning software for Mac OS X...

DiscBlaze gets new default file system
feature


DiscBlaze gets new default file system
feature
07/28/2004 06:08 PM
Radical Breeze has released DiscBlaze 4.0.2, a free update to its CD and DVD burning software for Mac OS X (10.2.6 or higher)...

DiscBlaze 4 supports additional disc
types, more


DiscBlaze 4 supports additional disc
types, more
06/22/2004 09:26 AM
Radical Breeze on Tuesday released DiscBlaze 4, a new version of the CD and DVD burning software for the Mac. The new version supports additional disc image formats, including Nero (.nrg) and .cdr images, supports MP3 CD discs format, can set a custom icon for any HFS+ disc and more. DiscBlaze is US$19 until June 25, after that it's $25. Upgrades cost $10. System requirements call for Mac OS X v10.2.6 or later and a compatible CD or DVD burner.

DiscBlaze update simplifies multiple
disc burning


DiscBlaze update simplifies multiple
disc burning
05/20/2004 08:28 AM
Radical Breeze has released DiscBlaze v3.2, an update to their CD and DVD burning application. The new release sports an improved interface for burning multiple copies of the same disc, displays a burning progress meter in the Dock, offers more information about your disc burner and more. DiscBlaze v3.2 requires Mac OS X v10.2.6 or higher and costs US$19. It is a free update for registered users.

DiscBlaze, Dragon Burn CD/DVD burning
apps updated


DiscBlaze, Dragon Burn CD/DVD burning
apps updated
01/08/2004 07:16 PM
Radical Breeze has released DiscBlaze 2.2, an update to its CD/DVD burning utility for Mac OS X...

DiscBlaze 4 offers additional disc image
formats, more


DiscBlaze 4 offers additional disc image
formats, more
06/22/2004 10:44 AM
Radical Breeze today announced the immediate availability of DiscBlaze 4, a new version of its CD and DVD burning software...

Firebird Database Remote Database Name
Overflow


Firebird Database Remote Database Name
Overflow
06/01/2004 03:27 PM
Aviram Jenik (Jun 01 2004)

Serial ATA to... ANYTHING!


Serial ATA to... ANYTHING! 12/04/2003 02:28 PM
Does anyone had any idea how to get a Serial ATA drive enclosure? One that outputs to something that is...

Serial Mail 1.1


Serial Mail 1.1 11/04/2003 04:49 PM
An Mail.app AppleScript to gernerate serial mailings from a template using data provided by an Address Book group.

Serial Mail 2.5


Serial Mail 2.5 01/03/2004 03:20 PM
AppleScript to generate serial mailings from a template using Apple Mail and data provided by an Address Book group. The messages are generated and you may choose whether to save or send the messages - so you can review the result before sending.

Serial Adapters


Serial Adapters 12/11/2002 08:09 AM
There's a converter that allows iPAQ accessories to work with the HTC PPC Phone Edition devices, it's been around for...

The Serial Killer Who Hugged Me


The Serial Killer Who Hugged Me 04/04/2005 04:37 PM
Life and Death: an extraordinary post from Chris Clarke about his connection to serial killer Stephen Peter Morin. His family chimes in meaningfully in the comments. Mori n's execution is often pointed to as proof of the cruelty of lethal injection.

New: SATAMAXe Serial ATA RAID


New: SATAMAXe Serial ATA RAID 09/24/2004 11:41 AM
ProMax Systems released the SATAMAXe-XL and SATAMAXe-HD, two external Serial ATA storage systems for digital video.

Serial 'Snuggler' Gets Probation in La.
(AP)


Serial 'Snuggler' Gets Probation in La.
(AP)
08/13/2004 11:04 AM
AP - The serial "snuggler" will have to keep his hands to himself. The man who sneaked into women's apartments just to cuddle with them has been sentenced to five years' probation.

New: Stealth Serial Port for G5


New: Stealth Serial Port for G5 02/11/2004 11:00 AM
GeeThree released a Stealth Serial Port for the G5, which installs in the G5's modem slot and provides a "native" serial port.

10.3: A quick fix for USB-to-Serial
(MCT) support


10.3: A quick fix for USB-to-Serial
(MCT) support
02/11/2004 11:04 AM
I have been having a terrible time getting the standard USB-to-Serial driver used for MCT to work under Panther, although it used to work under 10.2. Part of the story has been detailed here at OSXHints in the discussion boar...

PHP XML Classes 1.7 released

The following phrases have been identified by the grok system as matching this entry: "l2j database" serial discblaze 4.3.3

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

NDBE 1.2.1 released
Creating Shell
Scripts using PHP 4
Part 2

PHP Class 'inifile'
released

Variable Handling
and the PHP Novice

Making PDFs with
PHP, PDQ

Using Java objects
in PHP scripts Part
2

Managing Images With
a Web Database
Application

Five Little PHP
Tricks to
Programming Bliss

The Power Of Three:
XML, XSLT and PHP --
Part III

PHP Class
'CurrencyFormatter'
released

PHP Handy off the
Web, Too

International PHP
Conference 2002 call
for papers

Peeking Under the
Lid of Open Source
.NET CLI
Implementation

Vote to create
comp.lang.php
newsgroup

Open-source servers
today: PHP prowls
the edge

Nola and Noguska,
where art thou?

The Big Secret:
Palladium

HTML_TreeMenu
DirectoryBrowser
bin2array
inifile
CurrencyFormatter
Can XML Be The Same
After W3C XML
Schema?

PDF Presentations
Using AxPoint

RELAX NG's Compact
Syntax

document.body,
doctype switching,
and more

Remembering
Non-Registered
Visitors

Book Review: Usable
Web Menus

Information Design:
What is it? Who
needs it?

Bill Moggridge of
IDEO presents
User-Centred Design
at One Remove

Three Down and Yet
More to Come

New Book: Definitive
XML Application
Development

Project and proposal
for integrating
validation with
processing pipelines

Can a foreign
assignment help your
career?

Making multiple
session IDs work in
ASP

Can certification
aid your job search?

Programming within
your comfort zone

Better multiplatform
build system

The May Builder.com
top 10

Is SQL a standard
anymore?

ASP.NET security
holes

Get started with
EJBs

Cool Effects
Tutorials

HTML Utopia --
Designing Without
Tables: Part 2

A hitchhiker's guide
to alternate .NET
languages

First Look:
Dreamweaver MXA
Dream for Developers

Beyond browsing:
Tools for the
advanced Web surfer

Get The Look -
Design Templates

Ask Jeeves Uses
Acquisitions To Its
Advantage

Older Windows
Versions Left Out Of
Code Cleanup

what is grok?