<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Category MacOS Videos</title>
    <link>http://www.bestechvideos.com/category/macos?parent_name=macos</link>
    <pubDate>Sat, 07 Jun 2008 07:11:25 GMT</pubDate>
    <description>BestTechVideos: Category MacOS Videos with short descriptions</description>
    <item>
      <title>MIX08: Real World Design: Working with Silverlight and WPF in the Design Studio</title>
      <link>http://www.bestechvideos.com/2008/05/29/mix08-real-world-design-working-with-silverlight-and-wpf-in-the-design-studio</link>
      <description>&lt;p&gt;Silverlight and WPF represent a new way for designers and developers work together. But what happens in a professional practice that's focused more on employing designers than developers and using Macs versus PCs for much of their daily design work? Join us as we find out how practitioners from companies like Tribal, Projekt202, Metaliq and Identity Mine discuss the learning curves and the workflow that they adapted with their visual designers and rich interactive developers to get up to speed with Expression Studio, XAML and Silverlight. You'll hear the unvarnished truth about the challenges and rewards of how Silverlight is enabling the digital design practice.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2008/05/29/mix08-real-world-design-working-with-silverlight-and-wpf-in-the-design-studio"&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/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/business"&gt;Business&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/design"&gt;Design&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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/wpf"&gt;WPF&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/silverlight"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/design/ms-expression"&gt;MS Expression&lt;/a&gt;</description>
      <pubDate>Sat, 07 Jun 2008 07:11:25 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2008/05/29/mix08-real-world-design-working-with-silverlight-and-wpf-in-the-design-studio</guid>
      <author>kpumuk</author>
    </item>
    <item>
      <title>Eclipse and Java: Using the Debugger</title>
      <link>http://www.bestechvideos.com/2007/11/09/eclipse-and-java-using-the-debugger</link>
      <description>&lt;p&gt;&lt;font face="Arial"&gt;This&amp;nbsp; free video tutorial will teach you how to use the Eclipse Java Debugger. It is based on &lt;a target="_blank" href="http://www.eclipse.org/downloads"&gt;Eclipse version 3.3&lt;/a&gt;. This is for programmers who have completed the &amp;quot;Total Beginners&amp;quot; tutorial or have some familiarity with Eclipse and Java. &lt;strong&gt;No prior experience with the Eclipse Debugger is needed. &lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;The 7 lessons are each about 15 minutes long and total about 1 3/4 hours. The lessons guide you through a step-by-step process of running debug sessions, setting breakpoints, stepping through a running program, and examining variables and expressions. Then we use this knowledge to fix some bugs in our code. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;We use the &amp;quot;personal lending library&amp;quot; application developed in the &lt;a href="file:///C:/Documents%20and%20Settings/Mark/My%20Documents/SourceForge/HTML_20071107/totalbeginner.html"&gt;&amp;quot;Total Beginners&amp;quot;&lt;/a&gt; tutorial. Each lesson is fully narrated. Along the way, we learn some very cool Eclipse functionality. See the&amp;nbsp; &lt;a target="_blank" href="file:///C:/Documents%20and%20Settings/Mark/My%20Documents/SourceForge/HTML_20071107/Debugger-Tutorial-Companion-Document.pdf"&gt;Tutorial Companion Guide&lt;/a&gt; for more information about the tutorial, or look at the &lt;a href="file:///C:/Documents%20and%20Settings/Mark/My%20Documents/SourceForge/HTML_20071107/debuggerlessons.html"&gt;Lessons &lt;/a&gt;link to see the lesson outlines.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;We learn how to debug programs written using &lt;a target="_blank" href="http://en.wikipedia.org/wiki/Test-driven_development"&gt;test-driven development&lt;/a&gt;, running debug sessions using the JUnit testing facility in Eclipse. We also learn to debug standard Java programs. The lessons are designed for you to work side-by-side, pausing and rewinding the video as needed.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a target="_blank" href="file:///C:/Documents%20and%20Settings/Mark/My%20Documents/SourceForge/HTML_20071107/debugger01/lesson01.html"&gt;Click here&lt;/a&gt; to view Lesson 1. &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=200662&amp;amp;package_id=251688"&gt;Click here to download any of the lessons&lt;/a&gt;. Be sure to download the &lt;a target="_blank" href="file:///C:/Documents%20and%20Settings/Mark/My%20Documents/SourceForge/HTML_20071107/Debugger-Tutorial-Companion-Document.pdf"&gt;Tutorial Companion Guide &lt;/a&gt;(PDF format). &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;The tutorials use &lt;a target="_blank" href="http://www.eclipse.org/downloads"&gt;Eclipse version 3.3 (Europa)&lt;/a&gt;, released June 2007.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/11/09/eclipse-and-java-using-the-debugger"&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/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/science"&gt;Science&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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/java"&gt;Java&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/science/computer-science"&gt;Computer Science&lt;/a&gt;</description>
      <pubDate>Fri, 09 Nov 2007 08:51:03 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/11/09/eclipse-and-java-using-the-debugger</guid>
      <author>dextercowley</author>
    </item>
    <item>
      <title>ITidiots Episode 50: iLife '08</title>
      <link>http://www.bestechvideos.com/2007/09/08/itidiots-episode-50</link>
      <description>&lt;p&gt;This weeks video training screencast: Well you wanted more Mac stuff so here it is.....&lt;br /&gt;
