Recent Ebooks

Head First Jquery

Head First Jquery

Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and handling data with PHP, MySQL and JSON.

Paperback : 540 pages
ISBN10: 1449393217
ISBN13: 978-1449393212
Author :  Ryan Benedetti
Publication Date: September 29, 2011
Download Available eBook Formats: [Not Recommended]PDF
Recommended Buy : Amazon or O'Reilly Media
Publisher : O'Reilly Media
Language : English
Series : Head First



If you want to learn—and understand—how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you

What you’ll learn

  1. Use jQuery with DOM to overcome the limitations of HTML and CSS
  2. Learn how jQuery selectors and actions work together
  3. Write functions and wire them to interface elements
  4. Use jQuery effects to create actions on the page
  5. Make your pages come alive with animation
  6. Build interactive web pages with jQuery and Ajax
  7. Build forms in web applications
We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First jQuery has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Source Code: Download
Reference :  O'Reilly Media 
Reference: Amazon

Head First Java 2nd Edition

Head First Java 2nd Edition

Head First Java delivers a highly interactive, multisensory learning experience that lets new programmers pick up the fundamentals of the Java language quickly. Through mind-stretching exercises, memorable analogies, humorous pictures, and casual language, Head First Java encourages readers to think like a Java programmer. This revised second edition focuses on Java 5.0, the latest version of the Java development platform.

Paperback : 720 Pages
ISBN13: 978-0-596-00920-5
Author :  Bert Bates and Kathy Sierra
Publication Date: February 9, 2005
Download Available eBook Formats: [Not Recommended] PDF
Recommended Buy : Amazon or O'Reilly Media
Publisher : O'Reilly Media
Language : English
Uploaded by: It-Ebooks


Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever.

By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.

What you need for this book

You do not need any other development tool, such as an Integrated Development Environment (IDE). We strongly recommend that you not use anything but a basic text editor until you complete this book (and especially not until after chapter 16). An IDE can protect you from some of the details that really matter, so you're much better off learning from the command-line and then, once you really understand what's happening, move to a tool that automates some of the process.


