Web programming Books
Packt Publishing Limited ASPNET Core 3 and Angular 9 Full stack web
Book Synopsis
£62.66
Kogan Page Ltd Confident Web Design: How to Design and Create
Book SynopsisDo you need a website to support your freelance business or entrepreneurial venture? Or are you considering a career in web design? Maybe you're looking for your next career pivot, or you're simply seeking skills to give your CV that competitive edge? Wherever you are in your career, Confident Web Design can help. The ultimate beginner's guide to designing, building and publishing basic websites, this book features exclusive online exercises to help you practice your new skills in context. Covering the basics of HTML, CSS and JavaScript, as well as giving you a thorough grounding in the real-life application of these principles, this book provides helpful examples, explanations of technical terms, and clear, easy-to-understand language - meaning your first website is only a few chapters away. Taking you on a practical journey to publish a basic website from scratch, the book's structure is designed to break down each skill into manageable chunks. Wherever you are in your career, let Confident Web Design give you that cutting edge with vital programming and design skills. About the Confident series... From coding and web design to data, digital content and cyber security, the Confident books are the perfect beginner's resource for enhancing your professional life, whatever your career path.Trade Review"A refreshing, myth-busting read that needs to be on hand for anybody who takes their web presence seriously." * Gerry Griffin, Founder, Skill Pill *"Everything you need to know to create an amazing website - simply. With this as book as your guide, anyone can create themselves a website." * Anna Cleland, Founder and Director, Ixia Consultancy *"This book is a thorough guide to web design, with a thoughtful balance between theory and practical exercises. It will leave you feeling extremely confident about developing your own high-quality website." * Elliott Mould, Founder and Director, MindZone *Table of Contents Chapter - 00: Introduction; Chapter - 01: How the web works and the tools and languages of web design; Section - ONE: HTML; Chapter - 02: HTML part 1; Chapter - 03: HTML part 2; Section - TWO: CSS; Chapter - 04: CSS part 1; Chapter - 05: CSS part 2; Chapter - 06: CSS part 3; Section - THREE: JavaScript; Chapter - 07: JavaScript part 1; Chapter - 08: JavaScript part 2; Chapter - 09: JavaScript part 3; Chapter - 10: JavaScript part 4; Section - FOUR: Putting everything into practice; Chapter - 11: Creating the website; Chapter - 12: Getting your website online; Chapter - 13: Conclusion
£16.14
Kogan Page Ltd Confident Web Design: How to Design and Create
Book SynopsisDo you need a website to support your freelance business or entrepreneurial venture? Or are you considering a career in web design? Maybe you're looking for your next career pivot, or you're simply seeking skills to give your CV that competitive edge? Wherever you are in your career, Confident Web Design can help. The ultimate beginner's guide to designing, building and publishing basic websites, this book features exclusive online exercises to help you practice your new skills in context. Covering the basics of HTML, CSS and JavaScript, as well as giving you a thorough grounding in the real-life application of these principles, this book provides helpful examples, explanations of technical terms, and clear, easy-to-understand language - meaning your first website is only a few chapters away. Taking you on a practical journey to publish a basic website from scratch, the book's structure is designed to break down each skill into manageable chunks. Wherever you are in your career, let Confident Web Design give you that cutting edge with vital programming and design skills. About the Confident series... From coding and web design to data, digital content and cyber security, the Confident books are the perfect beginner's resource for enhancing your professional life, whatever your career path.Trade Review"A refreshing, myth-busting read that needs to be on hand for anybody who takes their web presence seriously." * Gerry Griffin, Founder, Skill Pill *"Everything you need to know to create an amazing website - simply. With this as book as your guide, anyone can create themselves a website." * Anna Cleland, Founder and Director, Ixia Consultancy *"This book is a thorough guide to web design, with a thoughtful balance between theory and practical exercises. It will leave you feeling extremely confident about developing your own high-quality website." * Elliott Mould, Founder and Director, MindZone *Table of Contents Chapter - 00: Introduction; Chapter - 01: How the web works and the tools and languages of web design; Section - ONE: HTML; Chapter - 02: HTML part 1; Chapter - 03: HTML part 2; Section - TWO: CSS; Chapter - 04: CSS part 1; Chapter - 05: CSS part 2; Chapter - 06: CSS part 3; Section - THREE: JavaScript; Chapter - 07: JavaScript part 1; Chapter - 08: JavaScript part 2; Chapter - 09: JavaScript part 3; Chapter - 10: JavaScript part 4; Section - FOUR: Putting everything into practice; Chapter - 11: Creating the website; Chapter - 12: Getting your website online; Chapter - 13: Conclusion
£40.00
Packt Publishing Limited ASP.NET Core and Vue.js: Build real-world,
Book SynopsisA busy .NET developer's step-by-step guide to building fully functional, cloud-ready, and professional web apps without diving into the theory of frameworks and librariesKey Features Discover tenants of clean architecture in the latest ASP.NET Core 5 Web API Develop Vue.js 3 single-page applications (SPAs) using TypeScript and Vuex Learn techniques to secure, test, and deploy your full-stack web apps on Azure Book DescriptionVue.js 3 is faster and smaller than the previous version, and TypeScript’s full support out of the box makes it a more maintainable and easier-to-use version of Vue.js. Then, there's ASP.NET Core 5, which is the fastest .NET web framework today. Together, Vue.js for the frontend and ASP.NET Core 5 for the backend make a powerful combination. This book follows a hands-on approach to implementing practical methodologies for building robust applications using ASP.NET Core 5 and Vue.js 3. The topics here are not deep dive and the book is intended for busy .NET developers who have limited time and want a quick implementation of a clean architecture with popular libraries.You’ll start by setting up your web app’s backend, guided by clean architecture, command query responsibility segregation (CQRS), mediator pattern, and Entity Framework Core 5. The book then shows you how to build the frontend application using best practices, state management with Vuex, Vuetify UI component libraries, Vuelidate for input validations, lazy loading with Vue Router, and JWT authentication. Later, you’ll focus on testing and deployment. All the tutorials in this book support Windows 10, macOS, and Linux users.By the end of this book, you’ll be able to build an enterprise full-stack web app, use the most common npm packages for Vue.js and NuGet packages for ASP.NET Core, and deploy Vue.js and ASP.NET Core to Azure App Service using GitHub Actions.What you will learn Discover CQRS and mediator pattern in the ASP.NET Core 5 Web API Use Serilog, MediatR, FluentValidation, and Redis in ASP.NET Explore common Vue.js packages such as Vuelidate, Vuetify, and Vuex Manage complex app states using the Vuex state management library Write integration tests in ASP.NET Core using xUnit and FluentAssertions Deploy your app to Microsoft Azure using the new GitHub Actions for continuous integration and continuous deployment (CI/CD) Who this book is forThis app development book is for .NET developers who want to get started with Vue.js and build full-stack enterprise web applications. Web developers looking to build a proof-of-concept application quickly and pragmatically using their existing knowledge of ASP.NET Core as well as developers who want to write readable and maintainable code using TypeScript and the C# programming language will also find this book useful. The book assumes intermediate-level .NET knowledge along with an understanding of C# programming, JavaScript, and ECMAScript.Table of ContentsTable of Contents Getting Started with ASP.NET Core and Vue.js Setting Up a Development Environment Starting Your First ASP.NET Core 5 Project Applying Clean Architecture to an ASP.NET Core 5 Solution Setting Up DbContext and Controllers Diving into CQRS CQRS in Action API Versioning and Logging in ASP.NET Core Securing ASP.NET Core Performance Enhancement with Redis Vue.js Fundamentals in a Todo App Using a UI Component Library and Creating Routes and Navigations Integrating a Vue.js Application with ASP.NET Core Simplifying State Management with Vuex and Sending GET HTTP Requests (N.B. Please use the Look Inside option to see further chapters)
£999.99
Computer Step JQuery in Easy Steps
Book Synopsis jQuery in easy steps begins by explaining how to incorporate the free jQuery library so readers can quickly create interactive web page features by copying the book''s examples. It demonstrates how to easily select elements of the web page for manipulation and how to simply produce dynamic responses to user events. Examples illustrate various exciting animation effects and how to employ the power of AJAX to load external data without refreshing the entire web page. The book concludes by demonstrating how readers can use their acquired knowledge to create their very own distributable plugins for the jQuery library.jQuery in Easy Steps assumes readers will already have some basic knowledge of HTML, CSS, and JavaScript and are now ready to embrace the jQuery philosophy of "write less - do more" to enhance their web pages. It has an easy-to-follow style that will appeal to web developers who want to quickly learn the latest dynamic techniques, and to the student who is studying website design at school or college, and to those seeking a career in web development that need a thorough understanding of jQuery.
£10.44
In Easy Steps Limited PHP 7 in Easy Steps
Book SynopsisPHP 7 in easy steps will teach you to code server-side scripts, and demonstrates every aspect of the language you will need to produce professional web programming results. Its examples provide clear syntax-highlighted code showing PHP language basics including variables, arrays, logic, looping, functions, and classes.PHP 7 in easy steps begins by explaining how to install a free web server and the PHP interpreter to create an environment in which you can produce your very own data-driven server-side web pages. You will learn how to write PHP server-side scripts and how to make MySQL database queries. Examples illustrate how to store and retrieve Session Data, how to provide a Message Board, and how to access Web Services APIs over HTTP. PHP 7 in easy steps has an easy-to-follow style that will appeal to: anyone who wants to begin producing data-driven web pages. web developers wanting to add server-side interaction to their web sites. the programmer who quickly wants to add PHP to their skills set. the hobbyist who wants to begin creating scripts for upload to their own ISP. the student, and to those seeking a career in computing, who need a fundamental understanding of server-side programming with PHP. Using examples with free downloadable source code throughout, this guide will help you get started straight away for smart learning!
£10.99
In Easy Steps Limited HTML5 in easy steps
Book SynopsisThe first edition of this book was written in 2011 based upon the latest W3C Candidate Recommendation of the HTML5 specification. That is to say, the unfinished specification. In fact, HTML5.0 was not finalised until the full W3C Recommendation was released on October 28, 2014. Some features were added and some lost during the interim period. This meant that some items in the first edition of HTML5 in easy steps were obsolete, and some were missing.This second edition is based upon the full W3C Recommendation of the HTML5.1 specification that was released on November 1, 2016. This means that ALL features of the latest specification are accurately included and fully demonstrated in this second edition of HTML5 in easy steps.HTML5 in easy steps, 2nd edition demonstrates all you can achieve NOW in the latest browsers - all described in easy-to-follow steps. HTML5 in easy steps, 2nd edition instructs you how to employ the latest development for web page design with HyperText Markup Language (HTML5). Modern web browsers have united to support exciting new features of the HTML5 standard that allows easy creation of stunning web pages and engaging interactive applications. HTML5 in easy steps, 2nd edition contains examples and screenshots that illustrate each feature of HTML5, describing how to incorporate meta information about a document within its ''head'' section and how to add structured ''body'' content. You''ll learn how to create web pages to display text, images, lists, tables, hyperlinks, forms, audio, and video - and also how to write script instructions that draw and animate graphics on embedded ''canvas'' areas. Each chapter builds your knowledge so by the end of the book you''ll have gained a sound understanding of HTML5. HTML5 in easy steps, 2nd edition has an easy-to-follow style that will appeal to anyone looking to create compelling web pages for the latest browsers. Ideal for programmers who need to quickly learn the latest HTML5 techniques, students learning website design at school or college, those seeking a career in web development who need a thorough understanding of HTML5, and the enthusiast eager to build the latest HTML5 features into their websites.
£10.44
In Easy Steps Limited Java in easy steps
Book SynopsisJava in easy steps, 7th edition instructs you how to easily create your own Java programs. The book contains separate chapters on the major features of the Java language. Complete example programs with colourized code illustrate each important aspect of Java programming all in easy steps.This book assumes no previous knowledge of any programming language so it''s ideal for the newcomer to computer programming. Each chapter builds your knowledge of Java. By the end of this book you will have gained a sound understanding of the Java language and be able to write your own Java programs and compile them into executable files that can be run on any Java-enabled device.This 7th edition of Java in easy steps covers the many exciting features of Java, including: How to quickly run statements in the interactive shell named jshell - similar to the Python interpreter:How to make programs with the javac compiler and execute them with the java runtime. How to produce interactive Windows apps that can be easily distributed as jar program bundles. How to create mobile device apps using Java functionality within the Android operating system.
£11.39
In Easy Steps Limited HTML in easy steps
Book SynopsisHTML in easy steps, 9th edition instructs you how to employ the latest development for web page design with HyperText Markup Language (HTML). Modern web browsers support exciting features of the HTML standard that allows easy creation of stunning web pages and engaging interactive apps.HTML in easy steps, 9th edition contains examples and screenshots that illustrate each feature of HTML, describing how to incorporate meta information about a document within its ‘head’ section and how to add structured ‘body’ content. You''ll learn how to create web pages to display text, images, lists, tables, hyperlinks, forms, audio, and video. Each chapter builds your knowledge so by the end of the book you''ll have gained a sound understanding of HTML. HTML in easy steps, 9th edition has an easy-to-follow style that will appeal to anyone looking to create compelling web pages for the latest browsers. Ideal for programmers who need to quickly learn the latest HTML techniques, students learning website design at school or college, those seeking a career in web development who need a thorough understanding of HTML, and the enthusiast eager to build the latest HTML features into their websites.
£11.39
In Easy Steps Limited HTML, CSS and JavaScript in easy steps
Book SynopsisHTML, CSS & JavaScript in easy steps instructs the reader on each of the three coding languages that are used to create modern web pages; HyperText Markup Language (HTML) tags are used to control the structure of web page content, Cascading Style Sheets (CSS) rules are used to determine how web page content appears, and JavaScript functions are used to provide web page interactivity.HTML, CSS & JavaScript in easy steps contains examples and screenshots that illustrate each feature of all three coding languages. You''ll learn how to create web pages to display text, images, lists, tables, hyperlinks, forms, audio, and video. Each chapter builds your knowledge so by the end of the book you''ll have gained a sound understanding of HTML markup, CSS rules and JavaScript functions. HTML, CSS & JavaScript in easy steps has an easy-to-follow style that will appeal to anyone who wants to create great functional web pages. It will appeal to programmers who want to quickly add web page coding to their skills set, and to the student who is studying website design at school or college, and to those seeking a career in web development.
£17.99
In Easy Steps Limited PHP in easy steps: Updated for PHP 8
Book SynopsisPHP in easy steps, 4th edition demonstrates every aspect of the language you'll need to produce professional web programming results. Its examples provide clear syntax-highlighted code, which is freely downloadable, showing PHP language basics including variables, arrays, logic, looping, functions and classes.Install a free web server and the PHP interpreter to create an environment in which you can produce your own data-driven web pages.Write PHP server-side scripts; master PHP operators and control structures; process HTML form data; get cookies and session data; access Web Services APIs over HTTP... and much more! PHP in easy steps, 4th edition is ideal for PHP newbies who want to quickly learn the fundamentals of server-side programming with PHP and create interactive web pages. Also, useful for PHP pros who want to grasp the new PHP 8 features and achieve optimum performance!Updated for PHP 8.
£11.39
In Easy Steps Limited Web Design in easy steps
Book Synopsis Web Design in easy steps, 7th edition reveals the key principles of good web design, which is the art and science of building effective and attractive websites. The book will introduce you to the key technologies of the web, and the design principles that underpin successful sites.Whether you're a budding designer who plans to build your own site, or you just want to be able to talk to professional designers in their own language, this book will give you an understanding of how websites are designed so that you can make the right decisions in launching your own site. You'll also be able to build your own simple website using HTML and CSS. When you find useful code snippets and templates online, you'll know how to edit them and integrate them into your website correctly.Web Design in easy steps, 7th edition will ensure you set off in the right direction on your journey to creating a great website, with robust knowledge of the technologies and techniques that will deliver the best experience for your visitors.
£12.34
Packt Publishing Limited CakePHP 1.3 Application Development Cookbook
Book SynopsisWritten in cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for CakePHP developers to create unique web applications. The book is designed in such a way that you can refer to things chapter by chapter, and read them in no particular order. If you are a CakePHP developer who wants to discover quick and easy ways to improve web applications, and to leverage all aspects of the framework, this book is for you. This book assumes that you already have knowledge of CakePHP, and general PHP development skills.
£27.89
Packt Publishing Limited Joomla 25 Beginners Guide
£39.99
Facet Publishing Drupal in Libraries
Book SynopsisDrupal is a free and open-source content management system (CMS) that many libraries use to create well-designed, easy-to-use and manage websites. Go step-by-step through the decisions and tasks needed to develop and launch a Drupal-powered site and learn the advantages of the open source approach. Part of the award-winning TECH SET series, this book offers hints and suggestions to work with your IT department, colleagues, and management as you develop your technical specifications. The implementation chapter guides you through installing Drupal, adding modules, developing your own themes (page layouts), and describes librarian created modules that have been shared with the community and can be downloaded and installed on anyone's site. You also get advice on marketing your site, best practices for project management and development, and measuring the success and impact of the site once it launches.Trade Review"Ken Varnum has done a remarkable job pulling together the basics of the Drupal CMS into a readable, short, yet thorough, book." -- Nina McHaleTable of ContentsForeword - Ellyssa Kroski 1. Types of Solutions Available 2. Planning 3. Social Mechanics 4. Implementation 5. Marketing 6. Best Practices 7. Metrics 8. Developing Trends 9. Recommended Reading
£44.96
Mike Murach & Associates Inc. Murach's HTML, XHTML & CSS
Book Synopsis
£36.79
Mike Murach & Associates Inc. Murach's JavaScript & JQuery
Book SynopsisToday, jQuery is used by over half of the 10,000 most-visited web sites, and jQuery is one of the technologies that every web developer should master. The trouble is that jQuery is difficult to learn, especially for programming novices. Now, this new book makes it easier than ever to learn jQuery, jQuery UI (User Interface), and jQuery Mobile. In essence, sections 2 and 3 of this book present all of the jQuery and jQuery UI skills that you need for developing professional jQuery applications. With those skills, you will be able to add all of the popular jQuery applications to your web pages: image swaps, image rollovers, collapsible panels, slide shows, accordions, tabs, carousels, and more. Beyond that, though, you will have all the skills that you need for developing unique jQuery applications of your own. But that''s just two of the five sections in the book. Because you need to know JavaScript in order to use jQuery, section 1 presents the least you need to know about JavaScript to get the most from jQuery. This is essential for programming novices, but this is also valuable for experienced programmers who may not remember how a specific JavaScript statement or method works. In short, this section makes this book a complete reference for jQuery programmers. In contrast, section 4 takes jQuery to a new level by showing you how to use Ajax and JSON to get data from a web server and add it to a web page without reloading the page. It also shows how to use Ajax and JSON with the APIs for popular web sites like Blogger, YouTube, Twitter, Flickr, and Google Maps. These are powerful skills for enhancing a web site. To complete this package, section 5 presents a complete course in jQuery Mobile, which offers an exciting, new way to develop web sites for mobile devices. Today, the best web sites are available in both full and mobile versions, so this section also shows how to use a JavaScript plugin to redirect a mobile device from the full version of a web site to its mobile version.
£44.79
Mike Murach & Associates Inc. Murach's Android Programming
Book Synopsis
£44.24
Mike Murach & Associates Inc. Murachs ASP.NET 4.5 Web Programming with C# 2012
Book Synopsis
£44.24
Mike Murach & Associates Inc. Murach's ASP.NET 4.5 Web Programming with VB 2012
Book SynopsisIf you know the basics of Visual Basic, you''re ready to learn to develop server-side web applications with ASP.NET. And that''s where this book comes in: Section 1 presents a quick-start course in multi-form web applications, Visual Studio tools, and HTML5/CSS3 code -- a course that works both for beginners and for experienced web developers who are new to ASP.NET. Section 2 gives you the skills you need for every ASP.NET application you develop -- like how to use the server controls, validate user entries, manage state, use master pages and themes, provide site navigation, and use friendly URLs. Section 3 presents the skills you need for developing database-driven web sites at a professional level -- including how to use SQL data sources, object data sources, and ASP.NET data controls like the GridView, DetailsView, FormView, and ListView controls. Section 4 covers skills that enhance your professionalism; like how to develop secure web pages, authorize and authenticate users, send email, control the use of the Back button, and deploy finished applications. Section 5 takes you to the next level by showing you how to use ASP.NET Ajax, how to develop WCF and Web API services, and how ASP.NET MVC programming differs from Web Forms programming. To make it easier for you to master ASP.NET, you get complete web applications; including the web forms, the aspx code, and the VB code; that show you how each feature works in context. (You can download these for free from the Murach web site.) You get chapter exercises that let you practice your new skills. And you get Murach''s distinctive "paired-pages" format that developers like because it saves both training and reference time.
£44.24
Mike Murach & Associates Inc. Murachs Dreamweaver CC 2014
Book Synopsis
£44.79
Mike Murach & Associates Inc. Murachs Java Servlets & JSP
Book SynopsisThis new edition makes it easier than ever for Java developers to master web programming. It shows how to install and use the Tomcat server and the NetBeans IDE. It shows how to use JSP''s and servlets to build secure and well-structured web applications that implement the MVC pattern. It shows how to use sessions, cookies, JavaBeans, EL, JSTL, and custom tags. It shows how to use JDBC or JPA to work with a MySQL database. It shows how to work with JavaMail, SSL connections, authentication, encryption, filters, and listeners. It even includes an introduction to JSF to expand your perspective on Java web programming. These are the skills that you need to build professional Java web applications using servlets and JSP. A great read for any Java developer.
£44.24
Mike Murach & Associates Inc. Murachs HTML5 & CSS3
Book Synopsis
£44.79
Mike Murach & Associates Inc. Murach's JavaScript
Book SynopsisToday, JavaScript is used in 89.9% of all websites, including the most heavily-trafficked sites like Google, Facebook, YouTube, and Amazon. That is why every web developer should know how to use JavaScript. The problem is that JavaScript is surprisingly difficult to learn, not only for programming novices but also for experienced programmers. But now, Murach''s JavaScript makes it easier than ever to become an accomplished JavaScript programmer. To make that possible, section 1 of this book presents a six-chapter course in JavaScript that gets you off to a great start. This section works for programming novices as well as experienced programmers because it lets you set your own pace. When you finish this section, you will be able to write, test and debug JavaScript applications of your own. Then, section 2 builds on that base by presenting the additional skills that every JavaScript programmer must have. That includes working with arrays and web storage, creating and using your own object types in object-oriented applications, using regular expressions for data validation, and much more. For many developers, sections 1 and 2 will be all that they need to know. But for those who want to move on to the expert level, section 3 presents the skills that will get you there. That includes skills like how to bulletproof your applications by using closures, namespaces, and modules; how to make your functions more useful by using callbacks; and how to use JSON to transmit and store data. Then, the last chapter in this section introduces you to jQuery and shows you how it can make your JavaScript code even better.
£44.79
Mike Murach & Associates Inc. Murach's jQuery
Book SynopsisToday, jQuery is used in over 60% of the million most-visited websites, and that makes it one of the technologies that every web developer should master. The problem is that jQuery is difficult to learn, especially for those with limited programming experience. But now, this new edition of our jQuery book makes it easier than ever to learn how to use jQuery to create the dynamic user interfaces, fast response times, and special effects that today''s users expect. In brief, sections 2 and 3 of this book present the essential jQuery and jQuery UI (User Interface) skills for developing professional jQuery applications. With those skills, you will be able to add all of the popular jQuery features to your web pages: image swaps, image rollovers, slide shows, accordions, tabs, carousels, and much more. Then, section 4 shows you how to use Ajax and JSON to get data from a web server and add it to a web page without reloading the page. It also shows how to use Ajax and JSON with the APIs for websites like Flickr and Google Maps and with HTML5 APIs like Geolocation, Web Storage, and Web Workers. What about section 1? It provides a four-chapter crash course in the JavaScript skills that you need to use jQuery. That means you do not need to know JavaScript before you start using this book, and that makes this the right book for programmers who are not familiar with JavaScript, as well as for programming novices. This section also becomes the ideal reference for the JavaScript that''s used for the jQuery applications in this book or for any jQuery application. The last section of this book shows you how to use jQuery Mobile to develop mobile websites. This requires little or no programming, and it is a great alternative when it''s impractical to rebuild an established website with Responsive Web Design.
£44.79
Mike Murach & Associates Inc. Murachs ASP.NET 4.6 Web Programming with C# 2016
Book SynopsisIf you know the basics of C#, youre ready to learn to develop server-side web applications with ASP.NET Web Forms and that is where this book comes in: Section 1 is a quick-start course in creating your first ASP.NET Web Forms applications using Visual Studio, with coverage of what HTML5/CSS3 and Bootstrap are doing on the client side a course that works both for beginners and for experienced web developers who are new to ASP.NET; Section 2 gives you the skills you need for every web application like how to use the server controls, validate user entries, manage state, use master pages, make ASP.NET work with Bootstrap for responsive layouts, and use friendly URLs; Section 3 presents the skills you need for developing database-driven web applications at a professional level including how to use SQL data sources, object data sources, and model binding and the Entity Framework with ASP.NET data controls like GridView, DetailsView, FormView, and ListView; Section 4 covers skills that enhance your professionalism like how to develop secure web pages, authenticate users with ASP.NET Identity, send email, control the use of the Back button, and deploy finished applications; Section 5 takes you to the next level by showing you how to use ASP.NET Ajax, how to develop WCF and Web API services, and how ASP.NET MVC programming differs from Web Forms programming. To make it easier for you to master ASP.NET, you get complete web applications including the web forms, the aspx code, and the C# code that show you how each feature works in context (you can download these for free from the Murach website). You get chapter exercises that let you practice your new skills. And you get Murachs distinctive paired-pages format that developers like because it saves both training and reference time.
£45.74
Simple Talk Publishing The Art of XSD - SQL Server XML Schemas
£19.79
Pearson Education ASPNET 20 Web Parts in Action Building Dynamic
Book Synopsis
£40.49
Pearson Education Wicket in Action
Book Synopsis
£42.74
Rosenfeld Media Eye Tracking the User Experience: A Practical
Book Synopsis
£42.74
Rosenfeld Media Why We Fail: Learning from Experience Design
Book Synopsis
£35.14
Rosenfeld Media The User Experience Team of One: A Research and
Book Synopsis
£33.74
Rosenfeld Media Web Form Design: Filling in the Blanks
Book Synopsis
£42.74
Rosenfeld Media Conversations with Things: UX Design for Chat and
Book Synopsis
£31.34
Rosenfeld Media Validating Product Ideas: Through Lean User
Book Synopsis
£42.74
Rosenfeld Media Users Journey Storymapping Products That People
Book Synopsis
£38.94
Rosenfeld Media Designing Interface Animation: Improving the User
Book Synopsis
£35.14
Rosenfeld Media Service Design: From Insight to Implementation
Book Synopsis
£38.94
Rosenfeld Media Engaged: Designing for Behavior Change
Book Synopsis
£42.74
Rosenfeld Media Liminal Thinking: Create the Change You Want by
Book Synopsis
£19.99
Rosenfeld Media Practical Empathy: For Collaboration and
Book Synopsis
£35.14
Rosenfeld Media Build Better Products: A Modern Approach to
Book Synopsis
£42.74
Rosenfeld Media Make It So: Interaction Design Lessons from
Book Synopsis
£42.74
Manning Publications Prototype and Scriptaculous Quickly
Book SynopsisAs experience with Ajax increases, developers want the standard Ajax capabilities they repeatedly use to be preprogrammed for them—and that's exactly what Ajax libraries do for them. They reduce the pain of handling cross-browser inconsistencies, they add useful language features, and provide sophisticated functionality. Of these, Prototype is the most popular JavaScript and Ajax framework for low-level coding. Scriptaculous builds on Prototype to provide popular high-level user interface features such as animation, drag and drop, and prebuilt widgets. Together, they free the developer up to concentrate on building the application. They make a rich user experience easy to achieve. This book guides the reader through the Prototype and Scriptaculous libraries feature-by-feature. In just 350 pages, it shows over 100 small working examples that help readers explore the libraries, and they develop a web-based image gallery that teaches them how to use Prototype and Scriptaculous in the real-world.
£37.99
Manning Publications Gallo:ASP.NET AJAX in Action
Book SynopsisASP.NET AJAX puts the power of Ajax into the hands of Microsoft ASP developers. With this technology, ASP.NET developers can easily build more interactive and highly personalized web applications that work across all the most popular browsers. ASP.NET AJAX in Action introduces you to Ajax applications and to the ASP.NET AJAX technology. Beginners will appreciate the clear explanations of key ideas and terminology. Intermediate and advanced ASP.NET developers will find a no-nonsense learning source and well-organized reference. ASP.NET AJAX in Action offers a rich set of examples and meticulous explanations. The extensive code samples are accompanied by accurate and rigorous explanations of the concepts behind development with ASP.NET AJAX.
£42.54
Pearson Education GWT in Practice IPS Cooper Robert Author
Book Synopsis
£40.65
Manning Publications Flex 3 in Action
Book SynopsisHIGHLIGHT The expert authors of Flex 3 in Action have one goal—to help you get down to business with Flex 3. Fast. DESCRIPTION Flex 3 in Action is an easy-to-follow, hands-on Flex 3 tutorial. Chock-full of examples, this book goes beyond feature coverage and helps readers put Flex to work in real day-to-day tasks. This book helps Flex developers make their Flex applications stand out from the crowd. How comprehensive is Flex 3 in Action? • Interesting themes, styles, and skins? It’s in there. • Working with databases? You got it. • Interactive forms and validation? You bet. • Charting techniques to help you visualize data? Bam! Many Flex books are overwhelming to new users—focusing on the complexities of the language and super-specialized subjects in the Flex eco-system. Flex 3 in Action filters out the noise and dives into the core topics users need every day. Using numerous easy-to-understand examples, Flex 3 in Action provides a strong foundation that readers can build on as the complexity of their projects increases. KEY POINTS • Expert authors have been working with Flex since the first version • Comprehensive yet easy to follow • Numerous do-this-every-day examples • Gets users ramped up and productive very quickly! • Makes the entry into using Flex fun, easy, and less scary This book is written for the millions of day-to-day web designers and developers who need to learn Flex to stay current. MARKET INFORMATION New web applications require engaging user-friendly interfaces—and the cooler, the better. With Flex 3, web developers at any skill level can create high-quality, effective, and interactive Rich Internet Applications (RIAs) quickly and easily. Flex removes the complexity barrier from RIA development by offering sophisticated tools and a straightforward programming language so you can focus on what you want to do instead of how to do it. And now that the major components of Flex are free and open-source, the cost barrier is gone, as well!
£46.45
Manning Publications Hello! Flex 4
Book SynopsisHIGHLIGHT A fast-paced, hands-on tutorial that both teaches and entertains readers as they learn Flex 4 while building a complete application. DESCRIPTION Flex 4 is an open-source tool that allows developers to easily add life to web applications with dynamic user features, colorful transitions, and eye-catching animations. Flex also provides powerful data handling for industrial-strength applications. We think it should be just as much fun to learn Flex as it is to use it. And we know that fun learning gets better results. Hello! Flex 4 demonstrates how to get started without getting bogged down in technical detail or academic edge cases. In this book, User Friendly cartoon characters offer commentary and snide side comments, as the book moves quickly from Hello World into practical techniques. Each one is illustrated with a hands-on example. Along the way, readers will build a unique Flex application that mashes Yahoo Maps with Twitter to keep track of friends. KEY POINTS • Demonstrates a complete application built over the course of the book • Entertaining style with User Friendly graphics • Accessible to HTML or web developers without programming experience
£31.59