&lt;br /&gt;
In this episode we look at iPhoto 08 and iMovie 08 two of the main applications from Apple's new iLife suite. There are some great new features such feature rich web galleries to show off your photos and videos, a rewritten iMovie application which makes creating video and uploading to youtube a breeze and of course there is 'skimming' which you really need to see to appreciate.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/09/08/itidiots-episode-50"&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/companies"&gt;Companies&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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/apple"&gt;Apple&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/podcasts"&gt;Podcasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 08 Sep 2007 23:56:52 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/09/08/itidiots-episode-50</guid>
      <author>itidiots</author>
    </item>
    <item>
      <title>Joe Hewitt: "An Introduction to iUI"</title>
      <link>http://www.bestechvideos.com/2007/07/30/joe-hewitt-an-introduction-to-iui</link>
      <description>&lt;p&gt;Joe Hewitt of Facebook, co-founder of the Firefox project and author of the popular debugging extension Firebug, discusses his newest project. iUI is a small JavaScript and CSS project that allows developers to develop web applications for the Apple iPhone that share the look and feel of native iPhone apps. In this 15 minute video, Joe introduces you to iUI and how you can use it to create great-looking iPhone apps quick.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/07/30/joe-hewitt-an-introduction-to-iui"&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/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/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/networking"&gt;Networking&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/design"&gt;Design&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/apple"&gt;Apple&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/lectures"&gt;Lectures&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/design/css"&gt;CSS&lt;/a&gt;</description>
      <pubDate>Mon, 30 Jul 2007 00:40:11 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/07/30/joe-hewitt-an-introduction-to-iui</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Eclipse and Java for Total Beginners</title>
      <link>http://www.bestechvideos.com/2007/07/22/eclipse-and-java-for-total-beginners</link>
      <description>&lt;p&gt;&lt;font face="Arial"&gt;This&amp;nbsp; free video screencam tutorial will help get you started writing Java programs using &lt;/font&gt;&lt;a target="_blank" href="http://www.eclipse.org/"&gt;&lt;font face="Arial"&gt;Eclipse version 3.3&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial"&gt;. No prior experience with Eclipse or Java is assumed. The 16 lessons total about 3 1/4 hours and are each between 9 and 14 minutes long. The lessons guide you through a step-by-step process creating a simple &amp;quot;personal lending library&amp;quot; application. Each lesson is fully narrated. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;All of the code for the lessons is typed in &amp;quot;real time&amp;quot;. This allows the demonstration of many Eclipse Java editor features that speed up coding. Code snapshots as of the end of each lesson are provided in the &lt;/font&gt;&lt;a target="_blank" href="http://eclipsetutorial.sourceforge.net/Total_Beginner_Companion_Document.pdf"&gt;&lt;font face="Arial"&gt;Tutorial Companion Guide&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial"&gt;. These allow you to jump in at any lesson and to make sure your code matches the sample code. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Test-driven development is used throughout the lessons, using the JUnit testing facility in Eclipse. The lessons are designed for you to work side-by-side, pausing and rewinding the video as needed.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a target="_blank" href="http://eclipsetutorial.sourceforge.net/lesson01/lesson%201.html"&gt;Click here&lt;/a&gt; to view Lesson 1. &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=200662"&gt;Click here&lt;/a&gt; to download any of the lessons. Be sure to download the &lt;a target="_blank" href="http://eclipsetutorial.sourceforge.net/Total_Beginner_Companion_Document.pdf"&gt;Tutorial Companion Guide &lt;/a&gt;(PDF format). &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;The tutorials use &lt;a target="_blank" href="http://www.eclipse.org/"&gt;Eclipse version 3.3 (Europa)&lt;/a&gt;, released June 2007.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/07/22/eclipse-and-java-for-total-beginners"&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/windows"&gt;Windows&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/java"&gt;Java&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sun, 22 Jul 2007 17:25:29 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/07/22/eclipse-and-java-for-total-beginners</guid>
      <author>dextercowley</author>
    </item>
    <item>
      <title>FScript - a scripting solution for Mac OS X / Cocoa</title>
      <link>http://www.bestechvideos.com/2007/07/08/fscript-a-scripting-solution-for-mac-os-x-cocoa</link>
      <description>&lt;p&gt;Google Tech Talks&lt;br /&gt;
