<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Book Video Training &#187; Magazine</title>
	<atom:link href="http://booktraining.ws/category/magazine/feed" rel="self" type="application/rss+xml" />
	<link>http://booktraining.ws</link>
	<description>Video training,video training rapidshare.com, hotfile.com, ul.to, uploaded.to, extabit.com, hotfile,video training rapidshare,Video training megaupload,Video training hotfile,free ebook hotfile,computers books uploading,Books uploading hotfile,Book rapidshare, video tutorials</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:23:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[cplusplustutor.com] C Programming Tutorial</title>
		<link>http://booktraining.ws/magazine/cplusplustutor-com-c-programming-tutorial.html</link>
		<comments>http://booktraining.ws/magazine/cplusplustutor-com-c-programming-tutorial.html#comments</comments>
		<pubDate>Sun, 05 Feb 2012 18:51:54 +0000</pubDate>
		<dc:creator>practica</dc:creator>
				<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=133442</guid>
		<description><![CDATA[[cplusplustutor.com] C Programming Tutorial English &#124; Mp4 &#124; h264, yuv420p, 1280&#215;720, 29.97 fps &#124; aac, 44100 Hz, stereo &#124; 2.14GB Genre: Video Training The Author: have experience over 10 years in programming with C. to who want to ask about anything for this tutorials and ask the author himself, go to the link above and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i27.fastpic.ru/big/2012/0205/11/72861749bb70cb4b117a205ebc633811.jpg" alt="" width="250" /><br />
<strong>[cplusplustutor.com] C Programming Tutorial</strong><br />
English | Mp4 | h264, yuv420p, 1280&#215;720, 29.97 fps | aac, 44100 Hz, stereo | 2.14GB<br />
<span id="more-133442"></span>Genre: Video Training</p>
<p>The Author: have experience over 10 years in programming with C.<br />
to who want to ask about anything for this tutorials and ask the author himself, go to the link above and contact with him easily.<br />
Content:<br />
# 0 &#8211; Compiler Installation [HD] Views: 6622 | 9:36 min.<br />
This is first of the series of tutorials covering the entire course of Programming In C Language. This tutorial basically gets you started by downloading and installing a FREE C/C++ compiler and Integrated Development Environment (IDE) called Dev-C++. This environment will be used in all the subsequent classes in this course.</p>
<p># 1 &#8211; Introduction &#8211; Part 1 [HD] Views: 4097 | 9:35 min.<br />
This tutorial gives an introduction to different types of programming languages. It also covers the definition of Compilers, Interpretors, Assemblers etc. It also creates the very first C Program thereby showing the structure of a simple C Program.</p>
<p># 1 &#8211; Introduction &#8211; Part 2 [HD] Views: 3446 | 9:10 min.<br />
This tutorial gives an introduction to different types of programming languages. It also covers the definition of Compilers, Interpretors, Assemblers etc. It also creates the very first C Program thereby showing the structure of a simple C Program.</p>
<p># 2 &#8211; Binary Number System &#8211; Part 1 [HD] Views: 3050 | 8:43 min.<br />
This tutorial covers the binary number system in detail. This is not specific to C Programming Language but it will surely help understand some of the other features of C Programming later in the subsequent classes.</p>
<p># 2 &#8211; Binary Number System &#8211; Part 2 [HD] Views: 2762 | 8:21 min.<br />
[Part 2] This tutorial covers the binary number system in detail. This is not specific to C Programming Language but it will surely help understand some of the other features of C Programming later in the subsequent classes.</p>
<p># 3 &#8211; Constants, Variables and Types [HD] Views: 3043 | 8:46 min.<br />
In this tutorial we cover some of the basic elements a programming language &#8211; constants, variables and types.</p>
<p># 4 &#8211; Operators [HD] Views: 2700 | 9:31 min.<br />
In this tutorial we cover some of the operators in C.</p>
<p># 5 &#8211; More on Variables [HD] Views: 2162 | 7:40 min.<br />
In this tutorial I provide more information on variable declaration and initiation. This tutorial is the continuation of the previous tutorials in which I discuss constants, variables and types.</p>
<p># 6 &#8211; Outputting &#8211; Part 1 [HD] Views: 2453 | 9:20 min.<br />
This tutorial discusses the ways to output messages and variables.</p>
<p># 6 &#8211; Outputting &#8211; Part 2 [HD] Views: 2017 | 8:58 min.<br />
[Part 2]This tutorial discusses the ways to output messages and variables. This is the continuation of the previous tutorial, be sure to watch that one first.</p>
<p># 7 &#8211; Inputting &#8211; Part 1 [HD] Views: 2267 | 9:32 min.<br />
This tutorial discusses ways to input various types of variables.</p>
<p># 7 &#8211; Inputting &#8211; Part 2 [HD] Views: 1982 | 9:30 min.<br />
[Part 2] This tutorial discusses ways to input various types of variables. This is continuation of the previous tutorial so be sure to watch that one first.</p>
<p># 8 &#8211; Conditions [HD] Views: 2239 | 9:31 min.<br />
This tutorial explains the conditions and relational operators in C.</p>
<p># 9 &#8211; if statement &#8211; Part 1 [HD] Views: 2245 | 9:30 min.<br />
This tutorial explains the use of conditions in the if statement.</p>
<p># 9 &#8211; if statement &#8211; Part 2 [HD] Views: 2007 | 8:21 min.<br />
[Part2] This tutorial explains the use of conditions in the if statement.</p>
<p># 10 &#8211; if-else statement [HD] Views: 1916 | 9:37 min.<br />
This tutorial extends the if statement to if-else statement.</p>
<p># 11 &#8211; if-else if statement [HD] Views: 2099 | 8:25 min.<br />
This tutorial extends the if statement even further to if-else if statement.</p>
<p># 12 &#8211; while Loop &#8211; Part 1 [HD] Views: 2225 | 8:36 min.<br />
This tutorial explains the working of the while loop.</p>
<p># 12 &#8211; while Loop &#8211; Part 2 [HD] Views: 2008 | 9:43 min.<br />
[Part 2] This tutorial explains the working of the while loop.</p>
<p># 13 &#8211; for Loop [HD] Views: 2058 | 9:24 min.<br />
This tutorial explains the working of the for loop.</p>
<p># 14 &#8211; do-while loop &#8211; Part 1 [HD] Views: 1869 | 9:22 min.<br />
This tutorial describes the working of do-while loop. This tutorial also explains how to choose between different kinds of loops based on your problem.</p>
<p># 14 &#8211; do-while loop &#8211; Part 2 [HD] Views: 1800 | 9:36 min.<br />
[Part 2] This tutorial describes the working of do-while loop. This tutorial also explains how to choose between different kinds of loops based on your problem.</p>
<p># 15 &#8211; switch statement &#8211; Part 1 [HD] Views: 1993 | 8:53 min.<br />
In this tutorial you will learn about the switch statement and how it is used.</p>
<p># 15 &#8211; switch statement &#8211; Part 2 [HD] Views: 1882 | 9:44 min.<br />
[Part 2]In this tutorial you will learn about the switch statement and how it is used.</p>
<p># 16 &#8211; Concept of Arrays [HD] Views: 3154 | 7:36 min.<br />
This tutorial explains the concept of arrays in programming languages. It also shows how to declare and access the arrays in C.</p>
<p># 17 &#8211; More on Arrays &#8211; Part 1 [HD] Views: 2580 | 9:10 min.<br />
This tutorial continues to cover arrays in more detail. In this tutorial we write a small program that demonstrates the creation and use of arrays.</p>
<p># 17 &#8211; More on Arrays &#8211; Part 2 [HD] Views: 2699 | 9:40 min.<br />
[Part 2] This tutorial continues to cover arrays in more detail. In this tutorial we write a small program that demonstrates the creation and use of arrays.</p>
<p># 18 &#8211; Concept of Strings [HD] Views: 2796 | 9:04 min.<br />
In this tutorial we discuss the concept of Strings, how they can be visualized in memory and how they are null terminated.</p>
<p># 19 &#8211; More on Strings &#8211; Part 1 [HD] Views: 2501 | 9:45 min.<br />
In this tutorial we continue to talk about Strings, how they are used in C programming and how they are input and output.</p>
<p># 19 &#8211; More on Strings &#8211; Part 2 [HD] Views: 2529 | 9:26 min.<br />
[Part 2] In this tutorial we continue to talk about Strings, how they are used in C programming and how they are input and output.</p>
<p># 20 &#8211; Structures &#8211; Part 1 [HD] Views: 3829 | 9:27 min.<br />
This tutorial discusses about how to create structures using structs in C. It also talks about how to access the members of a struct.</p>
<p># 20 &#8211; Structures &#8211; Part 2 [HD] Views: 4386 | 9:34 min.<br />
[Part 2] This tutorial discusses about how to create structures using structs in C. It also talks about how to access the members of a struct.</p>
<p># 21 &#8211; Concept of Pointers &#8211; Part 1 [HD] Views: 3469 | 9:38 min.<br />
This tutorial introduces the concept of pointers. It first starts with showing a visualization of the computer memory and how the bytes are addressed. It then explains the concept of pointers and how they are declared in C. It also shows how to assign addresses to the pointers and it also talks about how to access memory locations using pointers.</p>
<p># 21 &#8211; Concept of Pointers &#8211; Part 2 [HD] Views: 3510 | 9:13 min.<br />
[Part 2] This tutorial introduces the concept of pointers. It first starts with showing a visualization of the computer memory and how the bytes are addressed. It then explains the concept of pointers and how they are declared in C. It also shows how to assign addresses to the pointers and it also talks about how to access memory locations using pointers.</p>
<p># 22 &#8211; Pointers and Arrays &#8211; Part 1 [HD] Views: 3159 | 9:10 min.<br />
In this tutorial we learn about the relationship between Arrays and Pointers &#8211; how we can use pointers to access the elements of an array.</p>
<p># 22 &#8211; Pointers and Arrays &#8211; Part 2 [HD] Views: 2664 | 8:52 min.<br />
[Part 2] In this tutorial we learn about the relationship between Arrays and Pointers &#8211; how we can use pointers to access the elements of an array.</p>
<p># 22 &#8211; Pointers and Arrays &#8211; Part 3 [HD] Views: 2462 | 9:48 min.<br />
[Part 3] In this tutorial we learn about the relationship between Arrays and Pointers &#8211; how we can use pointers to access the elements of an array.</p>
<p># 23 &#8211; Functions &#8211; Part 1 [HD] Views: 2450 | 9:27 min.<br />
In this tutorial we learn about defining functions. We write one small function that simply prints a couple of messages on the screen to demonstrate the use of functions.</p>
<p># 23 &#8211; Functions &#8211; Part 2 [HD] Views: 2675 | 8:40 min.<br />
[Part 2] In this tutorial we learn about defining functions. We write one small function that simply prints a couple of messages on the screen to demonstrate the use of functions.</p>
<p># 24 &#8211; Function Arguments or Parameters [HD] Views: 2076 | 9:42 min.<br />
In this tutorial we learn how to define function arguments or parameters, and how to pass the values to the arguments. We also demonstrate this with an example in which we define a function that adds two numbers and displays the result.</p>
<p># 25 &#8211; Returning Values from Functions &#8211; Part 1 [HD] Views: 1936 | 9:29 min.<br />
In this tutorial we learn to return values from the functions to the caller. We explain it with a simple example of defining a function that squares a given number.</p>
<p># 25 &#8211; Returning Values from Functions &#8211; Part 2 [HD] Views: 1758 | 8:23 min.<br />
[Part 2] In this tutorial we learn to return values from the functions to the caller. We explain it with a simple example of defining a function that squares a given number.</p>
<p># 26 &#8211; Passing Pointers to Functions &#8211; Part 1 [HD] Views: 1924 | 9:44 min.<br />
In this tutorial we learn about how to pass pointers to a function as parameters. This way we can return more than one value from a function. As an example, we learn how to write a function that returns twice and thrice of a given integer.</p>
<p># 26 &#8211; Passing Pointers to Functions &#8211; Part 2 [HD] Views: 1913 | 9:41 min.<br />
[Part 2] In this tutorial we learn about how to pass pointers to a function as parameters. This way we can return more than one value from a function. As an example, we learn how to write a function that returns twice and thrice of a given integer.</p>
<p># 26 &#8211; Passing Pointers to Functions &#8211; Part 3 [HD] Views: 1714 | 9:46 min.<br />
[Part 3] In this tutorial we learn about how to pass pointers to a function as parameters. This way we can return more than one value from a function. As an example, we learn how to write a function that returns twice and thrice of a given integer.</p>
<p># 27 &#8211; Passing Arrays to Functions &#8211; Part 1 [HD] Views: 1885 | 9:54 min.<br />
In this tutorial we learn to pass arrays to functions as parameter. We learn that there are two different ways of passing arrays to functions just like we saw before with basic data types.</p>
<p># 27 &#8211; Passing Arrays to Functions &#8211; Part 2 [HD] Views: 1644 | 9:54 min.<br />
[Part 2] In this tutorial we learn to pass arrays to functions as parameter. We learn that there are two different ways of passing arrays to functions just like we saw before with basic data types.</p>
<p># 27 &#8211; Passing Arrays to Functions &#8211; Part 3 [HD] Views: 1528 | 9:19 min.<br />
[Part 3] In this tutorial we learn to pass arrays to functions as parameter. We learn that there are two different ways of passing arrays to functions just like we saw before with basic data types.</p>
<p># 27 &#8211; Passing Arrays to Functions &#8211; Part 4 [HD] Views: 1499 | 9:57 min.<br />
[Part 4] In this tutorial we learn to pass arrays to functions as parameter. We learn that there are two different ways of passing arrays to functions just like we saw before with basic data types.</p>
<p># 27 &#8211; Passing Arrays to Functions &#8211; Part 5 [HD] Views: 1494 | 5:43 min.<br />
[Part 5] In this tutorial we learn to pass arrays to functions as parameter. We learn that there are two different ways of passing arrays to functions just like we saw before with basic data types.</p>
<p># 28 &#8211; Stack Explained [HD] Views: 1809 | 9:51 min.<br />
In this tutorial we learn about LIFO and FIFO, and the stack. We see how stack is related to function calling, and how the local variables are created on stack and are vanished as soon as the function returns.</p>
<p># 29 &#8211; Returning Pointers to Local Variables from Functions &#8211; Part 1 [HD] Views: 1430 | 9:30 min.<br />
In this tutorial we explain why you cannot return a pointer to local variable from a function.</p>
<p># 29 &#8211; Returning Pointers to Local Variables from Functions &#8211; Part 2 [HD] Views: 1559 | 9:52 min.<br />
[Part 2] In this tutorial we explain why you cannot return a pointer to local variable from a function.</p>
<p># 29 &#8211; Returning Pointers to Local Variables from Functions &#8211; Part 3 [HD] Views: 1535 | 7:35 min.<br />
[Part 3] In this tutorial we explain why you cannot return a pointer to local variable from a function.</p>
<p># 30 &#8211; Structures Pointers [HD] Views: 1944 | 9:43 min.<br />
In this tutorial we learn how to declare pointers to structures and how to access their members using pointers.</p>
<p># 31 &#8211; Passing Structures to Functions [HD] Views: 1650 | 10:04 min.<br />
In this tutorial we learn to pass structures to functions by value.</p>
<p># 32 &#8211; Passing Structure Pointers to Functions [HD] Views: 1643 | 9:44 min.<br />
In this tutorial we learn to pass structures to functions by reference.</p>
<p># 33 &#8211; malloc() and free() &#8211; Dynamic Memory Allocation &#8211; Part 1 [HD] Views: 1879 | 9:31 min.<br />
In this tutorial we learn about dynamic memory allocation using malloc(). We also learn about freeing up the dynamically allocated memory. We also see why it is not a good idea to create long local variables since they are created on stack.</p>
<p># 33 &#8211; malloc() and free() &#8211; Dynamic Memory Allocation &#8211; Part 2 [HD] Views: 2248 | 9:43 min.<br />
[Part 2] In this tutorial we learn about dynamic memory allocation using malloc(). We also learn about freeing up the dynamically allocated memory. We also see why it is not a good idea to create long local variables since they are created on stack</p>
<p># 34 &#8211; Array of Pointers &#8211; Part 1 [HD] Views: 1547 | 9:22 min.<br />
In this tutorial we learn about the array of pointers. Don&#8217;t confuse it with pointer to array.</p>
<p># 34 &#8211; Array of Pointers &#8211; Part 2 [HD] Views: 1430 | 9:33 min.<br />
[Part 2] In this tutorial we learn about the array of pointers. Don&#8217;t confuse it with pointer to array.</p>
<p># 35 &#8211; 2-Dimensional Arrays &#8211; Part 1 [HD] Views: 1468 | 9:35 min.<br />
In this tutorial we learn about 2-dimensional arrays &#8211; how they look like, how to declare them and how to access the individual elements.</p>
<p># 35 &#8211; 2-Dimensional Arrays &#8211; Part 2 [HD] Views: 1665 | 9:28 min.<br />
[Part 2] In this tutorial we learn about 2-dimensional arrays &#8211; how they look like, how to declare them and how to access the individual elements.</p>
<p># 36 &#8211; Passing 2-Dimensional Arrays to Functions [HD] Views: 1666 | 9:38 min.<br />
In this tutorial we learn how to pass 2-dimensional arrays to functions and how to call such functions.</p>
<p># 37 &#8211; Files and Their Types [HD] Views: 1942 | 10:30 min.<br />
In this tutorial we learn about files &#8211; why they are important. We also learn about the two major types of files &#8211; text files and binary files.</p>
<p># 38 &#8211; Opening and Closing Files &#8211; fopen() and fclose() &#8211; Part 1 [HD] Views: 1803 | 9:48 min.<br />
In this tutorial we learn how to open a file, check to make sure the file was opened successfully, and then close the file.</p>
<p># 38 &#8211; Opening and Closing Files &#8211; fopen() and fclose() &#8211; Part 2 [HD] Views: 1954 | 9:30 min.<br />
[Part 2] In this tutorial we learn how to open a file, check to make sure the file was opened successfully, and then close the file.</p>
<p># 39 &#8211; Writing to Files &#8211; fprintf() [HD] Views: 1771 | 10:27 min.<br />
In this tutorial we learn to write to a file using fprintf() function.</p>
<p># 40 &#8211; Files &#8211; Creating a Simple Database &#8211; Part 1 [HD] Views: 1858 | 10:01 min.<br />
In this tutorial we learn to create a database. We write a small program which inputs some information about each and every student in a class and dumps that information in a file.</p>
<p># 40 &#8211; Files &#8211; Creating a Simple Database &#8211; Part 2 [HD] Views: 2380 | 10:04 min.<br />
[Part 2] In this tutorial we learn to create a database. We write a small program which inputs some information about each and every student in a class and dumps that information in a file.</p>
<p># 41 &#8211; fscanf() &#8211; feof() &#8211; Reading From A File &#8211; Part 1 [HD] Views: 1933 | 9:47 min.<br />
In this tutorial we learn how to read from a file. We also learn how to detect that we have reached the end of file and that there is no more data to read.</p>
<p># 41 &#8211; fscanf() &#8211; feof() &#8211; Reading From A File &#8211; Part 2 [HD] Views: 1800 | 10:34 min.<br />
[Part 2] In this tutorial we learn how to read from a file. We also learn how to detect that we have reached the end of file and that there is no more data to read.</p>
<p># 42 &#8211; fgets() &#8211; Reading Strings From A File &#8211; Part 1 [HD] Views: 3882 | 9:48 min.<br />
In this tutorial we will learn about fgets() function &#8211; a function to read strings from a file. fgets() allows you to specify number of chars to read so that you don&#8217;t overflow.</p>
<p># 42 &#8211; fgets() &#8211; Reading Strings From A File &#8211; Part 2 [HD] Views: 1859 | 9:46 min.<br />
In this tutorial we will learn about fgets() function &#8211; a function to read strings from a file. fgets() allows you to specify number of chars to read so that you don&#8217;t overflow.</p>
<p># 43 &#8211; Deleting Data From A File &#8211; Algorithm &#8211; Part 1 [HD] Views: 2112 | 9:45 min.<br />
In this tutorial we are going to learn about an algorithm to delete data from a file. We are trying to keep the code as much portable as possible, and as much simple as possible.</p>
<p># 43 &#8211; Deleting Data From A File &#8211; Algorithm &#8211; Part 2 [HD] Views: 1704 | 5:15 min.<br />
[Part 2] In this tutorial we are going to learn about an algorithm to delete data from a file. We are trying to keep the code as much portable as possible, and as much simple as possible.</p>
<p># 44 &#8211; Deleting Data From A File &#8211; Code &#8211; Part 1 [HD] Views: 1749 | 10:59 min.<br />
In this tutorial we write a program that deletes data from a file. The algorithm to delete the data from a file was covered in the previous tutorial. This tutorial simply implements that algorithm.</p>
<p># 44 &#8211; Deleting Data From A File &#8211; Code &#8211; Part 2 [HD] Views: 1670 | 9:39 min.<br />
[Part 2] In this tutorial we write a program that deletes data from a file. The algorithm to delete the data from a file was covered in the previous tutorial. This tutorial simply implements that algorithm.</p>
<p># 44 &#8211; Deleting Data From A File &#8211; Code &#8211; Part 3 [HD] Views: 3034 | 10:09 min.<br />
[Part 3] In this tutorial we write a program that deletes data from a file. The algorithm to delete the data from a file was covered in the previous tutorial. This tutorial simply implements that algorithm.</p>
<p># 45 &#8211; Data Structures Concepts And Abstract Data Types (ADT) [HD] Views: 827 | 11:36 min.<br />
In this tutorial we learn about the concepts of Abstract Data Type (ADT) and Data Structure, and the difference between the two.</p>
<p># 46 &#8211; Data Structures Examples &#8211; Arrays &#8211; Linked Lists &#8211; Trees &#8211; Graphs [HD] Views: 1150 | 12:43 min.<br />
In this tutorial we talk briefly about different data structures such as arrays, linked lists, trees, graphs, acyclic directed graphs (ADG).</p>
<p># 47 &#8211; Disadvantages of an Array [HD] Views: 791 | 14:04 min.<br />
In this tutorial we discuss all the disadvantages of using an array in your program. The fact that arrays are fixed size, and the fact that you have to estimate the maximum number of elements, and the fact that insertion of an element in an array is expensive (time consuming), all these make arrays a poor choice in a professional program.</p>
<p><strong>Download</strong></p>
<p><a href="http://shareflare.net/download/52837.55a1857c86dd1cae6cf851d02d08/C.Programming.tutorial.part1.rar.html">http://shareflare.net/download/52837.55a1857c86dd1cae6cf851d02d08/C.Programming.tutorial.part1.rar.html</a><br />
<a href="http://shareflare.net/download/60788.6063b6658cebd3a615bb541d5da1/C.Programming.tutorial.part2.rar.html">http://shareflare.net/download/60788.6063b6658cebd3a615bb541d5da1/C.Programming.tutorial.part2.rar.html</a><br />
<a href="http://shareflare.net/download/70925.79b750344ad3f82f3269cefd9161/C.Programming.tutorial.part3.rar.html">http://shareflare.net/download/70925.79b750344ad3f82f3269cefd9161/C.Programming.tutorial.part3.rar.html</a><br />
<a href="http://shareflare.net/download/20842.2744cb5a63dc1095b4f4316b4c76/C.Programming.tutorial.part4.rar.html">http://shareflare.net/download/20842.2744cb5a63dc1095b4f4316b4c76/C.Programming.tutorial.part4.rar.html</a><br />
<a href="http://shareflare.net/download/45183.4f8a65d30b35e6ef185d450a3ba0/C.Programming.tutorial.part5.rar.html">http://shareflare.net/download/45183.4f8a65d30b35e6ef185d450a3ba0/C.Programming.tutorial.part5.rar.html</a><br />
<a href="http://shareflare.net/download/39675.3d93d6788be68bba065b9a84f687/C.Programming.tutorial.part6.rar.html">http://shareflare.net/download/39675.3d93d6788be68bba065b9a84f687/C.Programming.tutorial.part6.rar.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/cplusplustutor-com-c-programming-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lynda : Photoshop CS4 for Photographer s: Desktop Printing</title>
		<link>http://booktraining.ws/magazine/lynda-photoshop-cs4-for-photographer-s-desktop-printing.html</link>
		<comments>http://booktraining.ws/magazine/lynda-photoshop-cs4-for-photographer-s-desktop-printing.html#comments</comments>
		<pubDate>Sat, 04 Feb 2012 04:22:57 +0000</pubDate>
		<dc:creator>practica</dc:creator>
				<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=133261</guid>
		<description><![CDATA[Lynda : Photoshop CS4 for Photographer s: Desktop Printing English &#124; mov 517 kb/s &#124; 880&#215;660 15.00 fps(r) &#124; aac 71 kb/s &#124; 2.19 GB Genre: VideoTraining As Ansel Adams once said, &#8220;The negative is the equivalent of the composer&#8217;s score, and the print the performance.&#8221; Now, with Photoshop CS4 for Photographers: Desktop Printing Techniques, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i27.fastpic.ru/big/2012/0204/a3/a6f5d7fe4854154832c2d36e6b0315a3.jpg" alt="" width="250" /><br />
<strong>Lynda : Photoshop CS4 for Photographer s: Desktop Printing</strong><br />
English | mov 517 kb/s | 880&#215;660 15.00 fps(r) | aac 71 kb/s | 2.19 GB<br />
<span id="more-133261"></span>Genre: VideoTraining</p>
<p>As Ansel Adams once said, &#8220;The negative is the equivalent of the composer&#8217;s score, and the print the performance.&#8221; Now, with Photoshop CS4 for Photographers: Desktop Printing Techniques, creating breathtaking prints is within reach.<br />
In this course, photographer and instructor Chris Orwig teaches techniques and workflows for crafting powerful and enduring images that bring the photographer&#8217;s vision to life. From producing a business card to visiting a working press, Chris covers everything photographers need to know to achieve unique, compelling results from the printing process. Exercise files accompany the course.<br />
Introduction<br />
Welcome 3:23 49.6 MB<br />
Using the exercise files 0:57 1.1 MB<br />
1. Color Management<br />
Introducing color management 2:32 1.9 MB<br />
Creating a neutral work environment 2:49 2.5 MB<br />
Calibrating your monitor 3:54 2.5 MB<br />
Calibration demo 2:48 41.1 MB<br />
2. Color Correction<br />
Correcting color pt. 1: Determining the white and black points 2:27 2.6 MB<br />
Correcting color pt. 2: Using curves 4:15 6.7 MB<br />
Correcting color pt. 3: Fine-tuning 3:14 4.7 MB<br />
Correcting color pt. 4: Adding finishing touches 4:35 7.1 MB<br />
Color-correcting an outdoor portrait with curves 2:41 4.0 MB<br />
Color-correcting skin tone by the numbers 2:36 2.8 MB<br />
Applying skin tone color correction by the numbers 3:52 4.7 MB<br />
Correcting reflected color 2:25 5.5 MB<br />
Color-correcting a studio fashion portrait 3:18 3.7 MB<br />
Color-correcting skin in a natural light portrait 2:16 5.6 MB<br />
3. Image Sharpening<br />
Camera Raw input sharpening 4:14 15.7 MB<br />
Sharpening with Camera Raw 2:28 12.7 MB<br />
Introducing Smart Sharpen 4:57 6.4 MB<br />
Sharpening pt. 1: Using Smart Filters 3:15 5.7 MB<br />
Sharpening pt: 2: Using Smart Sharpen 6:05 8.7 MB<br />
Sharpening and blend modes 2:46 5.6 MB<br />
Using Unsharp Mask 5:41 16.9 MB<br />
Using High Pass to sharpen 6:00 10.0 MB<br />
Adding texture and effects with High Pass 5:26 9.2 MB<br />
4. Creating a Business Card<br />
Business card resources 4:11 7.9 MB<br />
Using a business card template 1:22 1.6 MB<br />
Designing the front of a business card 5:07 8.1 MB<br />
Designing the back of a business card 5:17 7.3 MB<br />
Repurposing a business card for others 1:26 1.6 MB<br />
Business card examples 2:02 30.2 MB<br />
5. Designing Promo Materials<br />
Typography resources sites 3:32 5.9 MB<br />
Tips and shortcuts for working with type 4:07 4.1 MB<br />
Promo card inspiration and resources 3:26 7.6 MB<br />
Using a template to build a promo 2:19 3.4 MB<br />
Customizing the template 5:01 20.4 MB<br />
Building a grid-based promo card 7:29 10.0 MB<br />
Resources for creating a photo book 3:22 8.3 MB<br />
Photo book examples 2:55 43.6 MB<br />
6. Creative Print Layouts<br />
Creating a PDF layout with the Output module 6:35 10.8 MB<br />
Creating a layout pt. 1: Using the Output module to create a rough layout 3:24 4.6 MB<br />
Creating a layout pt. 2: Customizing a PDF layout in Photoshop 5:01 8.7 MB<br />
Creating a three-image layout in Photoshop 2:50 4.8 MB<br />
Creating a grid photo montage 5:23 6.8 MB<br />
Building a creative layout pt. 1 4:24 6.1 MB<br />
Building a creative layout pt. 2 8:06 12.4 MB<br />
Multiple-image layout pt. 1: Using Bridge and Photoshop 3:59 6.4 MB<br />
Multiple-image layout pt. 2: Masking and resizing photos 6:19 10.5 MB<br />
Multiple-image layout pt. 3: Finalizing the layout 2:39 6.5 MB<br />
Multiple-image layout pt. 4: Color and sharpening 5:13 18.9 MB<br />
7. Desktop Printing Considerations<br />
Printer recommendations 2:47 1.7 MB<br />
Paper recommendations 1:50 1.2 MB<br />
Paper resources 3:27 3.9 MB<br />
Printing recommendations overview 5:30 82.1 MB<br />
8. Desktop Printing Preparation<br />
Color management refresher 1:53 1.1 MB<br />
Finding sample files online for test printing 3:00 3.7 MB<br />
Soft-proofing with paper profiles 1:49 2.4 MB<br />
Soft-proofing to correct an image 2:52 8.3 MB<br />
Setting white and black points based on the test print 6:12 9.3 MB<br />
9. Desktop Printing Workflow<br />
Starting with Camera Raw 3:03 7.9 MB<br />
Resizing in Photoshop 5:09 9.6 MB<br />
Setting the white and black points 2:17 5.1 MB<br />
Checking skin tone 3:48 4.4 MB<br />
Sharpening with Smart Sharpen 3:55 11.4 MB<br />
Making soft proof corrections 2:54 5.5 MB<br />
Introducing the Photoshop Print dialog 2:44 5.3 MB<br />
Color management and the Photoshop Print dialog 3:32 7.7 MB<br />
Final Print dialog settings 2:33 5.3 MB<br />
The final print 4:05 61.9 MB<br />
10. Speeding Up the Printing Workflow<br />
Setting up a test strip print 2:32 3.7 MB<br />
Modifying the test strip print 5:30 6.2 MB<br />
Understanding rendering intents 2:20 1.4 MB<br />
Test-printing rendering intents 2:35 2.1 MB<br />
Batch-processing with actions 5:50 15.8 MB<br />
The image processor 4:20 8.4 MB</p>
<p><strong>Download</strong></p>
<p><a href="http://shareflare.net/download/82806.87ef6474601f6801d1569e063312/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part1.rar.html">http://shareflare.net/download/82806.87ef6474601f6801d1569e063312/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part1.rar.html</a><br />
<a href="http://shareflare.net/download/75206.74d1188117b1a47ace56a6b7167e/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part2.rar.html">http://shareflare.net/download/75206.74d1188117b1a47ace56a6b7167e/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part2.rar.html</a><br />
<a href="http://shareflare.net/download/22751.2c2a6f8a26a9ccae93fa095a2ead/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part3.rar.html">http://shareflare.net/download/22751.2c2a6f8a26a9ccae93fa095a2ead/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part3.rar.html</a><br />
<a href="http://shareflare.net/download/96642.9a1bbaf96c17fe2843ce631376dd/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part4.rar.html">http://shareflare.net/download/96642.9a1bbaf96c17fe2843ce631376dd/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part4.rar.html</a><br />
<a href="http://shareflare.net/download/35276.37c90f6b025a7dd587081beacdf2/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part5.rar.html">http://shareflare.net/download/35276.37c90f6b025a7dd587081beacdf2/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part5.rar.html</a><br />
<a href="http://shareflare.net/download/24161.2884aedf7a400146de92c4cf63a4/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part6.rar.html">http://shareflare.net/download/24161.2884aedf7a400146de92c4cf63a4/Lynda.com_-_Photoshop_CS4_For_Photographers_Desktop_Printing_Techniques.part6.rar.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/lynda-photoshop-cs4-for-photographer-s-desktop-printing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Life Classic Soul Ballads &#8211; 10 CD Box &#8211; As Seen On TV</title>
		<link>http://booktraining.ws/magazine/time-life-classic-soul-ballads-10-cd-box-as-seen-on-tv.html</link>
		<comments>http://booktraining.ws/magazine/time-life-classic-soul-ballads-10-cd-box-as-seen-on-tv.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 00:08:41 +0000</pubDate>
		<dc:creator>Abdou rahim</dc:creator>
				<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Ballads]]></category>
		<category><![CDATA[Box]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Soul]]></category>
		<category><![CDATA[Time]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=132820</guid>
		<description><![CDATA[Time Life Classic Soul Ballads &#8211; 10 CD Box  As Seen On TV 1.61 GB So sweet, so sultry. They&#8217;re your first choice when the lights are low: the most romantic love soul songs of the &#8217;60s, &#8217;70s, and &#8217;80s. Let Marvin Gaye, Luther Vandross, and other legends sweep you away in this exclusive collection.[ [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/YDF79.jpg" alt="Time Life Classic Soul Ballads - 10 CD Box" /><br />
<strong>Time Life Classic Soul Ballads &#8211; 10 CD Box</strong><br />
<em> As Seen On TV</em><br />
1.61 GB</p>
<p>So sweet, so sultry. They&#8217;re your first choice when the lights are low: the most romantic love soul songs of the &#8217;60s, &#8217;70s, and &#8217;80s. Let Marvin Gaye, Luther Vandross, and other legends sweep you away in this exclusive collection.[</p>
<p>Complete series plus 2 bonus cds</p>
<p>Tracks:<br />
<span id="more-132820"></span><br />
Disc 1<br />
Title     Performer     Time<br />
&#8211; 1  &#8212; Sexual Healing     Gaye     4:03<br />
&#8211; 2  &#8212; Power of Love/Love Power     Vandross     6:44<br />
&#8211; 3  &#8212; Turn off the Lights     Pendergrass     5:55<br />
&#8211; 4  &#8212; Shining Star     Manhattans     4:41<br />
&#8211; 5  &#8212; After the Love Has Gone     Earth     4:30<br />
&#8211; 6  &#8212; Baby Come to Me     Belle     4:12<br />
&#8211; 7  &#8212; Don&#8217;t Say Goodnight (It&#8217;s Time for Love), Pts. 1 &amp; 2     Isley Brothers     5:47<br />
&#8211; 8  &#8212; Juicy Fruit     Mtume     4:33<br />
&#8211; 9  &#8212; Shake You Down     Abbott     4:07<br />
&#8211; 10  &#8212; Me and Mrs. Jones     Paul     4:49<br />
&#8211; 11  &#8212; How &#8216;Bout This     Champaign     4:37<br />
&#8211; 12  &#8212; Always and Forever     Heatwave     6:16<br />
&#8211; 13  &#8212; Betcha by Golly, Wow     Stylistics     3:18<br />
&#8211; 14  &#8212; Shower Me with Your Love     Surface     4:56<br />
&#8211; 15  &#8212; If You Don&#8217;t Know Me by Now     Melvin     3:28</p>
<p>Disc 2<br />
Title     Performer     Time<br />
&#8211; 1     Reasons     Earth     5:00<br />
&#8211; 2     Lean on Me     Withers     4:20<br />
&#8211; 3     You&#8217;ll Never Find Another Love Like Mine     Rawls     3:34<br />
&#8211; 4     Can You Stop the Rain     Bryson     5:04<br />
&#8211; 5     Here and Now     Vandross     5:24<br />
&#8211; 6     Make It Like It Was     Belle     4:02<br />
&#8211; 7     Kiss and Say Goodbye     Manhattans     3:33<br />
&#8211; 8     Best of My Love     Emotions     3:42<br />
&#8211; 9     Have You Seen Her  &#8212; 5:09<br />
&#8211; 10     Caravan of Love     Isley Brothers     5:43<br />
&#8211; 11     Woman to Woman     Brown     3:55<br />
&#8211; 12     Cowboys to Girls     Gamble &amp; Huff     2:36<br />
&#8211; 13     Close Your Eyes     Peaches &amp; Herb     2:36<br />
&#8211; 14     Let Me Make Love to You     OJays     3:40<br />
&#8211; 15     When Will I See You Again     Three Degrees     3:00</p>
<p>Disc 3<br />
Title     Performer     Time<br />
&#8211; 1     Let&#8217;s Get It On     Gaye     4:53<br />
&#8211; 2     Cruisin&#8217;     Robinson     5:54<br />
&#8211; 3     It&#8217;s Ecstasy When You Lie Down Next to Me     White     6:56<br />
&#8211; 4     Just My Imagination (RunningAway with Me)     Temptations     3:50<br />
&#8211; 5     Three Times a Lady     Commodores     3:39<br />
&#8211; 6     You Make Me Feel Brand New     Stylistics     4:46<br />
&#8211; 7     You Should Be Mine (The Woo Woo Song)     Osborne     4:27<br />
&#8211; 8     I&#8217;ll Make Love to You     Boyz II Men     3:57<br />
&#8211; 9     Save the Best for Last     Williams     3:42<br />
&#8211; 10     On My Own     LaBelle, McDonald     4:49<br />
&#8211; 11     Love You Down     Ready For The World     6:29<br />
&#8211; 12     Get Here     Adams     4:36<br />
&#8211; 13     Joanna     Kool &amp; the Gang     4:23<br />
&#8211; 14     I Feel Good All Over     Mills     5:01<br />
&#8211; 15     Ooo Baby Baby     Miracles     2:44</p>
<p>Disc 4<br />
Title     Performer     Time<br />
&#8211; 1     Being with You     Robinson     4:06<br />
&#8211; 2     Playing Your Game, Baby     White     3:37<br />
&#8211; 3     Distant Lover     Gaye     4:15<br />
&#8211; 4     If Only You Knew     LaBelle     4:47<br />
&#8211; 5     I Believe in You and Me     Four Tops     4:00<br />
&#8211; 6     I&#8217;ll Be Good to You     Brothers Johnson     4:43<br />
&#8211; 7     Just to Be Close to You     Commodores     6:23<br />
&#8211; 8     Special Lady     Ray     4:16<br />
&#8211; 9     Love Ballad     L.T.D.     4:35<br />
&#8211; 10     Sweet Thing     Khan, Rufus     3:21<br />
&#8211; 11     Float On     Floaters     4:14<br />
&#8211; 12     Stay in My Corner     Dells     6:11<br />
&#8211; 13     In the Rain     Dramatics     5:07<br />
&#8211; 14     Hey There Lonely Girl     Holman     3:35<br />
&#8211; 15     The Bells     Originals     3:01</p>
<p>Disc 5<br />
Title     Performer     Time<br />
&#8211; 1     I&#8217;ve Been Loving You Too Long (To Stop Now)     Redding     2:58<br />
&#8211; 2     Oh Girl  &#8212; 3:31<br />
&#8211; 3     Something He Can Feel     Franklin     6:19<br />
&#8211; 4     I Keep Forgettin&#8217; (Every Time You&#8217;re Near)     McDonald     3:41<br />
&#8211; 5     Through the Fire     Khan     4:47<br />
&#8211; 6     Miss You Like Crazy     Cole     3:54<br />
&#8211; 7     Let&#8217;s Do It Again     Staple Sings     3:29<br />
&#8211; 8     Always     Atlantic Starr     4:02<br />
&#8211; 9     What You Won&#8217;t Do for Love     Caldwell     4:47<br />
&#8211; 10     Giving You the Best That I Got     Baker     4:16<br />
&#8211; 11     If Ever You&#8217;re in My Arms Again     Bryson     4:12<br />
&#8211; 12     I&#8217;ll Be Around     Spinners     3:13<br />
&#8211; 13     Sideshow     Blue Magic     4:14<br />
&#8211; 14     Nite and Day     Sure     4:00<br />
&#8211; 15     Love Won&#8217;t Let Me Wait     Major Harris     5:33</p>
<p>Disc 6<br />
Title     Performer     Time<br />
&#8211; 1     Close the Door     Pendergrass     5:29<br />
&#8211; 2     Just the Two of Us     Washington, Withers     7:24<br />
&#8211; 3     Rainy Night in Georgia     Benton     3:52<br />
&#8211; 4     Sweet Love     Baker     4:25<br />
&#8211; 5     One in a Million You     Graham     4:11<br />
&#8211; 6     Until You Come Back to Me (That&#8217;s What I&#8217;m Gonna Do)     Franklin     3:27<br />
&#8211; 7     Thin Line Between Love and Hate     Persuaders     3:24<br />
&#8211; 8     Baby, I&#8217;m Yours     Lewis     2:31<br />
&#8211; 9     (If Loving You Is Wrong) I Don&#8217;t Want to Be Right     Ingram     3:34<br />
&#8211; 10     Love Is a Two-Way Street     Moments     3:46<br />
&#8211; 11     Pillow Talk     Sylvia     4:06<br />
&#8211; 12     Hypnotized     Jones     2:37<br />
&#8211; 13     Baby, Come to Me     Austin, Ingram     3:37<br />
&#8211; 14     Natural High     Bloodstone     4:07<br />
&#8211; 15     When a Man Loves a Woman     Sledge     2:51</p>
<p>Disc 7<br />
Title     Performer     Time<br />
&#8211; 1     Midnight Train to Georgia     Knight     4:40<br />
&#8211; 2     Any Love     Vandross     5:01<br />
&#8211; 3     La-La Means I Love You     Delfonics     3:21<br />
&#8211; 4     I Like the Way (The Kissing Game)     Hi-Five     5:45<br />
&#8211; 5     I&#8217;ll Never Love This Way Again     Warwick     3:29<br />
&#8211; 6     Groove Me     King Floyd     3:01<br />
&#8211; 7     You Are My Starship     Connors     4:32<br />
&#8211; 8     Everybody Plays the Fool     Main Ingredient     3:21<br />
&#8211; 9     Going in Circles     Friends Of Distinction     4:14<br />
&#8211; 10     Do What You Do     Jackson     4:27<br />
&#8211; 11     I Do Love You     GQ     4:47<br />
&#8211; 12     Merchant Dream     New Birth     4:27<br />
&#8211; 13     Best Thing That Ever Happened to Me     Knight     3:46<br />
&#8211; 14     I&#8217;m Your Puppet     Purify, Purify     3:02<br />
&#8211; 15     Didn&#8217;t I (Blow Your Mind This Time)     Delfonics     3:24</p>
<p>Disc 8<br />
Title     Performer     Time<br />
&#8211; 1     Rock Me Tonight (For Old Times Sake)     Jackson     7:13<br />
&#8211; 2     Let&#8217;s Stay Together     Green     3:41<br />
&#8211; 3     Misty Blue     Moore     3:37<br />
&#8211; 4     Come Go with Me     Pendergrass     5:50<br />
&#8211; 5     I&#8217;ve Got Love on My Mind     Cole     4:21<br />
&#8211; 6     She&#8217;s Gone     Tavares     3:41<br />
&#8211; 7     Tell It Like It Is     Neville     2:41<br />
&#8211; 8     Lady     Whispers     5:05<br />
&#8211; 9     Lovin&#8217; You     Riperton     3:25<br />
&#8211; 10     That&#8217;s the Way I Feel About &#8216;Cha     Womack     5:11<br />
&#8211; 11     It&#8217;s You That I Need     Enchantment     6:03<br />
&#8211; 12     I&#8217;m So into You     Bryson     5:50<br />
&#8211; 13     You Are My Lady     Jackson     4:43<br />
&#8211; 14     L-O-V-E (Love)     Green     3:03<br />
&#8211; 15     Sukiyaki     Taste Of Honey     3:43</p>
<p>Disc 9<br />
Title     Performer     Time<br />
&#8211; 1     Put It on Paper     Green, Nesby     5:07<br />
&#8211; 2     Don&#8217;t Look Any Further     Edwards, Garrett     4:06<br />
&#8211; 3     Hope That We Can Be TogetherSoon     Melvin, Paige     3:43<br />
&#8211; 4     Ain&#8217;t Nothing Like the Real Thing     Ashford &amp; Simpson     2:16<br />
&#8211; 5     I&#8217;m Gonna Make You Love Me     Ross, Temptations     3:10<br />
&#8211; 6     Ain&#8217;t Understanding Mellow     Butler, Eager     4:24<br />
&#8211; 7     Endless Love     Richie, Ross     4:31<br />
&#8211; 8     You Don&#8217;t Have to Be a Star (To Be in My Show)     Davis, McCoo     3:54<br />
&#8211; 9     Reunited     Peaches     4:02<br />
&#8211; 10     Solid     Ashford, Simpson     3:47<br />
&#8211; 11     Tonight, I Celebrate My Love     Bryson, Flack     3:33<br />
&#8211; 12     Two Hearts     Mills, Pendergrass     4:42</p>
<p>Disc 10<br />
Title     Performer     Time<br />
&#8211; 1     It Takes Two     Gaye, Weston     2:59<br />
&#8211; 2     Love Power     Osborne, Warwick     4:36<br />
&#8211; 3     A Little Bit More     Jackson, Moore     4:57<br />
&#8211; 4     Never Knew Love Like This     Cherrelle, ONeal     5:12<br />
&#8211; 5     If This World Were Mine     Lynn, Vandross     5:25<br />
&#8211; 6     The Last Time I Made Love     Kennedy, Osborne     3:08<br />
&#8211; 7     Your Smile     Angela , René     4:03<br />
&#8211; 8     How Do You Keep the Music Playing     Austin, Ingram     4:19<br />
&#8211; 9     I Knew You Were Waiting (ForMe)     Franklin, Michael     4:03<br />
&#8211; 10     Fire and Desire     James, Marie     7:21<br />
&#8211; 11     Where Do We Go from Here     Lattisaw     4:19<br />
&#8211; 12     Ain&#8217;t No Mountain High Enough     Gaye, Terrell     2:29</p>
<p><strong>Download Links:</strong> 4 files</p>
<p><a href="http://filepost.com/folder/f7a56a1a/" target="_blank">http://filepost.com/folder/f7a56a1a/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/time-life-classic-soul-ballads-10-cd-box-as-seen-on-tv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Programming, 6th Edition (2011)</title>
		<link>http://booktraining.ws/magazine/java-programming-6th-edition-2011.html</link>
		<comments>http://booktraining.ws/magazine/java-programming-6th-edition-2011.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 21:19:05 +0000</pubDate>
		<dc:creator>Abdou rahim</dc:creator>
				<category><![CDATA[Magazine]]></category>
		<category><![CDATA[(2011)]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=132771</guid>
		<description><![CDATA[Java Programming, 6th Edition (2011) Course Technology&#124; 2011 &#124; PDF &#124; 8.4 mb JAVA PROGRAMMING, Sixth Edition provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it can be used to build visually interesting GUI and Web-based applications. Java also provides an [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/yeEIu.jpg" alt="Java Programming, 6th Edition (2011)" width="304" height="375" /><br />
<strong>Java Programming, 6th Edition (2011)</strong><br />
Course Technology| 2011 | PDF | 8.4 mb</p>
<p>JAVA PROGRAMMING, Sixth Edition provides the beginning programmer with a guide to developing applications using the Java programming language.<span id="more-132771"></span> Java is popular among professional programmers because it can be used to build visually interesting GUI and Web-based applications. Java also provides an excellent environment for the beginning programmer ¿ students can quickly build useful programs while learning the basics of structured and object-oriented programming techniques.Kindle textbooks are functionally equivalent to the print textbook. In some cases, individual items such as ancillary images or multimedia have been removed for digital delivery due to rights restrictions.</p>
<p>Product Details</p>
<p>* Print Length: 952 pages<br />
* Publisher: South-Western; 6 edition (February 2, 2011)</p>
<p><strong>Download Links: </strong></p>
<p><a href="http://filepost.com/files/a53dmb12/Course.Java.Programming.6th.Edition.Feb.2011.rar/" target="_blank">http://filepost.com/files/a53dmb12/Course.Java.Programming.6th.Edition.Feb.2011.rar/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/java-programming-6th-edition-2011.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java After Hours: 10 Projects You’ll Never Do at Work</title>
		<link>http://booktraining.ws/magazine/java-after-hours-10-projects-youll-never-do-at-work.html</link>
		<comments>http://booktraining.ws/magazine/java-after-hours-10-projects-youll-never-do-at-work.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:31:43 +0000</pubDate>
		<dc:creator>Abdou rahim</dc:creator>
				<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=132733</guid>
		<description><![CDATA[Java After Hours: 10 Projects You’ll Never Do at Work SAMS &#124; 2005 &#124; 978-0672327476 &#124; chm &#124; 2.8 mb Take your Java programming skills beyond the ordinary. Java After Hours: 10 Projects You&#8217;ll Never Do at Work will make Java your playground with ten detailed projects that will have you exploring the various fields [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/nMAhX.jpg" alt="Java After Hours: 10 Projects You’ll Never Do at Work" /><br />
<strong>Java After Hours: 10 Projects You’ll Never Do at Work</strong><br />
SAMS | 2005 | 978-0672327476 | chm | 2.8 mb</p>
<p>Take your Java programming skills beyond the ordinary. Java After Hours: 10 Projects You&#8217;ll Never Do at Work will make Java your playground with ten detailed projects that will have you exploring the various fields that Java offers to build exciting new programs. You&#8217;ll learn to:<br />
<span id="more-132733"></span><br />
* Create graphics interactively on Web servers<br />
* Send images to Web browsers<br />
* Tinker with Java&#8217;s Swing package to make it do seemingly impossible things<br />
* Search websites and send e-mail from Java programs<br />
* Use multithreading, Ant and more!</p>
<p>Increase your Java arsenal by taking control of Java and explore its possibilities with Java After Hours.</p>
<p>Product Details</p>
<p>* Paperback: 336 pages<br />
* Publisher: Sams (June 18, 2005)<br />
* Language: English<br />
* ISBN-10: 0672327473<br />
* ISBN-13: 978-0672327476</p>
<p><strong>Download Links:</strong></p>
<p><a href="http://filepost.com/files/98m8854e/Java_After_Hours_Chm.rar/" target="_blank">http://filepost.com/files/98m8854e/Java_After_Hours_Chm.rar/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/java-after-hours-10-projects-youll-never-do-at-work.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinuxCBT &#8211; Dynamic Web Applications PHP Edition</title>
		<link>http://booktraining.ws/magazine/linuxcbt-dynamic-web-applications-php-edition.html</link>
		<comments>http://booktraining.ws/magazine/linuxcbt-dynamic-web-applications-php-edition.html#comments</comments>
		<pubDate>Sun, 15 Jan 2012 22:04:30 +0000</pubDate>
		<dc:creator>practica</dc:creator>
				<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=132577</guid>
		<description><![CDATA[LinuxCBT &#8211; Dynamic Web Applications PHP Edition &#124; ISO &#124; 418 MB Genre: Video Training PHP &#8211; Hyper Text Pre-Processor &#8211; Dynamic Web Applications &#38; CLI &#8211; Module IV Installation Identify Online PHP resources Download PHP Identify Apache prerequisite packages and programs &#8211; Modular support (mod.so) Extract, compile and install PHP with Apache modular support Compile [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i31.fastpic.ru/big/2012/0115/35/6432913d4cb2930d789ceebfa9c61535.jpg" alt="" width="250" /><br />
<strong>LinuxCBT &#8211; Dynamic Web Applications PHP Edition | ISO | 418 MB</strong><br />
Genre: Video Training</p>
<p>PHP &#8211; Hyper Text Pre-Processor &#8211; Dynamic Web Applications &amp; CLI &#8211; Module IV</p>
<p><span id="more-132577"></span>Installation</p>
<p>Identify Online PHP resources<br />
Download PHP<br />
Identify Apache prerequisite packages and programs &#8211; Modular support (mod.so)<br />
Extract, compile and install PHP with Apache modular support<br />
Compile and install PHP with Command Line Interface (CLI) support<br />
Identify key PHP configuration files &amp; directories<br />
Configure Apache httpd.conf with PHP integration to provide PHP support<br />
Configure Apache with PHP binary and source support<br />
PHP Basics</p>
<p>Explain PHP-supported long/short/ASP parse-tags &amp; identify configuration changes in php.ini<br />
Hello World script output using echo to the web browser<br />
Describe the various comments supported by PHP<br />
Examine the ouput of PHP-maintained variables using phpinfo()<br />
Explain supported data types via variables (integers, strings, floating points, here documents, arrays, etc.)<br />
Test instantiation of supported variables with default types<br />
Explain Quoting rules and variable interpolation<br />
Demonstrate escape sequences such as tab, new lines, spaces, etc.<br />
Exercise the echo command<br />
Define basic associated arrays (i.e. hashes/dictionaries)<br />
Define nested associative arrays</p>
<p>General Information</p>
<p>Examine key CGI PHP-server variables<br />
HTTP_USER_AGENT<br />
PHP_SELF<br />
REQUEST_METHOD<br />
DOCUMENT_ROOT<br />
REMOTE_ADDR<br />
HTTP_REFERRER<br />
Explore HTTP GET Request Methods via the URLString and Forms<br />
Explore HTTP POST Request Methods via the URLString and Forms<br />
NULL Variables<br />
Basic Math &#8211; PEMDAS<br />
Integer and String Comparison Operators<br />
Examine execution operators for executing Linux Shell commands and obtaining the ouput<br />
Variable assignment via execution operations<br />
Illustrate the usage of nested arrays</p>
<p>Control Structures</p>
<p>IF &#8211; comparisons against integers and strings<br />
Else/Elseif &#8211; comparisons against integers and strings<br />
Test whether variables are of the same type<br />
Comparison negation<br />
C-stlye for loops definition and usage<br />
Generate HTML option boxes using C-style for loops<br />
foreach list iterator loop definition and usage<br />
Generate HTML based on the contents of the list iterated by foreach<br />
While loops definition and usage<br />
Examine filesystem listings using execution operators and while loops<br />
do While definition and usage<br />
Break<br />
Continue<br />
Switch &#8211; for concise if/elseif conditional examination</p>
<p>General Information II</p>
<p>Discuss the applications of Server Side Includes (SSI)<br />
Server Side Includes using require<br />
Server Side Includes using include<br />
Explain and examine the differences between require and include<br />
Demonstrate distributed include applications by including content using HTTP<br />
Header, leftnav, body, and footer definition and integration with require/include<br />
HTML Form defintion using include and control structures<br />
PHP Functions definition and sample usage<br />
ISSET &amp; UNSET for examining and controlling variables<br />
Discuss the way PHP handles uploaded files<br />
Identify key configuration files which affect uploaded files<br />
HTTP File I/O &#8211; uploads &amp; processing via HTML forms<br />
Define back-end action pages to handle HTTP file uploads<br />
Examine available file attributes of HTTP-uploaded files<br />
PHP SMTP E-mail integration discussion<br />
Define scripts to process forms and generate SMTP-based e-mail<br />
Examine PHP Mail function options<br />
Use mutt on the Linux system to examine PHP-generated SMTP-based e-mail</p>
<p>PHP &#8211; Dynamic Web Programming</p>
<p>PHP cookie concepts &amp; usage discussion<br />
Cookie definition and examination on server and client system (Mozilla Firefox)<br />
Set and unset cookies on client system<br />
Make decisions based on the existence of cookies on the client system<br />
Session Variables concepts &amp; usage discussion<br />
Identify pertinent configuration options for session variables<br />
Define session variables<br />
Integrate cookies with session variables<br />
Download MySQL RDBMS packages for usage with PHP<br />
Install MySQL RDBMS for usage with PHP<br />
Download the latest phpMyAdmin for installation<br />
Install phpMyAdmin with Apache supportfor web-based administration of MySQL RDBMS<br />
Recompile PHP for MySQL RDBMS support<br />
Update PHP configuration information to support MySQL<br />
Define basic database structure for usage<br />
Structured Query Language (SQL) integration with PHP<br />
Explain steps for connecting PHP scripts to MySQL<br />
Define and execute SELECT queries<br />
Define and execute INSERT queries<br />
Define and execute UPDATE queries<br />
Define and execute DELETE queries<br />
Forms Processing with MySQL integration<br />
Forms with Cookies<br />
Forms with Session Variables</p>
<p>PHP &#8211; Command Line Interface (CLI)</p>
<p>Discuss concepts and applications<br />
Identify CLI binary<br />
Discuss the possible ways of executing PHP scripts from the CLI<br />
Define and execute PHP one-liners<br />
Execute scripts using PHP binary as a prefix<br />
Explore executing PHP via the Interpreter mode<br />
PHP-Linux SHEBANG definition and usage<br />
Execute basic commands<br />
CLI &#8211; File I/O usage &#8211; Stat files<br />
Examine file attributes<br />
Determine access and modification times and make decisions using control structures</p>
<p>PHP &#8211; Input Validation</p>
<p>Define form and action script to process form fields<br />
Submit form-fields for processing<br />
Examine results<br />
Define input validation masks with regular expressions<br />
Evaluate results<br />
Extend validation masks to command line interface (CLI)<br />
Supply PHP CLI with input<br />
Confirm validation masks</p>
<p><strong>Download</strong><br />
<a href="http://uploaded.to/ref/557340"><img src="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" alt="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" /></a><br />
<a href="http://www.filesonic.com/file/LvK9ViP/linuxcbt-php.part1.rar">http://www.filesonic.com/file/LvK9ViP/linuxcbt-php.part1.rar</a><br />
<a href="http://www.filesonic.com/file/AdDk9UY/linuxcbt-php.part2.rar">http://www.filesonic.com/file/AdDk9UY/linuxcbt-php.part2.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/linuxcbt-dynamic-web-applications-php-edition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3drender : Lighting And Rendering In Maya: Lights And Shadows By Jeremy Birn</title>
		<link>http://booktraining.ws/magazine/3drender-lighting-and-rendering-in-maya-lights-and-shadows-by-jeremy-birn.html</link>
		<comments>http://booktraining.ws/magazine/3drender-lighting-and-rendering-in-maya-lights-and-shadows-by-jeremy-birn.html#comments</comments>
		<pubDate>Thu, 12 Jan 2012 08:27:51 +0000</pubDate>
		<dc:creator>practica</dc:creator>
				<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=132277</guid>
		<description><![CDATA[3drender : Lighting And Rendering In Maya: Lights And Shadows By Jeremy Birn English &#124; MPEG-4 1024&#215;768, 15fps &#124; PCM, 44.1kHz, mono, 705Kbps &#124; ISO &#124; 3.53 GB Genre: Elearning Great lighting is the key to getting professional-looking output from Maya and Mental Ray. Now, for the first time, Pixar Technical Director Jeremy Birn shares [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i30.fastpic.ru/big/2012/0111/90/ca75b410b30013c277a5ca7ebc024490.jpg" alt="" width="250" /><br />
<strong>3drender : Lighting And Rendering In Maya: Lights And Shadows By Jeremy Birn</strong><br />
English | MPEG-4 1024&#215;768, 15fps | PCM, 44.1kHz, mono, 705Kbps | ISO | 3.<span id="more-132277"></span>53 GB<br />
Genre: Elearning</p>
<p>Great lighting is the key to getting professional-looking output from Maya and Mental Ray. Now, for the first time, Pixar Technical Director Jeremy Birn shares his secrets, his settings, and his Maya scenes, in a Maya-specific training DVD. This new DVD features over 3 hours of tightly edited demonstrations of professional lighting and rendering techniques using Maya and Mental Ray.<br />
* Step-by-step lighting of full Maya scenes<br />
* Simulated radiosity style lighting for realism and speed<br />
* Every kind of Maya light and shadow explored in depth<br />
* Hacks, tricks, cheats, and creative uses for light attributes<br />
* Practical approaches to professional-looking color choices<br />
* Ray-traced shadows: how to optimize them and control their appearance<br />
* In-depth guide to fixing different kinds of shadow artifacts and light leaks<br />
* Mental Ray controls in lights, shadows, shaders, and render settings<br />
* Adjusting shadows in reflections, through transparency and fur, in real-time, and in other special cases</p>
<p><strong>Download</strong><br />
<a href="http://uploaded.to/ref/557340"><img src="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" alt="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" /></a><br />
<a href="http://www.filesonic.com/file/boICECi/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part01.rar">http://www.filesonic.com/file/boICECi/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part01.rar</a><br />
<a href="http://www.filesonic.com/file/RvkgWTR/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part02.rar">http://www.filesonic.com/file/RvkgWTR/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part02.rar</a><br />
<a href="http://www.filesonic.com/file/QNHkjUi/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part04.rar">http://www.filesonic.com/file/QNHkjUi/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part04.rar</a><br />
<a href="http://www.filesonic.com/file/x9gEzcj/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part05.rar">http://www.filesonic.com/file/x9gEzcj/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part05.rar</a><br />
<a href="http://www.filesonic.com/file/Rvkg3EY/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part06.rar">http://www.filesonic.com/file/Rvkg3EY/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part06.rar</a><br />
<a href="http://www.filesonic.com/file/U8uLrUJ/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part07.rar">http://www.filesonic.com/file/U8uLrUJ/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part07.rar</a><br />
<a href="http://www.filesonic.com/file/tPgfHkX/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part08.rar">http://www.filesonic.com/file/tPgfHkX/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part08.rar</a><br />
<a href="http://www.filesonic.com/file/pZUfGk2/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part09.rar">http://www.filesonic.com/file/pZUfGk2/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part09.rar</a><br />
<a href="http://www.filesonic.com/file/qy4qTJ4/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part10.rar">http://www.filesonic.com/file/qy4qTJ4/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part10.rar</a><br />
<a href="http://www.filesonic.com/file/hjvJf9n/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part11.rar">http://www.filesonic.com/file/hjvJf9n/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part11.rar</a><br />
<a href="http://www.filesonic.com/file/e9vbHPT/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part13.rar">http://www.filesonic.com/file/e9vbHPT/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part13.rar</a><br />
<a href="http://www.filesonic.com/file/u0OgDkE/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part12.rar">http://www.filesonic.com/file/u0OgDkE/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part12.rar</a><br />
<a href="http://www.filesonic.com/file/DXRWNxI/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part14.rar">http://www.filesonic.com/file/DXRWNxI/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part14.rar</a></p>
<p><strong>Mirror</strong><br />
<a href="http://filepost.com/files/4e1cfad9/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part01.rar">http://filepost.com/files/4e1cfad9/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part01.rar</a><br />
<a href="http://filepost.com/files/8mbacmm1/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part02.rar">http://filepost.com/files/8mbacmm1/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part02.rar</a><br />
<a href="http://filepost.com/files/72954e3c/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part03.rar">http://filepost.com/files/72954e3c/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part03.rar</a><br />
<a href="http://filepost.com/files/a565e92b/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part04.rar">http://filepost.com/files/a565e92b/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part04.rar</a><br />
<a href="http://filepost.com/files/7aa99af7/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part05.rar">http://filepost.com/files/7aa99af7/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part05.rar</a><br />
<a href="http://filepost.com/files/5e97b63m/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part06.rar">http://filepost.com/files/5e97b63m/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part06.rar</a><br />
<a href="http://filepost.com/files/b1518cec/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part07.rar">http://filepost.com/files/b1518cec/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part07.rar</a><br />
<a href="http://filepost.com/files/8374md76/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part08.rar">http://filepost.com/files/8374md76/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part08.rar</a><br />
<a href="http://filepost.com/files/5e3ac81f/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part09.rar">http://filepost.com/files/5e3ac81f/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part09.rar</a><br />
<a href="http://filepost.com/files/m8e1f8b4/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part10.rar">http://filepost.com/files/m8e1f8b4/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part10.rar</a><br />
<a href="http://filepost.com/files/e3m346bf/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part11.rar">http://filepost.com/files/e3m346bf/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part11.rar</a><br />
<a href="http://filepost.com/files/6749f27d/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part12.rar">http://filepost.com/files/6749f27d/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part12.rar</a><br />
<a href="http://filepost.com/files/3489b7d5/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part13.rar">http://filepost.com/files/3489b7d5/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part13.rar</a><br />
<a href="http://filepost.com/files/6df77ffm/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part14.rar">http://filepost.com/files/6df77ffm/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part14.rar</a><br />
<a href="http://filepost.com/files/md5ee1ed/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part15.rar">http://filepost.com/files/md5ee1ed/Lighting.And.Rendering.In.Maya.Lights.And.Shadows.part15.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/3drender-lighting-and-rendering-in-maya-lights-and-shadows-by-jeremy-birn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Administration skills EL-6 Edition</title>
		<link>http://booktraining.ws/magazine/linux-administration-skills-el-6-edition.html</link>
		<comments>http://booktraining.ws/magazine/linux-administration-skills-el-6-edition.html#comments</comments>
		<pubDate>Sun, 01 Jan 2012 00:53:12 +0000</pubDate>
		<dc:creator>practica</dc:creator>
				<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=131748</guid>
		<description><![CDATA[Linux Administration skills EL-6 Edition English &#124; mov 132 kb/s &#124; 800&#215;600 5.00 fps(r) &#124; aac s16, 64 kb/s (eng) &#124; aac 64 kb/s &#124; 2.87 GB Genre: VideoTraing LinuxCBT EL-6 Edition focuses on the RedHat ® Enterprise 6 GNU / Linux operating System. LinuxCBT EL-6 Edition, is unparalleled in content. LinuxCBT EL-6 Edition prepares [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i31.fastpic.ru/big/2011/1231/84/029ca737bba7a6e62e931597742a6784.jpg" alt="" width="250" /><br />
<strong>Linux Administration skills EL-6 Edition</strong><br />
English | mov 132 kb/s | 800&#215;600 5.00 fps(r) | aac s16, 64 kb/s (eng) | aac 64 kb/s | 2.87 GB<br />
<span id="more-131748"></span>Genre: VideoTraing</p>
<p>LinuxCBT EL-6 Edition focuses on the RedHat ® Enterprise 6 GNU / Linux operating System. LinuxCBT EL-6 Edition, is unparalleled in content. LinuxCBT EL-6 Edition prepares you or your organization for successfully deploying and managing business-critical RedHat ® Enterprise 6-based solutions. Let LinuxCBT EL-6 Edition Bolster your GNU / Linux Administration skills.<br />
Recommended Prerequisites for: LinuxCBT EL-6 Edition Determination to master Linux and related Open-source applications Intermediate to Advanced Windows ® Networking skills Understanding of Networking Concepts: OSI Model Physical or virtual machine exercises</p>
<p>* Installations-Network &#8211; VNC &#8211; Kickstart<br />
o Discuss features of RedHat ® Enterprise Linux 6<br />
o Create HTTP Installation source tree<br />
o Explore options Installation<br />
o Install VIA HTTP &#8211; Text Mode<br />
o Perform VNC Install<br />
o Graphical Installation<br />
o Kickstart, automated Installation<br />
o Use Rescue Mode<br />
o Single-User Explore Mode<br />
o Discuss INIT &#8211; Upstart facilities</p>
<p><strong>Download</strong><br />
<a href="http://uploaded.to/ref/557340"><img src="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" alt="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" /></a><br />
<a href="http://www.filesonic.com/file/GjIfUqP/LinuxCBT.EL.6.Edition.part01.rar">http://www.filesonic.com/file/GjIfUqP/LinuxCBT.EL.6.Edition.part01.rar</a><br />
<a href="http://www.filesonic.com/file/FyX7eq1/LinuxCBT.EL.6.Edition.part02.rar">http://www.filesonic.com/file/FyX7eq1/LinuxCBT.EL.6.Edition.part02.rar</a><br />
<a href="http://www.filesonic.com/file/vZw2Xls/LinuxCBT.EL.6.Edition.part03.rar">http://www.filesonic.com/file/vZw2Xls/LinuxCBT.EL.6.Edition.part03.rar</a><br />
<a href="http://www.filesonic.com/file/x9htMhb/LinuxCBT.EL.6.Edition.part04.rar">http://www.filesonic.com/file/x9htMhb/LinuxCBT.EL.6.Edition.part04.rar</a><br />
<a href="http://www.filesonic.com/file/pZx7Kxg/LinuxCBT.EL.6.Edition.part05.rar">http://www.filesonic.com/file/pZx7Kxg/LinuxCBT.EL.6.Edition.part05.rar</a><br />
<a href="http://www.filesonic.com/file/XzVXe6w/LinuxCBT.EL.6.Edition.part06.rar">http://www.filesonic.com/file/XzVXe6w/LinuxCBT.EL.6.Edition.part06.rar</a><br />
<a href="http://www.filesonic.com/file/kkY6ZIE/LinuxCBT.EL.6.Edition.part07.rar">http://www.filesonic.com/file/kkY6ZIE/LinuxCBT.EL.6.Edition.part07.rar</a><br />
<a href="http://www.filesonic.com/file/OHVle3f/LinuxCBT.EL.6.Edition.part08.rar">http://www.filesonic.com/file/OHVle3f/LinuxCBT.EL.6.Edition.part08.rar</a><br />
<a href="http://www.filesonic.com/file/e9PmJPv/LinuxCBT.EL.6.Edition.part09.rar">http://www.filesonic.com/file/e9PmJPv/LinuxCBT.EL.6.Edition.part09.rar</a><br />
<a href="http://www.filesonic.com/file/oQf1Tpd/LinuxCBT.EL.6.Edition.part10.rar">http://www.filesonic.com/file/oQf1Tpd/LinuxCBT.EL.6.Edition.part10.rar</a><br />
<a href="http://www.filesonic.com/file/GjIfa3E/LinuxCBT.EL.6.Edition.part11.rar">http://www.filesonic.com/file/GjIfa3E/LinuxCBT.EL.6.Edition.part11.rar</a><br />
<a href="http://www.filesonic.com/file/S9sGbWG/LinuxCBT.EL.6.Edition.part12.rar">http://www.filesonic.com/file/S9sGbWG/LinuxCBT.EL.6.Edition.part12.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/linux-administration-skills-el-6-edition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Traveling Salesman Problem: A Computational Study (Princeton Series in Applied Mathematics)</title>
		<link>http://booktraining.ws/magazine/the-traveling-salesman-problem-a-computational-study-princeton-series-in-applied-mathematics.html</link>
		<comments>http://booktraining.ws/magazine/the-traveling-salesman-problem-a-computational-study-princeton-series-in-applied-mathematics.html#comments</comments>
		<pubDate>Tue, 27 Dec 2011 07:24:24 +0000</pubDate>
		<dc:creator>spyder</dc:creator>
				<category><![CDATA[Magazine]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=131484</guid>
		<description><![CDATA[The Traveling Salesman Problem: A Computational Study (Princeton Series in Applied Mathematics) Princeton University Press &#124; 2007 &#124; David L. Applegate, Robert E. Bixby, Vasek Chvatal, William J. Cook &#124; PDF &#124; 31.03 MB This book presents the latest findings on one of the most intensely investigated subjects in computational mathematics&#8211;the traveling salesman problem. It [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ecx.images-amazon.com/images/I/51jyILPcdGL.jpg" alt="" width="200" height="300" /><br />
<strong>The Traveling Salesman Problem: A Computational Study (Princeton Series in Applied Mathematics)</strong><br />
<em>Princeton University Press | 2007 | David L. Applegate, Robert E. Bixby, Vasek Chvatal, William J. Cook | PDF | 31.03 MB</em></p>
<p>This book presents the latest findings on one of the most intensely investigated subjects in computational mathematics&#8211;the traveling salesman problem. It sounds simple enough: given a set of cities and the cost of travel between each pair of them, the problem challenges you to find the cheapest route by which to visit all the cities and return home to where you began. Though seemingly modest, this exercise has inspired studies by mathematicians, chemists, and physicists. Teachers use it in the classroom. It has <span id="more-131484"></span>practical applications in genetics, telecommunications, and neuroscience.The authors of this book are the same pioneers who for nearly two decades have led the investigation into the traveling salesman problem. They have derived solutions to almost eighty-six thousand cities, yet a general solution to the problem has yet to be discovered. Here they describe the method and computer code they used to solve a broad range of large-scale problems, and along the way they demonstrate the interplay of applied mathematics with increasingly powerful computing platforms. They also give the fascinating history of the problem&#8211;how it developed, and why it continues to intrigue us.</p>
<p><a href="http://uploading.com/files/ede77849/The_traveling_salesman_problem__a_computational_study.pdf/">Uploading</a><br />
<a href="http://www.filesonic.com/file/hjQUiAY/The_traveling_salesman_problem__a_computational_study.pdf">Filesonic</a><br />
<a href="http://filepost.com/files/1131mf9c/The_traveling_salesman_problem__a_computational_study.pdf">Filepost</a><br />
<a href="http://www.fileserve.com/file/TGcNutB/The_traveling_salesman_problem__a_computational_study.pdf">Fileserve</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/magazine/the-traveling-salesman-problem-a-computational-study-princeton-series-in-applied-mathematics.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Total Training for Website Design</title>
		<link>http://booktraining.ws/video-training/total-training-for-website-design.html</link>
		<comments>http://booktraining.ws/video-training/total-training-for-website-design.html#comments</comments>
		<pubDate>Thu, 15 Dec 2011 00:05:44 +0000</pubDate>
		<dc:creator>practica</dc:creator>
				<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Video Training]]></category>

		<guid isPermaLink="false">http://booktraining.ws/?p=130901</guid>
		<description><![CDATA[Total Training for Website Design Language: English &#124; ASIN: B000GQPS1Y &#124; .ISO &#124; 6.09 GB Genre: eLearning These video tutorials equip you with the skills necessary to turn an ordinary website into one that&#8217;s content-rich using popular web design and development tools: Dreamweaver, Fireworks, Flash, Contribute, Photoshop, and Illustrator. You&#8217;ll be amazed at how easy [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i28.fastpic.ru/big/2011/1212/0a/309f69957ec7ff0579562babe67ae00a.jpg" alt="" width="250" /><br />
<strong>Total Training for Website Design</strong><br />
Language: English | ASIN: B000GQPS1Y | .ISO | 6.09 GB<br />
Genre: eLearning</p>
<p><span id="more-130901"></span>These video tutorials equip you with the skills necessary to turn an ordinary website into one that&#8217;s content-rich using popular web design and development tools: Dreamweaver, Fireworks, Flash, Contribute, Photoshop, and Illustrator. You&#8217;ll be amazed at how easy it is to combine these programs interchangeably. John shares his expertise to help you understand how to ensure compatibility across multiple browsers and platforms.<br />
Highlights</p>
<p>* Learn tips on logo enhancements, stock photo materials, as well as template designs and layouts.<br />
* Discover how to utilize your website to build out marketing materials, like brochures, business cards, and company letterhead.<br />
* Become truly skilled at how to publish your web projects also to cell phones and kiosks.</p>
<p>Experience Level: Beginner Through Advanced<br />
Running Time: 11 Hrs, 2 DVDs (ROM)<br />
Project Files: Included</p>
<p>DVD 1:<br />
01. Intoduction &amp; Project Background (10:08 min)<br />
02. Creating a Company Logo with Illustrator?(24:52 min)<br />
03. Website Layout using Photoshop?(48:56 min)<br />
04. Making Slices with Fireworks?(46:50 min)<br />
05. Creating a Dreamweaver?Site (32:00 min)<br />
06. Cascading Style Sheets (46:19 min)<br />
07. Main Navigation Systems (47:19 min)<br />
08. DHTML Layers, Interactivity &amp; Forms (51:42 min)</p>
<p>DVD 2:<br />
01. Advanced Gallery Pages (67:58 min)<br />
02. Flash?Elements &amp; Flash Video (26:32 min)<br />
03. Making Flash?Slideshows (59:35 min)<br />
04. Creating A Flash?Banner Ad (49:38 min)<br />
05. Making A Mini Flash?Site (73:36 min)<br />
06. Site Testing &amp; Publishing (36:32 min)<br />
07. Workgroup Integration Using Contribute?(20:47 min)<br />
08. Incorporating Print Materials (30:07 min)</p>
<p><strong>Download</strong><br />
<a href="http://uploaded.to/ref/557340"><img src="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" alt="http://i1189.photobucket.com/albums/z431/reevn/photo/preaccos.png" /></a><br />
<a href="http://www.filesonic.com/file/4220528965/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part01.rar">http://www.filesonic.com/file/4220528965/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part01.rar</a><br />
<a href="http://www.filesonic.com/file/4220530245/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part02.rar">http://www.filesonic.com/file/4220530245/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part02.rar</a><br />
<a href="http://www.filesonic.com/file/4222413135/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part03.rar">http://www.filesonic.com/file/4222413135/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part03.rar</a><br />
<a href="http://www.filesonic.com/file/4220665205/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part04.rar">http://www.filesonic.com/file/4220665205/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part04.rar</a><br />
<a href="http://www.filesonic.com/file/4220512525/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part05.rar">http://www.filesonic.com/file/4220512525/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part05.rar</a><br />
<a href="http://www.filesonic.com/file/4220556435/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part06.rar">http://www.filesonic.com/file/4220556435/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part06.rar</a><br />
<a href="http://www.filesonic.com/file/4220545555/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part07.rar">http://www.filesonic.com/file/4220545555/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part07.rar</a><br />
<a href="http://www.filesonic.com/file/4221427245/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part08.rar">http://www.filesonic.com/file/4221427245/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part08.rar</a><br />
<a href="http://www.filesonic.com/file/4224437615/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part09.rar">http://www.filesonic.com/file/4224437615/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part09.rar</a><br />
<a href="http://www.filesonic.com/file/4224437485/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part10.rar">http://www.filesonic.com/file/4224437485/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part10.rar</a><br />
<a href="http://www.filesonic.com/file/4220512595/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part11.rar">http://www.filesonic.com/file/4220512595/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part11.rar</a><br />
<a href="http://www.filesonic.com/file/4224527115/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part12.rar">http://www.filesonic.com/file/4224527115/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part12.rar</a><br />
<a href="http://www.filesonic.com/file/4220512615/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part13.rar">http://www.filesonic.com/file/4220512615/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part13.rar</a><br />
<a href="http://www.filesonic.com/file/4224437455/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part14.rar">http://www.filesonic.com/file/4224437455/TotalTraining.for.Website.Design.Extreme.Website.Makeover.part14.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://booktraining.ws/video-training/total-training-for-website-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

