Mastering Ext JS Second Edition

Mastering Ext JS   Second Edition
Author: Loiane Groner
Publsiher: Packt Pub Limited
Total Pages: 400
Release: 2015-02-24
Genre: Computers
ISBN: 1784390453

Download Mastering Ext JS Second Edition Book in PDF, Epub and Kindle

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
Author: Loiane Groner
Publsiher: Packt Publishing Ltd
Total Pages: 400
Release: 2015-02-24
Genre: Computers
ISBN: 9781784399436

Download Mastering Ext JS Second Edition Book in PDF, Epub and Kindle

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
Author: Loiane Groner
Publsiher: Packt Pub Limited
Total Pages: 358
Release: 2013
Genre: Computers
ISBN: 1782164006

Download Mastering Ext JS Book in PDF, Epub and Kindle

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
Author: Dominik Mikiewicz,Michal Mackiewicz,Tomasz Nycz
Publsiher: Packt Publishing Ltd
Total Pages: 321
Release: 2017-05-31
Genre: Computers
ISBN: 9781784395445

Download Mastering PostGIS Book in PDF, Epub and Kindle

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
Author: Loiane Groner,Gabriel Manricks
Publsiher: Packt Publishing Ltd
Total Pages: 112
Release: 2015-05-28
Genre: Computers
ISBN: 9781783282265

Download JavaScript Regular Expressions Book in PDF, Epub and Kindle

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
Author: Grgur Grisogono,Jacob Andresen,Jesus Garcia
Publsiher: Simon and Schuster
Total Pages: 634
Release: 2014-01-29
Genre: Computers
ISBN: 9781638352785

Download Ext JS in Action Book in PDF, Epub and Kindle

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 Second Edition

Learning JavaScript Data Structures and Algorithms   Second Edition
Author: Loiane Groner
Publsiher: Packt Publishing
Total Pages: 314
Release: 2016-06-23
Genre: Computers
ISBN: 1785285491

Download Learning JavaScript Data Structures and Algorithms Second Edition Book in PDF, Epub and Kindle

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.

Learning JavaScript Data Structures and Algorithms

Learning JavaScript Data Structures and Algorithms
Author: Loiane Groner
Publsiher: Packt Publishing Ltd
Total Pages: 307
Release: 2016-06-23
Genre: Computers
ISBN: 9781783553884

Download Learning JavaScript Data Structures and Algorithms Book in PDF, Epub and Kindle

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.