Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics

Prev Next
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
31 32 33 34 35 36 37 38 39 40
 
Mozilla, Opera Join Forces For New W3C Proposal
The Mozilla Foundation and Opera Software collaborated on the document, which represents their "consensus" opinion in the context of standards for Web Applications, and Compound Documents. The working document of the draft specification is titled Web Forms 2.0 which is in its essence an extension of the way forms are defined in the existing HTML 4.01 forms chapter, though it will apply equally to XHTML (define) user agents as well. The proposed specifications include new attributes, DOM (define) interfaces and events for validation and dependency tracking as well as XML form submission and initialization. The specification also aims to document existing practices in the forms area that have not yet been officially standardized.

Type: XML  #Views: 421  Category: Article    

I've Learned HTML, What's Next?
In the Web Design forum, Barmisdele asks the question that is often on the minds of the new Web Developer "I've learned HTML, now what?"

Type: XML  #Views: 491  Category: Resource    

A Context for XML Complexity?
Don writes that XML in its entirety had become more complex than COM ever was. I disagree with this statement on its face. I agree that there is a huge family of specifications surrounding XML, but each specification is just built upon the XML foundation. If the intent of the post intends to point out that XML eclipses COM for complexity by sheer volume of implementations, then consider the lack of a standards body for COM implementations. If there were such a thing, maybe it can be represented by opening a new Visual Basic 6 project on a default installation of Windows XP and going to the Add References tab.

Type: XML  #Views: 506  Category: Resource    

XML Data Islands in Mozilla
No, Mozilla does not natively support Data Islands, but you can mimic data islands in Mozilla using a little bit of script.

Type: XML  #Views: 663  Category: Resource    

XML Is Evil
If you strip away the rants from Ted’s post and get to the core, he is basically saying that when you use XML, it forces the developer to impose a hierarchy to the data, which may or may not be the true structure of the data. In that regard, Ted is entirely correct. Over use of XML is just as bad as under use. We had the exact same problem in the 80’s and 90’s with relational databases (which still linger today). Everything was forced to fit into a relational model, even if it wasn’t relational in nature. (See DaveM's great lookup table debate - 4 Developers and a DBA or “Just a Couple Tables“)

Type: XML  #Views: 476  Category: Resource    

XML Processing with Java
Learn how to process XML documents with Java in this sample chapter from Core Web Programming. Larry Brown and Marty Hall show you how to use Java to process XML documents by using the Document Object Model (DOM), the Simple API for XML (SAX), and the Extensible Style sheet Language for Transformations (XSLT).

Type: XML  #Views: 916  Category: Article    

XML and Web Services: Understanding SOAP
There have been several proposals to use XML in the field of Web services, but one of the most promising standards is SOAP: the Simple Object Access Protocol. This article introduces you to the SOAP protocol.

Type: XML  #Views: 433  Category: Article    

XML Software Infrastructure
Kevin Dick focuses on the basic infrastructure used in many XML projects. Ensure that your projects have a strong foundation for success by learning when different components are necessary, and the issues in choosing a particular component.

Type: XML  #Views: 388  Category: Article    

XML Building Blocks: Elements and Attributes
From its basic elements and attributes to the concept of validation, David Gulbranson presents the building blocks of XML.

Type: XML  #Views: 713  Category: Article    

Farewell XMLhack
Big thanks to Micah Dubinko, Uche Ogbuji, Eric van der Vlist, Simon St.Laurent, Edd Dumbill, and the others who made XMLhack such a great resource over the last five years. I don't think I remember reading the very first XMLhack item when Edd originally posted it, but somewhere between that and the first one I ended up posting (geez, it's been more than three years ago now...), I became a devotee -- and feel very fortunate to have had the opportunity to contribute to it.

Type: XML  #Views: 517  Category: Resource    

XML Software with a Splash of Java
Java has become the cross-platform language of choice; XML is becoming the data/object interchange mechanism of choice.

Type: XML  #Views: 785  Category: Article    

GUIs and XML configuration data, Part 2
David continues his discussion of how XML is used in the configuration of GUI interfaces. He looks at Mozilla's XML-based User Interface Language (XUL) which allows you to write applications that run without any particular dependency on the choice of underlying operating system. This may seem strange at first, but you'll soon see that this Mozilla project offers powerful tools for GUI building that allow you to develop for an extensive base of installed users.

Type: XML  #Views: 401  Category: Article    

XML, the New Database Heresy
C.J. Date, one of the most influential names in the relational database world, had some harsh words about XML's encroachment into the world of relational databases in a recent article entitled Date defends relational model that appeared on SearchDatabases.com. Key parts of the article are excerpted below

Type: XML  #Views: 525  Category: Resource    

Processing XML with Java: Reading XML
Reading an XML document is a complicated, error-prone operation. Elliotte Rusty Harold discusses how to use an XML parser to read the document for you.

Type: XML  #Views: 645  Category: Article    

XML Emend
If you have ever wanted a way to make a quick change to the structure of an XML file then take a look at this example. XML Emend will allow you to edit both the structure and the data of an XML file using the ReadXml and WriteXml methods and the Table and Column properties of the System.Data.DataSet.

Type: XML  #Views: 527  Category: Article    

XML Lists
If you maintain a large amount of lists in various different formats and want to share these lists with coworkers XmlLists is what you need.

Type: XML  #Views: 486  Category: Article    

Implementing Simple APIs for XML
Learn about the SAX packages and the key JAXP libraries and classes that are required for creating and using a SAX parser. Also learn how to set up JAXP for different versions of Java, and create an application that uses a SAX parser.

Type: XML  #Views: 482  Category: Article    

XML and Namespaces
Learn more about Namespaces in the XML family of specifications as this sample chapter addresses the fundamental aspects of the relationship between the two.

Type: XML  #Views: 422  Category: Article    

Do your homework on XML feeds to search engines, experts warn
One way to assure that web pages get included in Overture and other search engines is to use XML to feed pages to them. But to assure good placement in search results, marketers still need to assure that their web pages have a lot of relevant content and links from other related web sites, warns Heather Lloyd-Martin, president and CEO of search marketing consultants SuccessWorks.

Type: XML  #Views: 598  Category: Resource    

Can XML Web Services Offer a Standard Across Databases?
XML is often promoted as the standard format for exchanging data. But dig into how XML is actually being implemented by the database and tools vendors, and you will often find that XML is not necessarily being delivered in the interoperable way they might expect.

Type: XML  #Views: 503  Category: Article    

Prev Next
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
31 32 33 34 35 36 37 38 39 40


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
hp printer refills
web conferencing
free conference
Conference Call
chicago web design
Alojamiento de Web
Cheap Web Hosting
IP Network Security Cameras
Emporio armani sunglasses
Video Surveillance
VoIP Internettelefonie DE

4,332 Total Members
9 members(last 30 days)
6 members(last 7 days)
0 members(today)

1,953 Total Discussions
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,268 Total Resources
7 Resources(last 30 days)
4 Resources(last 7 days)
1 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139