<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>All Kind of Video Tutorials</title>
<link>http://www.gnomergon.com/</link>
<language>ru</language>
<description>All Kind of Video Tutorials</description>
<generator>DataLife Engine</generator><item>
<title>VTC - Ruby on Rails Video Tutorials </title>
<guid isPermaLink="true">http://www.gnomergon.com/c/123-vtc-ruby-on-rails-video-tutorials.html</guid>
<link>http://www.gnomergon.com/c/123-vtc-ruby-on-rails-video-tutorials.html</link>
<description><![CDATA[Welcome 	(02:31)
<br />
  	What this Tutorial Will Cover 	(02:40)
<br />
What Rails Is
<br />
  	Web Applications & Rails 	(04:33)
<br />
  	What Rails can Do 	(07:00)
<br />
  	Where Rails Came From 	(03:53)
<br />
  	Rails Philosophies 	(03:36)
<br />
  	More Rails Philosophies 	(03:39)
<br />
  	MVC 	(05:02)
<br />
  	Model 	(06:13)
<br />
  	View Pt.1 	(03:53)
<br />
  	View Pt.2 	(04:32)
<br />
  	Controller 	(05:17)
<br />
Tools
<br />
  	Command Line 	(04:11)
<br />
  	Text Editor 	(02:45)
<br />
  	Rails & Ruby Overview 	(02:45)
<br />
Installation
<br />
  	Installation on Mac Pt.1 	(04:08)
<br />
  	Installation on Mac Pt.2 	(03:48)
<br />
  	MySQL Install on Mac 	(03:18)
<br />
  	Troubleshooting Mac Install 	(02:01)
<br />
  	Installation on Windows 	(04:51)
<br />
  	MySQL Install on Windows 	(02:32)
<br />
  	One-stop-shop on Mac 	(02:37)
<br />
  	Keeping Rails Up to Date 	(06:48)
<br />
Rails & Ruby In Detail
<br />
  	Ruby Pt.1 	(05:54)
<br />
  	Ruby Pt.2 	(05:37)
<br />
  	Ruby Pt.3 	(05:26)
<br />
  	Rails Application Directory 	(05:17)
<br />
  	Rails Scripts 	(05:15)
<br />
  	Generate Script 	(03:59)
<br />
  	Generate Script - Models 	(03:45)
<br />
  	Generate Script - Controllers 	(04:48)
<br />
  	Generate Script - Mailer 	(04:17)
<br />
  	Generate Script - Scaffold 	(07:01)
<br />
  	Generate Script - Other Generators 	(04:13)
<br />
  	Server Script 	(02:06)
<br />
  	Console Script 	(02:09)
<br />
The Basics
<br />
  	Your First Rails Application 	(05:32)
<br />
  	Creating a MySQL Database 	(04:48)
<br />
  	Connecting to MySQL with Rails 	(04:23)
<br />
  	Generating a Model 	(03:58)
<br />
  	Basic Links 	(03:40)
<br />
  	Basic Forms 	(03:07)
<br />
Models
<br />
  	ActiveRecord 	(03:52)
<br />
  	Attributes 	(05:06)
<br />
  	Date-Time Fields 	(04:05)
<br />
  	Primary Keys 	(03:00)
<br />
Advanced Models
<br />
  	Model Relationships 	(05:42)
<br />
  	Model Relationships - One-to-One 	(06:47)
<br />
  	Model Relationships - One-to-Many 	(05:54)
<br />
  	Model Relationships - Many-to-Many 	(05:15)
<br />
  	Basic Searches 	(02:36)
<br />
  	Advanced Searches 	(04:44)
<br />
Scaffolding
<br />
  	What is Scaffolding 	(05:53)
<br />
  	Modifying Scaffolding Pt.1 	(05:11)
<br />
  	Modifying Scaffolding Pt.2 	(03:05)
<br />
Controllers
<br />
  	What are Controllers 	(06:34)
<br />
  	Routing 	(03:40)
<br />
  	URL Generation 	(04:12)
<br />
  	Cookies 	(03:15)
<br />
  	Sessions 	(07:17)
<br />
  	Talking Between Actions 	(02:15)
<br />
  	Filters 	(04:30)
<br />
Views
<br />
  	What are Views 	(02:59)
<br />
  	RHTML 	(06:48)
<br />
  	Assistance 	(06:06)
<br />
  	More Assistance 	(05:31)
<br />
  	Assistance - Forms 	(03:27)
<br />
  	Assistance - Text Fields & Areas 	(05:44)
<br />
  	Text Field & Area Tags 	(04:59)
<br />
  	Form Assistance - Date/Time Fields 	(03:01)
<br />
  	Form Assistance - Selection Lists 	(04:37)
<br />
  	Form Assistance - Radio Buttons & Checkboxes 	(05:05)
<br />
  	Form Assistance - File Uploads Pt.1 	(05:03)
<br />
  	Form Assistance - File Uploads Pt.2 	(03:45)
<br />
  	Form Assistance - Links 	(04:06)
<br />
  	Pagination 	(06:07)
<br />
  	Layouts 	(03:28)
<br />
  	<span style="color: blue;">
	<img border="0" align="left" src="http://www.gnomergon.com/uploads/posts/2008-08/1220090965_f_vtcm_fbb6070.jpg" />
	<img border="0" align="left" src="http://www.gnomergon.com/uploads/posts/2008-08/1220090965_f_vtcm_fbb6070.jpg" /><br />
	Ruby-on-Rails is a web application
framework. Following the principles of DRY (Don’t Repeat Yourself) and
Convention over Configuration, Ruby-on-Rails enables web application
developers to create dynamic and easily deployed websites in a very
short amount of time. Based on the powerful Ruby language Rails is a
set of Ruby templates and scripts used to build an entire web
application and connect with a wide variety of database back-ends. VTC
Author Al Anderson will help a beginner gain an understanding of the
basics of web applications and work your way to developing a full-on
web application.</span>
<br />

<br />
Partial Page Templates 	(02:38)
<br />
Testing
<br />
  	What is Testing 	(06:22)
<br />
  	Testing Models 	(05:04)
<br />
  	Testing Controllers 	(03:34)
<br />
Security
<br />
  	Security Overview 	(04:16)
<br />
  	SQL Issues 	(03:55)
<br />
  	CSS Issues 	(04:14)
<br />
Ajax
<br />
  	What is AJAX or Web 2.0 	(05:59)
<br />
  	Some GUI Tricks 	(03:41)
<br />
  	Some More Tricks 	(04:43)
<br />
Deployment
<br />
  	Choosing a Production Platform 	(04:49)
<br />
  	Basics of Deployment 	(05:52)
<br />
  	Backups 	(06:20)
<br />
Finishing It Up
<br />
  	Rails Resources 	(05:09)
<br />
  	Where to Go Next 	(03:02)
<br />
  	Wrap-Up 	(04:25)
<br />
Credits
<br />
  	About this Author 	(02:18)]]></description>
