Mastering Ext JS - Second Edition

Mastering Ext JS - Second Edition PDF Author: Loiane Groner
Publisher: Packt Pub Limited
ISBN: 9781784390457
Category : Computers
Languages : en
Pages : 400

Get Book

Book Description
If you are a developer who is familiar with Ext JS and want to augment your skills to create even better web applications, this is the book for you. Basic knowledge of JavaScript/HTML/CSS and any server-side language (PHP, Java, C♯, Ruby, or Python) is required.

Mastering Ext JS - Second Edition

Mastering Ext JS - Second Edition PDF Author: Loiane Groner
Publisher: Packt Pub Limited
ISBN: 9781784390457
Category : Computers
Languages : en
Pages : 400

Get Book

Book Description
If you are a developer who is familiar with Ext JS and want to augment your skills to create even better web applications, this is the book for you. Basic knowledge of JavaScript/HTML/CSS and any server-side language (PHP, Java, C♯, Ruby, or Python) is required.

Mastering Ext JS - Second Edition

Mastering Ext JS - Second Edition PDF Author: Loiane Groner
Publisher: Packt Publishing Ltd
ISBN: 1784399434
Category : Computers
Languages : en
Pages : 400

Get Book

Book Description
If you are a developer who is familiar with Ext JS and want to augment your skills to create even better web applications, this is the book for you. Basic knowledge of JavaScript/HTML/CSS and any server-side language (PHP, Java, C#, Ruby, or Python) is required.

Mastering Ext JS

Mastering Ext JS PDF Author: Loiane Groner
Publisher: Packt Pub Limited
ISBN: 9781782164005
Category : Computers
Languages : en
Pages : 358

Get Book

Book Description
Designed to be a structured guide, Mastering Ext JS is full of engaging examples to help you learn in a practical context.This book is for developers who are familiar with using Ext JS who want to augment their skills to create even better web applications.

Mastering PostGIS

Mastering PostGIS PDF Author: Dominik Mikiewicz
Publisher: Packt Publishing Ltd
ISBN: 1784395447
Category : Computers
Languages : en
Pages : 321

Get Book

Book Description
Write efficient GIS applications using PostGIS - from data creation to data consumption About This Book Learn how you can use PostGIS for spatial data analysis and manipulation Optimize your queries and build custom functionalities for your GIS application A comprehensive guide with hands-on examples to help you master PostGIS with ease Who This Book Is For If you are a GIS developer or analyst who wants to master PostGIS to build efficient, scalable GIS applications, this book is for you. If you want to conduct advanced analysis of spatial data, this book will also help you. The book assumes that you have a working installation of PostGIS in place, and have working experience with PostgreSQL. What You Will Learn Refresh your knowledge of the PostGIS concepts and spatial databases Solve spatial problems with the use of SQL in real-world scenarios Practical walkthroughs of application development examples using Postgis, GeoServer and OpenLayers. Extract, transform and load your spatial data Expose data directly or through web services. Consume your data in both desktop and web clients In Detail PostGIS is open source extension onf PostgreSQL object-relational database system that allows GIS objects to be stored and allows querying for information and location services. The aim of this book is to help you master the functionalities offered by PostGIS- from data creation, analysis and output, to ETL and live edits. The book begins with an overview of the key concepts related to spatial database systems and how it applies to Spatial RMDS. You will learn to load different formats into your Postgres instance, investigate the spatial nature of your raster data, and finally export it using built-in functionalities or 3th party tools for backup or representational purposes. Through the course of this book, you will be presented with many examples on how to interact with the database using JavaScript and Node.js. Sample web-based applications interacting with backend PostGIS will also be presented throughout the book, so you can get comfortable with the modern ways of consuming and modifying your spatial data. Style and approach This book is a comprehensive guide covering all the concepts you need to master PostGIS. Packed with hands-on examples, tips and tricks, even the most advanced concepts are explained in a very easy-to-follow manner. Every chapter in the book does not only focus on how each task is performed, but also why.

JavaScript Regular Expressions

JavaScript Regular Expressions PDF Author: Loiane Groner
Publisher: Packt Publishing Ltd
ISBN: 1783282266
Category : Computers
Languages : en
Pages : 112

Get Book

Book Description
This book is ideal for JavaScript developers and programmers who work with any type of user entry data and want sharpen their skills to become experts.

Ext JS in Action

Ext JS in Action PDF Author: Grgur Grisogono
Publisher: Simon and Schuster
ISBN: 163835278X
Category : Computers
Languages : en
Pages : 634

Get Book

Book Description
Summary Ext JS in Action, Second Edition teaches Ext JS from the ground up. You'll start with a quick overview of the framework and then explore the core components by diving into complete examples, engaging illustrations, and crisp, straightforward explanations. You'll feel like you have an expert guide right at your elbow teaching you important Ext techniques and offering insight into its inner workings. Along the way, you'll learn the best practices for building and scaling full-featured web applications, including how to customize and build Ext widgets. Fully revised for Ext JS 4.0. About this Book Ext JS is a mature JavaScript web application framework that provides modern UI widgets and an advanced MVC architecture. It helps you manage tedious boilerplate and minimize hand-coded HTML and browser incompatibilities. Ext JS in Action, Second Edition starts with a quick overview of the framework and then explores the core components by diving into complete examples, engaging illustrations, and clear explanations. You'll feel like you have an expert guide at your elbow as you learn the best practices for building and scaling full-featured web applications. A working knowledge of JavaScript is assumed. No prior experience with Ext JS is required. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. What's Inside Building professional web apps with Ext JS Stamping out DOM fragments with templates Customizing and building Ext widgets Masterful UI design Fully revised for Ext JS version 4.0 About the Authors Jay Garcia is a well-known member of the Ext JS community and a contributor to the framework. He wrote Sencha Touch in Action. Grgur Grisogono founded SourceDevCon in London, UK and Split, Croatia. Jacob Andresen is a consultant specializing in large scale internet applications. Table of Contents PART 1 INTRODUCTION TO EXT JS 4.0 A framework apart DOM manipulation Components and containers PART 2 EXT JS COMPONENTS Core UI components Exploring layouts Forms in Ext JS The data store The grid panel Taking root with trees Drawing and charting Remote method invocation with Ext Direct Drag-and-drop PART 3 BUILDING AN APPLICATION Class system foundations Building an application

Learning JavaScript Data Structures and Algorithms

Learning JavaScript Data Structures and Algorithms PDF Author: Loiane Groner
Publisher: Packt Publishing Ltd
ISBN: 178355388X
Category : Computers
Languages : en
Pages : 307

Get Book

Book Description
Hone your skills by learning classic data structures and algorithms in JavaScript About This Book Understand common data structures and the associated algorithms, as well as the context in which they are used. Master existing JavaScript data structures such as array, set and map and learn how to implement new ones such as stacks, linked lists, trees and graphs. All concepts are explained in an easy way, followed by examples. Who This Book Is For If you are a student of Computer Science or are at the start of your technology career and want to explore JavaScript's optimum ability, this book is for you. You need a basic knowledge of JavaScript and programming logic to start having fun with algorithms. What You Will Learn Declare, initialize, add, and remove items from arrays, stacks, and queues Get the knack of using algorithms such as DFS (Depth-first Search) and BFS (Breadth-First Search) for the most complex data structures Harness the power of creating linked lists, doubly linked lists, and circular linked lists Store unique elements with hash tables, dictionaries, and sets Use binary trees and binary search trees Sort data structures using a range of algorithms such as bubble sort, insertion sort, and quick sort In Detail This book begins by covering basics of the JavaScript language and introducing ECMAScript 7, before gradually moving on to the current implementations of ECMAScript 6. You will gain an in-depth knowledge of how hash tables and set data structure functions, as well as how trees and hash maps can be used to search files in a HD or represent a database. This book is an accessible route deeper into JavaScript. Graphs being one of the most complex data structures you'll encounter, we'll also give you a better understanding of why and how graphs are largely used in GPS navigation systems in social networks. Toward the end of the book, you'll discover how all the theories presented by this book can be applied in real-world solutions while working on your own computer networks and Facebook searches. Style and approach This book gets straight to the point, providing you with examples of how a data structure or algorithm can be used and giving you real-world applications of the algorithm in JavaScript. With real-world use cases associated with each data structure, the book explains which data structure should be used to achieve the desired results in the real world.

Learning JavaScript Data Structures and Algorithms - Second Edition

Learning JavaScript Data Structures and Algorithms - Second Edition PDF Author: Loiane Groner
Publisher: Packt Publishing
ISBN: 9781785285493
Category : Computers
Languages : en
Pages : 314

Get Book

Book Description
Hone your skills by learning classic data structures and algorithms in JavaScriptAbout This Book- Understand common data structures and the associated algorithms, as well as the context in which they are used.- Master existing JavaScript data structures such as array, set and map and learn how to implement new ones such as stacks, linked lists, trees and graphs.- All concepts are explained in an easy way, followed by examples.Who This Book Is ForIf you are a student of Computer Science or are at the start of your technology career and want to explore JavaScript's optimum ability, this book is for you. You need a basic knowledge of JavaScript and programming logic to start having fun with algorithms.What You Will Learn- Declare, initialize, add, and remove items from arrays, stacks, and queues- Get the knack of using algorithms such as DFS (Depth-first Search) and BFS (Breadth-First Search) for the most complex data structures- Harness the power of creating linked lists, doubly linked lists, and circular linked lists- Store unique elements with hash tables, dictionaries, and sets- Use binary trees and binary search trees- Sort data structures using a range of algorithms such as bubble sort, insertion sort, and quick sortIn DetailThis book begins by covering basics of the JavaScript language and introducing ECMAScript 7, before gradually moving on to the current implementations of ECMAScript 6. You will gain an in-depth knowledge of how hash tables and set data structure functions, as well as how trees and hash maps can be used to search files in a HD or represent a database. This book is an accessible route deeper into JavaScript. Graphs being one of the most complex data structures you'll encounter, we'll also give you a better understanding of why and how graphs are largely used in GPS navigation systems in social networks.Toward the end of the book, you'll discover how all the theories presented by this book can be applied in real-world solutions while working on your own computer networks and Facebook searches.Style and approachThis book gets straight to the point, providing you with examples of how a data structure or algorithm can be used and giving you real-world applications of the algorithm in JavaScript. With real-world use cases associated with each data structure, the book explains which data structure should be used to achieve the desired results in the real world.

Mastering Angular Components

Mastering Angular Components PDF Author: Gion Kunz
Publisher: Packt Publishing Ltd
ISBN: 1788295587
Category : Computers
Languages : en
Pages : 394

Get Book

Book Description
The Angular framework has embraced a mature UI component architecture. It’s a powerful tool for developing scalable application interfaces. The simple design of Angular components helps in building large component-based applications. This book covers a holistic way of thinking about UI development and explores the power of the components.

Mastering TypeScript 3

Mastering TypeScript 3 PDF Author: Nathan Rozentals
Publisher: Packt Publishing Ltd
ISBN: 1789537479
Category : Computers
Languages : en
Pages : 683

Get Book

Book Description
Master the TypeScript language and its latest features. Explore modern application frameworks and utilize industry best practices in TDD, OOP and UI Design. Key FeaturesLearn the key features of TypeScript 3 and explore advanced language features through in-depth discussions.Use TypeScript with modern frameworks including Backbone, Angular, Aurelia, React, and Node.Explore TDD practices, OOP techniques, and industry best practices to create high-quality, modular, and adaptable applications.Book Description TypeScript is both a language and a set of tools to generate JavaScript. It was designed by Anders Hejlsberg at Microsoft to help developers write enterprise-scale JavaScript. Starting with an introduction to the TypeScript language, before moving on to basic concepts, each section builds on previous knowledge in an incremental and easy-to-understand way. Advanced and powerful language features are all covered, including asynchronous programming techniques, decorators, and generics. This book explores many modern JavaScript and TypeScript frameworks side by side in order for the reader to learn their respective strengths and weaknesses. It will also thoroughly explore unit and integration testing for each framework. Best-of-breed applications utilize well-known design patterns in order to be scalable, maintainable, and testable. This book explores some of these object-oriented techniques and patterns, and shows real-world implementations. By the end of the book, you will have built a comprehensive, end-to-end web application to show how TypeScript language features, design patterns, and industry best practices can be brought together in a real-world scenario. What you will learnGain insights into core and advanced TypeScript language featuresIntegrate existing JavaScript libraries and third-party frameworks using declaration filesTarget popular JavaScript frameworks, such as Angular, React, and moreCreate test suites for your application with Jasmine and SeleniumOrganize your application code using modules, AMD loaders, and SystemJSExplore advanced object-oriented design principlesCompare the various MVC implementations in Aurelia, Angular, React, and moreWho this book is for This guide to the TypeScript that starts with basic concepts, and then builds on this knowledge to introduce more advanced language features and frameworks. No prior knowledge of JavaScript is required, although some prior programming experience is assumed. If you are keen to learn TypeScript, this book will give you all of the necessary knowledge and skills to tackle any TypeScript project. If you are already an experienced JavaScript or TypeScript developer, then this book will take your skills to the next level. Learn how to use TypeScript with a multitude of modern frameworks, and choose the best framework for your project requirements. Investigate techniques for Test Driven Development, explore industry-standard design patterns, and learn how to put together a full production-ready TypeScript application.