Anatomy Of A Debian Package
Google engEDU
56 min – 21-Jul-06
Google TechTalks
July 21, 2006
Jonathan Oxer is the founder and technical director of Internet Vision Technologies in Australia, as well as the current president of Linux Australia, the national organization for Linux users, developers, and vendors. He is one of the authors of O’Reilly’s Ubuntu Hacks.
ABSTRACT
Learn about the internal structure of Debian/Ubuntu packages and how to create them, starting with disection of a binary package and then going through the process of creating your own package using various build helper scripts to automate much of the process. Read the rest of this entry »
Web Applications and the Ubiquitous Web
Google engEDU
1 hr – 1-Feb-06
Google TechTalks
February 1, 2006
Dave Raggett
Dave Raggett is currently a W3C Fellow from Canon, and W3C Activity Lead for Multimodal Interaction. Dave has been closely involved with driving standards for the Web since 1992, e.g. setting up the IETF HTTP working group, helping with work on ECMAScript, and W3C work on HTML, XForms, MathML, VoiceXML and other related specifications. For further details see: http://www.w3.org/People/Raggett
ABSTRACT
The Web is increasingly a ubiquitous platform for application developers. The talk will outline an emerging vision for the Ubiquitous Web and areas where further work is needed. I will also present work I have been doing on a Web-based alternative to Microsoft PowerPoint and its extension to support remote meetings. Finally, I will demonstrate the use of AJAX to add speech capabilities to web browsers and the role of remote speech engines. Read the rest of this entry »
An Introduction to SQLite
Google engEDU
51 min – 31-May-06
Google TechTalks
May 31, 2006
Richard Hipp
ABSTRACT
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite implements a large subset of SQL-92 and stores a complete database in a single disk file. The library footprint is less than 250 KB making is suitable for use in embedded devices and applications where memory space is scarce.
This talk provides a quick overview of SQLite, its history, its strengths and weaknesses, and describes situations where it is much more useful than a traditional client/server database. The talk concludes with a discussion of the lessons learned from the development of SQLite and how those lessons can be applied to other projects. Read the rest of this entry »
Sphere: Related ContentZero Configuration networking with Bonjour
Google engEDU
1 hr 1 min – 2-Nov-05
Google TechTalks
November 2, 2005
Dr. Stuart Cheshire, Apple Computer
http://www.stuartcheshire.org/
ABSTRACT
The desirability of making IP networking easy to use has been obvious for many years, but achieving that goal has proved elusive. One day, Stuart Cheshire got tired of fellow Stanford Computer Science PhD students wanting to print from his Mac (via AppleTalk) because they couldn’t work out how to configure their Linux /etc/printcap files to access the network printer they wanted to use via IP, and he decided it was time someone did something about it.
Thus began a long saga, beginning with the formation of the IETF "Zero Configuration Networking" working group, and ending where we are today, with widespread adoption of Stuart Cheshire’s Multicast DNS and DNS Service Discovery technology, or "Bonjour", as Apple likes to call it. Today just about every network printer from just about every printer vendor supports Bonjour, and ships with it enabled by default. Read the rest of this entry »
Sphere: Related ContentGlimpse Inside a Metaverse: The Virtual World of Second Life
Google engEDU
59 min – 1-Mar-06
Google TechTalks
March 1, 2006
Philip Rosedale and Cory Ondrejka
ABSTRACT
Linden Lab is the producer of Second Life, an online world with a growing population of subscribers (or "residents"); currently, the community has well over 140,000 residents from 91 countries. By providing residents with robust building and scripting tools, Linden Lab enables them to create a vast array of in-world objects, installations and programs. Since its early stages, Linden Lab has allowed its residents to retain full IP rights over their own creations, thereby insuring that their contributions to the community remain truly their own. Read the rest of this entry »