Setting up Java

  • If you don't already have a 1.5 or greater Java 2 Standard Edition SDK (Software Development Kit), you need it. If you're on Linux, Windows, or Solaris, you can get it for free from java.sun.com (Sun's website for Java developers). It usually takes no more than two clicks from the main page to get to the J2SE downloads page. Get the latest non-beta version posted. The SDK includes everything you need to compile and run Java. If you're running Mac OS X 10.4, the Java SDK is already installed. It's part of OS X, and you don't have to do anything else. If you're on an earlier version of OS X, you have an earlier version of Java that will work for 95% of the code in this book. Note: This book is based on Java 1.5, but for stunningly unclear marketing reasons, shortly before release, Sun renamed it Java 5, while still keeping "1.5" as the version number for the developer's kit. So, if you see Java 1.5 or Java 5 or Java 5.0, or "Tiger" (version 5's original code-name), they all mean the same thing. There was never a Java 3.0 or 4.0—it jumped from version 1.4 to 5.0, but you will still find places where it's called 1.5 instead of 5. Don't ask. (Oh, and just to make it more entertaining, Java 5 and the Mac OS X 10.4 were both given the same code-name of "Tiger", and since OS X 10.4 is the version of the Mac OS you need to run Java 5, you'll hear people talk about "Tiger on Tiger". It just means Java 5 on OS X 10.4).
  • The SDK does not include the API documentation, and you need that! Go back to java.sun. com and get the J2SE API documentation. You can also access the API docs online, without downloading them, but that's a pain. Trust us, it's worth the download.
  • You need a text editor. Virtually any text editor will do (vi, emacs, pico), including the GUI ones that come with most operating systems. Notepad, Wordpad, TextEdit, etc. all work, as long as you make sure they don't append a ".txt" on to the end of your source code.
  • Once you've downloaded and unpacked/zipped/whatever (depends on which version and for which OS), you need to add an entry to your PATH environment variable that points to the /bin directory inside the main Java directory. For example, if the J2SDK puts a directory on your drive called "j2sdk1.5.0", look inside that directory and you'll find the "bin" directory where the Java binaries (the tools) live. Tha bin directory is the one you need a PATH to, so that when you type: % javac at the command-line, your terminal will know how to find the javac compiler.

Apress Illustrated C# 2012

Apress illustrated c# 2012

The unique, visual format of Illustrated C# 5.0 utilizes clean, simple figures and diagrams, specially created by author Daniel Solis to help you understand and get to work with C# fast.

Paperback : 764 Pages
ISBN13: 978-1-4302-4278-9
Author :  Daniel Solis
User Level: Beginner to Intermediate
Publication Date: July 11, 2012
Download Available eBook Formats: [Not Recommended]EPUB, EPUB, MOBI, MOBI, PDF,PDF
Recommended Buy : Amazon or Apress
Publisher : Apress
Language : English



This book presents the C# 5.0 language in a uniquely succinct and visual format. Often in programming books, the information can be hidden in a vast sea of words. As a programmer who has over the years used a dozen programming languages, the author understands it can sometimes be difficult to slog through another 1,000-page book of dense text to learn a new language. There are likely many other programmers who feel the same way. To address this situation, this book explains C# 5.0 using figures; short, focused code samples; and clear, concise explanations.

Figures are of prime importance in this book. While teaching programming seminars, Daniel Solis found that he could almost watch the light bulbs going on over the students’ heads as he drew the figures on the whiteboard. In this text, he has distilled each important concept into simple but accurate illustrations. The visual presentation of the content will give you an understanding of C# that’s not possible with text alone.

For something as intricate and precise as a programming language, however, there must be text as well as figures. But rather than long, wordy explanations, Solis has used short, concise descriptions and bulleted lists to make each important piece of information visually distinct.

By the end of this book, you’ll have a thorough working knowledge of all aspects of the C# language, whether you’re a novice programmer or a seasoned veteran of other languages. If you want a long, leisurely, verbose explanation of the language, this is not the book for you. But if you want a concise, thorough, visual presentation of C# 5.0, this is just what you’re looking for.

What you’ll learn

  1. Details of the C# 5.0 language presented in a clear, concise treatment.
  2. New features in the latest version of .NET, version 4.5, in the author’s unique visual style.
  3. How C# differs from and is similar to other programming languages, aiding migrating C++ and VB programmers who already know how languages work.

Who this book is for

  1. Visual Basic programmers interested in moving to C#
  2. C++ programmers interested in moving to C#
  3. Novice programmers interested in learning C#
  4. Students in introductory programming classes learning C#

Source Code: Download
Reference :  Apress 
Reference: Amazon

Beginning C# 5.0 Databases 2nd Edition

Beginning C# 5.0 Databases

A comprehensive tutorial on both SQL Server 2012 and Visual Studio 2012, Beginning C# 5.0 Databases explains and demonstrates how to create database oriented programs using T-SQL and C#.

Assuming only basic knowledge of C#, Beginning C# 5.0 Databases teaches all the fundamentals of database technology and database programming readers need to quickly become highly proficient database users and application developers.

Author : Vidya Vrat Agarwal
Paperback : 440 Pages
ISBN13: 978-1-4302-4260-4
User Level: Beginner to Intermediate
Publication Date: August 15, 2012
Download Available eBook Formats:[Not Recommended]EPUB, MOBI, PDF, DJVU, ZIP, TXT,READ ONLINE
Recommended buy : Amazon or Apress

A comprehensive tutorial on both SQL Server 2012 and Visual Studio 2012, Beginning C# 5.0 Databases explains and demonstrates various techniques and ways to build a database application using T–SQL and C#. Full of practical, detailed examples, it’s been fully revised and updated for Winforms using C# 5.0 and Visual Studio 2012 and offers the most complete, detailed, and gentle introduction to database technology for all C# programmers at any level of experience.
  • Comprehensively and concisely explains fundamental database concepts and database programming techniques
  • Rich in step-by-step working examples of both T–SQL and C# programs
  • Covers all the features ADO.NET most database programming ever requires

What you’ll learn

  1. How relational databases work and how to use them
  2. How to create database and table objects using SQL Server 2012
  3. How to write SQL queries to modify data in SQL Tables
  4. How to write SQL queries to retrieve data using various querying techniques, including JOINS
  5. How to write stored procedures in T–SQL and call them from C# 5.0 programs
  6. How C# 5.0 uses various techniques to access databases
  7. How to build Windows form based applications
  8. How to handle runtime anomalies i.e. Exceptions
  9. How to program with each individual object of ADO .NET
  10. How to use XML in database applications
  11. How to use LINQ to simplify C# database programming
  12. How to use ADO .NET Entity Framework
  13. How to use SQL CLR to create stored procedures using C#

Who this book is for

Beginning C# 5.0 Databases is for every C# programmer. Database programming requires relatively little knowledge of C# but a lot of knowledge about relational database concepts, database language SQL and ADO.NET. This book assumes no prior database experience and teaches you, always through hands–on examples, how to create and use relational databases with SQL Server 2012 and how to access them with C# 5.0 using ADO.NET. Almost every application needs to access a database, and this book teaches all the fundamentals you need and may ever need to develop professional database applications.

Reference : Apress and Amazon
Source code : code

Windows 8 Apps Revealed Using XAML and C#

Pro C# 5.0 and the .Net 4.5 Framework

The key features of developing for Microsoft’s eagerly anticipated Windows 8 operating system are unveiled in this fast-paced 88-page primer.

Author : Adam Freeman
Publisher : Apress
Paperback : 136 Pages
ISBN13: 978-1-4302-4233-8
User Level: Intermediate
Language:English
Available eBook Formats:[Not Recommended] EPUB, MOBI, PDF,READ ONLINE
Publication Date: December 3, 2012
Download Available From:[Not Recommended] It-Ebooks, Tinyurl
Another Sites: Freemags, EbookWeb,it-ebooks
Recommended buy : Amazon or Apress

This 88-page primer unveils the key features of Microsoft's eagerly anticipated Windows 8 operating system. Windows 8 contains Microsoft's revolutionary new application framework for building dynamic and responsive touch-enabled applications that target both desktops and mobile devices.

What you’ll learn

  1. Create and configure Windows 8 applications
  2. Implement a touch-enabled user interface
  3. Store data and application state using the new persistence model
  4. Access remote data using Windows 8 networking
  5. Package and deploy your application to the Windows store

Who this book is for

This book is for experienced developers who want to stay ahead of the curve and understand the new ways of working that the new operating system introduces.

Reference : Apress and Amazon
Source Code for this book : Download

Amateur Photographer Magazine


Do you want to be Photographer?

Amateur Photographer is the world's oldest weekly magazine for photography enthusiasts. With its unique weekly format, it is the first for news and digital and film equipment tests. Regular features on reader portfolios, darkroom, digital, black & white and photographer profiles ensure all areas of photography are covered. 

Paperback : 84 pages
Language : English
Format File : PDF
Publication Date: 16 February 2013

Reference : freemags
Available Download : Uploaded and RapidGator

Diabetic Living - April 2013 (Australia) Magazine


Do you like cooking? If you like to cook, I think this is for you. Feel free to download this magazine.


Paperback : 140 pages
Language : English
Format File : PDF
Publication Date: April 2013
Summary : Diabetic Living features information on living well, exercise, news in the world of diabetes, real life stories and the popular and delicious recipes featured in every issue. It is the healthy lifestyle magazine focused not only on preventing and controlling diabetes but also providing readers with the latest news and products for their wellbeing.

Reference : freemags
Available Download : Uploaded, RapidGator and Turbobit

Magazine 3D World - April 2013


Hi guys, today i want to share this magazine. Magazine 3D World from United Kingdom. 

Paperback : 116 pages
Language : English
Format File : PDF
Publication Date: April 2013

Reference : freemags
Available Download : Uploaded and RapidGator

Magazine Personal Computer and Internet 2013


This is magazine all about Informatica, Technology and Internet . I think this is good for someone who looking for news about things.

Paperback : 166 pages
Language : Spanish
Publication Year: 2013

Reference : freemags
Available Download : Uploaded and RapidGator

Expert C# 5.0 with the .NET 4.5 Framework


Expert C# 5.0 is a book about getting the best from C#. It’s based on the principle that to write good, high-performance, robust applications you need to understand whats going on deep under the hood. If you are already experienced with writing managed applications and want to learn more about how to get the best from the language at an advanced level, then this is the book for you.

Expert C# 5.0 discusses the familiar C# language in forensic detail. Examining familiar elements closely to reveal how they really work. Key language features that you are already familiar with, such as Enums, Strings and Collections, are teased apart and examined under the twin microscopes of MSIL (Intermediate Language) and the Windbg debugger to see what's really going on behind the scenes as your code is compiled and passed to the CLR.

This unparalleled depth of explanation will help you to become a true master of the C# language and architect better crafted applications that work in the most efficient and reliable way possible. It will also give you the insight you need to rapidly identify and fix the stubborn coding faults that others may be unable to diagnose.

Author : Mohammad Rahman
Paperback : 612 pages
ISBN10:1430248602
ISBN13: 978-1-4302-4233-8 1560
Edition : 1
Pages User Level: Advanced
Publication Date: Desember 17, 2012
Download Available eBook: RAR , PDF , EPUB [Not Recommended]
Recommended buy : Amazon or Apress

What you’ll learn

  1. Learn the detailed workings behind common language elements such as Enum, readonly, Anonymous and Func.
  2. Understand how to work with Strings and StringBuilder in the most effective way.
  3. Master Exception management far beyond the basics.
  4. See how components such as LINQ and Async interact with the C# language beneath the surface.

Who this book is for

This book is for experienced C# developers who are comfortable working with the language. You should be happy creating non-trivial code samples and ready to delve into the detail of the language's workings in order to truly master the concepts.

Reference : Apress and Amazon
Source Code : Download

Pro C# 5.0 and the .NET 4.5 Framework, 6th Edition.2012

Pro C# 5.0 and the .Net 4.5 Framework
Pro C# 5.0 and the .NET 4.5 Framework, 6th Edition.2012

This new edition of Pro C# 5.0 and the .NET 4.5 Platform has been completely revised and rewritten to reflect the latest changes to the C# language specification and new advances in the .NET Framework. You'll find new chapters covering the important new features that make .NET 4.5 the most comprehensive release yet.

Author :  Andrew Troelsen
Paperback : 1560 pages

Language : English 
ISBN13: 978-1-4302-4233-8
User Level: Intermediate to Advanced
Publication Date: August 22, 2012
Download Available eBook Formats:[Not Recommended]EPUB, MOBI, PDF, DJVU, TORRENT, EXE,READ ONLINE
Recommended buy : Amazon or Apress

The mission of this text is to provide you with a rock-solid foundation in the C# programming language and the core aspects of the .NET platform (assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, etc.). Once you digest the information presented in these 25 chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms.

What you’ll learn

  1. Be the first to understand the .NET 4.5 platform and Visual C# 2012.
  2. Discover the ins and outs of the leading .NET technology.
  3. Learn from an award-winning author who has been teaching the .NET world since version 1.0.
  4. Find complete coverage of XAML, .NET 4.5 and Visual Studio 12 together with discussion of the new Windows Runtime.

Who this book is for

If you’re checking out this book for the first time, do understand that it's targeted at experienced software professionals or graduate students of computer science (so don't expect three chapters on iteration or decision constructs!).

Reference : Apress and Amazon
Source Code for this book : download
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Ebook - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger