KnowFree
Posted: January 31st, 2009, 10:03am CET by Krenko

Discover how easy RIA development can be with this one-of-a-kind handbook from the Adobe Developer Library. Several clear, step-by-step mini-tutorials teach you about web services, event handling, designing user interfaces with reusable components, and more. After finishing this guide, you’ll be able to build Flash applications ranging from widgets to full-featured RIAs using the Flex SDK and Flex Builder 3.0. With Getting Started with Flex 3, you will: Walk through sample RIA projects and see examples of amazing applications people have built with Flex Work with ActionScript 3.0 and the MXML markup language Build user interfaces using the controls and tools available with the framework Get a tour of controls available commercially and through open source Learn how Flex integrates with ASP.NET, ColdFusion, PHP, and J2EE in the server Build Flex-based widgets that let you display real-time data Use advanced controls to build 3D graphs, data dashboards, mapping applications, and more You’ll find complete code for video players, a slideshow, a chat client, and an RSS reader, just to name a few. You also get plenty of tips, tricks, and techniques to leverage your existing programming skills, whether you come from an open source or Visual Studio-intensive background.
Download Here
Full download
Posted: January 31st, 2009, 10:02am CET by Krenko

When I first discovered CodeIgniter, I was overcome with glee after following the video tutorials. It all worked. There was no need to rely on any command-line interaction to “automagically” build my application for me. There was no dependence on PEAR or any other outside resources. There was just CodeIgniter. And it worked.
As soon as I got a grasp on what it was doing and why, I dove into the excellent User Guide and began to feel all warm and fuzzy inside. This felt like home. The user guide is written in such a non-intimidating manner that it invites even the most timid of PHP developers. To this day, I still refer to the user guide when I forget specific syntax or function names and it’s a guick in-and-out routine. Nothing at all complex about it.
Not too long ago I came across a book by Packt Publishing called ‘CodeIgniter for Rapid PHP Application Development’. At first, I thought to myself, “Why?”. The combination of the user guide, the forum and CodeIgniter’s well structured code is surely enough for anybody to learn, right? What could this book have that any potential developer could not obtain through these natural resources?
Throughout the fifteen chapters in the book, the author walks you through building a functional application from start to finish (well, at least as finished as any web application truly is). At first I thought the choice of the application to build was rather odd, but as I continued reading the book, I realized it was a good example because of the wide array of helpers, libraries and other standard CodeIgniter components and logic the application uses. Specifically, the example application provides a way to monitor several different aspects of remote websites by performing tests and generating reports. The author does a great job of walking the reader through the process step by step while explaining why and how the various CodeIgniter components are being used.
However, I did find the odd spelling error here and there and I don’t necessarily agree with outputting HTML from a model, but overall this book is a great addition to the natural resources that the user guide and forum provide. This book will be of no help to the (albeit few) people that immediately jump into the forums asking “how do I…” without taking a little time to read through the user guide and searching pre-existent forum threads to find a solution for their problem, but for those who truly want to learn more about the framework and want to have a good book on hand, then this book certainly does the trick.
Download here
Full download
Posted: January 31st, 2009, 10:00am CET by Krenko

How soon can you learn Adobe Flex 3? With this book’s unique hands-on approach, you will be able to tinker with examples right away, and create your own Rich Internet Applications with Flex within the first few chapters. As you progress, you learn how to build a layout, add interactivity, work with data, and deploy your applications to either the Web or the desktop.
Learning Flex 3 offers step-by-step instructions that are clear and concise, along with tips and tricks that author Alaric Cole has gathered after years of using Flex and teaching it to fellow developers at Yahoo! You’ll understand how Flex works, how to use the MXML markup language and work with ActionScript, how to deploy RIAs to the desktop using Adobe AIR, and much more.
Whether you’re a beginner, or an experienced web developer coming to Flex from another platform, Learning Flex 3 is the ideal way to learn how to:
Set up your environment with FlexBuilder and Eclipse
Create a new Flex project
Use the different design views in Flex
Write code with MXML
Lay out your Flex application
Embed images and graphics
Build a user interface
Add interactivity with ActionScript
Handle user input
Move, display, and collect data
Add custom components with MXML
Add sound effects, filters, and transitions
Style your applications with CSS, skins, and themes
Deploy applications to the Web, or to the desktop using Adobe AIR
Also included are brief explanations of objects, classes, components, properties, methods, types, and other Flex attributes. You will find that Learning Flex 3 is not only the most complete tutorial for Flex, it’s also the quickest way to get going with the latest version of this powerful framework.
Download here
Full download
Posted: January 31st, 2009, 10:00am CET by Krenko

