Showing posts with label AJAX. Show all posts
Showing posts with label AJAX. Show all posts

Professional ASP.NET MVC 5


More detail or purchase here >> Professional ASP.NET MVC 5

Author: Jon Galloway
Publication date: August 4, 2014
Pages: 624

Table of Contents:
  1. Getting Started (Introduction to ASP.NET MVC, MVC5, MVC Application Structure).
  2. Controllers (Roles and Basics).
  3. Views (Basics, Models, The Razor View Engine).
  4. Models.
  5. Forms and HTML Helpers.
  6. Data Annotation and Validation.
  7. Membership, Authorization, and Security.
  8. AJAX (jQuery, Client Validation).
  9. Routing (Routes Generate URLs).
  10. NuGet.
  11. ASP.NET Web API.
  12. Single Page Applications with Angular.js.
  13. Dependency Injection (Software Design Patterns, Dependency Resolution in MVC and Web API).
  14. Unit Testing.
  15. Extending MVC.
  16. Advanced Topics (Mobile Support, Advanced Razor, View Engines, Scaffolding, Routing, Templates, Controllers).
  17. Real-World ASP.NET MVC: Building The NuGet.org Website.

Pro ASP.NET MVC 5


More detail or purchase here >> Pro ASP.NET MVC 5

Author: Adam Freeman
Publication date: December 19, 2013
Pages: 832

Table of Contents:

  1. What's The Big Idea. (History about ASP.NET, Web Development Today, Key Benefits of ASP.NET MVC)
  2. Your first MVC Application(Preparing Visual Studio, Creating a Sample Data-Entry Application)
  3. The MVC Pattern(History about MVC, MVC Pattern)
  4.  Essential Language Features(Using Automatically Implemented Properties, Object and Collection Initializers, Extension Methods, Lambda Expressions, Automatic Type Inference, Anonymous Types, Performing Language Integrated Queries, Async Methods)
  5. Working with Razor(Working with the Model Object, Layouts, Razor Expression)
  6. Essential Tools for MVC(Using Ninject, Moq)
  7. Sports Store: A Real Application(Starting the Domain Model, Displaying a List of Products, Preparing a Database, Adding Pagination, Styling the Content)
  8. Sports Store: Navigation(Adding Navigation Controls, Building the Shopping Cart)
  9. Sports Store: Cart(Using Model Binding, Completing the Cart, Submitting Orders)
  10. Sports Store: Mobile(Putting Mobile Web Development in Context, Using Responsive Design, Creating Mobile Specific Content)
  11. Sports Store: Admin(Adding Catalog Management)
  12. Sports Store: Security and Finishing Touches(Securing the Administrator Controller, Image Uploads)
  13. Deployment(Preparing Windows Azure)
  14. Overview of MVC5 Projects(Working with Visual Studio NVC Projects, Debugging MVC Applications, Using Browser Link)
  15. URL Routing(Introduction to URL Patterns, Creating and Registering a Simple Route, Defining Default Values, Using URL Static Segments, Constraining Routes, Using Attribute Routing)
  16. Advanced Routing Features(Generate Outgoing URLs in Views, Customizing the Routing System, Working with Areas, Routing Requests, for Disk Files, Bypassing the Routing System, URL Schema Best Practics)
  17. Controllers and Actions(Introduction to Controller, Receiving Request Data, Producing Output)
  18. Filters(Using Filters, Authorization Filters, Authentication Filters, Exception Filters, Actions Filters, Result Filters. Other Filter Features)
  19. Controllers Extensibility(Custom Control Factory, Build-in Control Factory, Custom Action Invoker, Build-in Action Invoker, Improve Performance with Specialized Controllers)
  20. Views. (Custom View Engine, Razor Engine, Dynamic Content to a Razor View)
  21. Helper Methods(Creating Custom Help Methods, Using the Built-in Form Helper Methods)
  22. Templated Helper Methods(Model Metadata, Customizing the Templated View Helper System)
  23. URL and Ajax Helper Meothods(Creating Basic Link and URL, Using MVC Unobtrusive Ajax, Creating an Unobtrusive Ajax Form, Creating Ajax Link, Ajax Callback, JSON)
  24. Model Binding(Using Default Model Binder, Manually Invoking Model Binding, Customizing the Model Binding System)
  25. Model Validation. (Explicitly Model Validation, Displaying Validation Message, Alternative Validation Techniques, Performing Client-Side Validation, Performing Remote Validation)
  26. Bundles. (Profiling Script and CSS Loading, Using Script and Style Bundle)
  27. WebAPI and Single Page Applications(Using WebAPI, Understand How API Control Works, Using Knockout for Single-Page Applications, Completing the Application)