<category><![CDATA[C++]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Sat, 30 Aug 2008 04:09:16 -0600</pubDate>
</item><item>
<title>C# Absolute Beginners Video Series </title>
<guid isPermaLink="true">http://www.gnomergon.com/c/122-c-absolute-beginners-video-series.html</guid>
<link>http://www.gnomergon.com/c/122-c-absolute-beginners-video-series.html</link>
<description><![CDATA[<span style="color: red;">C# Absolute Beginners Video Series</span>
<br />

<br />
Lesson 1 - Getting Started with Visual C# 2005 Express Edition
<br />
Lesson 2 - Creating a Windows Application User Interface
<br />
Lesson 3 - Writing Code to Handle Events and Set Properties
<br />
Lesson 4 - Working with Variables, Expressions, Statements, and Operators
<br />
Lesson 5 - Using Branching and Recursion
<br />
Lesson 6 - Object Oriented Programming Fundamentals Part1
<br />
Lesson 6 - Object Oriented Programming Fundamentals Part2
<br />
Lesson 7 - Getting to Know the .NET Framework
<br />
Lesson 8 - Obtaining Data from a SQL Server 2005 Express Edition Database
<br />
Lesson 9 - Databinding Data to User Interface Controls
<br />
Lesson 10 - Working with XML
<br />
Lesson 11 - Handling Exceptions
<br />
Lesson 12 - The RSS Reader Project - Designing and Planning
<br />
Lesson 13 - The RSS Reader Project - Building the UI
<br />
Lesson 14 - The RSS Reader Project - Working with XML and SQL Server 2005 Express Edition Data
<br />
Lesson 15 - The RSS Reader Project - Expanding and Refining Application Functionality
<br />
Lesson 16 - The RSS Reader Project - Fortifying, Testing and Deploying the Application
<br />]]></description>
<category><![CDATA[C++]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Sat, 30 Aug 2008 04:05:47 -0600</pubDate>
</item><item>
<title>C++ Video Tutorials, by 3D Buzz vol.3</title>
<guid isPermaLink="true">http://www.gnomergon.com/c/19-c-video-tutorials-by-3d-buzz-vol.2.html</guid>
<link>http://www.gnomergon.com/c/19-c-video-tutorials-by-3d-buzz-vol.2.html</link>
<description><![CDATA[Hey all...<br />
 <br />
I'm back with the 3rd and final part of the C++ Video tutorial series by the famous 3D Buzz !<br />
 <br />
All are seperate avi files. No need to download all the files to see the tutorials.<br />
 <br />
 <br />
Final Part :<br />
<br />
C++ provides a powerful and flexible development environment for
creating Microsoft Windows–based and Microsoft .NET–based applications.
It also enables developers to build Web applications, smart-client
Windows-based applications, and solutions for thin-client and
smart-client mobile devices.<br />]]></description>
<category><![CDATA[C++]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Sat, 21 Jun 2008 07:55:25 -0600</pubDate>
</item><item>
<title>C++ Video Tutorials, by 3D Buzz vol.2</title>
<guid isPermaLink="true">http://www.gnomergon.com/c/18-article-c-video-tutorials-by-3d-buzz.html</guid>
<link>http://www.gnomergon.com/c/18-article-c-video-tutorials-by-3d-buzz.html</link>
<description><![CDATA[hey all...<br />
 <br />
I had earlier posted the 1st series of the tutorials... this is the
second series...all are separate avi files, and you dont need to
download all of them to see the videos...<br />
<br />
<br />
Visual C++ provides a powerful and flexible development environment for
creating Microsoft Windows–based and Microsoft .NET–based applications.
It also enables developers to build Web applications, smart-client
Windows-based applications, and solutions for thin-client and
smart-client mobile devices.<br />]]></description>
<category><![CDATA[C++]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Sat, 21 Jun 2008 07:54:23 -0600</pubDate>
</item><item>
<title>C++ Video Tutorials, by 3D Buzz vol.1</title>
<guid isPermaLink="true">http://www.gnomergon.com/c/17-c-video-tutorials-by-3d-buzz-vol.1.html</guid>
<link>http://www.gnomergon.com/c/17-c-video-tutorials-by-3d-buzz-vol.1.html</link>
<description><![CDATA[<br />
<br />
<br />
hey all...<br />
 <br />
These are some C++ Video Tutorials by the famous 3D Buzz...all are
separate avi files, and you dont need to download all of them to see
the videos...<br />
<br />
Visual C++ provides a powerful and flexible development environment for
creating Microsoft Windows–based and Microsoft .NET–based applications.
It also enables developers to build Web applications, smart-client
Windows-based applications, and solutions for thin-client and
smart-client mobile devices.<br />]]></description>
<category><![CDATA[C++]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Sat, 21 Jun 2008 07:53:00 -0600</pubDate>
</item></channel></rss>