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 (24)  RDF (28)  WebService (223)  XMLHTTP (3)
 Database (25)  RSS (28)  WML (95)  XMPP (9)
 Debugging (29)  SAX (56)  WSDL (80)  XPath (78)
 DIME (14)  Schema (45)  XAML (5)  XPointer (12)
 DOM (56)  SMIL (38)  XBRL (64)  XQL (24)
 DTD (23)  SOA (8)  XForms (92)  XQuery (71)
 ebXML (52)  SOAP (135)  XHTML (111)  XSchema (30)
 Flash (12)  SQL (16)  XLL (1)  XSL (423)
 Java (74)  SQLXML (139)  XML (769)  XSL-FO (28)
 MathML (11)  SVG (56)  XML.NET (85)  XSQL (6)
 Oracle (29)  VoiceXML (80)  XMLA (1)  XUL (13)
 Pattern (3)  WebDAV (17)

Total Articles: 3,221

 


webdav Articles
Prev Next
1
 
Emerging Technology Briefs: WebDAV
Emerging Technology Briefs, developed by O'Reilly Research, offer a single-page summary of recent developments in a technology topic that we have been following. O'Reilly Research also publishes full-length industry reports, including the 2001 P2P Networking Overview and the upcoming Web Services Report.

Type: WebDAV  #Views: 1018  Category: Article    

Multiple Windows 2000 WebDAV exploits made public
As many as five different pieces of exploit code for recently announced Windows 2000 vulnerabilities have been made public on security mailing lists. Windows administrators are being urged to patch their systems, because workarounds may not be enough, experts say.

Type: WebDAV  #Views: 965  Category: Article    

How to Disable WebDAV for IIS 5.0
This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986.

Type: WebDAV  #Views: 1041  Category: Article    

What is WebDAV?
WebDAV (Web-based Distributed Authoring and Versioning) extends the Hypertext Transfer Protocol (HTTP) to support asynchronous collaborative authoring on the Web.

Type: WebDAV  #Views: 810  Category: Article    

Communicating XML Data over the Web with WebDAV
This article discusses WebDAV, which has become an important communication protocol for the Web as an extension to HTTP 1.1. It describes what WebDAV is and how it could be useful in your client/server architecture.

Type: WebDAV  #Views: 372  Category: Article    

Managing your WebCT files with WebDAV
Managing your uploaded files with WebCT's File Manager has always been a slow process due to the Web browser's limitation of being able to handle just one file at a time. WebDAV overcomes this limitation and makes managing your WebCT files as easy as dragging your files from one folder to another.

Type: WebDAV  #Views: 358  Category: Article    

A Uniform Interface for Authoring
In the first session of the XML DevCon Fall 2000 conference, Greg Stein delivered an introduction to WebDAV, the Web Distributed Authoring and Versioning protocol. Stein is an open source developer working with WebDAV and Python -- he is the author of the mod_dav Apache DAV support, soon to be an integral part of Apache 2.0.

Type: WebDAV  #Views: 364  Category: Article    

How to implement Web-based Groupware Systems based on WebDAV
The protocol WebDAV (World Wide Web Distributed Authoring and Versioning) is an extension of HTTP/1.1 and defines new methods for supporting collaborative work (primarily asynchronous collaborative authoring) on the Web. The new WebDAV methods provide a good basis for building Web-based collaborative applications. In order to use the new WebDAV functionality, a client application must have direct access to the protocol methods and must be able to pass certain parameters provided by the user. Common Web browsers provide only limited support for accessing HTTP methods and no support for accessing header fields directly. This paper presents a generic approach for implementing WebDAV-based applications by extending HTML forms to provide direct access to the protocol methods (HTTP and WebDAV methods) and the header fields from within a Web browser. This approach is used to develop a simple collaborative project repository based on WebDAV.

Type: WebDAV  #Views: 539  Category: Article    

WebDAV servers and services
WebDAV servers come in a wide variety. Some WebDAV servers focus on collaborative authoring and file sharing in general, while others have more specific functionality exposed through WebDAV. This article is a survey WebDAV server products and services. The www.webdav.org site hosts a more up-to-date list of products supporting WebDAV.