June 18, 2007&lt;br /&gt;
&lt;br /&gt;
ABSTRACT&lt;br /&gt;
&lt;br /&gt;
The project lead of FScript: Philippe Mougin, is in town for Apple's WWDC 2007 in June at   San Francisco and is interested in giving this talk on FScript - a smalltalk-inspired dynamically typed language for rapid development of Mac OS X and Cocoa applications and automation solutions.&lt;br /&gt;
&lt;br /&gt;
FScript is much more than just a scripting language, like smalltalk it provides a set of high level exploration, browsing and development tools which let you explore Objective C libraries as easily as FScript ones.&lt;br /&gt;
&lt;br /&gt;
The talk should be of interest to the Mac group and also more generally to people interested in dynamic languages, OOP, and new programming models, as Philippe will cover some interesting language-level innovations.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/07/08/fscript-a-scripting-solution-for-mac-os-x-cocoa"&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/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/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/os/macos"&gt;MacOS&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/development/smalltalk"&gt;Smalltalk&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/objective-c"&gt;Objective-C&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:03:11 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/07/08/fscript-a-scripting-solution-for-mac-os-x-cocoa</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Introduction to MacLibre and OpenTouch</title>
      <link>http://www.bestechvideos.com/2007/07/08/introduction-to-maclibre-and-opentouch</link>
      <description>&lt;p&gt;Google Tech Talks&lt;br /&gt;
June 11, 2007&lt;br /&gt;
&lt;br /&gt;
Abstract&lt;br /&gt;
&lt;br /&gt;
Pawel's presentation will cover an introduction to MacLibre &amp;amp; OpenTouch, both Google Summer   of Code projects. The presentation will explore MacLibre as a new way of open source software distribution on Mac OS X, as well as OpenTouch as an open source framework for multimodal input devices.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/07/08/introduction-to-maclibre-and-opentouch"&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/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/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/os/macos"&gt;MacOS&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/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Wed, 11 Jul 2007 15:49:31 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/07/08/introduction-to-maclibre-and-opentouch</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>How to build OS X GUI applications with Ruby and RubyCocoa</title>
      <link>http://www.bestechvideos.com/2007/06/13/how-to-build-os-x-gui-applications-with-ruby-and-rubycocoa</link>
      <description>Erik Kastner has put together a great tutorial showing you how to build a graphical OS X app using Ruby and RubyCocoa. For a less wordy approach, there's also a short screencast which shows you the whole process from start to finish.

