Search Videos

XML....

NetBeans XML Schema Tools
Time :
6 : 25
Learn how to use the XML schema tools, which enable you to create, visualize, and edit XML schema. With these tools, you can visualize relationships between schema elements and use queries to find usages. You will also learn how you can easily create XML schemas by example. You will see how to navigate large schemas in the Design View, and you will learn how to visualize and edit multiple file schemas.
Prince XML: Generating High Quality PDFs from HTML + CSS
Time :
62 : 30
Google Tech Talks November, 12 2007 ABSTRACT Please welcome Håkon Lie and Michael Day, who will be presenting Prince XML. Prince Overview: Prince is a computer program that converts XML and HTML into PDF documents. Prince can read many XML formats, including XHTML and SVG. Prince formats documents according to style sheets written in CSS. Dynamic data-driven documents: Prince is an ideal printing component for server-based software such as web applications and database systems. Using Prince, data in XML can easily be converted to PDF documents that can be printed, archived or downloaded over the web. Electronic publishing: Prince can also be used by authors and publishers to typeset and print documents written in HTML, XHTML or one of the many XML-based document formats. Prince is capable of formatting academic papers, scientific journals, novels, and books with extensive illustrations. Speaker: Håkon Wium Lie Håkon Wium Lie, YesLogic Director: Håkon is a web pioneer, having proposed CSS while working with Tim Berners-Lee at CERN in 1994. Håkon became a devotee when he found that Prince could format his book on CSS (co-authored with Bert Bos) and his PhD thesis. Håkon is a graduate of MIT's Media Lab and is also the CTO of Opera Software. Speaker: Michael Day Michael Day, YesLogic CEO: Michael is the system architect for Prince. He has implemented the CSS processing module, which supports many pioneering CSS features including CSS3 Selectors and Paged Media properties. In 2003, he joined the W3C CSS working group as an invited expert.
Runtime Software DriveImage XML tutorial
Time :
8 : 28
Creating a backup with DriveImage XML
SGML, XML and HTML Part 1
Time :
12 : 35
I just had to do this to get it out of my system. That may not make sense, but it means that if you don't like it when it starts, it doesn't get any better. Please don't suffer through this if you are not interested.
XML in Flashh Part 3
Time :
10 : 31
the third part in the flash and xml series. part 4 coming soon. var myXML:XML = new XML(); myXML.ignoreWhite=true; myXML.onLoad = function(sucess) { if(sucess) { subjectTXT = this.firstChild.childNodes[0].childNodes[2].firstChild.nodeValue; fromTXT = this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue; toTXT = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue; messageTXT = this.firstChild.childNodes[0].childNodes[3].firstChild.nodeValue; xmlBox.text = messageTXT; toBox.text = toTXT; fromBox.text = fromTXT; subjectBox.text = subjectTXT; } } myXML.load("xml/tutex.xml");
How to create and submit an XML sitemap using free tools
Time :
5 : 0
After 1 year of offering an excellent SEO podcast we are now taking it one step further. This is the first SEO video cast. Please email me comments and suggestions. We will do our best to bring you the best video cast on search engine optimization. Some questions covered are... Can I use an XML sitemap as a substitution for a robot.txt file? No, you must still use a robots.txt file to restricted the engines from pages and folders you do not want them to index. Will submitting an XML sitemap increase my pagerank? No, it will not. An XML sitemap has nothing to do with pagerank. Will submitting a sitemap get me out of the sandbox or supplemental index? No, it will not. Submitting a sitemap will not help you with either of these problems I've submitted a sitemap and may site is still not being fully crawled. Why? There could be other factors involved. Check your sites navigation. Make sure all your links are accessible and spiderable. Go to my site to see the full video!
SGML, XML and HTML Part 2
Time :
13 : 46
More of the same
Web 2.0 ... The Machine is Us/ing Us
Time :
4 : 30
Final version now available! http://youtube.com/watch?v=NLlGopyXT_g http://mediatedcultures.net Web 2.0 in just under 5 minutes. This is the 2nd draft, and I plan on doing one more final draft. Please leave comments on what could be changed or improved, or what needs to be excluded or included. Subscribe if you want to be notified when the revision is released. UPDATE: I just added this video to Mojiti where you can actually write your comments into the video itself. It is an exciting experiment in "Video 2.0". Go check it out at http://mojiti.com/kan/2024/3313 and add your voice! Transcripts are now available as well: http://mediatedcultures.net/ksudigg/?p=78 A couple of people have noted that the statement, "XML was created to do just that" (separate form from content) is misleading because CSS enables the same effect with HTML. I tried to integrate CSS into the video, but it ruined the flow. Perhaps in the next draft. My statement on XML is based on the following from xml.com: "In order to appreciate XML, it is important to understand why it was created. XML was created so that richly structured documents could be used over the web. The only viable alternatives, HTML and SGML, are not practical for this purpose. HTML, as we've already discussed, comes bound with a set of semantics and does not provide arbitrary structure." Thank you all for the comments. With your help the next draft will be cleaned up and hopefully free of factual errors. A higher quality version is available for download here: http://www.mediafire.com/?6duzg3zioyd Please note that this is the second draft and the final version will not be available until late February after I review all comments and revise the video. Please return for a new download link at that time. The song is "There's Nothing Impossible" by Deus, available for free at http://www.jamendo.com/en/album/103/ Deus offers music under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 license, yet one more example of the interlinking of people sharing and collaborating this video is attempting to illustrate. CC: http://creativecommons.org/licenses/by-nc-sa/2.5/ Michael Wesch Assistant Professor of Cultural Anthropology Kansas State University
Open XML support on Palm Treo 680 with Dataviz DocumentsToGo
Time :
4 : 25
This demo shows how you can view & edit Microsoft Office 2007 files (Open XML format)with DocumentsToGo from DataViz running on a Palm Treo 680 with Palm OS. More applications&platforms supporting Open XML at http://www.openxmlcommunity.org/applications.aspx
A1 Sitemap Creator - create website XML sitemap
Time :
2 : 31
Shows how to scan your website and create a Yahoo/Google XML sitemap for it. Highlights all the important website scanning options and a brief view of data analysis and sitemap creation options (XML, RSS, HTML, text etc.)
XML in Flash Part 1 (basic structure of XML)
Time :
6 : 30
How to create an xml file fo use in flash. XML tutorials- http://w3schools.com/xml/xml_whatis.asp
Open XML SDK demo and road map
Time :
8 : 56
Technical chat with Eric White (Open XML Technical Evangelist) & Zeyad Rajabi (Office Program Manager) at Microsoft, presenting a quick introduction of the Open XML SDK and the road map. More on http://openxmldeveloper.org/ and http://msdn.microsoft.com/office/xml
Parse and print XML file in python- Codeitch
Time :
5 : 24
In this screencast we attempt to simply parse and print the XML file output from backpackit. The xml.dom.minidom python module parses the file into a python object. First attempts yield the UnicodeEncodeError which is resolved with appropriate encoding
Toren 1.0 beta 4 (AJAX Render & XML Parser Engine)
Time :
1 : 36
SpectroStudio Punto Com presenta... ************************************************** Toren 1.0 beta 4 (AJAX Render & XML Parser Engine) ************************************************** Primera versión oficial de su NUEVO y versatil Software Web concebido para creación, edición, animación 2D/3D, renderizado, procesado de datos (XML & BDD), estilos (CSS), fotografía, (...) y utilizado en la actualidad como herramienta propia I+D+i para el estudio/diseño/desarrollo/publicación de sitios web basados en originales, innovadoras y creativas ideas que se necesiten disponibles ONline(Internet) y/o OFFline(Redes Privadas) convertidas y servidas por Toren en forma de impactantes y robustas plataformas audiovisuales 100% dinámicas, interactivas y optimizadas para el usuario final. Toren 1.0 todavía se encuentra en versión Beta! (beta4-20070331) Este programa va acorde a la reciente Filosofía Web 2.0 y cumple en todo momento los estrictos estándares internacionales. Requisitos orientativos necesarios para usar Toren 1.0 beta 4: - Sistema operativo: Multisistema - Navegadores soportados: Mozilla Firefox 1.5/2.0 e Internet Explorer 6.0/7.0 [disponible apartir de beta 5] - Procesador mínimo recomendado: AMD Athlon 1400 Mhz reales - Memoria RAM mínima recomendada: 256 MB - Tarjeta gráfica mínima recomendada: AGP-8x 64 MB con aceleración 3D Si está interesado en Toren o simplemente desea contactar con SpectroStudio Punto Com por favor visite nuestra web. Dirección Sitio Web que nos pinta Toren en este vídeo: www.MeigasFora.es [Se recomienda una conexión de Banda Ancha de mínimo 256 kbps!] Espero que les guste, un saludo de todo el equipo! Adrián SpectroStudio Punto Com S.C. 15570 - Ferrol A Coruña (ES) 00 34 981 945 000 Copyright 2006-2007 SpectroStudio Punto Com S.C. Tódolos dereitos reservados Todos los derechos reservados All Rights Reserved ------------------------------- HARD/SOFT que grabó este vídeo: ------------------------------- HP Compaq NX7000 Intel Centrino 1.5 Ghz (Año 2003) 512 MB, ATI Radeon 9200 64 MB ADSL 16 Mbps (transferencia real) Microsoft Windows XP Professional SP2 32bits Mozilla Firefox 2.0.0.2 Camtasia Studio 4.0.0 30 day trial
My XML Config File Editor
Time :
4 : 2
A windows application that is designed to edit the data of xml files. This will part of a larger solution which will use xml files for storing configuration data.
Working with XML Schema in XMLSpy
Time :
6 : 49
Altova XMLSpy 2007 includes a Schema/WSDL View that allows you to create schemas graphically. This way, you can focus on the semantics of your schema while leaving the syntactical details of the XML Schema language to XMLSpy.
Convert Excel Spreadsheet data to XML
Time :
4 : 11
Here is a quick video on how to convert Excel spreadsheet data to XML for import into Flash or Flex. Don't spend time typing all that data again create a schema and convert to XML. Convert Excel was created by Mike Lively Director of A&S Instructional Design at Northern Kentucky University NKU.
XML Explained (Arabic)
Time :
9 : 54
During this video we will learn about the XML, An open standard for exchanging structured documents and data over the Internet that was introduced by the World Wide Web Consortium (W3C) in November 1996. Please note that this video is just a quick introduction to XML, if you wish to learn more about XML please visit http://www.w3schools.com/xml/default.asp . If you hate reading too much you can simply watch my next videos about XML and its applications. Also you can visit my blog for more videos and articles http://abmera.spaces.live.com/
Open XML Format for 3D CAD
Time :
7 : 15
SpaceClaim is a tool for importing 3D CAD files from any system into a neutral, transparent, XML document file format, with tools to access the geometry via API, or with UI based modification tools
AutoTag XML WIzard
Time :
3 : 44
AutoTag makes it easy for non-technical people to create XPath select statements. Details at http://www.windwardreports.com/AutoTag.htm
Open XML Accessibility and the DAISY Translator [2/2]
Time :
7 : 31
[Part 2: Demo] Reed Shaffner, Product Manager Microsoft Office, introduces the 1st beta of Daisy Translator: http://sourceforge.net/projects/openxml-daisy
Create XML Mappings and Transformations in MapForce
Time :
3 : 32
Learn how to use MapForce to map or transform XML data in a visual way, creating XSLT 1.0 or 2.0 transformation stylesheets, XQuery 1.0 documents, or program-code in Java or C#.
Just Enough XML to Survive
Time :
9 : 26
This presentation is taken from the Cape Clear three day training course and explains the basics of XML and XML Schema.
Using Google Products and XML Sitemap
Time :
2 : 51
Wil Reynolds, speaking at the Affiliate Summit in Las Vegas, provides advice on the value of using Google products and whether or not he recommends using an XML sitemap. Part 10 of 15.
InDesign XML 自動組
Time :
1 : 0
プラグインがなくてもここまで出来ます。
Create your own XML channel within 10 minutes.
Time :
3 : 39
Short, step by step ysw web tutorial shows how to create very simple and functional XML channel (RSS) for distrubution of media content as adio or video files.
Linux/Java interoperability with Open XML Part 1 of 2
Time :
6 : 19
The Open XML file formats can be used in many development environments, because they're based on very common technologies: ZIP and XML. In this video, Datta Kulkarni and Sanjay Kumar of Sonata Software (Bangalore, India) demonstrate a proof-of-concept Open XML application their team has developed, which demonstrates the level of interoperability that Open XML enables. The sample application is running on a Linux server (in a VPC for this demo), and it has a typical Linux stack: Tomcat, Apache, MySQL, and a custom Java application. The user connects to this server from a Vista/IE machine, makes a few selections, and creates a DOCX that gets passed back to the client. The user then makes changes in Word 2007 and uploads their modified version to the Linux server, where Java code runs to extract the revision-tracking history and show the document's changes through a browser interface. http://channel9.msdn.com/Showpost.aspx?postid=292752
Industry perspective on Open XML from Mark Logic
Time :
1 : 56
Steve Buxton from Mark Logic gives his perspective on Open XML. More resource Open XML at http://www.openxmlcommunity.org/
Linux/Java interoperability with Open XML Part 2 of 2
Time :
6 : 58
The Open XML file formats can be used in many development environments, because they're based on very common technologies: ZIP and XML. In this video, Datta Kulkarni and Sanjay Kumar of Sonata Software (Bangalore, India) demonstrate a proof-of-concept Open XML application their team has developed, which demonstrates the level of interoperability that Open XML enables. The sample application is running on a Linux server (in a VPC for this demo), and it has a typical Linux stack: Tomcat, Apache, MySQL, and a custom Java application. The user connects to this server from a Vista/IE machine, makes a few selections, and creates a DOCX that gets passed back to the client. The user then makes changes in Word 2007 and uploads their modified version to the Linux server, where Java code runs to extract the revision-tracking history and show the document's changes through a browser interface. http://channel9.msdn.com/Showpost.aspx?postid=29275
XML in Flash Part 2 (reading XML in flash)
Time :
5 : 28
part 2 how to read xml into flash
Il Prof.degli Antoni presenta XML - parte quinta
Time :
4 : 4
Il Prof. degli Antoni docente dell'Università Statale di Milano introduce XML, sito di riferimento www.xmlpertutti.com
Usar hojas de transformacion (xslt) con Xml y generar html
Time :
6 : 12
Xslt hojas de transformacion Xml tutorial html renderizar visual studio 2005 asp.net c#. Realizado por y para http://www.tutorial-lab.com
Open XML document on Zoho Writer, ThinkFree and more...
Time :
3 : 4
No voice over, just watch... Journey of a simple Open XML .DOCX document across multiple applications: Zoho Writer beta, thinkfree Online beta, Word, Open Office. More applications&platforms supporting Open XML at http://www.openxmlcommunity.org/applications.aspx
RSS Feeds: Using Google Reader with RSS, Atom, & XML Feeds
Time :
8 : 54
If any acronym can boast full penetration from geekdom to the rest of the world... it's "RSS". Everyone has a "feed" on their site or blog these days and they expect you to know what to do with it! Feeds -be they RSS, Atom, or XML- allow us to "pull" information from the web without having to visit the sites ourselves. It also prevents us from having to go "check" a site for updates because their feed would alert us of any updates. Learn how to add and remove feeds from Google reader and get tips on how to sort them and read them effectively in today's video.
Digital Signature Utility for XML-based Documents
Time :
9 : 22
This piece of work, carried out at LTIA - Laboratório de Tecnologia da Informação Aplicada da UNESP/Bauru ("UNESP/Bauru Applied Information Technology Laboratory") -- explores some of the new demands in terms of electronic documents, such as authenticity, integrity and legal validity, in the development of the "Digital Signature" utility. This utility aims at providing support for Digital Signatures in compliance with both the specifications of open standards for electronic documents and the techniques, practices and procedures approved by ICP-Brasil (the Brazilian PKI), among others. It analyses the open standard format of electronic documents and its support to digital signatures, the interoperability of digital signatures in these formats and the syntax of the W3C XML-Dsig recommendation. In its conclusion, it highlights an utility with support to the Office Open XML and XPS standards as well as the lack of regulation on digital signatures in the OpenDocument Format specification. More information: http://www.ltia.fc.unesp.br/ltia2006/Artigos/AssinadorDigital/index.htm http://www.codeplex.com/NDOS
RSA: XML and identity
Time :
6 : 3
Andrew Nash, formerly with RSA and Reactivity and now CTO of a stealth security startup, expounds on XML's role in identity technology.
Flash-XML Overview
Time :
7 : 0
Part 1 of a tutorial for teachers on using Flash-XML applications.
Emacs Talks to Native XML Database
Time :
8 : 31
Emacs talks to a native XML Database in XQuery.
FLEX: How to do Simple Xml Databinding in MXML
Time :
8 : 30
Shows you how to bind an XML file in MXML in about 10 lines.
GNU Emacs用xml, html補完入力パッケージ xmlcompのデモ
Time :
4 : 41
自作elispパッケージxmlcompのデモ。 http://www.cs.cis.nagasaki-u.ac.jp/~narazaki/deb/narazaki-emacs-site-lisp/narazaki-emacs-site-lisp-1.2.0/xmlcomp.el
Cargar un XML en una estructura DOM mediante Java
Time :
4 : 9
En este video vemos como cargar un XML en una estructura DOM mediante Java
Overview of the Continuity of Care Record (CCR) XML Schema
Time :
9 : 48
This video gives a brief overview of the structure of the XML Schema. The intended audience is developers just getting started with the schema or want to learn if the CCR will fit their data representation needs. From: http://www.ccrstandard.com/schemaoverview The Continuity of Care Record (CCR) standard is a patient health summary standard. It is a way to create flexible documents that contain the most relevant and timely core health information about a patient, and to send these electronically from one care giver to another. It contains various sections such as patient demographics, insurance information, diagnosis and problem list, medications, allergies and care plan. These represent a "snapshot" of a patient's health data that can be useful or possibly lifesaving, if available at the time of clinical encounter. The ASTM CCR standard is designed to permit easy creation by a physician using an electronic health record (EHR) system at the end of an encounter. From: http://en.wikipedia.org/wiki/Continuity_of_Care_Record
XML Sync Islands - Chessboard
Time :
1 : 18
XML Sync Islands allow to transparently synchronize part of a web page over a chat session. This video shows a simple chess game in SVG, shared with SamePlace and the library version of XML Sync Islands. For more information: http://dev.hyperstruct.net/xmpp4moz http://sameplace.cc
Storing Ajax Data in XML - Ajaxtraining.blogspot.com - 20
Time :
5 : 59
http://www.ajaxtraining.blogspot.com - Storing Ajax Data in XML
XML Applications pt1/2 (Arabic)
Time :
9 : 22
During this video we will learn why XML is very useful by taking a quick Look at a two different XML applications. The SVG and the RSS are chosen for this purpose. In order to follow up with this video you need to download inkscape and notepad++. http://www.inkscape.org/ http://notepad-plus.sourceforge.net/uk/site.htm If you wish to learn more about the SVG format please visit http://www.w3schools.com/svg/default.asp Also you can visit my blog for more videos and articles http://abmera.spaces.live.com/
Intergen TextGlow: Open XML Document (DOCX) in Silverlight
Time :
3 : 39
Tim Sneath sat down with Chris Auld from Intergen, a New Zealand-based partner, to talk about TextGlow, a Silverlight-based viewer for Word 2007 DOCX documents built using the Open XML standard. TextGlow can open and display Open XML Text (DOCX) documents. Full interview & demonstration: http://visitmix.com/blogs/News/Intergen/More applications&platforms supporting Open XML at http://www.openxmlcommunity.org/applications.aspx
Procesar un fichero XML mediante SAX
Time :
3 : 23
En este video vemos como "parsear" un fichero XML mediante SAX
XML Validation with XMLSpy
Time :
4 : 57
Validate your XML documents against DTDs, or XML Schemas. Automatically create valid XML documents based on DTDs or XML Schemas.
XBMC 2.0.0 T3CH + x-dsl (DialogSubMenu.xml edit)
Time :
5 : 31
This is the new xbmc 2.0.0 running on xbox 1.6b with xcalibur chip the skin is "project Mayhem III".The screen is screwed up , under x-dsl . enjoy the show .
Flex Multiple Video Player with Sort and XML backend
Time :
7 : 50
This is a flex multi-video player with sort and an XML backend. It plays FLVs. The sort categories are hardcoded, but the FLV address and video info are pulled in using an XML file. Since so many people wanted this, we decided to release it open source. The code was created by Mike Lively and Alissa Gilley at Northern Kentucky University. The full flex code is provided as a zip file under the downloads tab at http://code.google.com/p/flexvideoplayer/
XML Parser for Lua
Time :
7 : 50
Demonstration of an xml parser I've been developer for use with the Lua programming language. This work is licensed under a Creative Commons License. http://creativecommons.org/licenses/by-nc-sa/3.0/
XML Editing with XMLSpy
Time :
4 : 58
Altova XMLSpy 2007 includes powerful viewing and editing tools that simplify the creation and editing of XML documents.
javaday 2006 it verona mappare DB senza XML
Time :
9 : 41
Mappare il DB senza XML - introduzione alle annotation di Hibernate
How to load XML Files into your Star Wars EAW
Time :
1 : 41
I used hypercam for this instead of using my digital cam....NO STUPID COMMETS ON MY VIDEO ONE PERSON SAID TO ME ASSHOLE!! I WILL ACTUALLY DELETE THE VIDEO IF YOU CHAIN LETTERS AND THINGS LIKE THAT... Heres the steps Go into your C drive Go to program files go to lucasarts go to eaw install pages make a folder called XML and copy and paste to your XML file and enjoy your mod
Creating a catalogue in InDesign with ONIX, XSL and XML
Time :
8 : 39