Tuesday, May 26, 2009

ActionScript 3.0 Bible



Paperback: 735 pages
Publisher: Wiley; 1 edition (October 29, 2007)
Language: English
ISBN-10: 0470135603

Build rich Internet
applications and more
ActionScript has matured into a full-fledged, object-oriented
programming language for creating cutting-edge Web applications, and this comprehensive book is just what you need to succeed. If you want to addinteractivity to Flash, build Flex applications, or work with animation — it’s all here, and more. Packed with clear instruction, step-by-step tutorials, and advanced techniques, this book is your go-to guide to unlock the power of this amazing language.
Learn the basics: expressions, variables, functions, and more
Apply object-oriented
programming and principles to structure reusable, dependable code
Master common data structures such as Strings, Arrays, and Objects
Work with
XML using the new E4X extensions
Take control of the powerful new event model to write interactive software
Discover new display types such as Shape and
Sprite
Add sound, video, animation, and effects
Debug, handle errors, and make your applications fault-tolerant
Read, write, and store data in
binary format

Download:
http://w15.easy-share.com/1699633529.html
Read rest of entry

Programming C# 3.0



Paperback: 607 pages
Publisher: O’Reilly Media, Inc.; 5 edition (January 11, 2008)
Language: English
ISBN-10: 0596527438


Written by popular author and .NET expert Jesse Liberty, this thoroughly updated tutorial for beginning to intermediate programmers covers the latest release of Microsoft’s popular C# language (C# 3.0) and the newest .NET platform for developing Windows and web applications. Our bestselling Programming C# 3.0, now in its fifth edition, is a world-class tutorial that goes well beyond the documentation otherwise available. Liberty doesn’t just teach C#; he tells the complete story of the C# language and how it integrates with all of .NET programming, so that you can get started creating professional quality web and Windows applications. This book: Provides a comprehensive tutorial in C# and .NET programming that also serves as a useful reference you’ll want by your side while you’re working Covers all of the new features of the language, thoroughly integrated into every chapter, rather than tacked on at the end Provides insight into best practices and insight into real world programming by a professional programmer who worked with C# as an independent contractor for nearly a decade before joining Microsoft as a Senior Program Manager Every chapter in this book has been totally revised, and the entire book has been reorganized to respond to the significant changes in the language Full coverage, from the ground up of LINQ (Language Integrated Query) and other C# 3.0 language innovations to speed up development tasks Explains how to use C# in creating Web Applications as well as Windows Applications, using both the new Windows Presentation Foundation (WPF) and the older WinForms technology This new edition of Programming C# 3.0 is for working programmers who want to develop proficiency inMicrosoft’s most important language. No prior .NET experience is required for you to get started. There’s no time like the present to work with C# — and no book like this one to teach you everything you need to know. Special note to VB6 and Java programmers: if you’ve decided to transition to .NET, this book will take you there.

About the Author

Jesse Liberty, currently a Senior Program Manager on the Silverlight Development Team at Microsoft, is the author of Programming C#, Programming .NET 3.5, Learning ASP.NET with AJAX and numerous other books. He is a recognized .NET expert, whose experience includes Software Architect at PBS, and Distinguished Software Engineer at AT&T. He can be reached at http://www.JesseLiberty.com Donald Xie is a business analyst with Chevron. He loves programming and has worked as an independent solution consultant for many organizations. He is co-author of several books on general and .NET programming including Pro Visual Studio.NET and Fast Track ADO.NET.


Download:
http://w15.easy-
share.com/1699640345.html
Read rest of entry

Beginning Linux Programming



Paperback: 780 pages
Publisher: Wrox; 4 edition (November 5, 2007)
Language: English
ISBN-10: 0470147628

Provided you have some previous basic exposure to C and Unix, Beginning Linux Programming delivers an excellent overview of the world of Linux development with an appealing range of essential tools and APIs.