With the continual improvements of the RubyCocoa library, and Apple's commitment to Ruby for Cocoa development in OS X 10.5, Ruby is rapidly becoming a viable alternative to Objective C and Java for developing OS X apps.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/13/how-to-build-os-x-gui-applications-with-ruby-and-rubycocoa"&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/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/os/macos"&gt;MacOS&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;</description>
      <pubDate>Wed, 13 Jun 2007 09:33:03 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/13/how-to-build-os-x-gui-applications-with-ruby-and-rubycocoa</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Systm Episode #7: AppleTV</title>
      <link>http://www.bestechvideos.com/2007/05/13/systm-episode-7-appletv</link>
      <description>&lt;p&gt;Patrick Norton and Dave Randolph take you through some of the more popular hacks and mods out there for the AppleTV. They have sorted out all the articles out there and have come up with a complete step by step procedure to help you get your AppleTV up and running with a larger drive, SSH, Xvid and a RSS reader.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/05/13/systm-episode-7-appletv"&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/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/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/rss"&gt;RSS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/apple"&gt;Apple&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Sun, 13 May 2007 16:13:41 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/05/13/systm-episode-7-appletv</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>PyDev on a Mac</title>
      <link>http://www.bestechvideos.com/2007/04/30/pydev-on-a-mac</link>
      <description>&lt;p&gt;This tutorial is a short Hello World tutorial on setting up the free IDE Eclipse w/ Pydev extension on the Intel Mac OSX. Shows you how to quickly setup and get running.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/04/30/pydev-on-a-mac"&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/conferences"&gt;Conferences&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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/showmedo"&gt;ShowMeDo&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/python"&gt;Python&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Mon, 30 Apr 2007 11:54:57 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/04/30/pydev-on-a-mac</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Textmate: Filter Through Command</title>
      <link>http://www.bestechvideos.com/2007/04/29/textmate-filter-through-command</link>
      <description>&lt;p&gt;Short example of using TextMate&#8217;s Filter Through Command functionality. This tool allows you to send input from TextMate to shell commands and use the output produced by those commands as needed. Recorded and narrated by James Edward Gray II.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/04/29/textmate-filter-through-command"&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/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sun, 29 Apr 2007 10:59:42 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/04/29/textmate-filter-through-command</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>LinuxConf.Au: Darbat: Virtualising a UNIX Kernel</title>
      <link>http://www.bestechvideos.com/2007/04/05/linuxconfau-darbat-virtualising-a-unix-kernel</link>
      <description>&lt;p&gt;Darbat is a project at the Embedded, Real-Time, and Operating-Systems (ERTOS) group at National ICT Australia (NICTA).&lt;/p&gt;

&lt;p&gt;Darbat para-virtualises the open-source Darwin Kernel from Mac OS X into a device-driver and kernel module running on top of the L4 microkernel, also from NICTA.&lt;/p&gt;

&lt;p&gt;Splitting Darwin into driver and kernel modules running as user processes allows us to create arbitrary secure kernel and driver instances. This provides isolated device drivers, server consolidation and secure sub-systems.&lt;/p&gt;

&lt;p&gt;NICTA also has a port of the Linux kernel to L4 called Wombat. This allows a heterogeneous system with multiple Linux and Darwin instances running side-by-side on one computer. With these systems the administrator has the ability to either share or partition resources such as CPUs, RAM and device drivers, depending on the required configuration.&lt;/p&gt;

&lt;p&gt;While Darbat is a drastic departure from the typical monolithic kernel module, it runs binary native applications and binary device drivers from Mac OS X 10.4.7.&lt;/p&gt;

&lt;p&gt;Darbat and Wombat are both works in progress. This proposal is for a presentation on the design, implementation and status of the Darbat system. We will also discuss how Wombat fits into the heterogeneous system and how they exist together on the one machine.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/04/05/linuxconfau-darbat-virtualising-a-unix-kernel"&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/conferences"&gt;Conferences&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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/linuxconfau"&gt;LinuxConf.AU&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Thu, 05 Apr 2007 11:53:07 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/04/05/linuxconfau-darbat-virtualising-a-unix-kernel</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>TextMate: AppleScript Bundle Part 2</title>
      <link>http://www.bestechvideos.com/2007/03/24/textmate-applescript-bundle-part-2</link>
      <description>&lt;p&gt;Jacob Rus shows how to integrate TextMate&#8217;s AppleScript bundle with Script Editor, including installing the Edit in TextMate input manager, saving compiled script applications and droplets from Script Editor, and quickly opening applications&#8217; scripting dictionaries.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/03/24/textmate-applescript-bundle-part-2"&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/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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 24 Mar 2007 12:52:08 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/03/24/textmate-applescript-bundle-part-2</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>TextMate: AppleScript Bundle Part 1</title>
      <link>http://www.bestechvideos.com/2007/03/24/textmate-applescript-bundle-part-1</link>
      <description>&lt;p&gt;Jacob Rus demonstrates the basics of the AppleScript bundle, including running scripts from within TextMate, adding basic user-interactive dialogs, and looking up AppleScript documentation.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/03/24/textmate-applescript-bundle-part-1"&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/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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 24 Mar 2007 12:49:47 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/03/24/textmate-applescript-bundle-part-1</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>LinuxConf.Au: Mozilla Extension Writing Tutorial</title>
      <link>http://www.bestechvideos.com/2007/03/10/linuxconfau-mozilla-extension-writing-tutorial</link>
      <description>&lt;p&gt;We propose a two part tutorial, the first covering the basics of writing an extension for Mozilla-based applications, and the second walking through a non-trivial extension which interacts with network services.&lt;/p&gt;