Type: WebDAV  #Views: 1066  Category: Article    

Configure WebDav with Apache
This article will show you how to configure webDAV support for apache on your os x box, as to enable support for storing your ical calendars so you won't have to pay for .mac services. The webdav configuration settings throughout this document were originally found in an cached webdav article at goliveheaven written by jeep hauser, which are used throughout this document to set up webdav for integration with ical. The credit for the technical underpinnings goes to him.

Type: WebDAV  #Views: 489  Category: Article    

Collaborative Software Engineering on the Web: Introducing WebDAV
Software development today often takes place among multiple groups of software engineers who are geographically dispersed. A key challenge in supporting these distributed software development teams is making the software remotely accessible and editable via the Internet, addressing issues such as overwrite prevention, security, authentication, access control, and reliable operation across high-latency network connections.

Type: WebDAV  #Views: 336  Category: Article    

Enabling WebDAV on Apache
There is nothing worse when setting up a website than having to build some complicated method of viewing and updating the information on the site. There are lots of solutions -- using a local copy, using a combination of HTTP and FTP tools to download the original and upload the changes and of course the full-blown dynamic/content managed system that provides that nice cuddly front end for you to enter the information into.

Type: WebDAV  #Views: 318  Category: Article    

Lessons from WebDAV for the Next Generation Web Infrastructure
The Web Distributed Authoring and Versioning (WebDAV) working group of the Internet Engineering Task Force (IETF) has extended the HyperText Transfer Protocol (HTTP) to support remote collaborative authoring of network resources of any media type. This process of extending HTTP exposed several weaknesses of HTTP in the domain of collaborative authoring, notably in parameter marshalling, support for multi-resource operations, support for operating on hierarchies of resources, and status reporting. The need to have built-in locking support was also identified. This paper describes these shortcomings of HTTP, and collects this experience in the form of requirements for the next generation Web infrastructure.

Type: WebDAV  #Views: 322  Category: Article    

Enabling WebDAV on Apache
There is nothing worse when setting up a website than having to build some complicated method of viewing and updating the information on the site. There are lots of solutions -- using a local copy, using a combination of HTTP and FTP tools to download the original and upload the changes and of course the full-blown dynamic/content managed system that provides that nice cuddly front end for you to enter the information into.

Type: WebDAV  #Views: 304  Category: Article    

Dabbling in WebDAV
Like it or not, the Web has been co-opted. Its grassroots foundations have long since been paved over by large corporations looking to assert their influence over the direction of Web standards and technology. When did the Web "jump the shark"? With the advent of banner ads? When the W3C contemplated allowing royalties on standards? (Take your pick.)

Type: WebDAV  #Views: 281  Category: Article    

WebDAV protocol comes of age
INCUBATING IN THE standards process for several years, the WebDAV (Web-based Distributed Authoring and Versioning) protocol -- designed to add interoperability and collaborative capabilities to the Internet -- has been steadily making its way into the everyday tools of business users and stands poised to transform how users interact with the Internet.

Type: WebDAV  #Views: 322  Category: Article    

Collaborative Authoring on the Web: Introducing WebDAV
The irony was intense. The frustrating, awkward nature of collaborative authoring over the Internet became increasingly evident as draft after draft of the WebDAV Distributed Authoring Protocol specification was edited, spelling out how collaboration could be much easier, much more fluid, if leveraged on the Web's standard infrastructure. The collaboration scheme the authors used when writing the specification was typical: each draft required the author to make the revisions, then e-mail changes back to the other authors.

Type: WebDAV  #Views: 288  Category: Article    

Prev Next
1


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
optimum rewards
help desk IT
audio conferencing
Ink refills
Conference Call
Video Surveillance
Klimaneutrales Webhosting
VoIP Internettelefonie AT

2,845 Total Members
31 members(last 30 days)
7 members(last 7 days)
0 members(today)

1,905 Total Discussions
6 Posts(last 30 days)
3 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,050 Total Resources
2 Resources(last 30 days)
1 Resources(last 7 days)
0 Resources(today)


 

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