Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • MPI Ethno. Forsch.  (9)
  • Dayley, Brad  (9)
  • Web site development  (9)
  • Monografische Reihe
Datasource
  • MPI Ethno. Forsch.  (9)
Material
Language
Years
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : Addison-Wesley
    ISBN: 9780134577074 , 0134577078
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Web applications ; Development ; Application software ; Development ; Web applications ; Programming ; Web sites ; Design ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Learning Angular, Second Edition A Hands-On Guide to Angular 2 and Angular 4 Learning Angular teaches modern application development with Angular 2 and Angular 4. It begins with the basics of Angular and the technologies and techniques used throughout the book, such as key features of TypeScript, newer ES6 syntax and concepts, and details about the tools needed to write professional Angular applications. The reader will next build an Angular application from scratch while learning about the primary pieces of an Angular application and see how they work together. Using lots of examples, the core parts of Angular will be introduced, such as Components, the Router, and Services. The book also covers techniques like server-side rendering and how to incrementally add Angular 2+ features to existing AngularJS applications. Finally, the reader will gain insight into advanced skills that should be part of any professional Angular developer's toolkit such as testing, tooling options, and performance tuning. Understand how Angular is organized and learn best practices for designing Angular applications Quickly build Angular templates with built-in directives that enhance the user experience Bind UI elements to your data model, so changes to your model and UI occur automatically in tandem Define custom Angular directives that extend HTML Implement zoomable images, expandable lists, and other rich UI components Implement client-side services that interact with web servers Build dynamic browser views to provide even richer user interaction Create custom services you can easily reuse Implement rich UI components as custom Angular directives Contents at a Glance Introduction What is Angular Why Use Angular Who this Book is For How to Use this Book Getting the Source Code Chapter 1: Jumping into JavaScript Setting Up a JavaScript Development Environment Defining Variables Understanding JavaScript Data Types Using Operators Implementing Looping Creating Functions Understanding Variable Scope Using JavaScript Objects Manipulating Strings Working with Arrays Adding Error Handling Chapter 2: Jumping into TypeScript Learning the Different Types Understanding Interfaces Implementing Classes Implementing Modules Understanding Functions Chapter 3: Getting Started with Angular Why Angular? Understanding Angular Separation of Responsibilities Adding Angular to Your Environment Using the Angular CLI Creating a Basic Angular Application Chapter 4: Angular Components Comp...
    Note: Includes index. - Description based on online resource; title from title page (viewed October 17, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Place of publication not identified] : Addison-Wesley
    ISBN: 9780134655642 , 0134655648
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: MongoDB ; JavaScript (Computer program language) ; Internet programming ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Node.js, MongoDB and Angular Web Development The definitive guide to using the MEAN stack to build web applications Node.js is a leading server-side programming environment, MongoDB is the most popular NoSQL database, and Angular is the leading framework for MVC-based front-end development. Together, they provide an easy-to-implement, fully integrated web development stack that allows web programmers to create high-performance sites and applications built completely in JavaScript, from server to client. Updated for Angular 2, Angular 4, and subsequent versions, this new edition of Node.js, MongoDB and Angular Web Development shows you how to integrate these three technologies into complete working solutions. It begins with concise, crystal-clear tutorials on each technology and then quickly moves on to building common web applications. You'll learn how to use Node.js and MongoDB to build more scalable, high-performance sites, how to leverage Angular's innovative MVC approach to structure more effective pages and applications, and how to use all three together to deliver outstanding next-generation Web solutions. Implement a highly scalable and dynamic web server using Node.js and Express Implement a MongoDB data store for your web applications Access and interact with MongoDB from Node.js JavaScript code Learn the basics of TypeScript Define custom Angular directives that extend the HTML language Build server-side web services in JavaScript Implement client-side services that can interact with the Node.js web server Build dynamic browser views that provide rich user interaction Add authenticated user accounts and nested comment components to your web applications and pages Contents at a Glance Part I: Getting Started 1 Introducing the Node.js-to-Angular Stack 2 JavaScript Primer Part II: Learning Node.js 3 Getting Started with Node.js 4 Using Events, Listeners, Timers, and Callbacks in Node.js 5 Handling Data I/O in Node.js 6 Accessing the File System from Node.js 7 Implementing HTTP Services in Node.js 8 Implementing Socket Services in Node.js 9 Scaling Applications Using Multiple Processors in Node.js 10 Using Additional Node.js Modules Part III: Learning MongoDB 11 Understanding NoSQL and MongoDB 12 Getting Started with MongoDB 13 Getting Started with MongoDB and Node.js 14 Manipulating MongoDB Documents from Node.js 15 Accessing MongoDB from Node.js 16 Using Mongoose for Structured Schema and Validation 17 Advanced MongoDB Concepts Part IV...
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed November 2, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Sams
    Language: English
    Pages: 1 online resource (1 streaming video file (3 hr., 4 min., 36 sec.)) , digital, sound, color
    Keywords: JavaScript (Computer program language) ; Web site development ; Electronic videos ; local
    Abstract: "jQuery & JavaScript Video How-To is a series of short, 2- to 5-minute how-to videos that walk the learner through a specific task or technique related to creating effects, animations, lists, complex forms, and more to build a great user interface for any device. Adapted from the book Sams Teach Yourself jQuery and JavaScript in 24 Hours, each video is self-contained and focused entirely on one particular task. The learner can either go through the videos in sequence or jump into a particular task, see how something is done, and then jump out again."--Resource description page.
    Note: Title from resource description page (Safari, viewed January 8, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Uppper Saddle River, NJ : Addison-Wesley
    ISBN: 9780134035147 , 0134035143
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Web applications ; Development ; Application software ; Development ; Web applications ; Programming ; Web sites ; Design ; Web site development ; JavaScript (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Get Started Fast with AngularJS Web Development AngularJS is one of the most exciting and innovative new technologies emerging in the world of web development. Designed to simplify the development and testing of web applications, it also provides structure for the entire development process. Websites are no longer simple static content-instead, websites have become much more dynamic, with a single page often serving as the entire site or application. And AngularJS allows web developers to build the necessary programming logic for such applications directly into a web page, binding the data model for the client web application to backend services and databases. AngularJS also allows the extension of HTML so that the UI design logic can be expressed easily in an HTML template file. Learning AngularJS shows you how to create powerful, interactive web applications that have a well-structured, reusable code base that will be easy to maintain. You'll also learn how to leverage AngularJS's innovative MVC approach to implement well-designed and well-structured web pages and web applications. AngularJS helps you to become a better web developer by forcing you to adhere to underlying structure and design rules. COVERAGE INCLUDES Understand how AngularJS is organized and learn best practices for designing AngularJS applications Find out how to define modules and utilize dependency injection Quickly build AngularJS templates with built-in directives that enhance the user experience Bind UI elements to your data model, so changes to your model and UI occur automatically in tandem Define custom AngularJS directives that extend HTML Implement zoomable images, expandable lists, and other rich UI components Implement client-side services that interact with web servers Build dynamic browser views to provide even richer user interaction Create custom services you can easily reuse Design unit and end-to-end tests for AngularJS applications Register your book at informit.com/register for convenient access to updates, downloads, and corrections as they become available.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed December 18, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Upper Saddle River, NJ [u.a.] : Addison-Wesley
    ISBN: 0133844358 , 9780133844351
    Language: English
    Pages: Online-Ressource (696 S.)
    Series Statement: Developer's library
    Series Statement: Safari Tech Books Online
    Keywords: MongoDB. ; Internet programming ; JavaScript (Computer program language) ; Web site development
    Note: Parallel als Druckausg. erschienen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley
    Language: English
    Pages: 1 streaming video file (4 hr., 14 min., 2 sec.) , digital, sd., col.
    Series Statement: LiveLessons
    Keywords: MongoDB ; JavaScript (Computer program language) ; Internet programming ; Web site development ; Electronic videos ; local
    Abstract: "In this video training, Brad Dayley starts by introducing the Node.js platform. He then introduces the NoSQL database MongoDB and describes how to configure and begin using it. The video then moves into incorporating high-performance MongoDB databases into server-side Node.js applications and scripts. Next, the Express web server module for Node.js is covered, giving you the understanding you need to easily build up your own scalable web servers. The video then describes how to build out client-side applications using the AngularJS JavaScript framework. The video wraps up with some complete end-to-end examples of using the Node.js, MongoDB and AngularJS framework."--Resource description page.
    Note: Title from resource description page (viewed June 11, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Indianapolis, Ind. : Sams
    ISBN: 9780133149852 , 0133149854
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Sams teach yourself
    Parallel Title: Erscheint auch als
    Keywords: JavaScript (Computer program language) ; Query languages (Computer science) ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Learn jQuery and JavaScript in 24 one-hour lessons Sams Teach Yourself jQuery and JavaScript in 24 Hours helps you build dynamic single-page web apps that deliver the rich experiences your users want. This book's straightforward, step-by-step approach shows you how to create effects, animations, lists, complex forms, and more. In just a few hours, you'll be building great user interfaces for any device, even the newest smartphones and tablets. Every lesson builds on what you've already learned, giving you a rock-solid foundation for real-world success. Step-by-step instructions carefully walk you through the most common jQuery and JavaScript development tasks. Practical, hands-on examples show you how to apply what you learn. Quizzes and exercises help you test your knowledge and stretch your skills Notes and tips point out shortcuts and solutions Learn how to... Quickly start building web pages with jQuery and JavaScript Master jQuery syntax, logic, functions, and objects Efficiently access, manipulate, and navigate DOM elements Build highly interactive web pages with events and event handlers Implement cookies, pop-up windows, and timers Create animations, special effects, and image galleries Construct, interact with, and validate forms Use advanced elements, such as table filters, custom dialogs, and dynamic sparklines Access server-side data via AJAX Work with data using JSON, XML, queues, and binding Build superior user interfaces more quickly with jQuery UI Add richer page interactions with jQuery UI Widgets Create mobile-friendly pages with jQuery Mobile Customize your mobile pages with jQuery Mobile ThemeRoller Contents at a Glance PART I: Introduction to jQuery and JavaScript Development HOUR 1: Intro to Dynamic Web Programming HOUR 2: Debugging jQuery and JavaScript Web Pages HOUR 3: Understanding Dynamic Web Page Anatomy HOUR 4: Adding CSS/CSS3 Styles to Allow Dynamic Design and Layout HOUR 5: Jumping into jQuery and JavaScript Syntax HOUR 6: Understanding and Using JavaScript Objects PART II: Implementing jQuery and JavaScript in Web Pages HOUR 7: Accessing DOM Elements Using JavaScript and jQuery Objects HOUR 8: Navigating and Manipulating jQuery Objects and DOM Elements with jQuery HOUR 9: Applying Events for Richly Interactive Web Pages HOUR 10: Dynamically Accessing and Manipulating Web Pages HOUR 11: Accessing Data Outside the Web Page PART III: Building Richly Interactive Web Pages HOUR 12: Enhancing User Interaction Through An...
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Addison-Wesley
    ISBN: 9780133410877 , 0133410870
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: JavaScript (Computer program language) ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Get more done faster with jQuery and JavaScript! Brad Dayley's jQuery and JavaScript Phrasebook brings together 100+ instantly useful code snippets and idioms for performing a wide spectrum of common web application tasks. This hands-on guide gets straight to the essence of what's new and important in jQuery and JavaScript, and what you need to know to build new web solutions or migrate existing sites to jQuery. Building on JavaScript Phrasebook , Dayley presents carefully tested, flexible, adaptable code - all organized for quick lookup and easy use. Dayley's coverage ranges from the basics to advanced jQuery capabilities, including jQueryUI widgets and mobile development. Coverage includes: Basics, including selecting and manipulating HTML elements with jQuery Selector Dynamically manipulating CSS values Handling browser and DOM events Performing validation Server communication REST, PHP, MySQL, AJAX, and JSON/XML data Positioning web page elements and making them interactive Using animation and other special effects And much more jQuery and JavaScript Phrasebook is the perfect quick reference for millions of web developers who want reliable solutions they can use right now -- with no distractions and no diversions!
    Note: "Essential code and commands"--Cover. - Includes index. - Description based on online resource; title from title page (Safari, viewed Jan. 23, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Indianapolis, Ind. : Sams | Boston, Mass. :Safari Books Online,
    ISBN: 9780768680331 , 0768680336
    Language: English
    Pages: xv, 507 p , ill. , 24 cm
    Parallel Title: Erscheint auch als
    Keywords: Django (Electronic resource) ; Web site development ; Python (Computer program language) ; Electronic books ; local
    Abstract: In just 24 lessons of one hour or less, you will be able to build full-featured production websites using Django, the powerful web development framework based on Python. Designed for experienced website developers who have at least some familiarity with the Python programming language, this book uses a straightforward, step-by-step approach. Each lesson builds on the previous ones, enabling you to learn the essentials of implementing the Django framework on a website from the ground up. Step-by-step instructions carefully walk you through the most common Django tasks. Q&As, quizzes, and exercises at the end of each lesson help you test your knowledge. Notes and tips point out shortcuts and solutions. Learn how to... Install and configure the Django web development framework Cleanly separate data, logic, and view layers Implement site interfaces with build templates and views Utilize templates and views to store, access, and retrieve data Use the Django forms library Define custom tags and filters to minimize coding Secure sites with registration, authorization, logins, and permissions Manage sessions and cookies Implement middleware for request and response handling Create sitemaps to inform search engines of your content Internationalize your site Optimize performance with caching Deploy Django in multiple configurations Maintain sites with Django's administrator interface Introduction 1 Part I: Creating the Website Framework Hour 1: Understanding Django 7 Hour 2: Creating Your First Website 19 Hour 3: Adding Models and Objects to Your Website 37 Hour 4: Creating the Initial Views 63 Part II: Implementing the Website Interface Hour 5: Using Data from the Database in Views 81 Hour 6: Configuring Web Page Views 103 Hour 7: Implementing Django Templates to Create Custom Views 117 Hour 8: Using Built-in Template Tags to Enhance Views 139 Hour 9: Using Built-in Template Filters to Enhance Views 155 Hour 10: Adding Forms to Views 185 Hour 11: Using Views to Add and Update Data in the Database 209 Hour 12: Utilizing Generic Views 231 Hour 13: Advanced View Configurations 269 Part III: Implementing a Full-Featured Website Hour 14: Managing Site Users 295 Hour 15: Adding Website Security 313 Hour 16: Managing Sessions and Cookies 333 Hour 17: Customizing Models in the Admin Interface 347 Hour 18: Customizing the Admin Interface 365 Part IV: Implementing Advanced Website Components Hour 19: Implementing Middleware 383 Hour 20: Internationalization and ...
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...