&lt;p&gt;Extensions are a powerful way to extend and enhance Mozilla-based applications such as Firefox, Flock (which Ian and I work on), Epiphany, Songbird, etc. The technology behind them is also useful for developing standalone applications with rich web and network access, via the XULRunner platform.&lt;/p&gt;

&lt;p&gt;The first, basic tutorial will cover:
&lt;ul&gt;
	&lt;li&gt;XPCOM: The Mozilla component object model&lt;/li&gt;
	&lt;li&gt;XUL: The UI language&lt;/li&gt;
	&lt;li&gt;The way Javascript fits into this&lt;/li&gt;
	&lt;li&gt;Bundling and distributing and extension&lt;/li&gt;
	&lt;li&gt;Things to watch out for to prevent exploits&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;The more advanced tutorial will cover:&lt;ul&gt;
	&lt;li&gt;Interacting with a web service&lt;/li&gt;
	&lt;li&gt;Data storage&lt;/li&gt;
	&lt;li&gt;More complex UI usage&lt;/li&gt;
	&lt;li&gt;How to target multiple Mozilla-based applications&lt;/li&gt;
	&lt;li&gt;Security implications of dealing with web services&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Both tutorials will guide the attendees through building a working extension. The advanced tutorial will involve some Flock specific features, but the extension will still work in Firefox, and only enable some things if it is run under Flock.&lt;/p&gt;

&lt;p&gt;More information on what Flock is all about is available at http://www.flock.com/&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/03/10/linuxconfau-mozilla-extension-writing-tutorial"&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/conferences"&gt;Conferences&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/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/os/windows"&gt;Windows&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/linuxconfau"&gt;LinuxConf.AU&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/rss"&gt;RSS&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/development/cc"&gt;C and C++&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/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Sat, 10 Mar 2007 03:45:17 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/03/10/linuxconfau-mozilla-extension-writing-tutorial</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Systm Episode 5 - Asterisk</title>
      <link>http://www.bestechvideos.com/2007/02/13/systm-episode-5-asterisk</link>
      <description>&lt;p&gt;Kevin Rose is joined by John Todd, a well known, leading Asterisk expert, to introduce you to the amazing VoIP (Voice over IP) world of Asterisk, the open source voip telephony toolkit. In this episode, Kevin and John take you through the installation and configuration of this powerful tool, and show how it can be used to give anyone complete control over their phone experiences, such as voice over wifi, eliminating phone costs, choosing from hundreds of VoIP providers, creating your own voicemail and menus, and numbers that follow you..just to scratch the surface.&lt;/p&gt;
