Simple XML Serialized Settings





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 Next »
1
Date Submitted Tue. Mar. 23rd, 2010 9:28 PM
Revision 1
Beginner hubertd
Tags C | CSharp | XML
Comments 0 comments
Quick way to construct XML string.
1
Date Submitted Mon. Nov. 23rd, 2009 11:58 PM
Revision 1
Beginner nilambar
Tags Class | databse | Table | XML
Comments 0 comments
This is a simple class for generating XML from MySql databse table.

Usage
include("Xml.class.php");//include class file
$mx=new Xml;//create new Xml object
$mx->dbtoXml("localhost","root","","dbname","tblname");//give hostname, user, password, database name and table name
echo $mx->showXml();//showXml returns Xml
2
Date Submitted Mon. Jul. 6th, 2009 2:06 AM
Revision 1
Scripter Cloudgen
Tags Control | remote | system | Time | VB.NET
Comments 1 comments
access the system time on a remote computer using VB.Net
3
Date Submitted Fri. May. 15th, 2009 9:14 AM
Revision 1
Beginner ChronoFish
Tags Array | parser | PHP | XML | XML2Array | XMLToArray
Comments 1 comments
Here is a my latest refinement of an XML2Array function. It creates an associative array where tags are the keys. When tags have attributes, it becomes part of the key (optionally). The values of the resultant array is itself an array of values OR another XML2Aarray array.

- Enjoy
1
Date Submitted Thu. Apr. 30th, 2009 7:16 AM
Revision 1
Beginner johnyM
Tags Email | VB.NET
Comments 0 comments
Simple code to get the html of a webpage and send is as a html email msg.
1
Date Submitted Thu. Apr. 30th, 2009 7:09 AM
Revision 1
Beginner johnyM
Tags VB.NET
Comments 0 comments
Code to compress a Access database on the serve
1
Date Submitted Mon. Mar. 16th, 2009 6:32 AM
Revision 1
Scripter mycodeofshailendra
Tags Binding | Raw | XML
Comments 0 comments
Xml has become a very ubiquitous and is an integral part of .Net and the System.Data namespace. The problem lies in that not many people know how to take advantage of some of the features. When we are using a database, we naturally use the Systen.Data namespace, but with Xml documents as data there are hundreds of solutions for displaying Xml data out there for .Net.

I myself prefer to use the DataSet object and the DataGrid control just as I would if the data was coming from SQL Server. The common misconception, even to those who know that you can do this, is that you need a schema to accomplish it. There is a very simple way to bind raw Xml data to a datagrid without a schema. The Xml data must be simple though, mapping to rows easily.
1
Date Submitted Mon. Mar. 16th, 2009 6:08 AM
Revision 1
Scripter mycodeofshailendra
Tags attributes | Data | node | XML
Comments 0 comments
Method to read xml node in C#
5
Date Submitted Mon. Aug. 13th, 2007 12:04 AM
Revision 1
Beginner bcoe
Tags Java | RSS | SAX | XML
Comments 0 comments
From a tutorial on building an RSS SAX parser on my website:

full article can be found here
8
Date Submitted Thu. Mar. 8th, 2007 11:37 PM
Revision 1
Scripter Fordiman
Tags ajax | browser-independent | JavaScript | Library | XML
Comments 0 comments
libNog is a 9k library to provide somewhat easier browser-independence. It is not yet complete, and will be continuously revised. It grew from this snippet, and is still growing as I find things I use often.
Presently, libNog features:

A way to browser-independently get an XMLHttpRequest object.
A set of simple methods for GET, POST, HEAD, and to include other Scripts.
Simple methods for className control
A completely abstracted form of getElement*
Browser-independent methods for attaching and detaching event handlers
An event-normalization routine
A simple one-command 'Stop the Event' routine
And the big one: A simplified Class object by which classes can be built in JavaScript.

The above link will point you to the API documentation and history of libNog, as well as where to download the library.
« Previous 1 2 3 4 5 Next »