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


Articles

 ADO.NET (138)  Pattern (3)  WebDAV (17)  XMLHTTP (3)
 Database (34)  RDF (28)  WebService (230)  XMPP (9)
 Debugging (29)  RSS (29)  WML (95)  XPath (78)
 DIME (14)  SAX (56)  WSDL (80)  XPointer (12)
 DOM (56)  Schema (45)  XAML (5)  XQL (24)
 DTD (23)  SMIL (38)  XBRL (64)  XQuery (72)
 ebXML (56)  SOA (9)  XForms (92)  XSchema (30)
 Flash (12)  SOAP (136)  XHTML (111)  XSL (423)
 Humor (1)  SQL (16)  XLL (1)  XSL-FO (29)
 Java (76)  SQLXML (142)  XML (779)  XSQL (6)
 MathML (11)  SVG (56)  XML.NET (86)  XUL (13)
 Oracle (29)  VoiceXML (82)  XMLA (2)

Total Articles: 3,380

 


xml Articles
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
 
DataSets and Xml Representation
One of the powerful features when using DataSet's is its ability to represent Xml data. There are a few ways that you can use Xml with the DataSet, today we are going to load an Xml document directly into the DataSet object.

Type: XML  #Views: 525  Category: Article    

XML Transformations
Your XML document is a well-organized container of information, but it seems static. Although the document format is useful in representing information structurally, you still tied down to software applications specifically made to handle it.

Type: XML  #Views: 485  Category: Article    

Writing XML Providers for Microsoft .NET
Roughly five years ago Microsoft introduced the Universal Data Access (UDA) architecture, which promised to simplify working with enterprise data. The UDA strategy promoted exposing data through a single suite of COM interfaces known collectively as OLE DB, the idea being that a single suite of interfaces lowers the bar for consumers and makes it easier for them to access a variety of supported data stores whether they are relational or nonrelational. In an OLE DB-centric world, consumers no longer needed to worry about learning the details of native (data source-specific) APIs.

Type: XML  #Views: 483  Category: Article    

Understanding XML Namespaces
Namespaces are the source of much confusion in XML, espe-cially for those new to the technology. Most of the questions that I receive from readers, students, and conference attendees are related to namespaces in one way or another. It's actually kind of ironic since the Namespaces in XML Recommendation (http://www.w3.org/TR/REC-xml-names) is one of the shorter XML specifications, coming in at just under 10 pages, excluding appendices. The confusion, however, is related to namespace semantics as opposed to the syntax outlined by the specification. To fully understand XML namespaces, you must know what a namespace is, how namespaces are defined, and how they are used.

Type: XML  #Views: 424  Category: Article    

XML Encoding, DTDs and Namespaces, Binary Data, Namespace Identifiers, and More
Some Q/A with Aaron Skonnard about XML Encoding, DTDs and Namespaces, Binary Data, Namespace Identifiers, and More .

Type: XML  #Views: 483  Category: Article    

XML-based Persistence Behaviors Fix Web Farm Headaches
Developers usually want their Web applications to work successfully for the widest possible audience, so they frequently develop for the lowest common denominator. When it comes to managing state on the client machine, most developers use cookies or hidden-field forms and embedded query string values. However, if you can be sure your users are running Microsoft® Internet Explorer 5.0, you can take advantage of the newly introduced client-side persistence behaviors that offer a better solution for managing state.

Type: XML  #Views: 439  Category: Article    

ToDoList 3.5.1 - A simple yet effective way to keep track of your current programming tasks
A tree-based task manager with native XML support for easy web site integration

Type: XML  #Views: 481  Category: Article    

From One String to Many
In John Simpson's latest XML Q&A column he describes several ways, including those for XSLT/XPath 2.0 and EXSLT, to tokenize strings.

Type: XML  #Views: 481  Category: Article    

XML Europe 2004: Refactoring XML
The European XML conference (XML Europe) took place last month in Amsterdam. One of the presentations was titled "refactoring XML" and, without going that far, one of the main recurring themes was certainly refactoring the uses of XML.

Type: XML  #Views: 459  Category: Article    

Does StAX Stack Up?
There is a new XML API in town called StAX (Streaming API for XML). With SAX (Simple API for XML), DOM (Document Object Model), and TrAX (Transformation API for XML), do we really need another API in the JAXP (Java API for XML Processing) family for processing XML documents? I would argue, yes.