&lt;p&gt;What is Asterisk? Asterisk is an insanely powerful, yet easy to use, open source voip telephony toolkit (server software) that runs on virtually any platform. It allows anyone to manage VoIP services in their own home in more powerful ways than the most expensive PBX (public branch exchange). For example, it can serve as a gateway from a VoIP service to your copper phone lines, forward calls to your mobile device from wherever you are, allow you to create VoIP connections to anyone on the Internet, manage voicemail, prompts ... a virtually limitless capability depending on how far you want to take it. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/02/13/systm-episode-5-asterisk"&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/web-tech"&gt;Technologies&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/networking"&gt;Networking&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/voip"&gt;VOIP&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/broadcasting/lectures"&gt;Lectures&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/interview"&gt;Interview&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking/sip"&gt;SIP&lt;/a&gt;</description>
      <pubDate>Tue, 13 Feb 2007 00:56:57 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/02/13/systm-episode-5-asterisk</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Introduction to Subversion</title>
      <link>http://www.bestechvideos.com/2007/02/10/introduction-to-subversion</link>
      <description>&lt;p&gt;The following is an Introduction to Subversion screencast. It is targeted mainly at those who are new to version control, covering the conceptual ideas of version control, and then a walkthrough of examples from the desktop of OS X.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/02/10/introduction-to-subversion"&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/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 10 Feb 2007 01:11:14 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/02/10/introduction-to-subversion</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Lars Knoll and George Staikos: "From KHTML to Webkit"</title>
      <link>http://www.bestechvideos.com/2007/01/27/lars-knoll-and-george-staikos-from-khtml-to-webkit</link>
      <description>&lt;p&gt;Lars Knoll and George Staikos from the KHTML project visited Yahoo! to give a talk on the history of KHTML and Konqueror and the connection between those projects and Apple&#8217;s open-source WebKit (which was built upon KHTML and announced in January of 2003 as the foundation of Apple&#8217;s Safari browser). See &lt;a href="http://yuiblog.com/blog/2006/12/11/knoll-staikos-video/"&gt;the accompanying YUIBlog&lt;/a&gt; article for more details.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/01/27/lars-knoll-and-george-staikos-from-khtml-to-webkit"&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/companies"&gt;Companies&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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/yahoo"&gt;Yahoo!&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/apple"&gt;Apple&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Sat, 27 Jan 2007 13:36:55 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/01/27/lars-knoll-and-george-staikos-from-khtml-to-webkit</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>MacFUSE Tech Demos from Amit Singh's Macworld 2007 Talk</title>
      <link>http://www.bestechvideos.com/2007/01/18/macfuse-tech-demos-from-amit-singhs-macworld-2007-talk</link>
      <description>&lt;p&gt;In this a video, Amit Singh (mac developer in Google) demonstrates &lt;a target="_blank" href="http://googlemac.blogspot.com/2007/01/taming-mac-os-x-file-systems.html"&gt;MacFUSE&lt;/a&gt; - MacOS X port of FUSE technology, that allows developers to quickly implement their own filesystems in user-space. The most exciting plugins for most Mac users are the sshfs and ntfs. Other exciting possibilities of MacFUSE are:
&lt;ul&gt;
	&lt;li&gt;ProcFS (process filesystem, which lets you get information about processes just by navigating a file hierarchy), &lt;/li&gt;
	&lt;li&gt;rssfs (for browsing RSS feeds), &lt;/li&gt;
	&lt;li&gt;SpotlightFS (instantly perform Spotlight queries simply by inputing your query as a directory), &lt;/li&gt;
	&lt;li&gt;DocsFS (for browsing your Google documents and speadsheets), &lt;/li&gt;
	&lt;li&gt;and even PicasaFS (for browsing and manipulating your Picaca Web albums).&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/01/18/macfuse-tech-demos-from-amit-singhs-macworld-2007-talk"&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/companies"&gt;Companies&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/os/macos"&gt;MacOS&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/companies/apple"&gt;Apple&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Thu, 18 Jan 2007 23:04:04 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/01/18/macfuse-tech-demos-from-amit-singhs-macworld-2007-talk</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Building a Full Rails Stack on Ubuntu Using Deprec/Capistrano</title>
      <link>http://www.bestechvideos.com/2007/01/14/building-a-full-rails-stack-on-ubuntu-using-depreccapistrano</link>
      <description>Geoffrey from &lt;a target="_blank" href="http://peepcode.com/"&gt;PeepCode&lt;/a&gt; has released a &lt;strong&gt;free&lt;/strong&gt; screencast demonstrating &lt;a target="_blank" href="http://peepcode.com/products/capistrano-concepts"&gt;how to build a full Rails stack on Ubuntu&lt;/a&gt;. It's only twelve minutes, but covers all of the basics to get your Ubuntu installation up and running with Rails using &lt;a target="_blank" href="http://manuals.rubyonrails.org/read/book/17"&gt;capistrano&lt;/a&gt; and &lt;a target="_blank" href="http://rubyforge.org/projects/deprec"&gt;deprec&lt;/a&gt;.