Pro jQuery

Book4Coding, Pro jQueryBook4Coding, Pro jQuery


More detail or purchase here >> Pro jQuery

Author: Adam Freeman
Publication date: Feb 24, 2012
Pages: 1,016
Detail: This book teach about;
  1. Getting Ready: Putting jQuery in Cintext, HTML Primer, CSS Primer, JavaScript Primer.
  2. Working with jQuery: jQuery Basics, Managing the Element Selection, Manipulating the DOM, Manipulating Elements, Working with Events, Using jQuery Effects, Refactoring the Example Part I.
  3. Working with Data and Ajax: Using Data Templates, Working with Forms, Using Ajax, Refactoring the Example Part II.
  4. Using jQuery UI: Setting Up jQuery UI, Using the Button Progress Bar and Slider Widgets, Using the Autocomplete and Accordion Widgets, Using the Tab Widget, Using the Datepicker Widget, Using the Dialog Widget, Using the Drag and Drop Interactions, Using the other Interactions, Refactoring the Example Part III.
  5. Using jQuery Mobile: Getting Started with jQuery Mobile, Pages and Navigation, Dialogs Themes and Layouts, Byttins and Collapsible Blocks, Using jQuery Mobile Forms, jQuery Mobile Lists, Refactoring the Example Part IV.
  6. Advance Features: Using the jQuery Utility Methods, The jQuery UI Effects and CSS Framework, Using Deferred Objects.

The Definitive Guide to HTML5

Book4Coding, The Definitive Guide to HTML5Book4Coding, The Definitive Guide to HTML5


More detail or purchase here >> The Definitive Guide to HTML5

Author: Adam Freeman
Publication date: Dec 14, 2011
Pages: 1080
Detail: This book teach about;
  1. Putting HTML5 in Context: Getting Ready, Getting Started with HTML, Getting Started with CSS, Getting Started with JavaScript
  2. The HTML Elements: HTML Elements in Context, Creating HTML Documents, Marking Up Text, Grouping Content, Creating Sections, Table Elements, Working with Forms, Customizing the Input Element, Other Form Elements and Input Validation, Embedding Content.
  3. Cascading Style Sheets: CSS in Context, Using the CSS in Context, Using the CSS Selectors, Using Borders and Backgrounds, Working with the Box Model, Creating Layouts, Styling Text, Transitions, Animations and Transforms, Other CSS Properties and Features.
  4. Working with the DOM: The DOM in Context, Working with the Document Object, Working with the Window Object, Working with DOM Elements, Working with Events, Using the Element-Specific Objects.
  5. Advanced Features: Using Ajax, Working with Multimedia, Using the Canvas Element, Using Drag and Drop, Using Geolocation, Using Web Storage, Creating Office Web Applications.

Pro ASP.NET MVC 4

book4coding, Book for Coding

More detail or purchase here >> Pro ASP.NET MVC 4book4coding, Book for Coding

