Main > Free Download Search >

Free beginning xml part 1 an introduction script

beginning xml part 1 an introduction

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6307
Detecting XML in Browser

Detecting XML in Browser


XML is a must for most Ajax based applications. Itâ??s a universal mark-up language which means almost any programming languages could work with XML. Aside from being accessible through various formats, it is also known to be relatively lightweight. It more>> <<less
Added: 2009-05-05 License: Freeware Price: $0.00USD
12 downloads
Introduction to Regular Expressions with .net 1.0.0

Introduction to Regular Expressions with .net 1.0.0


Regular expressions(or regex) are a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Regular expressions can be used to more>> Regular expressions(or regex) are a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Regular expressions can be used to perform all sorts of powerful text processing and manipulation in just about every language and on every platform. Every regular expression either matches text (search) or matches and replaces text (search and replace).<<less
Added: 2009-04-16 License: Freeware Price: $0.00USD
16 downloads
Ajax with JQuery - An Introduction with jQuery 1.0.0

Ajax with JQuery - An Introduction with jQuery 1.0.0


jQuery is a well-known and famous lightweight, fast and concise JavaScript Library. jQuery simplifies various task for us like HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is great library more>> jQuery is a well-known and famous lightweight, fast and concise JavaScript Library. jQuery simplifies various task for us like HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is great library to reduce our JavaScript coding so they quote "jQuery: The Write Less, Do More". jQuery was released on January 2006 at BarCamp NYC by John Resig under the MIT License and the GNU General Public License, jQuery is free and open source software. jQuery is very versatile and easy to use, provides great flexibility in designing and development. Considering such great features of jQuery both Microsoft (jQuery will be distributed with Visual Studio) and Nokia (jQuery to develop applications for their WebKit-based Web Run-Time) are taking the major step of adopting jQuery as part of their official application development platform.<<less
Added: 2009-03-03 License: Other Price: $0.00USD
17 downloads
Handle remote data with PHP 5 and REST Web service fp_websrest_sm_01

Handle remote data with PHP 5 and REST Web service fp_websrest_sm_01


This Representational State Transfer (REST) Web service is made of three main parts: the login part, the xml part and the data part. The first part concerns about the validation of the user data: username, password, account id and IP address, which are more>> This Representational State Transfer (REST) Web service is made of three main parts: the login part, the xml part and the data part. The first part concerns about the validation of the user data: username, password, account id and IP address, which are all transferred and returned by the function file_get_contents(): It is supported by the function stream_context_create() which takes care of how the request will be made (for safety reasons POST). The second part (xml part) offers a HTTP-connection to an xml file with internal DTD on a remote server which is client side processed by SimpleXMLElement (from the PHP 5 SPL) for presentation and offers the complete CRUD handling (create, retrieve, update, delete) done by the DOM XML extension on the server side (if xml file is read- and writable!). The third part is simple database handling:with MySqli.<<less
Added: 2009-02-16 License: Freeware Price: $0.00USD
13 downloads
Breadcrumbs navigation with PHP 5, SimpleXML, XPath and class Navi_Bread_1.0_CB

Breadcrumbs navigation with PHP 5, SimpleXML, XPath and class Navi_Bread_1.0_CB


Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools to more>> Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools to create serious breadcrumbs positioning. This class is taking care of the breadcrumbs handling. The XML file contains all the necessary data to control standard and breadcrumbs navigation. The script controls seven parameters you deliver according to your environment and XML file by adapting the PHP code in the HTML file. The class is made of two parts: In the first part it loops through the XML file and sets text, Url and Id (which has to start with 1 and needs to be unique and incremental). In the second part we use a different technique to present the XML data (thanks to HTML table): First we read the id and set the corresponding elements (for example if id is 2 we show only the homepage, plus the first and the second link).<<less
Added: 2009-02-10 License: Freeware Price: $0.00USD
11 downloads
Introduction to MVC using PHP 1.0

Introduction to MVC using PHP 1.0


To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all more>> To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all about. Anyhow let me explain them in detail before proceeding with code area. The Traditional way of connecting to the Database and fetching the results.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
12 downloads
Work with Arrays in Actionscript 3 part 2

Work with Arrays in Actionscript 3 part 2


In this flash actionscript tutorial you will learn all you need to know about multidimensional arrays. more>> In this flash actionscript tutorial you will learn all you need to know about multidimensional arrays.<<less
Added: 2008-11-10 License: Freeware Price: $0.00USD
19 downloads
Introduction To Server Controls In ASP.NET 1

Introduction To Server Controls In ASP.NET 1


