Owner: Best Tech Videos URL:http://www.bestechvideos.com/ Join Date: Wed, 06 Dec 2006 18:13:23 -0600 Rating:0 Site Description: Link-blog with links to the best technical videos on the Net. Screencasts, webinars, conference sessions and panels, video tutorials and interviews. If your like to listen to smart people, this site is for you. Site statistics:Click here
How Do I: Learn the Tips and Tricks of Experts? 2006-12-06 06:54:03 View tips and tricks including encrypting sensitive information stored in the web.config file, posting content to a different page, simplifying complex URLs using URL remapping, and much, much more.
Video is here.
Tags: .NET Framework, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts
Read more:Experts
BLINQ: Binding Web Forms to BLINQ Object Schema 2006-12-06 06:52:37 Bradley Millington describes how ASP.NET's Object
DataSource control integrates with the code generated by BLINQ to select, sort, page, and update data.
Video is here.
Tags: .NET Framework, ASP.NET, Companies, Databases, Development, Frameworks, linq, Microsoft, MSSQL, Screencasts
Read more:Binding
, Forms
LINQ: An Overview and Demonstration 2006-12-06 06:50:16 Anders Hejlsberg explains that LINQ addresses the long-standing impedance-mismatch between data and objects, by making queries, set operations, and transformations first-class concepts in .NET.
Video is here.
Tags: .NET Framework, ASP.NET, Companies, Databases, Development, Frameworks, linq, Microsoft, MSSQL, Screencasts
Read more:Overview
, Demonstration
LINQ: An Introduction by Anders 2006-12-06 06:48:03 Anders Hejlsberg talks about LINQ, a technology that creates an object view of a database. This allows developers to query a database using C# or VB.NET—no more separate SQL statements.
Video is here.
Tags: .NET Framework, ASP.NET, Companies, Databases, Development, Frameworks, linq, Microsoft, MSSQL, Screencasts
Read more:Introduction
, Anders
BLINQ: An Introduction by Polita 2006-12-06 06:47:21 Polita Paulus introduces BLINQ, a tool she created to generate ASP.NET websites that use LINQ to show and edit data. LINQ is a new technology that creates an object view of your database.
Video is here.
Tags: .NET Framework, ASP.NET, Companies, Databases, Development, Frameworks, linq, Microsoft, MSSQL, Screencasts
Read more:Introduction
SAXually Explicit Images: Data Mining Large Shape Databases 2006-12-05 20:02:16 Google TechTalks
May 12, 2006
Eamonn Keogh
ABSTRACT
The problem of indexing large collections of time series and images has received much attention in the last decade, however we argue that there is potentially great untapped utility in data mining such collections. Consider the following two concrete examples of problems in data mining.
Motif Discovery (duplication detection): Given a large repository of time series or images, find approximately repeated patterns/images.
Discord Discovery: Given a large repository of time series or images, find the most unusual time series/image.
As we will show, both these problems have applications in fields as diverse as anthropology, crime prevention, zoology and entertainment. Both problems are trivial to solve given time quadratic in the number of objects, but only a linear time solution is tractable for realistic problems. In this talk we will show how a symbolic representation of the data call SAX (Symbolic Aggregate ApproXimation) allows Read more:Explicit
, Images
, Mining
, Shape
, Databases
, Data Mining
Getting Started with "WPF/E" 2006-12-05 18:37:51 In this screencast, Laurence Moroney, "WPF/E" evangelist talks about the development technology stack for "WPF/E" and how the Expression and Visual Studio suites of tools can work together to create a simple application. This is a great primer in "WPF/E" - everything you wanted to know but didn't know who to ask…
Video is here.
Tags: .NET Framework, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, WPF
Windows Presentation Foundation - Everywhere? 2006-12-05 18:30:19 Recently, Scoble caught up with Mike Harsh, a program manager on the WPF/E team (where WPF = Windows
Presentation Foundation
and E stands for “Everywhere”). Let’s dig into to what “Everywhere” means for WPF/E, shall we? And how much of WPF will be exposed everywhere? Does this mean you can run WPF apps in a web browser running on the Mac? What about Linux?
Video is here.
Tags: .NET Framework, Companies, Development, Frameworks, interview, Microsoft, Technologies, WPF
Leveraging HTML/JavaScript and Ajax in Apollo Applications 2006-12-05 18:12:07 Chris Brichford gave a talk at Adobe MAX on Leveraging HTML and JavaScript
within Apollo
.
Here are some notes from the talk:
Overview of Apollo
Apollo is a cross-platform runtime that allows you to take your web skills to build desktop applications.
Your applications can be all Flash, all HTML, or a mixture of both.
The first demo showed an HTML Control Tester mixing an HTML window with Flash content behind. On the fly the application had controls to blur, rotate, change transparency, and it all still worked (e.g. links and such). Check out the video here to see using Google upside down Read more:Applications
Iain Lamb: "The New Hacker's Toolkit" 2006-12-05 09:44:33 Iain Lamb, cofounder of the Oddpost webmail startup that was acquired by Yahoo! and eventually became the basis for the all-new Yahoo! Mail, speaks at Yahoo!’s Open Hack Day on the skills needed by hackers in the new network ecosystem of mashups and web services.
Video is here.
Tags: AJAX, Companies, Development, Javascript, Technologies, Web 2.0, Yahoo!
Read more:Hacker
, Toolkit
Checkpoint! 2006-12-07 04:16:27 We’ve reached 200 cool tech videos line in our directory!
Next few weeks I’m going do add here 100-300 more videos about python and ruby development. So, stay tuned and you’ll get lots of useful information!
Tags: blog, Uncategorized
Read more:Checkpoint
How Do I: Use the ASP.NET AJAX TextBoxWatermark Control Extender? 2006-12-07 04:11:15 In this video you will learn how to use the TextBoxWatermark control extender from the ASP.NET AJAXControl
Toolkit, which adds new watermark properties to all standard TextBox controls on an ASP.NET page.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Extender
How Do I: ASP.NET AJAX Enable an Existing Web Service? 2006-12-07 04:04:43 This video demonstrates how simple it is to add Microsoft ASP.NET AJAX
functionality to an existing ASP.NET web service. This enables the web service to generate a JavaScript proxy that the client browser can use to call the web service.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0, Web Service
s
How Do I: Add ASP.NET AJAX Features to an Existing Web Application? 2006-12-07 03:52:19 Learn how easily you add Microsoft ASP.NET AJAX
functionality to an existing ASP.NET application. This video shows that there is no need to change your server controls or data access code — just add and configure a few ASP.NET AJAX controls. Simple!
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Application
How Do I: Write a Custom ASP.NET AJAX Control Extender? 2006-12-07 03:51:30 This video shows how to create a custom ASP.NET AJAX
control extender that enhances the client-side behaviour of one of the standard ASP.NET controls. In this example, the TextBox control is extended to provide immediate feedback on the strength of the password entered by the user.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Write
, Control
, Extender
How Do I: Make Client-Side Network Callbacks with ASP.NET AJAX? 2006-12-07 03:50:59 In this video we see how Microsoft ASP.NET AJAX
helps web developers make network callbacks directly from client-side script code. We see also how an ASP.NET AJAX-enabled web service generates the JavaScript needed to call the web service.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Client
How Do I: Implement Dynamic Partial-Page Updates with ASP.NET AJAX? 2006-12-07 03:50:17 In this video you will learn how to add dynamic partial-page updates to your ASP.NET application using Microsoft ASP.NET AJAX
. In particular, you will see how to use the TimerControl to manage the frequency of the AJAX callbacks.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Implement
, Dynamic
, Partial
How Do I: Use the ASP.NET AJAX CascadingDropDown Control Extender? 2006-12-07 03:49:34 This video demonstrates how ASP.NET's standard DropDownList can become AJAX
-enabled using the CascadingDropDown control extender from the ASP.NET AJAX Control
Toolkit. You will also see how easy it is for a web form to draw its data from an XML Web Service.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Extender
How Do I: Get Started with the ASP.NET AJAX Control Toolkit? 2006-12-07 03:49:00 Learn how to extend your ASP.NET AJAX
applications using the ASP.NET AJAX ControlToolkit
. This video starts with the very basics, including downloading and installing the toolkit, and adding a few of its controls to a simple ASP.NET AJAX-enabled web page.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
How Do I: Get Started with ASP.NET AJAX? 2006-12-07 03:47:56 Take your first steps toward learning Microsoft ASP.NET AJAX
, from downloading and installing the framework to creating your first AJAX-style application.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
How Do I: Use Master Pages and Site Navigation in ASP.NET? 2006-12-07 03:47:16 Create a web site with a consistent layout and design across all its pages using ASP.NET 2.0 MasterPages
. See how easy it is to add navigation to a web site using the new TreeView and SiteMapPath controls.
Video is here.
Tags: .NET Framework, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts
Read more:Navigation
Screencast: PHP Custom Functions 2006-12-07 17:53:34 Next screencast for PHP beginners from Jonathan Sampson. This time his screencast is about creating, and using (obviously!), custom functions within PHP.
Video is here.
Tags: Development, PHP, Screencast
s, Tutorial
Read more:Functions
How Do I: Build a Mashup using Microsoft ASP.NET AJAX? 2006-12-08 03:40:27 See how to create a mashup application that uses ASP.NET AJAX
bridging files to access the Flickr and Amazon services, and combines the results in a single user interface.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Mashup
, Microsoft
, Screencasts, Technologies, Web Services
Read more:Build
How Do I: Use the ASP.NET AJAX Draggable Panel Extender? 2006-12-08 03:39:50 With the ASP.NET AJAX
Draggable PanelExtender
you can provide a content panel with a header area that allows the user to move the panel around the web page.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
How Do I: Use the ASP.NET AJAX Collapsable Panel Extender? 2006-12-08 03:37:40 In this video you will learn how to use the ASP.NET AJAX
Collapsable PanelExtender
to allow the user to dynamically show or hide content on a web page.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
How Do I: Use the ASP.NET AJAX Client Library Controls? 2006-12-08 03:36:10 Demonstrates the client-side programming experience using scripts and controls from the ASP.NET AJAX
client library. The client controls add actions, behaviors, and data-bindings to the client-side user interface experience.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Client
, Library
How Do I: Use the ASP.NET AJAX Accordion Control? 2006-12-08 03:26:39 Learn how the ASP.NET AJAX
Accordion control makes efficient use of screen real-estate by enabling the smooth animated transition between different content panes.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Control
How Do I: Use the ASP.NET AJAX AlwaysVisible Control Extender? 2006-12-08 03:26:08 See how easy it is to anchor a page element to a position on screen, where it remains always visible no matter how far the user may scroll the document. The floating page element may be anything from static text to an AJAX
-based, context-aware help box..
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Extender
, Control
How Do I: Use the ASP.NET AJAX ModalPopup Extender Control? 2006-12-08 03:24:24 Learn how to use the ASP.NET AJAX
ModalPopup extender control that comes with the ASP.NET AJAX Control
Toolkit. In this video the ModalPopup extender is used to pop open a standard ASP.NET Panel control as a modal dialog box.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Extender
How Do I: Use the ASP.NET AJAX Popup Control Extender? 2006-12-08 03:23:53 This video demonstrates the use of the Popup
control extender that ships with the ASP.NET AJAXControl
Toolkit. Learn how to extend a TextBox control so that, when it receives focus, a popup dialog will appear with a list of options.
Video is here.
Tags: .NET Framework, AJAX, ASP.NET, Companies, Development, Frameworks, Microsoft, Screencasts, Technologies, Web 2.0
Read more:Extender