All setup and deployment procedures are demonstrated using MacOS X and Parallels virtual machine with newly installed Ubuntu.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/01/14/building-a-full-rails-stack-on-ubuntu-using-depreccapistrano"&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/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/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&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>Sun, 14 Jan 2007 15:52:37 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/01/14/building-a-full-rails-stack-on-ubuntu-using-depreccapistrano</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Screencast: Ross Harmes&#8217;s YUI Bundle for Textmate</title>
      <link>http://www.bestechvideos.com/2006/12/05/screencast-ross-harmes%25e2%2580%2599s-yui-bundle-for-textmate</link>
      <description>&lt;p&gt;Ross Harmes is a frontend engineer who works in the &lt;a href="http://smallbusiness.yahoo.com/"&gt;Yahoo! Small Business&lt;/a&gt; group. Ross recently released a YUI &#8220;bundle&#8221; for the Mac OS X code editor TextMate; the bundle provides syntax highlighting, code completion, and integrated documentation retrieval within TextMate. He stopped by the YUI team offices today to show us how it works, and he was kind enough to let us capture that information in the form of a short (~9 minute) screencast.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/12/05/screencast-ross-harmes%25e2%2580%2599s-yui-bundle-for-textmate"&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/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/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/os/macos"&gt;MacOS&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/web-tech/web-services"&gt;Web Services&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/yahoo"&gt;Yahoo!&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>Tue, 05 Dec 2006 03:15:29 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/12/05/screencast-ross-harmes%25e2%2580%2599s-yui-bundle-for-textmate</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>LaTeX Files Editing With Textmate</title>
      <link>http://www.bestechvideos.com/2006/12/04/latex-files-editing-with-textmate</link>
      <description>&lt;p&gt;Very nice screencast that shows just a couple of the basic ways of using TextMate for editing LaTeX files.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/12/04/latex-files-editing-with-textmate"&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/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Mon, 04 Dec 2006 11:22:36 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/12/04/latex-files-editing-with-textmate</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>HTML Coding in Textmate</title>
      <link>http://www.bestechvideos.com/2006/12/04/html-coding-in-textmate</link>
      <description>The things demonstrated are (from the HTML bundle):
&lt;ul&gt;
	&lt;li&gt;Insert Open/Close Tag (With Current Word)&lt;/li&gt;
	&lt;li&gt;per tag snippets&lt;/li&gt;
	&lt;li&gt;Wrap Selection in Open/Close Tag&lt;/li&gt;
	&lt;li&gt;Wrap Each Selected Line in Open/Close Tag&lt;/li&gt;
	&lt;li&gt;Insert Closing Tag&lt;/li&gt;
&lt;/ul&gt;Via &lt;a href="http://macromates.com/blog/archives/2006/04/28/html-screencast-inserting-tags/"&gt;Textmate blog&lt;/a&gt;.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/12/04/html-coding-in-textmate"&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/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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Mon, 04 Dec 2006 11:10:04 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/12/04/html-coding-in-textmate</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Objective-C Snippets in Textmate</title>
      <link>http://www.bestechvideos.com/2006/12/04/objective-c-snippets-in-textmate</link>
      <description>&lt;p&gt;It is an impressive display of what can be achieved with a bit of realtime transformations on text typed (in snippets) and context sensitive expansion.&lt;/p&gt;

&lt;p&gt;None of the stuff demonstrated is hardcoded, it is all achieved using the simple extension mechanisms of TextMate, and not even IDEs hardcoded for a given language show this level of grace! :)&lt;/p&gt;

&lt;p&gt;
This shows a few nice features found in the C and Objective-C bundles:
&lt;ul&gt;
	&lt;li&gt;documentation lookup, including following links in man pages&lt;/li&gt;
	&lt;li&gt;reformatting objective-c method signatures&lt;/li&gt;
	&lt;li&gt;auto-insertion of:
&lt;ul&gt;
	&lt;li&gt;start brackets (when at the end position)&lt;/li&gt;
	&lt;li&gt;alloc/init/autorelease (after typing class name)&lt;/li&gt;
	&lt;li&gt;missing includes (based on which functions the source call)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/12/04/objective-c-snippets-in-textmate"&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/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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/cc"&gt;C and C++&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/objective-c"&gt;Objective-C&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Mon, 04 Dec 2006 11:02:31 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/12/04/objective-c-snippets-in-textmate</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Using Textmate for Python Projects</title>
      <link>http://www.bestechvideos.com/2006/12/04/using-textmate-for-python-projects</link>
      <description>Domenico Carbotta shows how to write a small Python program using some useful Python shortcuts like an intelligent class snippet for auto-initialization of object data, and how to run the program from within TextMate.Via &lt;a href="http://vnoel.wordpress.com/2006/05/15/a-bunch-of-textmate-screencasts/"&gt;bloody fingers&lt;/a&gt;.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/12/04/using-textmate-for-python-projects"&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/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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/python"&gt;Python&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:54:20 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/12/04/using-textmate-for-python-projects</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Video: Having two displays is only a 'smack' away</title>
      <link>http://www.bestechvideos.com/2006/11/25/video-having-two-displays-is-only-a-smack-away</link>
      <description>&lt;a class="imagelink" title="smackbook.jpg" href="http://www.bestechvideos.com/wp-content/uploads/2006/11/smackbook.jpg"&gt;&lt;img id="image260" alt="smackbook.jpg" src="http://www.bestechvideos.com/wp-content/uploads/2006/11/smackbook.thumbnail.jpg" /&gt;&lt;/a&gt;CNET's Tom Merritt shows you a hack for Mac notebooks that takes advantage of a hard-drive motion sensor, which lets people switch between two desktop environments with a gentle slap.

