<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 10 Sep 2010 15:20:52 -0400 -->
<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>
    <atom:link href="http://pdfcast.org/rss/user/desantis" rel="self" type="application/rss+xml" />
    <title>PDF Posted by desantis - PDFCast.org</title>
    <link>http://pdfcast.org/rss/user/desantis</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title><![CDATA[Hibernate Reference Documentation]]></title>
      <description><![CDATA[If you are new to Hibernate and Object/Relational Mapping or even Java, please follow these steps:

1.Read Chapter 1, Introduction to Hibernate for a tutorial with step-by-step ...]]></description>
      <content:encoded><![CDATA[If you are new to Hibernate and Object/Relational Mapping or even Java, please follow these steps:<br />
<br />
1.Read Chapter 1, Introduction to Hibernate for a tutorial with step-by-step instructions. The source code for the tutorial is included in the distribution in the doc/reference/tutorial/ directory.<br />
<br />
2.Read Chapter 2, Architecture to understand the environments where Hibernate can be used.<br />
<br />
3.Have a look at the eg/ directory in the Hibernate distribution, it contains a simple standalone application. Copy your JDBC driver to the lib/ directory and edit etc/hibernate.properties , specifying correct val- ues for your database. From a command prompt in the distribution directory, type ant eg (using Ant), or under Windows, type build eg.<br />
<br />
4.Use this reference documentation as your primary source of information. Consider reading Hibernate in Action (http://www.manning.com/bauer) if you need more help with application design or if you prefer a step-by-step tutorial. Also visit http://caveatemptor.hibernate.org and download the example application for Hibernate in Action.<br />
<br />
5.FAQs are answered on the Hibernate website.<br />
<br />
6.Third party demos, examples, and tutorials are linked on the Hibernate website.<br />
<br />
7.The Community Area on the Hibernate website is a good resource for design patterns and various integration solutions (Tomcat, JBoss AS, Struts, EJB, etc.).]]></content:encoded>
      <link>http://pdfcast.org/pdf/hibernate-reference-documentation</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/hibernate-reference-documentation</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Tutorial on C Language Programming]]></title>
      <description><![CDATA[Tutorial on C Language Program
Teodor Rus
The University of Iowa, Department of Computer Science
]]></description>
      <content:encoded><![CDATA[Tutorial on C Language Program<br />
Teodor Rus<br />
The University of Iowa, Department of Computer Science<br />
]]></content:encoded>
      <link>http://pdfcast.org/pdf/tutorial-on-c-language-programming</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/tutorial-on-c-language-programming</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Advanced programming with lcc&#45;win32]]></title>
      <description><![CDATA[C programming with lcc-win32. Jacob Navia and Friedrich Dominicus. This document is part of the lcc-win32 documentation.]]></description>
      <content:encoded><![CDATA[C programming with lcc-win32. Jacob Navia and Friedrich Dominicus. This document is part of the lcc-win32 documentation.]]></content:encoded>
      <link>http://pdfcast.org/pdf/advanced-programming-with-lcc-win32</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/advanced-programming-with-lcc-win32</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[C Programming Tutorial]]></title>
      <description><![CDATA[This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous acquittance with ...]]></description>
      <content:encoded><![CDATA[This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous acquittance with programming - you need to know what a variable is and what a function is - but you do not need much experience. It is not essential to follow the order of the chapters rigorously, but if you are a beginner to C it is recommended. When it comes down to it, most languages have basically the same kinds of features: variables, ways of making loops, ways of making decisions, ways of accessing files etc. If you want to plan your assault on C, think about what you already know about programming and what you expect to look for in C. You will most likely find all of those things and more, as you work though the chapters.]]></content:encoded>
      <link>http://pdfcast.org/pdf/c-programming-tutorial</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/c-programming-tutorial</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Programming in C A Tutorial]]></title>
      <description><![CDATA[This memorandum is a tutorial to make learning C as painless as possible. The first part concentrates on the central features of C; the second part discusses those parts of the language which are ...]]></description>
      <content:encoded><![CDATA[This memorandum is a tutorial to make learning C as painless as possible. The first part concentrates on the central features of C; the second part discusses those parts of the language which are useful (usually for getting more efficient and smaller code) but which are not necessary for the new user. This is not a ref- erence manual. Details and special cases will be skipped ruthlessly, and no attempt will be made to cover every language feature. The order of presentation is hopefully pedagogical instead of logical. Users who would like the full story should consult the C Reference Manual by D. M. Ritchie [1], which should be read for details anyway. Runtime support is described in [2] and [3]; you will have to read one of these to learn how to compile and run a C program.]]></content:encoded>
      <link>http://pdfcast.org/pdf/programming-in-c-a-tutorial</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/programming-in-c-a-tutorial</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[C Reference Card (ANSI)]]></title>
      <description><![CDATA[C Reference Card (ANSI)
C Reference Card (ANSI)
C Reference Card (ANSI)
C Reference Card (ANSI)
C Reference Card (ANSI)
]]></description>
      <content:encoded><![CDATA[C Reference Card (ANSI)<br />
C Reference Card (ANSI)<br />
C Reference Card (ANSI)<br />
C Reference Card (ANSI)<br />
C Reference Card (ANSI)<br />
]]></content:encoded>
      <link>http://pdfcast.org/pdf/c-reference-card-ansi</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/c-reference-card-ansi</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Design Rules for Drawing Masks using AutoCAD]]></title>
      <description><![CDATA[AutoCAD is often used to draw masks for microelectronic circuits because it is widely available and gives the experienced user many tools for laying out unusual shapes. However no mask making machine ...]]></description>
      <content:encoded><![CDATA[AutoCAD is often used to draw masks for microelectronic circuits because it is widely available and gives the experienced user many tools for laying out unusual shapes. However no mask making machine is controlled directly by AutoCAD&#8217;s DXF file. Instead the DXF file is translated in one or more steps into a data file that controls the mask making machine.]]></content:encoded>
      <link>http://pdfcast.org/pdf/design-rules-for-drawing-masks-using-autocad</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/design-rules-for-drawing-masks-using-autocad</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[DRAWING WITH AUTOCAD 2000 &#45; INTRODUCTION]]></title>
      <description><![CDATA[This is the first of a series of tutorial introductions to CAD. The overriding aim with these tutorial guides is to give you a firm conceptual understanding of CAD, the scope of techniques available ...]]></description>
      <content:encoded><![CDATA[This is the first of a series of tutorial introductions to CAD. The overriding aim with these tutorial guides is to give you a firm conceptual understanding of CAD, the scope of techniques available for design and presentation, and strategies for approaching a variety of CAD tasks.<br />
<br />
In this first tutorial, we will go through the process of starting up AutoCAD on the computer and then look at some of the basic drawing and editing commands. In the next tutorial, we will begin the process of drawing something very simple in order to learn how to attack a drawing task with this system. These tutorials are deliberately verbose, explaining concepts and ideas as you along. It is important, therefore, that you take the time to read and understand those explanations.<br />
<br />
These tutorials are written for AutoCAD 2000 running under the Windows 95/98 operating environment. Some of the later tutorials make use of enhancement packages that are sold in conjunction with AutoCAD to address specific disciplinary CAD modeling tasks. ]]></content:encoded>
      <link>http://pdfcast.org/pdf/drawing-with-autocad-2000-introduction</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/drawing-with-autocad-2000-introduction</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Making the Leap: from AutoCAD to Autodesk Inventor]]></title>
      <description><![CDATA[10 Easy Steps from CADENCE Magazine Columnist, Lynn Allen.

This booklet is intended to be an easy read and a friendly introduction to the world of Autodesk Inventor.Delivered in 10 ...]]></description>
      <content:encoded><![CDATA[10 Easy Steps from CADENCE Magazine Columnist, Lynn Allen.<br />
<br />
This booklet is intended to be an easy read and a friendly introduction to the world of Autodesk Inventor.Delivered in 10 easily digestible doses, it covers the basics in a way that I hope makes you feel comfortable taking your first steps into this robust and exciting 3D modeling package. You&#8217;ll even discover that if you aren&#8217;t ready for the world of three dimensions yet,Autodesk Inventor is an amazing 2D program as well.The parametric modeling capabilities in Autodesk Inventor kick the IQ of the program up so many notches you&#8217;ll find that it does much of the work for you! In fact, Autodesk Inventor is so smart and so easy to use that you&#8217;ll keep thinking there must be a catch (I certainly did!). There&#8217;s no catch&#8212;it&#8217;s just a remarkable program that&#8217;s built on tomorrow&#8217;s technology. And why shouldn&#8217;t it be? It&#8217;s written by the company you&#8217;ve trusted with your designs for over 20 years&#8212;Autodesk!<br />
]]></content:encoded>
      <link>http://pdfcast.org/pdf/making-the-leap-from-autocad-to-autodesk-inventor</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/making-the-leap-from-autocad-to-autodesk-inventor</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Introduction to AutoCAD]]></title>
      <description><![CDATA[Software Guides
Information and Learning
Resource Services
Starting AutoCAD, Coordinate Systems, 2D Drawings, Frequently used commands]]></description>
      <content:encoded><![CDATA[Software Guides<br />
Information and Learning<br />
Resource Services<br />
Starting AutoCAD, Coordinate Systems, 2D Drawings, Frequently used commands]]></content:encoded>
      <link>http://pdfcast.org/pdf/introduction-to-autocad</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/introduction-to-autocad</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Autodesk Inventor Tutorial Chapter 3]]></title>
      <description><![CDATA[Assembly Modeling
With the exception of very simple objects, such as ruler, most objects have more than one part put together to form a useful whole. The set of parts put together is called an ...]]></description>
      <content:encoded><![CDATA[Assembly Modeling<br />
With the exception of very simple objects, such as ruler, most objects have more than one part put together to form a useful whole. The set of parts put together is called an assembly. When you design the parts for an assembly, the relative dimensions and positions of parts, and how they fit together, are crucial. You need to know whether there is any interference among the mating parts. if there is interference, you need to find out where it occurs; then you can eliminate it. Apart from fitting the parts together, you also need to validate relative motions and check clearances if there are moving parts in the assembly. Moreover, you should critically evaluate the parts and the assembly as a whole to ensure the assembly functions correctly in accordance with the design intent. To shorten the design lead time, you construct virtual assemblies in the computer to validate the integrity of the parts and the assembly.]]></content:encoded>
      <link>http://pdfcast.org/pdf/autodesk-inventor-tutorial-chapter-3</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/autodesk-inventor-tutorial-chapter-3</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Autodesk Inventor Tutorial Chapter 2]]></title>
      <description><![CDATA[Introduction to Part Modeling
Autodesk Inventor is a parametric feature-based solid modeling application. Parameters of all objects are modifiable. To construct a 3D solid model, you think ...]]></description>
      <content:encoded><![CDATA[Introduction to Part Modeling<br />
Autodesk Inventor is a parametric feature-based solid modeling application. Parameters of all objects are modifiable. To construct a 3D solid model, you think about how to decompose it into feature, construct the features one by one, and combine them as you construct them. To construct the solid feature, you either make sketches or select a pre-constructed solid feature from the menu.]]></content:encoded>
      <link>http://pdfcast.org/pdf/autodesk-inventor-tutorial-chapter-2</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/autodesk-inventor-tutorial-chapter-2</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Autodesk Inventor Tutorial Chapter 1]]></title>
      <description><![CDATA[Autodesk Inventor Functions
A product usually consists of a number of component parts. Using computer as a tool to design and manufacture products, you construct computer models to represent ...]]></description>
      <content:encoded><![CDATA[Autodesk Inventor Functions<br />
A product usually consists of a number of component parts. Using computer as a tool to design and manufacture products, you construct computer models to represent each individual component of the product and put the computer models together to form a virtual assembly to explore and evaluate the integrity of the design. To illustrate how the component of an assembly are related to each other, you explode them apart. Although it is very common to use electronic data of computer models directly in downstream computerized manufacturing operations, you output engineering drawings from the computer models of the individual parts, assemblies, and exploded assemblies. Serving these design requirements, Autodesk Inventor has four basic functions: constructing 3D parametric solid parts, assemblies of solid parts, exploded presentations of assemblies, and engineering drawings.]]></content:encoded>
      <link>http://pdfcast.org/pdf/autodesk-inventor-tutorial-chapter-1</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/autodesk-inventor-tutorial-chapter-1</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[A Photosho Tutorial for Photographers]]></title>
      <description><![CDATA[Five years ago we sold our darkroom equipment and move our image editing to the computer. The image editing software we choose was Adobe Photoshop. It took us about a yer to be able to make images ...]]></description>
      <content:encoded><![CDATA[Five years ago we sold our darkroom equipment and move our image editing to the computer. The image editing software we choose was Adobe Photoshop. It took us about a yer to be able to make images from the computer that were as good ones we had made in our web darkroom. Today we are making images that we could not event have dreamed of making before. Since then our expertise in Photoshop has increased many times over, but our basic workflow has remained the same. These tutorials are based on Photoshop version 6 for Windows.]]></content:encoded>
      <link>http://pdfcast.org/pdf/a-photosho-tutorial-for-photographers</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/a-photosho-tutorial-for-photographers</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[ADOBE PHOTOSHOP CS3 TUTORIAL]]></title>
      <description><![CDATA[Adobe Photoshop CS3 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe ImageReady, and other products in the Adobe Creative ...]]></description>
      <content:encoded><![CDATA[Adobe Photoshop CS3 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe ImageReady, and other products in the Adobe Creative Suite. This tutorial is an introduction to using Adobe Photoshop. Here you will learn how to get started, how to use the interface, and how to modify images with basic Photoshop tools. ]]></content:encoded>
      <link>http://pdfcast.org/pdf/adobe-photoshop-cs3-tutorial</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/adobe-photoshop-cs3-tutorial</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Photoshop CS2 Workflow: The Digital Photographer&#39;s Guide]]></title>
      <description><![CDATA[SYBEX Sample Chapter
Photoshop CS2 Workflow: The Digital Photographer's Guide
Chapter 5: Tone and Color]]></description>
      <content:encoded><![CDATA[SYBEX Sample Chapter<br />
Photoshop CS2 Workflow: The Digital Photographer's Guide<br />
Chapter 5: Tone and Color]]></content:encoded>
      <link>http://pdfcast.org/pdf/photoshop-cs2-workflow-the-digital-photographer-s-guide</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/photoshop-cs2-workflow-the-digital-photographer-s-guide</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Adobe Photoshop 7.0 Quick Reference Card for Windows]]></title>
      <description><![CDATA[Adobe Photoshop 7.0 Quick Reference Card for Windows
Adobe Photoshop 7.0 Quick Reference Card for Windows]]></description>
      <content:encoded><![CDATA[Adobe Photoshop 7.0 Quick Reference Card for Windows<br />
Adobe Photoshop 7.0 Quick Reference Card for Windows]]></content:encoded>
      <link>http://pdfcast.org/pdf/adobe-photoshop-7-0-quick-reference-card-for-windows</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/adobe-photoshop-7-0-quick-reference-card-for-windows</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Photoshop CS2 Keyboard Shortcuts]]></title>
      <description><![CDATA[Adobe Photoshop CS2 Keyboard Shortcuts
Adobe Photoshop CS2 Keyboard Shortcuts
Adobe Photoshop CS2 Keyboard Shortcuts]]></description>
      <content:encoded><![CDATA[Adobe Photoshop CS2 Keyboard Shortcuts<br />
Adobe Photoshop CS2 Keyboard Shortcuts<br />
Adobe Photoshop CS2 Keyboard Shortcuts]]></content:encoded>
      <link>http://pdfcast.org/pdf/photoshop-cs2-keyboard-shortcuts</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/photoshop-cs2-keyboard-shortcuts</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Oracle/SQL Tutorial]]></title>
      <description><![CDATA[This Oracle/SQL tutorial provides a detailed introduction to the SQL query language and the Oracle Relational Database Management System. Further information about Oracle and SQL can be found on the ...]]></description>
      <content:encoded><![CDATA[This Oracle/SQL tutorial provides a detailed introduction to the SQL query language and the Oracle Relational Database Management System. Further information about Oracle and SQL can be found on the web site www.db.cs.ucdavis.edu/dbs]]></content:encoded>
      <link>http://pdfcast.org/pdf/oracle-sql-tutorial</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/oracle-sql-tutorial</guid>
      <category></category>
    </item>
    <item>
      <title><![CDATA[Microsoft Word Tutorial]]></title>
      <description><![CDATA[You have just finished a very basic tutorial in using Microsoft Word. There are many other things you can do with this amazing program. The Question Mark icon at the extreme top right of your screen ...]]></description>
      <content:encoded><![CDATA[You have just finished a very basic tutorial in using Microsoft Word. There are many other things you can do with this amazing program. The Question Mark icon at the extreme top right of your screen is the Help menu. When you have a question about the icons on the screen, pull down the Help menu and when you have a question about how to do something with Microsoft Word, choose Microsoft Word Help.]]></content:encoded>
      <link>http://pdfcast.org/pdf/microsoft-word-tutorial</link>
      <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://pdfcast.org/pdf/microsoft-word-tutorial</guid>
      <category></category>
    </item>
  </channel></rss>