Showing posts with label Book. Show all posts
Showing posts with label Book. Show all posts

Wednesday, July 23, 2014

Download : Click Here
In Khmer Title: សៀវភៅ បែប​ហាត់​សរសេរ​អក្សរផ្ចង់ គំរូ​​និង​សេចក្ដី​ណែនាំ​នូវ​ការ​សរសេរ​អក្សរផ្ចង់ ជ្រៀង ឈរ ខម មូល ស្រមោល និង​ក្បាច់

Monday, June 30, 2014

  Beginning VB 2008 The first computer programming book I read was titled Programming Windows 3.0 by Charles Petzold. This was around the time when Microsoft Windows 3.0 (circa 1992) once and for all showed the industry that Microsoft was a company with a future. Writing code for Windows back then was complicated by many things: lack of documentation, 16-bit architecture, and the necessity of buying a compiler separate from the software development kit (SDK). Charles’s book tied everything together and solved the problem of how to write a program for Windows. Now the problems are quite the opposite: we have too much documentation, we have 64-bit architectures, and everything including the kitchen sink is thrown into a development environment. Now we need to figure out what we actually need. We have too many options—too many ways to solve the same problem. What I am trying to do with this book is the same thing that Charles did for me when I first started out, and that was to help me figure out what I needed to write code.

This book is about explaining the Visual Basic programming language in the context of solving problems. Visual Basic has become a sophisticated programming language that can achieve many goals, but you are left wondering what techniques to use when. This book is here to answer your questions.


   Name : >Beginning VB 2008 
   Size : 10.1MB | 472 Page 
   English Language : Download 

  C++ for Dummies 5th Edition C++ For Dummies is an introduction to the C++ language. C++ For Dummies starts from the beginning (where else?) and works its way from early concepts and through more sophisticated techniques. It doesn’t assume that you have any prior knowledge, at least, not of programming.

  C++ For Dummies can also be used as a reference: If you want to understand what’s going on with all the template stuff, just flip to Chapter 27, and you’re there. Each chapter contains necessary references to other earlier chapters in case you don’t read the chapters in sequence.

  C++ For Dummies is not operating- or system-specific. It is just as useful to Unix or Linux programmers as it is to Windows-based developers. C++ For Dummies doesn’t cover Windows or .NET programming. You have to master C++ before you can move on to Windows and .NET programming.


   Name : C++ for Dummies 5th Edition 
   Size : 7.70MB | 435 Page 
   English Language : Download


  Java in 60 minutes a day The goal of this book is for you to be able to study each chapter in one hour, like a student sitting through a one-hour lecture. After you finish a chapter, there are labs that solidify what you learned by having you write code. You will also find review questions and answers at the end of each chapter to help you review the key points of the chapter. Also throughout the book are Classroom Q&A sections where I answer questions that I have frequently been asked by students in the classroom.

  The book contains 19 chapters. The first eight chapters discuss the fundamentals of the Java language, and should be read in order. The order of the last 11 chapters isn’t quite as important, although you will find that many of the labs build on the ones from previous chapters. The following sections describe what you will learn in this book’s chapters.

  This book is targeted towards programmers who want to learn Java. I make very few assumptions about what you already know, but general programming knowledge is helpful. This is an introductory book, and I assume you have no prior knowledge of Java.


   Name : Java in 60 minutes a day 
   Size : 9.30MB | 789 Page 
   English Language : Download 

  
Professional Visual Basic 2010 and .Net 4 Visual Studio 2010 ships with version 4 of the .NET Framework. This book provides details about not only the latest version of Visual Basic — version 10 — but also the new .NET Framework 4. Combined, these products give Visual Basic developers the capability to build applications using Windows Presentation Foundation (WPF), Windows Forms, Visual Studio Tools for Office, and applications and libraries based upon the Windows Communication Foundation (WCF), the Windows Workflow Foundation (WF), and SharePoint.

The .NET Framework 4 is the most significant change to the core framework since .NET Framework 2.0. Fortunately, as with Visual Studio 2008, Visual Studio 2010 enables developers to continue to build and deploy applications that target both the newly released version of .NET, and previously released versions of the .NET Framework.