&lt;a target="_blank" href="http://news.com.com/1606-2_3-6080229.html"&gt;Video is here&lt;/a&gt;.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/25/video-having-two-displays-is-only-a-smack-away"&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/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/apple"&gt;Apple&lt;/a&gt;</description>
      <pubDate>Sat, 25 Nov 2006 01:56:10 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/25/video-having-two-displays-is-only-a-smack-away</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Mac OS Automator: Doing things over and over is over.</title>
      <link>http://www.bestechvideos.com/2006/11/23/mac-os-automator-doing-things-over-and-over-is-over</link>
      <description>  Google TechTalks
June 27, 2006

Sal Soghoian

ABSTRACT

Mac OS X "Tiger" introduces Automator, a new application that automates   anything on your computer quickly and easily. Join Automator Product Manager Sal Soghoian as he demonstrates how you can use this incredible tool to make using your Mac productive and fun&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/23/mac-os-automator-doing-things-over-and-over-is-over"&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/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/os/macos"&gt;MacOS&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/companies/apple"&gt;Apple&lt;/a&gt;</description>
      <pubDate>Thu, 23 Nov 2006 19:28:03 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/23/mac-os-automator-doing-things-over-and-over-is-over</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines</title>
      <link>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-2-rewriting-reddit-in-lisp-is-20-minutes-and-100-lines</link>
      <description>&lt;p&gt;This movie is a tutorial on building web applications using KPAX,  implementing a prototype clone of Reddit, sort of anyway.&lt;/p&gt;

&lt;p&gt;We show how to use the &lt;a href="http://homepage.mac.com/svc/kpax/index.html"&gt;KPAX&lt;/a&gt; Common Lisp Web Application Framework to implement an example that is quite similar to Reddit: a collection of links is presented, sorted by points and sorted chronologically, a form allows for new links to be submitted and links can be voted up or down. We show how to interactively debug web applications. Finally we add a stylesheet to give our little application a better look (thanks to Nicky Peeters). Furthermore we show how Common Lisp allows you to write elegant code, elegantly: flexibly re-using similar code fragments, as well as developing and testing incrementally. Source code for this example: either the &lt;a href="http://homepage.mac.com/svc/LispMovies/reddit.lisp.html"&gt;syntax colored HTML version&lt;/a&gt; for viewing,  or the &lt;a href="http://homepage.mac.com/svc/LispMovies/reddit.lisp"&gt;raw LISP code&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-2-rewriting-reddit-in-lisp-is-20-minutes-and-100-lines"&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/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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/lisp"&gt;Lisp&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 18 Nov 2006 21:43:47 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-2-rewriting-reddit-in-lisp-is-20-minutes-and-100-lines</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Lisp Movies: Episode 1: HTTP Client and Server</title>
      <link>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-1-http-client-and-server</link>
      <description>&lt;p&gt;This movie is about using an HTTP Client and Server in Common Lisp.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://homepage.mac.com/svc/s-http-client/index.html"&gt;S-HTTP-CLIENT&lt;/a&gt; is used to access a small HTML page from Apache, much like &lt;a href="http://curl.haxx.se/"&gt;curl&lt;/a&gt; does. &lt;a href="http://homepage.mac.com/svc/s-http-server/index.html"&gt;S-HTTP-SERVER&lt;/a&gt; is used to host the same document root as Apache from Lisp, including our small HTML page. We also show how to interact with the LispWorks IDE on Mac OS X: we explore source code, use the inspector, set a breakpoint, use the stepper and even debug running processes.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-1-http-client-and-server"&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/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/os/macos"&gt;MacOS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/lisp"&gt;Lisp&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;</description>
      <pubDate>Sat, 18 Nov 2006 21:41:28 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2006/11/18/lisp-movies-episode-1-http-client-and-server</guid>
      <author>scoundrel</author>
    </item>
  </channel>
</rss>