The standout feature of Beginning Linux Programming is its wide-ranging coverage of important topics in basic Unix programming. In a series of short chapters, the authors discuss the basics of writing Unix programs in C, with material on basic system calls, file I/O, interprocess communication (for getting programs to work together), and advanced topics such as socket programming and how to create Unix device drivers.
Parallel to this, the book introduces the toolkits and libraries for working with user interfaces, from simpler
terminal mode applications to X and GTK+ for graphical user interfaces. While you won’t be an authority on X or GTK+ after reading this book, you will certainly be able to explore real Linux development on your own after the capable introductory guide provided here. (The book’s main example, a CD-ROM database, gets enhanced in subsequent chapters using new APIs and features as the book moves forward.) This text also serves as a valuable primer on languages and tools such as Tcl, Perl, and CGI. (There’s even a section that explains the basics of the Internet and HTML.)
More than ever, there is no shortage of specific information on Linux programming, but few titles provide such a wide-ranging tour of what you need to know to get serious with Linux development. In all, Beginning Linux Programming gives the reader an intelligent sampling of essential topics in today’s Linux. It’s a wise choice for aspiring Unix C developers or folks seeking to extend the range of their Linux knowledge. –Richard Dragan
Topics covered: Linux overview, compiling C programs, shell programming, pipes, script keywords and functions, Unix file I/O in C, Unix system functions, terminal interfaces (termios, keyboard input, the curses library), memory management, file locking, dbm databases, make and source control basics, man pages, debugging with gdb, processes and signals, POSIX threads and synchronization, IPC and pipes, semaphores, queues and shared memory, sockets, Tcl basics, X Windows and GTK+ for GNOME, Perl basics, HTML and CGI, writing Unix device drivers. –This text refers to an out of
print or unavailable edition of this title.

Book Description
Beginning Linux Programming, Fourth Edition continues its unique approach to teaching UNIX programming in a simple and structured way on the Linux platform. Through the use of detailed and realistic examples, students learn by doing, and are able to move from being a Linux beginner to creating custom applications in Linux. The book introduces fundamental concepts beginning with the basics of writing Unix programs in C, and including material on basic system calls, file I/O, interprocess communication (for getting programs to work together), and shell programming. Parallel to this, the book introduces the toolkits and libraries for working with user interfaces, from simpler terminal mode applications to X and GTK+ for graphical user interfaces. Advanced topics are covered in detail such as processes, pipes, semaphores, socket programming, using MySQL, writing applications for the GNOME or the KDE desktop, writing device drivers, POSIX Threads, and kernel programming for the latest Linux Kernel.

Download:
http://w15.easy-share.com/1699713822.html
Read rest of entry

Beginning JSP, JSF and Tomcat Web Development: From Novice to Professional



Paperback: 448 pages
Publisher: Apress (November 19, 2007)
Language: English
ISBN-10: 1590599047
Start building
Java-based web applications now, even if youe a complete newcomer to Java. Comprehensive and example-driven, Beginning JSP, JSF, and Tomcat Web Development is all you need to develop dynamic web applications using JSP, connect to databases with JSF, and put them into action using the world most popular open source Java web server, Apache Tomcat.
A comprehensive introduction to JavaServer Pages (JSP), JavaServer Faces (JSF), and the Apache Tomcat
web application server
Key concepts made easy to grasp by numerous working examples and a walkthrough of the development of a complete e-commerce project
Written for professionals by a practicing Java web application professional and expert
What you learn
Develop dynamic web applications using the popular JavaServer Pages (JSP) technology.
Connect to SQL-based databases, like MySQL, from JSP/JSF-based
web pages.
Integrate XML and HTML
markup into your Java web page or Java-based web application.
Build an e-commerce web site using sound design principles
Deploy web applications using the world’s most popular and widely adopted open source Java web application server, Apache Tomcat.

Who is this book for?
This book is ideal for anyone new to Java who wants to start developing Java web applications, but also offers a valuable refresher to Java web developers who are new to the latest JSP, JSF, and Tomcat standards.

About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know–but without needless theory and filler. You’ll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there–it is your trusted guide through unfamiliar territory!

About the Author
Giulio Zambon is head of technology and operations at World Television. He also belongs to the Society of Scientific Exploration. He is a practicing Java web application developer using the latest JSF, JSP, and Tomcat standards as well as Struts standards.
Michael Sekler is an independent IT consultant for large and small companies. In the last few years, he has worked with open source systems, gaining experience with Linux, and Java technologies. In his spare time Michael enjoys good music and walks in the countryside.
Download:
http://w15.easy-
share.com/12479061.html
Read rest of entry

Beginning Java SE 6 Platform: From Novice to Professional



Paperback: 485 pages
Publisher: Apress (October 29, 2007)
Language: English
ISBN-10: 159059830X
Beginning Javaâ„¢ SE 6 Platform: From Novice to Professional steers you through the maze of the new Java Standard Edition (SE) 6 core and
desktop platform and its programming API and concepts. You will learn these through action and example. Individual chapters introduce a particular API area, discuss the API, and provide a hands-on example.
This book guides you from beginning to advanced techniques by starting off with a very simple Java SE 6 application, and then covering the fundamentals of generics, collections, annotations, reflections, IO, threads, and networking in Java SE 6. You’ll also have some fun learning and creating GUIs, and even use the latest in AWT and Swing as the foundation for a Java-based game application. And the chapters on JavaSound and Java 2D will be an enjoyable learning experience you’ll want to
share with friends.
Last of all, this book covers data access using the latest JDBC 4 API, security, and dynamic Java scripting language support (which may later open your Java experience to languages like Groovy, BeanShell, and JRuby). By the time you finish this book, you will have mastered the core techniques essential to professional Java developers.