Flex 3 is the next generation of a technology that revolutionized web applications. It is the next evolutionary step of Flash, which has grown from a web animation medium to a powerful enterprise web design and development platform. With nearly 98% of all web browsers, and a growing number of mobile devices, running Flash Player, a knowledge of Flex is indispensible for any serious web developer.
This book will show you how to create powerful Rich Internet Applications using Flex 3. After learning how to install and becoming familiar with the basics of the Flex Builder 3 software, you will explore in depth how the Flash scripting language, ActionScript 3.0, interacts with Flex’s powerful XML-like design language: MXML.
You’ll learn how to construct your applications using layout and navigation containers, and how to move between various states using transitions. There is coverage of how best to plan your applications and use the Model-View-Controller pattern to keep various aspects of development separated and ease creation of potentially complicated projects.
Rich Internet Applications rely on data, and this book shows how to bring data from various sources into your Flex application and check its integrity, and how best to display and interact with it.
Going farther, applications built for the Flash platform can now exist and function beyond the traditional confines of the web browser. Adobe AIR allows you to take your applications to the desktop, and this book shows how to reapply your Flex skills to take advantage of this new environment.
The Essential Guide to Flex 3 takes you through all the powerful features of Flex using a series of stand-alone, practical exercises. The skills acquired throughout the book are then brought together in the form of a full-featured case study application showcasing essential techniques that can easily be applied to your own Flex applications.
Download here
Full download
Posted: January 31st, 2009, 9:58am CET by unknownz
C++ is an Programming Language derived from C language. C++ is an object oriented Programming language which enables to compile a program in very easy way.
The Pebbles tutorial is oriented in a practical way, with working example programs in all sections to start practicing each lesson right away.The five topics which has various sub-topics with the voiceover explains in detail .It is very easy and quick to navigate through the topics.The Practise Session you can gain experience with the sample programs & test your knowledge on the in each sections.
The Topics are
Introduction to C++
- Overview of C++
- Procedure oriented programming
- Steps in executing a C++ program
- Keywords, Tokens & identifiers
- Data Types, Operators & Expressions
Input-Output, Arrays & Functions
- Input-Output
- Looping & Decision making statements
- Looping statements
- Arrays, Strings, Functions
Basics of Object Oriented Programming
- Class declaration, Accessing class members
- Arrays within a class, Arrays of objects
- Data Abstraction
- Constructors ping statements
Inheritance & Polymorphism
- Inheritance
- Relationship
- Multilevel inheritance
- Polymorphism
- Type conversions
- Pointers to objects
- Virtual functions
File Handling
- Stream and file handling
- File system basics
- File pointers
- Templates
- Exception Handling
Download Here
Full download
Posted: January 31st, 2009, 9:57am CET by xokanilt
Updating and expanding information on concealment techniques, new technologies, hardware, software, and relevant new legislation, this second edition details scope of cyber forensics to reveal and track legal and illegal activity. Designed as an introduction and overview to the field, the authors guide you step-by-step through the basics of investigation and introduce the tools and procedures required to legally seize and forensically evaluate a suspect machine. The book covers rules of evidence, chain of custody, standard operating procedures, and the manipulation of technology to conceal illegal activities and how cyber forensics can uncover them. Extensive appendices include websites, organizations, pertinent legislation, best practice, hardware and software, and a recap of the federal rules of civil procedure.Download Here
Full download
Posted: January 31st, 2009, 9:55am CET by Krenko
Full download
Posted: January 31st, 2009, 9:54am CET by Krenko
Full download