For those who may only now be transitioning from the VB6 development model, you’ll find that this version of Visual Basic Professional is targeted less than ever at traditional VB6 code differences. With each of the four .NET versions, the core language has continued to progress and differentiate itself from where it was 10+ years ago. In some cases, the same functionality is implemented in a different way. This was not done arbitrarily — there are good reasons for the changes. However, you must be prepared to unlearn old habits and form new ones.

   Name : Professional Visual Basic 2010 and .Net 4 
   Size : 31.9MB | 1283 Page 
   English Language : Download 


 Advanced PHP Programming THIS BOOK STRIVES TO MAKE YOU AN expert PHP programmer. Being an expert programmer does not mean being fully versed in the syntax and features of a language (although that helps); instead, it means that you can effectively use the language to solve problems.When you have finished reading this book, you should have a solid understanding of PHP’s strengths and weaknesses, as well as the best ways to use it to tackle problems both inside and outside the Web domain.

  This book is organized into five parts that more or less stand independently from one another. Although the book was designed so that an interested reader can easily skip ahead to a particular chapter, it is recommended that the book be read front to back because many examples are built incrementally throughout the book.

  This book is structured in a natural progression—first discussing how to write good PHP, and then specific techniques, and then performance tuning, and finally language extension.This format is based on my belief that the most important responsibility of a professional programmer is to write maintainable code and that it is easier to make wellwritten code run fast than to improve poorly written code that runs fast already.


   Name : Advanced PHP Programming 
   Size : 6.96MB | 673 Page 
   English Language : Download 

  Practise PHP and MYSQL Everyone is going nuts about the Web. Ever since we started getting creaky old modems installed in our homes and businesses, the Web has become an increasingly dominant part of our lives. With it we explore, shop, diagnose, entertain, amuse, communicate, collaborate, and more. The Web is no longer a novelty item that the few use to stretch their technical muscles; millions of people all over the world are living their normal lives, with the Web playing a central role.

  The popularity of the Web means interesting things for developers such as you. The Web has not only presented a means to develop information-rich resources such as IMDB, Wikipedia, and so on, but the Web also provides a real opportunity to create online applications for doing everyday things, such as managing contacts, balancing accounts, selling products or services, creating content, expressing opinions, chatting, and much more. A worldwide audience awaits, and if you have the technical chops, you can tap into this audience.

  This is where PHP and MySQL swirl into play. In recent years, PHP and MySQL have come together to form a unique and awesomely powerful platform. With their roots in Open Source, these entirely free tools can be used to create hugely functional, stable, enterprise-class Web sites. We can wax lyrical about PHP and MySQL later, so let’s talk about what this book can do for you.


   Name : Practise PHP and MYSQL 
   Size : 5.78MB | 527 Page 
   English Language : Download 

  Beginning PHP 5.3 This book teaches you how to build interactive Web sites and applications using PHP, one of the most popular Web programming languages in use today. Using PHP you can create anything from a simple form - to - email script all the way up to a Web forum application, a blogging platform, a content management system, or the next big Web 2.0 sensation. The sky is the limit!

  As programming languages go, PHP is easy to learn. However, it's also a very extensive language, with hundreds of built - in functions and thousands more available through add - ons to the PHP engine. This book doesn't attempt to guide you through every nook and cranny of PHP's capabilities. Instead, it aims to give you a good grounding in the most useful aspects of the language - the stuff you'll use 99 percent of the time — and to teach you how to create solid, high - quality PHP applications.

  This book is intended for anyone starting out with PHP programming. If you've previously worked in another programming language such as Java, C#, or Perl, you'll probably pick up the concepts in the earlier chapters quickly; however, the book assumes no prior experience of programming or of building Web applications.


   Name : Beginning PHP 5.3 
   Size : 7.76MB | 841 Page 
   English Language : Download 


  PHP and MySQL Web Development 2 condition Welcome to PHP an MySQL Web Development 2 condition. Within its pages, you will find distilled knowledge from out experience using PHP and MySQL, two of the hottest Web development tools around. In this introduction, we will cover ៖ 

    - Why you should read this book
    - What you will be able to achieve using this book
    - What PHP and MySQL are and why they are great
    - An overview of the latest features of PHP 4
    - How this book is organized

  This book will teach you how to create interactive web sites from the simplest order form to complex secure e-commerce sites. What's more, you will learn how to do it using Open Source technologies.   This book is aimed at readers who already know at least the basic of HTML and have done some programming in a modern programming language before, but have not necessarily programmed for the Internet or used a relational database. If youn are a beginning programmer, you should still find this book useful, but it might take you a little longer to digest.


   Name : Beginning PHP 5.3 
   Size : 7.76MB | 841 Page 
   English Language : Download 

Microsoft ASP.NET 4 Step by Step This book shows you how to write Web applications using Microsoft ASP.NET 4, the most current version of the Microsoft HTTP request processing framework. Web development has come a long way since the earliest sites began popping up on the Internet in the early 1990s. The world of Web development offers several choices of development tools. During the past few years, ASP.NET has evolved to become one of the most consistent, stable, and feature-rich frameworks available for managing HTTP requests.

  ASP.NET, together with Microsoft Visual Studio, includes a number of features to make your life as a Web developer easier. For example, Visual Studio offers several project templates that you can use to develop your site. Visual Studio also supports a number of development modes, including using Microsoft Internet Information Services (IIS) directly to test your site during development, using a built-in Web server, and developing your site over an FTP connection. With the debugger in Visual Studio, you can run the site and step through the critical areas of your code to find problems. With the Visual Studio Designer, you can develop effective user interfaces by dropping control elements onto a canvas to see how they appear visually. And when you are ready to deploy your application, Visual Studio makes it easy to create a deployment package. These are but a few of the features built into the ASP.NET framework when paired with Visual Studio.


   Name : Microsoft ASP.NET 4 Step by Step 
   Size : 10.9MB | 629 Page 
   English Language : Download 

  Learning PHP, MySQL, JavaScript, and CSS Learn how to build interactive, data-driven websites-even if you don't have any previous programming experience. If you know how to build static sites with html , this popular guide will help you tackle dynamic web programming. You will get a thorough grounding in today is core open source technologies: PHP, MySQL, JavaScript, and CSS

  Explore each technology separately, learn how to combine them, and pick up valuable web programming concepts along the way, including objects, XHTM, cookise, and session management. This book provides review questions in each chapter to help you apply what you've learned. 


  This book assumes that you have a basic understanding of HTML and can at least put together a simple, static website, but it does not assume that you have any prior knowledge of PHP, MySQL, JavaScript, or CSS. That said, if you do, your progress through the book will be even quicker.



   Name : Learnning PHP, MySQL, JavaScript, and CSS 
   Size : 15.3MB | 582 Page 
   English Language : Download 

Thursday, June 19, 2014

Administrator : 
Name : Run Raksmey
Tel: 093287713 / 0972779094
Study: Norton University Year 3 

Feel : 
I want to have a lots experience with my work and shared my idea by my blog