Download:
http://w15.easy-share.com/12311951.html
Read rest of entry

Professional Outlook 2007 Programming



Paperback: 454 pages
Publisher: Wrox (October 8, 2007)
Language: English
ISBN-10: 0470049944

Professional
Outlook 2007 Programming

Written by one of the most popular and knowledgeable
Microsoft Outlook MVPs, this book emphasizes the many new and exciting Outlook 2007 programming features. Ken Slovak shows you all you need to know to develop everything from Outlook custom forms and personal productivity macros to advanced COM add-ins that use a range of Microsoft technologies.
The Outlook 2007 model fulfills many of the requests that Outlook
developers have been making for years. You’ll see how many of the programming properties that are considered vital, but were previously unavailable in older versions of Outlook, now exist. Real-world examples show you how to solve common Outlook programming problems. Plus, you’ll learn common workarounds for Outlook programming bugs. You’ll quickly discover why you’ll rarely if ever have to leave the Outlook object model to do what you want with your code when using Outlook 2007.
What you will learn from this book
Various properties, methods, and events in the new unified Outlook model
How to customize the Outlook user interface
Ways the interface works with other applications
How to use VSTO 2005 V3
How a task management system can utilize the new To-Do bar
Who this book is for
This book is for professional or advanced developers who want to take full advantage of the power of the unified Outlook object model in Outlook 2007, and who want to learn the important new features in the unified object model. Existing knowledge of Outlook programming is not required.
Wrox Professional guides are planned and written by working
programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.
Download:
http://w14.easy-share.com/11353821.html
Read rest of entry

Scientific American Magazine June 2009


Scientific American, the oldest continuously published magazine in the U.S., has been bringing its readers unique insights about developments in science and technology for more than 150 years.
In 1845, Rufus Porter founded the publication as a weekly broadsheet subtitled "The Advocate of Industry and Enterprise, and Journal of Mechanical and Other Improvements." A restless inventor, Porter soon turned to other ventures, and after 10 months sold Scientific American - for the sum of $800 - to Orson Desaix Munn and Alfred Ely Beach.
In an era of rapid innovation, Scientific American founded the first branch of the U.S. Patent Agency, in 1850, to provide technical help and legal advice to inventors. A Washington, D.C., branch was added in 1859. By 1900 more than 100,000 inventions had been patented thanks to Scientific American.
For a century, Munn & Company retained ownership of the magazine, which chronicled the major discoveries and inventions of the Industrial Revolution, including the Bessemer steel converter, the telephone and the incandescent lightbulb. Edison presented the prototype of the phonograph for inspection by the editors, and Samuel Morse, father of the telegraph, and Elias Howe, inventor of the sewing machine, were frequent visitors to the offices in downtown New York City.
More than 120 Nobel laureates have written for Scientific American, most of whom wrote about their prize-winning works years before being recognized by the Nobel Committee. In addition to the likes of Albert Einstein, Francis Crick, Jonas Salk and Linus Pauling, Scientific American continues to attract esteemed authors from many fields:

World leaders: former Prime Minister Gro Harlem Brundtland of Norway, former United Nations Secretary-General Trygve Lie
U.S. Government Officials: former U.S. Vice President Al Gore, former Secretary of Labor Robert Reich, former Senator Daniel Patrick Moynihan, former Secretary of Defense Les Aspin
Economists and Industrialists: John Kenneth Galbraith, Lester Thurow, Mitchell Kapor, Michael Dertouzos, Nicholas Negroponte
In 1986 Verlagsgruppe Georg von Holtzbrinck, a German-based publishing group, bought Scientific American, Inc.

Today, under the leadership of Editor in Chief John Rennie - who at the age of 43 is just the seventh editor in Scientific American's history--the magazine continues to identify and deliver the latest developments in science and technology across a broad range of fields. Rennie received the 2000 Sagan Award for Public Understanding of Science, which is given annually "to honor those who have become concurrently accomplished as researchers and/or educators, and as widely recognized magnifiers of the public's understanding of science."
Scientific American is a truly global enterprise. The magazine publishes 15 foreign language editions and has a total of more than 1,000,000 copies in circulation worldwide.
Read rest of entry
 

About Me

My photo
I am a mad blogger. I spend lot of time in blogging and surfing. I love exploring internet and has a passion to learn atleast one new thing everyday.

Visitors

Magazines & E-Books Copyright © 2009 FreshBrown is Designed by Simran