Type: XML  #Views: 455  Category: Article    

The Power of XmlElement Parameters in ASP.NET Web Methods
Matt Powell explores different ways to use XmlElement parameters with your Web service to access raw XML data and gain high-level control.

Type: XML  #Views: 657  Category: Article    

Defending Your XML Web Service against Hackers, Part I
One of the biggest concerns we hear from developers when we talk about the potential of XML Web Services is the fear of vulnerabilities that might allow malicious users to attack their services. The bad news is that attacks can result in such atrocities as limiting the availability of your service, private data being compromised, or in the worse case, losing control of your machines to these malicious users. The good news is that there are real protections available to you that can limit the risks involved from these attacks. We are going to take a look at what kind of attacks are out there, and what you can do to protect yourself in the areas of deployment, design and development. This first column on the subject will focus on deployment issues you should consider; in our next column, we will look at design and development issues that you need to be aware of when developing your XML Web Services.

Type: XML  #Views: 492  Category: Article    

Defending Your XML Web Service Against Hackers, Part II
In the last article, we talked about different kinds of attacks, and what you can do from a configuration standpoint to protect yourself from these attacks. In this article, we will focus on design and development issues in regard to attack prevention.

Type: XML  #Views: 482  Category: Article    

Building XML Web Services Using Industry Standardized WSDLs
You are a pencil-reselling tycoon. As a pencil-reselling tycoon, you require constant information on the state of your suppliers in order to get the best price and to meet the demands of the pencil retailers who purchase your product. Your suppliers are your lifeline, so you must always know exactly what price they are asking, whether or not they have stock available for immediate shipping, the general quality of their product, and their timeliness in fulfilling orders.

Type: XML  #Views: 473  Category: Article    

XML Web Service Caching Strategies
Despite advancements in network and processor speeds, performance remains a key concern among application developers. So whether you are writing an XML Web service, pushing image bitmaps to a video card, or even engineering that next great processing chip, you will invariably want to consider utilizing a universal mechanism for improving performance: a cache.

Type: XML  #Views: 473  Category: Article    

XML Web Services and the MSDN Pencil Company
In the three previous At Your Service columns, Scott and I have demonstrated how an industry could create a common XML Web service interface for purchasing the standard products for the industry. Our approach was quite simplistic in order to demonstrate with minimal overhead the technical aspects of:

Type: XML  #Views: 509  Category: Article    

XML component streamlines client's order entry system
By using XML programming, Excel, Access, and Active Server Pages, one consultant automated a client's order entry process, cut the time the client had to spend rekeying data, and eliminated order entry errors.

Type: XML  #Views: 505  Category: Article    

Basic XML and RDF techniques for knowledge management, Part 1
Columnist Uche Ogbuji begins his practical exploration of knowledge management with XML by illustrating techniques for populating Resource Description Framework (RDF) models with data from existing XML formats. As shown in the three code listings, RDF can be used as a companion to customized XML, not just as a canonical representation for certain types of data. This column, with code samples included, demonstrates how easy it can be to jump-start knowledge management with RDF even relatively late in the development game.

Type: XML  #Views: 449  Category: Article    

Thinking XML: XML meets semantics, Part 2
In this column, Uche Ogbuji completes his introduction to XML and semantics, setting the stage for the more practical columns that will follow. Thinking XML addresses knowledge management aspects of XML, including metadata, semantics, Resource Description Framework (RDF), Topic Maps, and autonomous agents. Approaching the topic from a practical perspective, the column aims to reach programmers rather than philosophers.

Type: XML  #Views: 407  Category: Article    

Thinking XML: XML meets semantics, Part 1
This discussion of XML and semantics kicks off a column by Uche Ogbuji on knowledge management aspects of XML, including metadata, semantics, Resource Description Framework (RDF), Topic Maps, and autonomous agents. Approaching the topic from a practical perspective, the column aims to reach programmers rather than philosophers.

Type: XML  #Views: 430  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


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
Printer ink
it outsourcing
online fax service
UK conference call service
chicago web design
Registro de Dominios
Domain Names
Car News
Juicy couture sunglasses
Video Surveillance
Skype vs. sipcall

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