<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Category SQLite Videos</title>
    <link>http://www.bestechvideos.com/category/sqlite?parent_name=sqlite</link>
    <pubDate>Sun, 01 Jul 2007 21:42:55 GMT</pubDate>
    <description>BestTechVideos: Category SQLite Videos with short descriptions</description>
    <item>
      <title>Creating Offline Web Applications Within The Browser</title>
      <link>http://www.bestechvideos.com/2007/07/01/creating-offline-web-applications-within-the-browser</link>
      <description>This is a video lecture on creating offline web applications. It goes into detail on how to create these applications using the Dojo Offline Toolkit, an open source library that makes it easy to create offline web apps.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/07/01/creating-offline-web-applications-within-the-browser"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-20"&gt;Web 2.0&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/ajax"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/google"&gt;Google&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases/sqlite"&gt;SQLite&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/javascript"&gt;Javascript&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sun, 01 Jul 2007 21:42:55 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/07/01/creating-offline-web-applications-within-the-browser</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Installing SQLite 3 on Windows for use in Ruby on Rails</title>
      <link>http://www.bestechvideos.com/2007/02/08/installing-sqlite-3-on-windows-for-use-in-ruby-on-rails</link>
      <description>&lt;p&gt;Installing SQLite 3 on Windows is pretty easy, once you figure out what you need to do. But when I started using Ruby on Rails I struggled to figure out what I needed to do. Here's a short screencast that demonstrates how you can install SQLite 3 on Windows so you can use it in your Ruby on Rails applications.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/02/08/installing-sqlite-3-on-windows-for-use-in-ruby-on-rails"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/windows"&gt;Windows&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases/sqlite"&gt;SQLite&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/ruby"&gt;Ruby&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/ruby-on-rails"&gt;Ruby On Rails&lt;/a&gt;</description>
      <pubDate>Thu, 08 Feb 2007 22:22:34 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/02/08/installing-sqlite-3-on-windows-for-use-in-ruby-on-rails</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>An Introduction to SQLite</title>
      <link>http://www.bestechvideos.com/2006/11/23/an-introduction-to-sqlite</link>
      <description>  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.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/23/an-introduction-to-sqlite"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/techtalks"&gt;Techtalks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/google"&gt;Google&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases/sqlite"&gt;SQLite&lt;/a&gt;</description>
      <pubDate>Thu, 23 Nov 2006 19:30:39 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/23/an-introduction-to-sqlite</guid>
      <author>scoundrel</author>
    </item>
  </channel>
</rss>
