Lock your Ad to the Top of this Site - Readers always see it! - Advertise Here
 


Personal Archive on KnowFree.net of witforce

Personal data:

  • Real name: 
  • Nickname: witforce
  • Homepage: 
  • Description: No description entered yet.

Posts of this member:

Learn Vertex and Pixel Shader Programming With Directx 9

This book covers all the fundamentals of programming vectors using SIMD methodology in conjunction with the Direct3D 9 application interfaces. Text shows how to write assembly language for programming the vertex shader and pixel shader hardware using DirectX 9. Covers the fundamentals of programming vectors using SIMD methodology in conjunction with the Direct3D 9 application interfaces. For game developers.

4 votes, average: 4.5 out of 54 votes, average: 4.5 out of 54 votes, average: 4.5 out of 54 votes, average: 4.5 out of 54 votes, average: 4.5 out of 5
  • 0 Comments
  • In: 3D, Game, Graphics, IT eBooks
  • Author : witforce
  • VTC - C Programming 2007 with Tim Heagarty

    VTC - C Programming 2007 with Tim HeagartyThe C Programming Language is the foundation of nearly all modern computer languages. C is a “low level” simple language that can be used to create the most elegant of applications and operating systems. Most of today’s commercial applications and operating systems have the C language at their core. VTC author Tim Heagarty explains the history and mechanics of the language and gives practical advice on its use in the commercial world. To begin learning simply click the links.

    14 votes, average: 4.36 out of 514 votes, average: 4.36 out of 514 votes, average: 4.36 out of 514 votes, average: 4.36 out of 514 votes, average: 4.36 out of 5
  • 3 Comments
  • In: C/C++, VTC, Video Training
  • Author : witforce
  • PHP Project Solutions - VTC

    VTC - PHP Project SolutionsThis course will provide in-depth coverage of major PHP syntax, built-in functions of PHP, web application programming techniques and recommended coding solutions based on common PHP requirements. The user will also learn how to create a complete web application using HTML/XHTML/XML, Javascript, Postgres/SQL and then learn to troubleshoot by example. Examples and code for an online card game, shopping cart, email newsletter, content management system and online survey system, are included within the tutorial. To get started today, simply click one of the movie topics below.

    1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  • 0 Comments
  • In: PHP, VTC, Video Training
  • Author : witforce
  • Mastering Perl/Tk

    Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behind it. Mastering Perl/Tk is the "bible" of Perl/Tk: It's not only a great book for getting started, but the best reference for learning the techniques of experienced Perl/Tk programmers. The first half of the book contains the basics on how to use Perl/Tk, and then branches out into advanced applications with a series of extensive program examples. The result is a book accessible for novices, and invaluable for experienced programmers ready to learn the next step in the elegant and effective use of Perl/Tk.

    8 votes, average: 4.25 out of 58 votes, average: 4.25 out of 58 votes, average: 4.25 out of 58 votes, average: 4.25 out of 58 votes, average: 4.25 out of 5
  • 0 Comments
  • In: IT eBooks, Perl
  • Author : witforce
  • C++ GUI Programming with Qt4

    The Only Official, Best-Practice Guide to Qt 4.3 Programming. Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting outstanding results with the latest version of Qt: Qt 4.3. Packed with realistic examples and in-depth advice, this is the book Trolltech uses to teach Qt to its own new hires. Extensively revised and expanded, it reveals today's best Qt programming patterns for everything from implementing model/view architecture to using Qt 4.3's improved graphics support. You'll find proven solutions for virtually every GUI development task, as well as sophisticated techniques for providing database access, integrating XML, using subclassing, composition, and more. Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible.

    7 votes, average: 5 out of 57 votes, average: 5 out of 57 votes, average: 5 out of 57 votes, average: 5 out of 57 votes, average: 5 out of 5
  • 0 Comments
  • In: C/C++, IT eBooks, Software Development
  • Author : witforce
  • Advanced Linux 3D Graphics Programming

    Advanced Linux 3D Graphics ProgrammingAdvanced Linux 3D Graphics Programming builds upon the foundation set in Norman Lin's Linux 3D Graphics Programming. This second volume provides programmers who are experienced in both Linux and fundamental 3D graphics concepts with a well-rounded perspective on 3D theory and practice within the context of programming larger interactive 3D applications.

    Lin's primary goal is to provide a solid understanding of the concepts involved in interactive 3D graphics programming in order to enable the reader to write 3D programs, libraries, and games, and to analyze and understand others' 3D code. By focusing on more than just hard-core 3D algorithms, and by providing detailed information on equally important issues such as 3D modeling, world editing, digital sound, and collision detection, Lin gives the reader sufficient information to program and populate complete 3D worlds under Linux.

    1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  • 0 Comments
  • In: 3D, IT eBooks, Linux
  • Author : witforce
  • Building Research Tools with Google For Dummies

     To get the most from Google, you need to understand Google. Building Research Tools With Google For Dummies explains how Google works and how you can build more effective queries (hint: it’s a lot more than just using the “Advanced Search” techniques!) It even shows you how to think like a researcher and how to package the results of your research so it means something to your audience. You’ll be able to:

    • Understand Google research techniques and use the custom search-related syntax
    • Recognize Google’s strengths—and limitations
    • Target your search by using Google operators
    • Use Google to research photos, or even an entire industry
    • Improve the effectiveness of your results by understanding Google’s comparative methodology
    • Build custom tools using WDSL and Web Services
    2 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 5
  • 2 Comments
  • In: IT eBooks, Others IT eBooks, Web Construction
  • Author : witforce
  • Debugging with GDB - the GNU Source-Level Debugger by Richard M. Stallman

     The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed.

    GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC).

    The GNU Debugger Program has four special features that helps you catch bugs in the act:

    * It starts your program for you, specifying anything that might affect it's behavior.
    * Makes your program stop under specified conditions.
    * Examines what happened when the program stopped.
    * Allows you to experiment with changes to see what effect they have on the program.

    2 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 5
  • 0 Comments
  • In: IT eBooks, Linux
  • Author : witforce
  • AJAX Training with Steve Holzner - VTC

    VTC - AJAX Training with Steve HolznerAjax, shorthand for Asynchronous Javascript and XML, is a set of technologies that allows you to create Web applications that don't need to refresh Web pages in the browser. You can operate behind the scenes, connecting to the server, uploading and downloading data, and display the results in the browser using dynamic HTML. Using Ajax gives your Web pages the feel of a desktop application-the whole display will no longer flash when you click a button. VTC Author Steve Holzner helps you get started developing and building your own Ajax capable web pages. A familiarity with JavaScript, XML, PHP is recommended for this course.

    3 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 5
  • 3 Comments
  • In: VTC, Video Training
  • Author : witforce
  • Java 2D Graphics

    Java 2D Graphics (O'Reilly)One weakness of Java has been its graphics capabilities. Java 1.0 and 1.1 only included simple primitives for line drawing: lines could only be one pixel wide, they could only be solid, and there wasn't any good way to draw curves. Font management and color management were also weak. Java 2D (collectively called the "2D API") signals a major improvement in Java's graphics capabilities. It covers many of the classes in Java 1.2 that address graphics handling and improves on many weaknesses that were present in the previous versions of Java. The 2D API allows you to produce high-quality, professional images on a screen or printer. Java 2D Graphics describes the 2D API from top to bottom, demonstrating how to set line styles and pattern fills as well as more advanced techniques of image processing and font handling. You'll see how to create and manipulate the three types of graphics objects: shapes, text, and images. Other topics include image data storage, color management, font glyphs, and printing. Java 2D Graphics assumes no prior knowledge of graphics. Chock full of detailed explanations and examples, this book provides beginning Java programmers with a solid foundation in 2D graphics and helps more advanced programmers create and use high-quality images in their applications.

    0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  • 0 Comments
  • In: Graphics, IT eBooks, Java
  • Author : witforce