Author: Adam Freeman
Publication date: Jan 16, 2013
Pages: 756
Detail: This book teach about: 

  1. Introduction to ASP.NET MVC 4: What's the Big Idea?, Your First MVC Application, The MVC Pattern, Essential Language Features, Working with Razor, Essential Tools for MVC, SportsStore: A Real Application, SportsStore: Navigation, SportsStore: Completing The Cart, SportsStore: Administration, SportsStore: Security & Finishing Touches.
  2. ASP.NE MVC in Detail: Overview of MVC Projects, URL Rooting, Advanced Routing Features, Controllers and Actions, Filters, Controller Extensibility, Views, Helper Methods, Templated Helper Methods,URL and Ajax Helper Methods, Model Binding, Model Validation, Bundles and Display Modes, Web API, Deployment

Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites



Author: Robin Nixon
Publication date: Sep 3, 2012
Pages: 586
Detail: This book teach about Introduction to Dynamic Web Content, Setting up a Development Server, Introduction to PHP, Expression and Control Flow in PHP, PHP Functions and Objects, PHP Arrays, Practical PHP, Introduction to MySQL, Mastering MySQL, Accessing MySQL using PHP, Form Handling, Cookies Session and Authentication,  Exploring JavaScript, Expression and Control Flow in JavaScript, JavaScript Funtions Objects and Arrays, JavaScript and PHP Validation and Error Handling, Using AJAX, Introduction to CSS, Adcanced CSS with CSS3, Assessing CSS form JavaScript,  Bringing It All Together.

JavaScript & jQuery: The Missing Manual


More detail or purchase here >> JavaScript & jQuery: The Missing Manual 

Author: David Sawyer McFarland
Publication date: Oct 28, 2011
Pages: 540
Detail: This book teach about Writing Your First JavaScript Program, The Grammar of JavaScript. Adding Logic and Control to your Program, Introduction to jQuery, Alive with Events, Improving your Images, Improving Navigation, Enhancing Web Forms, Expanding Your Interface, Introduction Ajax, Flickr and Google Maps, Troubleshooting and Debugging.

HTML, XHTML and CSS All-In-One For Dummies



More detail or buy here >> HTML, XHTML and CSS All-In-One For Dummies

Author: Andy Haris
Publication date: Dec 31, 2013
Pages: 1,000+ (CD include)
Detail: Unknown yet (Maybe same as old version or input new content)

--------------------------------------------------------------------------------------------------
OLD VERSION (2010)
--------------------------------------------------------------------------------------------------



More detail or buy here >> HTML, XHTML and CSS All-In-One For Dummies

Author: Andy Haris
Publication date: Nov 16, 2010
Pages: 1,000+ (CD include)
Detail: This book teach about 1) HTML: Sound HTML Foundation, It's All About Validation, Choosing Your Tools, Managing Information with Lists and Tables, Making Connection with Links, Adding Images, Creating Forms, The Future of HTML: HTML5. 2) CSS: Styling with CSS, Coloring Your World, Styling Text,  Selector, Class and Style, Border and Backgrounds, Level of CSS, Using Positional CSS, Fun with the Fabulous Float, Building Floating Page Layouts, Styling Lists and Menus, Using Alternative Positioning. 3) JavaScript: Getting Started with JavaScript, Making Decisions with Conditions, Loops and Debugging, Functions, Arrays and Objects, Taking to the Page, Getting Valid Input, Animation Your Pages. 4) PHP: Server-Side Programming with PHP, PHP and XHTML Forms, Control Structures, Working with Arrays, Using Functions and Session Variables, Working with File and Directories. Connecting to MySQL Database.  5) MySQL: Managing Data with MySQL, Getting Started with Data, Managing Data with SQL, Normalize Your Data, Putting Data Together with Joins. 6) AJAX: AJAX Essential, Improving JacaScript and AJAX with JQuery, 7) JQuery: Animating JQuery, Using the JQuery User Interface Toolkit, Improving Usability with JQuery, Working with AJAX Data. 8) Moving from Page to Sites: Managing Your Services, Planning Your Sites, Introduction Content Management Systems,  Editing Graphics, Taking Control of Content.
Related Posts Plugin for WordPress, Blogger...