This beginner tutorial will give you a small summary of the most important ASP.NET server controls. ASP.NET server controls are objects and have their own properties, methods and event handlers. more>> This beginner tutorial will give you a small summary of the most important ASP.NET server controls. ASP.NET server controls are objects and have their own properties, methods and event handlers.<<less
Added: 2008-08-26 License: Freeware Price: $0.00USD
11 downloads
Add Smilies into your Guestbook/Blog Script Part 1 1.1

Add Smilies into your Guestbook/Blog Script Part 1 1.1


Simple but effective to add smiley into your guestbook or blog script using PHP & Javascript. Step by step guide please read on.... more>> 100% Free Live Chat Room Software. Plug this script into any website or web page in minutes. Multiple web page visitors can communicate at the same time in an open chat room format. Uzoom Live Chat makes any site or web page go from boring and outdated to fun and exciting.<<less
Added: 2008-06-23 License: Freeware Price: $0.00USD
11 downloads
Web Forms in ASP.NET 1

Web Forms in ASP.NET 1


This tutorial is an easy introduction to ASP.NET web forms. It explains how to write a correct form tag, how to use common web controls, how to maintain ViewState etc. more>> This tutorial is an easy introduction to ASP.NET web forms. It explains how to write a correct form tag, how to use common web controls, how to maintain ViewState etc.<<less
Added: 2008-05-02 License: Freeware Price: $0.00USD
13 downloads
Beginning ASP.NET the Easy Way 1

Beginning ASP.NET the Easy Way 1


ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know more>> ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial. You don?t necessarily need a compiler to build an ASP.NET script. Any text editor will work. Let?s start by building or first aspx file. Create a new text document in your favorite text editor. Call it default.aspx. Now lets jump in, shall we?<<less
Added: 2008-03-16 License: Other Price: $0.00USD
12 downloads
INTRODUCTION TO PHP part 1

INTRODUCTION TO PHP part 1


This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room more>> This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room<<less
Added: 2008-02-03 License: Freeware Price: $0.00USD
12 downloads
Ruby Essentials 1.0

Ruby Essentials 1.0


Ruby is a popular, flexible and intuitive object-oriented programming language. This popularity can, in no small part, be attributed to the introduction and wide adoption of the Ruby on Rails framework. It is difficult, however, to get the most out of more>> Ruby is a popular, flexible and intuitive object-oriented programming language. This popularity can, in no small part, be attributed to the introduction and wide adoption of the Ruby on Rails framework. It is difficult, however, to get the most out of Ruby on Rails without first learning something about programming in Ruby, and this is where Ruby Essentials comes in. Ruby Essentials is a free on-line book designed to provide a concise and easy to follow guide to learning Ruby. Everything from installing Ruby and the basics of the language through to topics such as arrays, file handling and object-oriented programming are covered, all combined with easy to understand code examples which serve to bridge the gap between theory and practice. Ruby Essentials is intended to be of equal use both to those experienced in other programming languages and to novices who have chosen Ruby as their first programming language.<<less
Added: 2007-12-04 License: Other Price: $0.00USD
19 downloads
Basic Introduction to ADO.NET in ASP.NET 1.0

Basic Introduction to ADO.NET in ASP.NET 1.0


ADO.NET was first introduced in version 1.0 of the .NET Framework and provided an extensive array of features to handle data either live,while connected to the database ,or when disconnected.. With the introduction of ADO.NET 2.0, you can have more more>> ADO.NET was first introduced in version 1.0 of the .NET Framework and provided an extensive array of features to handle data either live,while connected to the database ,or when disconnected.. With the introduction of ADO.NET 2.0, you can have more features and easier programming model. Some of the newly added features include the capability to to bulk load large quantities of data from varieties of sources, to batch process updates to the database with fewer roundtrips back to the database server, to reuse the same live connection for multiple operations as well as to achieve asynchronous access to the database.<<less
Added: 2007-12-04 License: Other Price: $0.00USD
12 downloads
Basic Introduction about MSMQ in .NET Framework 1.0

Basic Introduction about MSMQ in .NET Framework 1.0


Message Queuing or what you can call as MSMQ itself is an asynchronous programming. This is because the clients does not wait for the server to read the data sent to it. But there is a difference between the MSMQ itself and the asynchronous programming. more>> Message Queuing or what you can call as MSMQ itself is an asynchronous programming. This is because the clients does not wait for the server to read the data sent to it. But there is a difference between the MSMQ itself and the asynchronous programming. In MSMQ world, all the sender and recipient transaction can be occur in disconnected and connected method, while the asynchronous programming, the transaction can only occur in connected mode. Message Queuing is kind of email for application to application communication. But MSMQ has lots more features to offer, such as guaranteed delivery ,transactions,confirmatio ns, express mode using memory and so on. With MSMQ you can send,receive, and route messages in a connected or disconnected environment.<<less
Added: 2007-11-20 License: Other Price: $0.00USD
17 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5