<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Software News &#38; Download Free</title>
	<atom:link href="http://www.vnbuddy.com/feed" rel="self" type="application/rss+xml" />
	<link>http://vnbuddy.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 06 Oct 2008 05:14:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Total Training For Adobe Flex 2</title>
		<link>http://vnbuddy.com/video-training/total-training-for-adobe-flex-2_2985.html</link>
		<comments>http://vnbuddy.com/video-training/total-training-for-adobe-flex-2_2985.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2985</guid>
		<description><![CDATA[
Duration: 8 Hours &#124; Project Files Included &#124; Level: Beginner to Advanced &#124; 27 files &#124; 2.7 GB
Discover best practices for architecting a Flex application. Learn how to connect a Flex application to server side data including web services and remote methods. Understand how to customize a Flex application to give it a unique look [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/493422-300x300.jpg" alt="" width="300" height="300" /></p>
<p>Duration: 8 Hours | Project Files Included | Level: Beginner to Advanced | 27 files | 2.7 GB</p>
<p>Discover best practices for architecting a Flex application. Learn how to connect a Flex application to server side data including web services and remote methods. Understand how to customize a Flex application to give it a unique look and feel.<br />
Course Outline:<br />
<span id="more-2985"></span><br />
Lesson 1: INTRODUCING ADOBE FLEX 2 (08 min)<br />
1. The Evolution of the Rich Internet Application<br />
2. Introducing the Flex Product Line<br />
3. Introducing the Flash® Player</p>
<p>Lesson 2: USING FLEX BUILDER™ 2 (19 min)<br />
1. Creating a New Flex Project<br />
2. Building a Simple Form<br />
3. Compiling the Application into a SWF<br />
4. Debugging the Application<br />
5. Setting Up Break Points</p>
<p>Lesson 3: FLEX FUNDAMENTALS (33 min)<br />
1. Aligning Text Vertically &amp; Horizontally<br />
2. Looking at the Flex Component Explorer<br />
3. Creating Data Bindings between Label Controls<br />
4. Architecting an Application with MXML Components<br />
5. De.ning a Property to Access outside the Component<br />
6. Adding in Bindable Meta Tags<br />
7. Adding Custom Properties &amp; Methods to a Component</p>
<p>Lesson 4: HANDLING EVENTS (17 min)<br />
1. Understanding Events<br />
2. Creating Event Handlers Using Inline ActionScript<br />
3. Handling Events with ActionScript Functions<br />
4. Placing ActionScript Functions in External Files<br />
5. Understanding the Event Object</p>
<p>Lesson 5: APPLICATION NAVIGATION (23 min)<br />
1. Creating a ViewStack Container<br />
2. Adding Navigational Controls to the ViewStack<br />
3. Using the TabNavigator Container<br />
4. Using the Accordion Container<br />
5. Adding an ApplicationControlBar with a ToggleButtonBar</p>
<p>Lesson 6: RETRIEVING XML DATA (37 min)<br />
1. Setting Up an XML Data Project &amp; Setting HTTP Service<br />
2. Setting Up a DataGrid to Display XML Data<br />
3. Adding a Label Control to a DataGrid<br />
4. Using an ArrayCollection<br />
5. Examining a Data Structure in Debugging Mode<br />
6. Utilizing Data Returned in an Event Object<br />
7. Using the HTTP Service Class to Catch Faults<br />
8. Creating a Cross Domain Security File</p>
<p>Lesson 7: USING VIEW STATES (24 min)<br />
1. Creating a New State &amp; Inserting a Form<br />
2. Adding Click Properties to the Base &amp; Form States<br />
3. Creating Rollover Text for an Image<br />
4. Adjusting the Size of a Rollover Image<br />
5. Creating Rollover Components</p>
<p>Lesson 8: BUILDING A STOCK PHOTO APPLICATION, PART 1 (50 min)<br />
1. Adding a Background Color &amp; an Image to a Project<br />
2. Building a Component<br />
3. Integrating Components into the Main Application<br />
4. Building Form Items<br />
5. Creating a Gallery Component<br />
6. Creating a Tile Container &amp; Invoking Components<br />
7. Adding a Shopping Cart to a Layout<br />
8. Using View States<br />
9. Fixing Overlapping Images<br />
10. Using States to View an Image in the Gallery<br />
11. Incorporating CSS Styles into the Application</p>
<p>Lesson 9: USING A DATA GRID (40 min)<br />
1. Using the DataGrid Control<br />
2. Specifying DataGrid Columns<br />
3. Formatting DataGrid Columns<br />
4. Using Item Renderers &amp; Item Editors<br />
5. Creating Custom Components for Item Renderers &amp; Editors<br />
6. Working with the TileList Container<br />
7. Accessing Information in the DataGrid</p>
<p>Lesson 10 ARCHITECTING AN APPLICATION (28 min)<br />
1. Understanding the Disadvantages of Bindings<br />
2. De.ning &amp; Dispatching a Custom Event<br />
3. Referencing a Custom Event<br />
4. Write a Custom Event Class &amp; De.ne a Custom Property<br />
5. Attach the Custom Event Class to the Custom Event Object<br />
6. Handling the Event to Run in the Main Application</p>
<p>Lesson 11: USING A REPEATER (19 min)<br />
1. Creating Buttons Inside a Repeater Tag<br />
2. Labeling Buttons in the Repeater Tag<br />
3. Creating a Display Data Function with a Click Event<br />
4. Using DataProvider Data in Repeated Controls<br />
5. Accessing Components within a Data Structure</p>
<p>Lesson 12: BUILDING A STOCK PHOTO APPLICATION, PART 2 (62 min)<br />
1. Examining the Stock Photo Application<br />
2. Initializing the Application<br />
3. Using a Repeater Control to Display Images<br />
4. Specifying the Source &amp; Bindable Properties<br />
5. Dynamically Changing the Display View of the Photos<br />
6. Using a Custom Event to Enable a Shopping Cart<br />
7. Adding a Purchase Button in the Details State<br />
8. Using an ArrayCollection to Store Item Details<br />
9. Use an Item Renderer to Display Info in the Shopping Cart<br />
10. Replacing the Repeater with a TileList</p>
<p>Lesson 13: MANIPULATING XML (34 min)<br />
1. Manipulating Client Side Data Using E4X Syntax<br />
2. Creating a Tree Control to Display the XML Data<br />
3. Adding a Change Event to Display Data from the Tree<br />
4. Populating the Shopping Cart with Raw XML Content<br />
5. Working with an XML List Collection<br />
6. Using Conditional Logic to Compare &amp; Update Values</p>
<p>Lesson 14: USING WEB SERVICES (25 min)<br />
1. Accessing Web Services<br />
2. Invoking Web Services Methods &amp; Results<br />
3. Using a FaultHandler<br />
4. Call Multiple Methods from One Web Service Object<br />
5. Passing Parameters to Web Services</p>
<p>Lesson 15: MANIPULATING COMPLEX DATA STRUCTURES (29 min)<br />
1. Viewing Data in the Flash Player<br />
2. Applying the FilterByCategory Function<br />
3. Adding a Sort Function<br />
4. Setting Up for the IViewCursor Interface<br />
5. Using the IViewCursor Interface</p>
<p>Lesson 16: FORMATTING &amp; VALIDATING DATA (30 min)<br />
1. Triggering Numeric Validation with Events<br />
2. Triggering Validation with ActionScript<br />
3. Build a Custom Validator with Regular Expressions<br />
4. Customizing a Currency Formatter<br />
5. Final Comments &amp; Credits</p>
<p>Download<br />
<!-- adman --><br />
http://rapidshare.com/files/142462308/TT_Flex_RIA.part27.rar<br />
http://rapidshare.com/files/142462359/TT_Flex_RIA.part25.rar<br />
http://rapidshare.com/files/142462377/TT_Flex_RIA.part22.rar<br />
http://rapidshare.com/files/142462392/TT_Flex_RIA.part26.rar<br />
http://rapidshare.com/files/142462393/TT_Flex_RIA.part17.rar<br />
http://rapidshare.com/files/142462398/TT_Flex_RIA.part24.rar<br />
http://rapidshare.com/files/142462399/TT_Flex_RIA.part01.rar<br />
http://rapidshare.com/files/142462402/TT_Flex_RIA.part18.rar<br />
http://rapidshare.com/files/142462408/TT_Flex_RIA.part03.rar<br />
http://rapidshare.com/files/142462412/TT_Flex_RIA.part06.rar<br />
http://rapidshare.com/files/142462417/TT_Flex_RIA.part20.rar<br />
http://rapidshare.com/files/142462429/TT_Flex_RIA.part23.rar<br />
http://rapidshare.com/files/142462434/TT_Flex_RIA.part21.rar<br />
http://rapidshare.com/files/142462442/TT_Flex_RIA.part05.rar<br />
http://rapidshare.com/files/142462444/TT_Flex_RIA.part19.rar<br />
http://rapidshare.com/files/142462447/TT_Flex_RIA.part12.rar<br />
http://rapidshare.com/files/142462450/TT_Flex_RIA.part02.rar<br />
http://rapidshare.com/files/142462453/TT_Flex_RIA.part07.rar<br />
http://rapidshare.com/files/142462456/TT_Flex_RIA.part16.rar<br />
http://rapidshare.com/files/142462460/TT_Flex_RIA.part09.rar<br />
http://rapidshare.com/files/142462465/TT_Flex_RIA.part13.rar<br />
http://rapidshare.com/files/142462472/TT_Flex_RIA.part04.rar<br />
http://rapidshare.com/files/142462496/TT_Flex_RIA.part08.rar<br />
http://rapidshare.com/files/142462506/TT_Flex_RIA.part11.rar<br />
http://rapidshare.com/files/142462533/TT_Flex_RIA.part10.rar<br />
http://rapidshare.com/files/142462561/TT_Flex_RIA.part15.rar<br />
http://rapidshare.com/files/142462578/TT_Flex_RIA.part14.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/total-training-for-adobe-flex-2_2985.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Joomla CBTS First Time in Urdu By Kamran Azeem Video Trainning</title>
		<link>http://vnbuddy.com/video-training/joomla-cbts-first-time-in-urdu-by-kamran-azeem-video-trainning_2983.html</link>
		<comments>http://vnbuddy.com/video-training/joomla-cbts-first-time-in-urdu-by-kamran-azeem-video-trainning_2983.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:14:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2983</guid>
		<description><![CDATA[
Joomla CBTS First Time in Urdu By Kamran Azeem Video Trainning
Joomla CS: Introduction 66MB
Joomla CS: Installation 50MB
Joomla CS: Site Designing 256MB
Joomla CS: Setting-up using FTP-1 35MB
Joomla CS: Setting-up using FTP-2 36MB
Joomla CS: Installation on WAP Windows, Apache, ySQL,PHP 61MB

download Links:

http://rapidshare.com/files/142504364/J00mla.CS.Vol1_netbks.com.avi
http://rapidshare.com/files/142504914/J00mla.CS.Vol2_netbks.com.avi
http://rapidshare.com/files/142507790/J00mla.CS.Vol3_netbks.com.part1.rar
http://rapidshare.com/files/142509168/J00mla.CS.Vol3_netbks.com.part2.rar
http://rapidshare.com/files/142509325/J00mla.CS.Vol3_netbks.com.part3.rar
http://rapidshare.com/files/142509700/J00mla.CS.Vol4_netbks.com.avi
http://rapidshare.com/files/142510704/J00mla.CS.Vol5_netbks.com.avi
http://rapidshare.com/files/142512187/J00mla.CS.Vol6_netbks.com.avi
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/joomla_template_maker_1.jpg" alt="" width="364" height="364" /></p>
<p>Joomla CBTS First Time in Urdu By Kamran Azeem Video Trainning</p>
<p>Joomla CS: Introduction 66MB<br />
Joomla CS: Installation 50MB<br />
Joomla CS: Site Designing 256MB<br />
Joomla CS: Setting-up using FTP-1 35MB<br />
Joomla CS: Setting-up using FTP-2 36MB<br />
Joomla CS: Installation on WAP Windows, Apache, ySQL,PHP 61MB<br />
<span id="more-2983"></span><br />
download Links:<br />
<!-- adman --><br />
http://rapidshare.com/files/142504364/J00mla.CS.Vol1_netbks.com.avi<br />
http://rapidshare.com/files/142504914/J00mla.CS.Vol2_netbks.com.avi<br />
http://rapidshare.com/files/142507790/J00mla.CS.Vol3_netbks.com.part1.rar<br />
http://rapidshare.com/files/142509168/J00mla.CS.Vol3_netbks.com.part2.rar<br />
http://rapidshare.com/files/142509325/J00mla.CS.Vol3_netbks.com.part3.rar<br />
http://rapidshare.com/files/142509700/J00mla.CS.Vol4_netbks.com.avi<br />
http://rapidshare.com/files/142510704/J00mla.CS.Vol5_netbks.com.avi<br />
http://rapidshare.com/files/142512187/J00mla.CS.Vol6_netbks.com.avi</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/joomla-cbts-first-time-in-urdu-by-kamran-azeem-video-trainning_2983.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>VTC Adobe Contribute CS3</title>
		<link>http://vnbuddy.com/video-training/vtc-adobe-contribute-cs3_2981.html</link>
		<comments>http://vnbuddy.com/video-training/vtc-adobe-contribute-cs3_2981.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2981</guid>
		<description><![CDATA[
VTC Adobe Contribute CS3
Adobe Contribute CS3 is a user-friendly web site and blog entry updating tool. The WYSIWIG editor allows the non-technical person to easily edit and update text, images, and videos while maintaining site integrity. Contribute uses a familiar interface that is comfortable to users without coding knowledge. Site content is edited without difficulty [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/vtcape_5631.jpg" alt="" width="300" height="300" /></p>
<p>VTC Adobe Contribute CS3</p>
<p>Adobe Contribute CS3 is a user-friendly web site and blog entry updating tool. The WYSIWIG editor allows the non-technical person to easily edit and update text, images, and videos while maintaining site integrity. Contribute uses a familiar interface that is comfortable to users without coding knowledge. Site content is edited without difficulty and the program then allows immediate publishing capabilities or reviewing <span id="more-2981"></span>options. With ease of use and affordability, web sites and blogs can be updated with current and accurate information. This useful “how to” course will provide important information to contribute administrators and specific step-by-step instructions for contribute editors. To begin learning Adobe Contribute CS3, simply click on one of the lessons.</p>
<p>download<br />
<!-- adman --><br />
http://rapidshare.com/files/142093972/VTC_Adobe_Contribute_CS3.part1.rar<br />
http://rapidshare.com/files/142094029/VTC_Adobe_Contribute_CS3.part2.rar<br />
http://rapidshare.com/files/142094034/VTC_Adobe_Contribute_CS3.part3.rar<br />
http://rapidshare.com/files/142109760/VTC_Adobe_Contribute_CS3.part4.rar<br />
http://rapidshare.com/files/142179334/VTC_Adobe_Contribute_CS3.part5.rar<br />
http://rapidshare.com/files/142114564/VTC_Adobe_Contribute_CS3.part6.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/vtc-adobe-contribute-cs3_2981.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>CBT Nuggets Exam-Pack 70-443 Designing a Database Server Infrastructure Using Microsoft SQL Server 2005 ISO</title>
		<link>http://vnbuddy.com/video-training/cbt-nuggets-exam-pack-70-443-designing-a-database-server-infrastructure-using-microsoft-sql-server-2005-iso_2979.html</link>
		<comments>http://vnbuddy.com/video-training/cbt-nuggets-exam-pack-70-443-designing-a-database-server-infrastructure-using-microsoft-sql-server-2005-iso_2979.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:12:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2979</guid>
		<description><![CDATA[
CBT Nuggets Exam-Pack 70-443 Designing a Database Server Infrastructure Using Microsoft SQL Server 2005 ISO
What does it take to create a database server solution? In most situations, it takes a lot more than just installing SQL Server 2005 on your desktop box. That’s what this series is all about.

Exam-Pack 70-443: Designing a Database Server Infrastructure [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/cbt1.png" alt="" width="241" height="331" /></p>
<p>CBT Nuggets Exam-Pack 70-443 Designing a Database Server Infrastructure Using Microsoft SQL Server 2005 ISO</p>
<p>What does it take to create a database server solution? In most situations, it takes a lot more than just installing SQL Server 2005 on your desktop box. That’s what this series is all about.<br />
<span id="more-2979"></span><br />
Exam-Pack 70-443: Designing a Database Server Infrastructure Using Microsoft SQL Server 2005 takes you through the process of designing your SQL 2005 solution.</p>
<p>You’ll understand hardware requirements, software and OS configurations, how to implement disaster recovery and high availability measures, security policies for your database servers, how to design and index tables, and how to manage backups — plus a whole lot more.</p>
<p>download links:<br />
<!-- adman --><br />
http://rapidshare.com/files/110745588/v-cneddsi.iso.001<br />
http://rapidshare.com/files/110745593/v-cneddsi.iso.002<br />
http://rapidshare.com/files/110745597/v-cneddsi.iso.003<br />
http://rapidshare.com/files/110745692/v-cneddsi.iso.004<br />
http://rapidshare.com/files/110745599/v-cneddsi.iso.005<br />
http://rapidshare.com/files/110746024/v-cneddsi.iso.006<br />
http://rapidshare.com/files/110746009/v-cneddsi.iso.007<br />
http://rapidshare.com/files/110746003/v-cneddsi.iso.008<br />
http://rapidshare.com/files/110746042/v-cneddsi.iso.009<br />
http://rapidshare.com/files/110746007/v-cneddsi.iso.010<br />
http://rapidshare.com/files/110746389/v-cneddsi.iso.011<br />
http://rapidshare.com/files/110746373/v-cneddsi.iso.012<br />
http://rapidshare.com/files/110746393/v-cneddsi.iso.013<br />
http://rapidshare.com/files/110746378/v-cneddsi.iso.014<br />
http://rapidshare.com/files/110746401/v-cneddsi.iso.015<br />
http://rapidshare.com/files/110746699/v-cneddsi.iso.016<br />
http://rapidshare.com/files/110746700/v-cneddsi.iso.017<br />
http://rapidshare.com/files/110746702/v-cneddsi.iso.018<br />
http://rapidshare.com/files/110746714/v-cneddsi.iso.019<br />
http://rapidshare.com/files/110746748/v-cneddsi.iso.020<br />
http://rapidshare.com/files/110747268/v-cneddsi.iso.021<br />
http://rapidshare.com/files/110747271/v-cneddsi.iso.022<br />
http://rapidshare.com/files/110747296/v-cneddsi.iso.023<br />
http://rapidshare.com/files/110747272/v-cneddsi.iso.024<br />
http://rapidshare.com/files/110747290/v-cneddsi.iso.025<br />
http://rapidshare.com/files/110747758/v-cneddsi.iso.026<br />
http://rapidshare.com/files/110747774/v-cneddsi.iso.027<br />
http://rapidshare.com/files/110747714/v-cneddsi.iso.028<br />
http://rapidshare.com/files/110747716/v-cneddsi.iso.029<br />
http://rapidshare.com/files/110747753/v-cneddsi.iso.030<br />
http://rapidshare.com/files/110748049/v-cneddsi.iso.031<br />
http://rapidshare.com/files/110748045/v-cneddsi.iso.032<br />
http://rapidshare.com/files/110748032/v-cneddsi.iso.033</p>
<p>join files with<br />
http://rapidshare.com/files/126468532/FSJSetup.exe</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/cbt-nuggets-exam-pack-70-443-designing-a-database-server-infrastructure-using-microsoft-sql-server-2005-iso_2979.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linux Advance Administration CBTs</title>
		<link>http://vnbuddy.com/video-training/linux-advance-administration-cbts_2976.html</link>
		<comments>http://vnbuddy.com/video-training/linux-advance-administration-cbts_2976.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:11:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2976</guid>
		<description><![CDATA[Linux Advance Administration CBTs one of best CBTS in URDU
Basic Network Settings- 51MB
desktop_printer 77MB
dhcpd_20060320 68MB
ftp. 203MB
hotmail_mua_messenger 86MB
installation_gui 67MB
installation_text 40MB

Linux Terminal Server Project
ltsp1.avi (107M)
ltsp2_nic_rom_image.avi (31M)
ltsp_client_boot.avi (1.6M)
ltsp_client_boot_camera.mpg (22M)
ltsp_client_x_boot.mpg (61M)
ltsp_closing.avi (8.4M)
Modem
modem1.avi (35M)
modem2.avi (16M)
modem3.avi (61M)
Multi Router Traffic Grapher
mrtg_1.avi (60M)
mrtg_2.avi (120M)
mrtg_3.avi (76M)
mrtg_4.avi (67M)
mrtg_5.avi (32M)
Qmail
qmail1.avi (112M)
qmail2.avi (89M)
qmail3.avi (102M)
qmail4.avi (107M)
qmail5.avi (211M)
qmail6_mua_configuration.avi (80M)
qmail7_virtual_hosting_with_dns.avi (74M)
Samba Linux File Server
samba1.avi (81M)
samba2.avi (136M)
samba3.avi (25M)
samba4.avi (17M)
samba5.avi (6.5M)
samba6.avi (31M)
samba7_cupsprinting.avi [...]]]></description>
			<content:encoded><![CDATA[<p>Linux Advance Administration CBTs one of best CBTS in URDU</p>
<p>Basic Network Settings- 51MB<br />
desktop_printer 77MB<br />
dhcpd_20060320 68MB<br />
ftp. 203MB<br />
hotmail_mua_messenger 86MB<br />
installation_gui 67MB<br />
installation_text 40MB<br />
<span id="more-2976"></span><br />
Linux Terminal Server Project<br />
ltsp1.avi (107M)<br />
ltsp2_nic_rom_image.avi (31M)<br />
ltsp_client_boot.avi (1.6M)<br />
ltsp_client_boot_camera.mpg (22M)<br />
ltsp_client_x_boot.mpg (61M)<br />
ltsp_closing.avi (8.4M)</p>
<p>Modem<br />
modem1.avi (35M)<br />
modem2.avi (16M)<br />
modem3.avi (61M)</p>
<p>Multi Router Traffic Grapher<br />
mrtg_1.avi (60M)<br />
mrtg_2.avi (120M)<br />
mrtg_3.avi (76M)<br />
mrtg_4.avi (67M)<br />
mrtg_5.avi (32M)</p>
<p>Qmail<br />
qmail1.avi (112M)<br />
qmail2.avi (89M)<br />
qmail3.avi (102M)<br />
qmail4.avi (107M)<br />
qmail5.avi (211M)<br />
qmail6_mua_configuration.avi (80M)<br />
qmail7_virtual_hosting_with_dns.avi (74M)</p>
<p>Samba Linux File Server<br />
samba1.avi (81M)<br />
samba2.avi (136M)<br />
samba3.avi (25M)<br />
samba4.avi (17M)<br />
samba5.avi (6.5M)<br />
samba6.avi (31M)<br />
samba7_cupsprinting.avi (27M)</p>
<p>Squid Web Cache Proxy Server<br />
squid1.avi (91M)<br />
squid2_transparent.avi (56M)<br />
squid3.avi (162M)<br />
squid4_mac_time.avi (94M)<br />
squid5_user_auth_1.avi (14M)<br />
squid6_user_auth_2.avi (66M)<br />
squid7_cache_peer.avi (60M)<br />
squid8_delay_pools.avi (98M)<br />
squid9_start_script.avi (45M)<br />
squid10_custom_error_mesg.avi (27M)<br />
squid11_gtinet.avi (46M)</p>
<p>Squid Guard<br />
squidguard_1.avi (107M)<br />
squidguard_2.avi (93M)<br />
squidguard_3.avi (27M)<br />
squidguard_4_blacklists.avi (19M)<br />
system_breakup.avi (26M)<br />
system_repair1.avi (46M)<br />
system_repair2.avi (120M)<br />
tscc.exe (170K)<br />
vnc1.avi (38M)</p>
<p>download links:<br />
<!-- adman --><br />
http://rapidshare.com/files/132687959/introduction.avi<br />
http://rapidshare.com/files/132689102/installation_text.avi<br />
http://rapidshare.com/files/132629276/installation_gui.avi<br />
http://rapidshare.com/files/132628956/basicnetworksettings.avi<br />
http://rapidshare.com/files/132630392/dhcpd_20060320.avi<br />
http://rapidshare.com/files/132687338/desktop_printer.avi</p>
<p>System Breakup and Repair<br />
<!-- adman --><br />
http://rapidshare.com/files/132689654/system_breakup.avi<br />
http://rapidshare.com/files/132690989/system_repair1.avi<br />
http://rapidshare.com/files/132681083/system_repair2.avi</p>
<p>FTP Server on LINUX Machine<br />
http://rapidshare.com/files/132630385/ftp.part1.rar<br />
http://rapidshare.com/files/132631575/ftp.part2.rar<br />
http://rapidshare.com/files/132633066/ftp.part3.rar<br />
http://rapidshare.com/files/132633170/ftp.part4.rar</p>
<p>Samba Linux Server<br />
Samba sets up network shares for chosen Unix directories (including all contained subdirectories). These appear to Microsoft Windows users as normal Windows folders accessible via the network. Unix users can either mount the shares directly as part of their file structure or, alternatively, can use a utility, smbclient (libsmb) installed with Samba to read the shares with a similar interface to a standard command line FTP program. Each directory can have different access privileges overlaid on top of the normal Unix file protections. For example: home directories would have read/write access for all known users, allowing each to access their own files. However they would still not have access to the files of others unless that permission would normally exist. Note that the netlogon share, typically distributed as a read only share from /etc/samba/netlogon, is the logon directory for user logon scripts.</p>
<p>Configuration is achieved by editing a single file (typically installed as /etc/smb.conf or /etc/samba/smb.conf). Samba can also provide user logon scripts and group policy implementation through poledit.<br />
<!-- adman --><br />
http://rapidshare.com/files/132632180/samba1.avi<br />
http://rapidshare.com/files/132686954/samba2.avi<br />
http://rapidshare.com/files/132632793/samba3.avi<br />
http://rapidshare.com/files/132633169/samba4.avi<br />
http://rapidshare.com/files/132633301/samba5.avi<br />
http://rapidshare.com/files/132634112/samba6.avi<br />
http://rapidshare.com/files/132751641/samba7_cupsprinting.avi</p>
<p>Qmail<br />
qmail is a mail transfer agent that runs on Unix. It was written by Daniel J. Bernstein as a more secure replacement for the popular Sendmail program. qmail’s source code is released to the public domain, making qmail free software.<br />
<!-- adman --><br />
http://rapidshare.com/files/132701738/qmail1.rar<br />
http://rapidshare.com/files/132696004/qmail2.avi<br />
http://rapidshare.com/files/132703152/qmail3.rar<br />
http://rapidshare.com/files/132700142/qmail4.rar<br />
http://rapidshare.com/files/132693098/qmail5.part1.rar<br />
http://rapidshare.com/files/132694330/qmail5.part2.rar<br />
http://rapidshare.com/files/132697488/qmail6_mua_configuration.avi<br />
http://rapidshare.com/files/132698852/qmail7_virtual_hosting_with_dns.avi</p>
<p>Squid Web Cache Proxy Server<br />
<!-- adman --><br />
http://rapidshare.com/files/132636091/squid1.rar<br />
http://rapidshare.com/files/132636699/squid2_transparent.rar<br />
http://rapidshare.com/files/132676216/squid3.rar<br />
http://rapidshare.com/files/132638648/squid4_mac_time.rar<br />
http://rapidshare.com/files/132671301/squid5_user_auth_1.rar<br />
http://rapidshare.com/files/132672595/squid6_user_auth_2.rar<br />
http://rapidshare.com/files/132674603/squid7_cache_peer.rar<br />
http://rapidshare.com/files/132677090/squid8_delay_pools.rar<br />
http://rapidshare.com/files/132675612/squid9_start_script.rar<br />
http://rapidshare.com/files/132676156/squid10_custom_error_mesg.rar<br />
http://rapidshare.com/files/132678235/squid11_gtinet.rar</p>
<p>Squid Guard<br />
http://rapidshare.com/files/132682044/squidguard_1.rar<br />
http://rapidshare.com/files/132684096/squidguard_2.rar<br />
http://rapidshare.com/files/132684771/squidguard_3.rar<br />
http://rapidshare.com/files/132685156/squidguard_4_blacklists.rar</p>
<p>Configuration of messenger in linux machine:<br />
http://rapidshare.com/files/132628048/hotmail_mua_messenger.avi</p>
<p>Multi Router Traffic Grapher<br />
The Multi Router Traffic Grapher, or just simply MRTG, is free software for monitoring and measuring the traffic load on network links. It allows the user to see traffic load on a network over time in graphical form.<br />
http://rapidshare.com/files/132694434/mrtg_1_2.avi<br />
http://rapidshare.com/files/132689502/mrtg_2.avi<br />
http://rapidshare.com/files/132695820/mrtg_3.avi<br />
http://rapidshare.com/files/132697014/mrtg_4.avi<br />
http://rapidshare.com/files/132697618/mrtg_5.avi<br />
<!-- adman --><br />
Modem Configuration<br />
http://rapidshare.com/files/132678954/modem1.avi<br />
http://rapidshare.com/files/132679585/modem2.avi<br />
http://rapidshare.com/files/132681600/modem3.avi</p>
<p>Linux Terminal Server Project (LTSP)<br />
Linux Terminal Server Project (LTSP) is a free and open source add-on package for Linux that allows many people to simultaneously use the same computer. Applications run on the server with a terminal known as a thin client (also know as a X terminal) handling input and output. Generally, they are low-powered, lack a hard disk and are quieter than desktop computers because they do not have any moving parts<br />
http://rapidshare.com/files/132685582/ltsp1.avi<br />
http://rapidshare.com/files/132737180/ltsp2_nic_rom_image.avi<br />
http://rapidshare.com/files/132737205/ltsp_client_boot.avi<br />
http://rapidshare.com/files/132737454/ltsp_client_boot_camera.mpg<br />
http://rapidshare.com/files/132738126/ltsp_client_x_boot.mpg<br />
http://rapidshare.com/files/132736849/ltsp_closing.avi</p>
<p>VNC REMOTE CONTROL SERVER<br />
http://rapidshare.com/files/132699132/vnc1.avi</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/linux-advance-administration-cbts_2976.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>VTC MasterClass Understanding Encryption</title>
		<link>http://vnbuddy.com/video-training/vtc-masterclass-understanding-encryption_2974.html</link>
		<comments>http://vnbuddy.com/video-training/vtc-masterclass-understanding-encryption_2974.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:10:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2974</guid>
		<description><![CDATA[
VTC MasterClass Understanding Encryption
VTC MasterClass Understanding Encryption &#124; 70 MB
24 lessons &#124; 2 hours &#124; 2008-05-30
Protecting your confidential data, both on your computer and on the Internet, is of paramount importance in today’s world. Encryption is the best measure you can take to protect your data from prying eyes, yet most people don’t understand how [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/153213_encrip.jpg" alt="" width="450" height="176" /></p>
<p>VTC MasterClass Understanding Encryption</p>
<p>VTC MasterClass Understanding Encryption | 70 MB<br />
24 lessons | 2 hours | 2008-05-30<br />
Protecting your confidential data, both on your computer and on the Internet, is of paramount importance in today’s world. Encryption is the best measure you can take to protect your data from prying eyes, yet most people don’t understand how it works or how they can use it to keep their data safe. VTC’s resident computer security author Bobby Rogers will show you how encryption works – from the basics to advanced topics – why you need it, and how to make it work for you.<br />
<span id="more-2974"></span><br />
Data Encryption Basics<br />
Explaining Encryption (04:44)<br />
History of Encryption (04:35)<br />
Encryption Applications (03:15)<br />
Encryption Terms (06:18)<br />
Algorithms &amp; Keys<br />
Algorithms (04:37)<br />
Keys (03:21)<br />
Secret Key Encryption (04:08)<br />
Public Key Encryption (04:57)<br />
Combining Secret &amp; Public Key Methods (03:21)<br />
File Encryption - Stored Data<br />
Understanding File Encryption (04:22)<br />
Using Windows EFS (03:08)<br />
Demonstration: Windows EFS (06:20)<br />
Using TrueCrypt (07:58)<br />
Using Iron Key (04:12)<br />
Network Encryption - Transmitted Data<br />
Understanding Network Encryption (03:40)<br />
Link &amp; Session Encryption (04:47)<br />
Network Encryption Technologies (05:37)<br />
Using Encryption<br />
Encrypting Email (04:43)<br />
Using File &amp; Network Encryption (06:06)<br />
Using Digital Signatures pt. 1 (04:30)<br />
Using Digital Signatures pt. 2<br />
<!-- adman --><br />
<a href="http://rapidshare.com/files/142822371/netbks.com-mcue.rar" target="_blank">download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/vtc-masterclass-understanding-encryption_2974.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>CBT Nuggets On The Job Training Series: Windows PowerShell</title>
		<link>http://vnbuddy.com/video-training/cbt-nuggets-on-the-job-training-series-windows-powershell_2972.html</link>
		<comments>http://vnbuddy.com/video-training/cbt-nuggets-on-the-job-training-series-windows-powershell_2972.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:09:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2972</guid>
		<description><![CDATA[
CBT Nuggets On The Job Training Series: Windows PowerShell
Welcome to the center of the Microsoft universe: Windows PowerShell.
Are you tired of redundant tasks? Tired of needing to look stuff up every time you administer a new app? Then you’re in luck. Windows PowerShell is the all-in-one engine for administering Windows servers and applications.
Windows PowerShell gives [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/351.jpg" alt="" width="200" height="200" /></p>
<p>CBT Nuggets On The Job Training Series: Windows PowerShell</p>
<p>Welcome to the center of the Microsoft universe: Windows PowerShell.<br />
Are you tired of redundant tasks? Tired of needing to look stuff up every time you administer a new app? Then you’re in luck. Windows PowerShell is the all-in-one engine for administering Windows servers and applications.</p>
<p>Windows PowerShell gives you one consistent command structure for controlling all your apps and servers. And it works whether you’re using GUI, command line interface (CLI) or scripting. Plus it fits perfectly with Microsoft applications, like Exchange 2007 and Systems Center Operations Manager.<br />
<span id="more-2972"></span><br />
PowerShell Features<br />
Unlike VB Script, PowerShell is more than just a scripting language. It’s also a command shield. So when you type commands, you get immediate results. In this training series Don shows you how to:</p>
<p>Install PowerShell on XP, Windows 2003 or Vista</p>
<p>Use PowerShell’s consistent syntax and utilities</p>
<p>Customize PowerShell to meet your needs</p>
<p>Use PowerShell’s Admin-focused scripting language</p>
<p>Work effectively with 130 standard command-line tools</p>
<p>Access PowerShell’s built-in capabilities and object-orientation (without having to become a .NET Framework programmer)<br />
Automation Made Easy<br />
Don shows you how to automate Windows with PowerShell — including tasks such as gathering remote management information from servers and desktops. In no time you’ll be automating many of your key administrative tasks — like using a single command-line to import a hundred users from a CSV file into Active Directory.</p>
<p>In fact, PowerShell is far more automation-friendly than DOS, EXE and the older, GUI-dependent command structure in Active Directory (although PowerShell works great in GUI, if GUI’s what you prefer).</p>
<p>With PowerShell you’ll be spending far less time on routine tasks and a lot more time on special projects — the fun stuff that drew you to network administration in the first place.</p>
<p>download links:<br />
<!-- adman --><br />
http://rapidshare.com/files/142427292/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part01.rar.html<br />
http://rapidshare.com/files/142432260/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part02.rar.html<br />
http://rapidshare.com/files/142432265/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part03.rar.html<br />
http://rapidshare.com/files/142432258/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part04.rar.html<br />
http://rapidshare.com/files/142432263/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part05.rar.html<br />
http://rapidshare.com/files/142436478/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part06.rar.html<br />
http://rapidshare.com/files/142436534/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part07.rar.html<br />
http://rapidshare.com/files/142436661/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part08.rar.html<br />
http://rapidshare.com/files/142436726/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part09.rar.html<br />
http://rapidshare.com/files/142432264/CBT.NUGGETS.ON.THE.JOB.TRAINING.SERIES.WINDOWS.POWERSHELL-AG.part10.rar.html</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/cbt-nuggets-on-the-job-training-series-windows-powershell_2972.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop CS3 Mastering Lab Color</title>
		<link>http://vnbuddy.com/video-training/photoshop-cs3-mastering-lab-color_2970.html</link>
		<comments>http://vnbuddy.com/video-training/photoshop-cs3-mastering-lab-color_2970.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:08:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2970</guid>
		<description><![CDATA[
Based on the device-independent CIE specification from 1976, Lab color is frequently misrepresented as a techy, labor-intensive color space. In fact, Lab color performs certain types of color modifications more quickly and with better results than RGB. In Photoshop CS3: Mastering Lab Color, Deke McClelland explores how to use Lab color ‘to make bad photographs [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/41otvsquk9l-208x300.jpg" alt="" width="208" height="300" /></p>
<p>Based on the device-independent CIE specification from 1976, Lab color is frequently misrepresented as a techy, labor-intensive color space. In fact, Lab color performs certain types of color modifications more quickly and with better results than RGB. In Photoshop CS3: Mastering Lab Color, Deke McClelland explores how to use Lab color ‘to make bad photographs great and great photographs even better.’ He demonstrates image manipulations that are best suited to Lab, and walks through a typical, non-destructive Lab correction. Deke also shows how to correct lighting, apply selective color modifications, and reverse the effects of color cast. Exercise files accompany the course.<br />
<span id="more-2970"></span><br />
Topics Include:<br />
Targeting luminance and color information independently<br />
Saving a Lab image<br />
Balancing and deepening skin tones<br />
Exposing bright eyes and teeth<br />
Sharpening and blurring in Lab<br />
Fading and blending edits<br />
Using Levels, Curves, and Brightness/Contrast<br />
Embedding an RGB image in a Lab composition<br />
Boosting shadows and dimming highlights<br />
Changing colors with photorealistic results</p>
<p>Download<br />
<!-- adman --><br />
http://rapidshare.com/files/142994086/lynda_com_-_photoshop_cs3_mastering_lab_color.part7.rar<br />
http://rapidshare.com/files/142994385/lynda_com_-_photoshop_cs3_mastering_lab_color.part2.rar<br />
http://rapidshare.com/files/142994676/lynda_com_-_photoshop_cs3_mastering_lab_color.part4.rar<br />
http://rapidshare.com/files/142995157/lynda_com_-_photoshop_cs3_mastering_lab_color.part5.rar<br />
http://rapidshare.com/files/142995667/lynda_com_-_photoshop_cs3_mastering_lab_color.part1.rar<br />
http://rapidshare.com/files/142995895/lynda_com_-_photoshop_cs3_mastering_lab_color.part3.rar<br />
http://rapidshare.com/files/142996511/lynda_com_-_photoshop_cs3_mastering_lab_color.part6.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/photoshop-cs3-mastering-lab-color_2970.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>CompTIA Security+ VTC Training CD</title>
		<link>http://vnbuddy.com/video-training/comptia-security-vtc-training-cd_2968.html</link>
		<comments>http://vnbuddy.com/video-training/comptia-security-vtc-training-cd_2968.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:07:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2968</guid>
		<description><![CDATA[
Publisher: Virtual Training Company Inc
Number Of Pages: 92
Publication Date: 2004-12
ISBN-10 / ASIN: 1932808337
ISBN-13 / EAN: 9781932808339
Binding: CD-ROM

Download

http://rapidshare.com/files/142996130/comptia_security_plus_-__vtc.part2.rar
http://rapidshare.com/files/142996300/comptia_security_plus_-__vtc.part1.rar
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.netbks.com/wp-content/uploads/2008/09/51bzyx10snl-206x300.jpg" alt="" width="206" height="300" /></p>
<p>Publisher: Virtual Training Company Inc<br />
Number Of Pages: 92<br />
Publication Date: 2004-12<br />
ISBN-10 / ASIN: 1932808337<br />
ISBN-13 / EAN: 9781932808339<br />
Binding: CD-ROM<br />
<span id="more-2968"></span><br />
Download<br />
<!-- adman --><br />
http://rapidshare.com/files/142996130/comptia_security_plus_-__vtc.part2.rar<br />
http://rapidshare.com/files/142996300/comptia_security_plus_-__vtc.part1.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/comptia-security-vtc-training-cd_2968.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ISA server 2006 - Training</title>
		<link>http://vnbuddy.com/video-training/isa-server-2006-training_2966.html</link>
		<comments>http://vnbuddy.com/video-training/isa-server-2006-training_2966.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 05:07:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video training]]></category>

		<guid isPermaLink="false">http://vnbuddy.com/?p=2966</guid>
		<description><![CDATA[The main ISA Server 2006 lab manual consists of nine lab modules:
- A. Introduction to ISA Server
- B. Configuring Outbound Internet Access
- C. Publishing Web Servers and Other Servers
- D. Publishing an Exchange Server
- E. Enabling VPN Connections
- F. ISA Server 2006 as Branch Office Gateway
- G. Enterprise Management of ISA Servers
- H. Configuring Load [...]]]></description>
			<content:encoded><![CDATA[<p>The main ISA Server 2006 lab manual consists of nine lab modules:</p>
<p>- A. Introduction to ISA Server<br />
- B. Configuring Outbound Internet Access<br />
- C. Publishing Web Servers and Other Servers<br />
- D. Publishing an Exchange Server<br />
- E. Enabling VPN Connections<br />
- F. ISA Server 2006 as Branch Office Gateway<br />
- G. Enterprise Management of ISA Servers<br />
- H. Configuring Load Balancing<br />
- I. Using Monitoring, Alerting and Loging<br />
<span id="more-2966"></span><br />
Each lab module is independent of the other lab modules.</p>
<p>All nine lab modules are in a single lab manual, named ISA 2006 Lab Manual.doc.</p>
<p>The modules contain exercises about new or changed functionality in ISA Server 2006,<br />
and contain exercises about functionality that is the same in ISA Server 2004.</p>
<p>In the “subset” lab manual, only the exercises about new or changed functionality<br />
in ISA Server 2006 are put together in a single lab manual. All these exercises<br />
are also in the main lab manual.</p>
<p>Each lab manual has a version formatted for A4 paper size, and a version formatted<br />
for Letter paper size.</p>
<p>download links:<br />
<!-- adman --><br />
http://rapidshare.com/files/50240925/2oo6-I-S-a.part01.rar<br />
http://rapidshare.com/files/50241018/2oo6-I-S-a.part02.rar<br />
http://rapidshare.com/files/50241092/2oo6-I-S-a.part03.rar<br />
http://rapidshare.com/files/50241166/2oo6-I-S-a.part04.rar<br />
http://rapidshare.com/files/50241237/2oo6-I-S-a.part05.rar<br />
http://rapidshare.com/files/50241301/2oo6-I-S-a.part06.rar<br />
http://rapidshare.com/files/50241390/2oo6-I-S-a.part07.rar<br />
http://rapidshare.com/files/50241478/2oo6-I-S-a.part08.rar<br />
http://rapidshare.com/files/50241558/2oo6-I-S-a.part09.rar<br />
http://rapidshare.com/files/50241627/2oo6-I-S-a.part10.rar<br />
http://rapidshare.com/files/50241709/2oo6-I-S-a.part11.rar<br />
http://rapidshare.com/files/50241779/2oo6-I-S-a.part12.rar<br />
http://rapidshare.com/files/50241856/2oo6-I-S-a.part13.rar<br />
http://rapidshare.com/files/50241923/2oo6-I-S-a.part14.rar<br />
http://rapidshare.com/files/50241969/2oo6-I-S-a.part15.rar<br />
http://rapidshare.com/files/50242042/2oo6-I-S-a.part16.rar<br />
http://rapidshare.com/files/50242104/2oo6-I-S-a.part17.rar<br />
http://rapidshare.com/files/50242169/2oo6-I-S-a.part18.rar<br />
http://rapidshare.com/files/50242235/2oo6-I-S-a.part19.rar<br />
http://rapidshare.com/files/50242314/2oo6-I-S-a.part20.rar<br />
http://rapidshare.com/files/50242331/2oo6-I-S-a.part21.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://vnbuddy.com/video-training/isa-server-2006-training_2966.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
