Author: free book city | Date: 23 September 2008 | Views: 168
Flash and PHP Bible
Matthew Keefe, “Flash and PHP Bible” Wiley | ISBN: 0470258241 | May 5, 2008 | 508 pages | PDF | 6.2MB
The demand for rich Internet applications (RIAs) such as complete storefronts and interactive surveys is skyrocketing, as is the pressure to create these dynamic apps overnight and at low cost. This in-depth Bible provides the step-by-step instructions you need to quickly create RIAs in Flash using cost-effective, open-source PHP programming tools. You’ll learn how PHP works, when you should use it in Flash, and above all, vital security techniques for keeping your interactive sites secure.
Author: free book city | Date: 23 September 2008 | Views: 45
Essential C# 3.0: For .NET Framework 3.5, 2nd Edition
Mark Michaelis, "Essential C# 3.0: For .NET Framework 3.5, 2nd Edition" Addison-Wesley Professional | ISBN: 0321533925 | September 1, 2008 | 880 pages | PDF | 3.7MB
Essential C# 3.0 is an extremely well-written and well-organized “no-fluff” guide to C# 3.0, which will appeal to programmers at all levels of experience with C#. This fully updated edition dives deep into the new features that are revolutionizing programming, with brand new chapters covering query expressions, lambda expressions, extension methods, collection interface extensions, standard query operators, and LINQ as a whole.
Programming » java: Practical API Design: Confessions of a Java Framework Architect
Author: free book city | Date: 3 September 2008 | Views: 121
Practical API Design: Confessions of a Java Framework Architect
Practical API Design: Confessions of a Java Framework Architect Apress; 1 edition | 416 pages | 1430209739 | July 28, 2008 | PDF | 2 Mb
You might think more than enough design books exist in the programming world already. In fact, there are so many that it makes sense to ask why you would read yet another. Is there really a need for yet another design book? In fact, there is a greater need than ever before, and Practical API Design: Confessions of a Java Framework Architect fills that need! Teaches you how to write an API that will stand the test of Time Written by the designer of the NetBeans API at Sun Based on best practices, scalability, and API design patterns
Programming » java: Interactive Web-Based Virtual Reality with Java 3D
Author: free book city | Date: 3 September 2008 | Views: 82
Interactive Web-Based Virtual Reality with Java 3D
Interactive Web-Based Virtual Reality with Java 3D IGI Global | 492 pages | 1599047896 | July 9, 2008 | PDF | 5 Mb
With the emergence of the Java 3D API, the creation of high quality 3D animated graphics for Java applications and applets becomes a possibility. With numerous aspects of the business, science, medical, and educational fields implementing this technology, the need for familiarity of Java 3D amplifies.
Interactive Web-Based Virtual Reality with Java 3D provides both advanced and novice programmers with comprehensive, detailed coverage of all of the important issues in Java 3D. This essential book delivers illustrations of essential keywords, syntax, and methods to provide an easy-to-read learning experience for the reader.
Author: free book city | Date: 11 August 2008 | Views: 112
Java Cryptography Extensions
Today's digital environment demands that every application design consider security early on in the design process. To achieve this, developers must be fluent in basic cryptographic nomenclature and comprehend the strengths and weaknesses of each algorithm or architecture before making a final design decision. One of Java's solutions to help bridge the gap between academic research and real-world problem solving comes in the form of an interface and programming tools that provide both a framework and the implementations for encryption, key generation and key agreement, and Message Authentication Code (MAC) algorithms. This set of Java Cryptography Extensions (JCE) has now been integrated into the Java 2 SDK, v. 1.4, making it a crucial tool for developers to understand and use. In Java Cryptography Extensions: Practical Guide for Programmers, the JCE is explored using numerous code examples and instructional detail. It does not delve deeply into mathematical algorithms but instead gives the busy professional the tools to work with the JCE and the ability to write programs in Java right away. A supplemental open-source cryptography toolkit and the sample code is also available online to help those who are new to the JCE understand it through practical application. With this guide, programmers finally have a source that goes beyond the spec and gives them the details necessary for successful cryptography solutions in Java.