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.  (36)
  • English  (36)
  • Svekis, Laurence  (19)
  • Freeman, Adam  (17)
  • JavaScript (Computer program language)  (29)
  • Application software ; Development  (17)
  • Governance
  • Open source software
Datasource
  • MPI Ethno. Forsch.  (36)
Material
Language
  • English  (36)
Years
  • 1
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    ISBN: 9781633436695 , 1633436691
    Language: English
    Pages: 1 online resource (875 pages) , illustrations
    Edition: [Sixth edition].
    DDC: 006.7/8
    Keywords: AngularJS (Software framework) ; Web applications Programming ; JavaScript (Computer program language) ; Applications Web ; Programmation ; JavaScript (Langage de programmation)
    Abstract: Now in its sixth edition, Pro Angular 16 shows you the path to Angular mastery. This thoroughly revised book helps you build a toolbox of Angular skills, from directives and components to creating services and optimizing application delivery. Throughout, you’ll use your skills to build a professional-level project—a SportStore e-commerce complete with checkout, administration, and deployment. Along the way, you’ll pick up some great TypeScript techniques that will boost your web dev productivity.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 22 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: JavaScript (Computer program language) ; Web applications ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Each lesson ends with challenges and tasks for the project--code alongside the lessons to develop your own image slider. Source code is included. Includes section setup details and information for starting the project, such as resources and websites. Create an array of image paths to output images to the page. Explore how to set up a testing array of placeholder images, customize the images, and generate a useful array of content for your page. Use a random image colors function to add colorful images to the web page. Use JavaScript string methods to create a random hex color value generator. Add CSS styling to your jQuery image slider project, and set up and position the images to stack using jQuery. Create visible images to output to the web page and style with CSS. Add and remove element classes with jQuery. Set up moving slides on intervals using a selection of active elements. Update and remove classes and add new, active classes to the new sibling element using jQuery. Add control button options for user event listeners and slider controls. Add buttons with jQuery so that the user can control movement of slides to next and previous images. Users can update intervals and reset the interval timer. Debug the jQuery project, and update and reset the interval timer to restart the counters once a user interacts with the slider controls. Prior to a final code review, do updates and debug the image carousel project.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 8 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.5
    Keywords: Google Docs ; Word processing ; Electronic spreadsheets ; Scripting languages (Computer science) ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: If you are a Google Workspace user, don't miss this opportunity. This course is packed full of tips, resources, and how-to demos for getting the most out of Google Docs. Whether you are new to G Docs or have used it for years and want to take your knowledge to the next level, this course is for you. We'll use Google Docs to the max and explore all its options. Google Docs is designed for collaboration with the end user in mind. Docs makes it easy to work seamlessly online, providing auto save versions with unlimited revision histories, document comparisons, and speech-to-text features, and it lets you create and add images to your docs, as well. This course shows you how to take full advantage of the power of the Google Suite of apps, also called Google Workspace apps. After completing this course, you will be able to See edits as others type Communicate through Google's built-in chat to ask questions or include comments. Provide edits and clarify how to handle suggestions. Work with most file types and learn how to export your work in all the popular formats including .DOCX, .PDF, .ODT, .RTF, .TXT, or .HTML. Decide who accesses the documents and what rights they have.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (20 hr., 17 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application program interfaces (Computer software) ; Ajax (Web site development technology) ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn to use JavaScript and Google Apps Script as the backend code to use a Google spreadsheet as a data source for your website. Create a Google Sheets spreadsheet in your Google account. Add some data and then output it as JSON that can be retrieved via fetch request to your website. The source code is included so you can build your own version of the application. This course includes Creating a spreadsheet with data and making the JSON object dynamic How to output your sheet data as an array in a web app endpoint doGet() method for your web app Restructure your JSON object with JavaScript object properties values that come dynamically from the sheet headers Iterate through the sheet rows of content and assign row values into the data object to output JSON for API endpoints Use JavaScript Fetch to get data Use JavaScript Fetch to get JSON sheet data from a web app URL and output it in the console Use JavaScript to output JSON data to a web page Add click event buttons to interactive page buttons using JavaScript to send information from a web page to a Google Sheet Use an Apps Script to POST data from a web page to a Google Sheet using the doPost() method Use an Apps script to post data to a Google Sheet and connect the data with JSON Explore how to use a Google Apps Script IDE to debug and troubleshoot the application Use JavaScript Fetch and formData methods Troubleshoot and debug common CORS issues with Google Apps Web Apps Use Logger to log values and text functions to Google Apps Script.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 10, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781804612224 , 1804612227
    Language: English
    Pages: 1 online resource (1 video file (15 hr., 15 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn JavaScript language fundamentals and start coding JavaScript today About This Video Understand JavaScript functions, expressions, and declarations Explore JavaScript conditions if statement and switch Explore JavaScript loops such as for, while, forEach functions In Detail Learn more about JavaScript and how JavaScript ES6 can be applied to create amazing JavaScript projects. This course is loaded with JavaScript examples and is perfect for beginners to learn more about JavaScript online. We learn to write JavaScript code using vanilla JavaScript. No libraries, no tricks. This JavaScript tutorial will walk you through creating your own JavaScript code and provide many JavaScript code snippets for use in JavaScript programming. The course covers core concepts such as variables, constants, data types, conditional statements, literals, type conversions, operators, functions objects, arrays, loops and iterations, JavaScript maps, and much more. Modern JavaScript-focused means that we will cover current syntax as well as foundational code. The content of this course is designed from real-world coding needs, based on questions, and commonly used code for real-world applications. No wasted time, just straight code learning. By the end of the course, you will learn the core fundamentals of JavaScript and how to use JavaScript in creating web applications. Audience This course is for beginners in JavaScript, web developers, and HTML, and CSS coders. Beginner JavaScript knowledge is required as the course covers only JavaScript relevant to the building of the game. Also, HTML and CSS knowledge is essential.
    Note: "Updated in May 2022.". - Online resource; title from title details screen (O'Reilly, viewed June 6, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 18 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.7/4
    Keywords: Document markup languages ; JSON (Document markup language) ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Improve and enhance your web site's functionality by connecting your web pages directly to your data. User requests and queries will go to the data stored in your Google Sheets and get results returned in real time. Learn how to connect to Google Sheets with JavaScript Fetch, and return queries in JSON. See how to use the data directly on your web pages and within your web applications. Making data requests using fetch provides a seamless experience to the user without page reload. The user interacts with the web page, triggering the events that call to the data source to return the results. Using Google Sheets provides a serverless way--without a database--to query a web data source. Get practical experience building a sample dynamic web app. The example app creates a URL generator for your website that uses a simple input field to specify the appropriate Google Sheet, and then returns the results from interactive web input fields specific to each request.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 4, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 10 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Get started with JavaScript coding in under two hours. As an intro course for beginners or a refresher for advanced programmers, this fast-paced video tutorial gets you coding quickly so you can easily update your web pages. You will learn the core fundamentals of JavaScript to create interactive and dynamic web page content and let your web pages come to life! JavaScript is one of the common languages used to create powerful web experiences. We will discuss all the basics of getting started coding with JavaScript. We provide example code so you can explore writing JavaScript code to develop web content. In this course, we will cover basic script tags and how they work, then demonstrate how to apply the code to make things happen on your web pages. This video tutorial takes you from the basics of JavaScript to connecting with web page elements via the Document Object Model (also known as DOM). Dive right in and start coding with JavaScript now.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 30 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Document Object Model (Web site development technology) ; Web site development ; Web sites Design ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Create fun and practical mini projects with JavaScript. Grow your portfolio. Add interactive or dynamic content to your web pages. If you want to do any or all of these things, this is the course for you! JavaScript can bring your web pages to life by interacting with the Document Object Model or DOM. Select page elements, make changes, and update them as needed. Power up your web pages with exciting content, driven dynamically with JavaScript. Learn by doing. Multiple projects help you learn about JavaScript and interacting with the DOM—and practice what you learn at the same time! These fun projects will also introduce you to new possibilities of what can be done with JavaScript.
    Note: Online resource; title from title details screen (O’Reilly, viewed January 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 15 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Explore JavaScript arrays and objects. Arrays and objects can hold lots of data, and there are many array methods that can be used in order to access, sort, and organize the data contained within the arrays. Use objects combined with arrays to allow applications to manage data effectively and easily. This course is focused specifically on JavaScript arrays and objects and will help demonstrate common methods that can be applied to them. Includes a 30+ page downloadable PDF guide that can be used alongside lessons. Includes source code and more! The course covers the following topics and commonly asked questions about how to use arrays and objects in code: JavaScript Array and Objects How to Create an Array in JavaScript Nested Arrays and Select Values from Inner Arrays Using JavaScript Common Arrays, Static Methods, and Create Arrays with Coding Examples JavaScript Objects: Object Literal and Constructor JavaScript Objects: Static Methods Using Object Data Loops, Objects, Values, Iterate Keys, and Values in JavaScript How to Clone and Duplicate JavaScript Arrays Iterate and Loop Array Items to Create Output Values with JavaScript JavaScript Array and Object Entries with Next Iterator Values Array Update Methods and Changing Array Values Clean Up Array Items, and Remove Duplicates and False Values How to Filter Array Items Using the Filter Method with JavaScript Use Index Values and Check If an Array Includes Values How to Use the Array Map Method to Create a New Array How to Get Unique Values from an Array with the Filter Method JavaScript Array Iterator Keys and Next Iterator Value How to Use the Reduce Array Method to Count Occurrences of Values Use the Array Sort Method to Reverse, Sort, and Work with Random Sort Orders in JavaScript.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 29 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Web site development ; Web sites Design ; Internet programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This is the only course you need to learn how to code with jQuery. This course is designed to demonstrate and help you learn the core concepts of working with jQuery. It will help you develop web projects quicker! Web visitors expect interaction and dynamic content, jQuery helps deliver! See it in action and we guarantee you will want to apply it to your own code. It's really fun to use and simplifies many of the popular JavaScript functionalities.
    Note: Online resource; title from title details screen (O’Reilly, viewed January 24, 2023).504 Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    New York, NY : Apress
    ISBN: 9781484281765 , 1484281764
    Language: English
    Pages: 1 online resource (887 pages) , illustrations
    Edition: 5th ed.
    Parallel Title: Erscheint auch als
    Keywords: AngularJS (Software framework) ; Web applications Programming ; JavaScript (Computer program language) ; AngularJS (Software framework) ; JavaScript (Computer program language) ; Electronic books ; Electronic books
    Abstract: Welcome to this one-stop shop for learning Angular. Pro Angular is the most concise and comprehensive guide available, giving you the knowledge you need to take full advantage of this popular framework for building your own dynamic JavaScript applications. Angular is an open-source JavaScript library maintained by Google. It has many excellent options when it comes to server-side development and is used in some of the largest and most complex web applications in the world to enhance HTML in the browser. Its cornerstone is the ability to create applications that are extendable, maintainable, testable, and standardized. Knowing Angular's foundations and understanding its applications is an asset in any developer toolbox. The fifth edition of this popular guide explains how to get the most from Angular, presenting the range of benefits it can offer. You will begin learning how to use Angular in your projects, starting with the nuts-and-bolts concepts, and progressing to more advanced and sophisticated features. Each topic in this full-color book provides you with precisely enough learning and detail to be effective. In true Adam Freeman style, the most important features are given full-court press treatment, while also addressing common problems and how to avoid them.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (12 hr., 16 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Web site development ; Web sites Design ; Document Object Model (Web site development technology) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Explore how to create amazing mini-projects that help you learn JavaScript. If you want to add interaction or dynamic content to your web pages, this is the course for you! Create amazing content on your pages, driven dynamically with JavaScript. Projects within this course are designed to help you learn more about JavaScript and interacting with the DOM. Learn by example, because the course is loaded with fun projects that demonstrate what you can do with JavaScript. Explore how to write JavaScript code, select page elements, and more. The course covers everything you need to know in a step-by-step format so that you can start coding with JavaScript and create amazing things. Learn about JavaScript and DOM page element manipulation. No libraries, no shortcuts--just learn JavaScript to make dynamic and interactive web applications.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781838559687
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 28 min., 2 sec.)) , digital, sound, color
    Keywords: JavaScript (Computer program language) ; Web site development ; Web sites ; Design ; Electronic videos ; local
    Abstract: "Create Dynamic and interactive web pages with JavaScript and the DOM. In this course, you will learn how to make web-pages dynamic and interactive using JavaScript to connect with the Document Object Model and influence and manipulate page elements. The Document Object Model is a massive object that represents your page elements and their attributes. JavaScript can easily select objects within the DOM and use their content to change the display, add interactive events, update styling, and a whole lot more. JavaScript makes your web page come to life; it opens doors and makes amazing things happen on your website. This course covers only the JavaScript Document Object Model and prior JavaScript knowledge is a prerequisite."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781838556914
    Language: English
    Pages: 1 online resource (1 streaming video file (2 hr., 35 min., 16 sec.)) , digital, sound, color
    Keywords: Google Apps ; Web applications ; Application software ; Development ; Electronic videos ; local
    Abstract: "Learn the power of Google Script and see how you can connect Google Spreadsheet as a data source for a post board. Do you want to connect Google Apps together and make some really amazing things happen? Course will provide you the foundation to work with Google Script to build a Web App that can be embedded in Google Sites. Within the course we show you how to use Google Spreadsheet as a source for retrieving and storing data. Power up what you do online, bringing together built in functionality in your Google Suite. JavaScript developers extend your knowledge and learn how you can use your skills to develop apps script bringing together all the power of Google's Apps."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781838556570
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 15 min., 15 sec.)) , digital, sound, color
    Keywords: Application program interfaces (Computer software) ; Ajax (Web site development technology) ; JavaScript (Computer program language) ; Web applications ; Application software ; Development ; Electronic videos ; local
    Abstract: "Explore using JavaScript XHR and fetch to connect to multiple web API endpoints retrieve JSON data and update HTML. Access several popular web APIs and retrieve response content for web applications. This course covers how to make AJAX requests using the XMLHttpRequest within JavaScript as well as fetch. JavaScript code knowledge is a prerequisite for the course. Scope of this course is focused on using JavaScript to connect to web APIs."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781838551278
    Language: English
    Pages: 1 online resource (1 streaming video file (13 hr., 35 min., 43 sec.)) , digital, sound, color
    Keywords: Web site development ; HTML (Document markup language) ; Cascading style sheets ; JavaScript (Computer program language) ; Web sites ; Design ; Electronic videos ; local ; Electronic videos
    Abstract: "This course starts from scratch, teaches you how to create websites, and covers everything from the basic syntax, all the common tags used to develop web content, and how and where you can write HTML, top resources and links included. You'll learn about HTML structure within web pages; explore HTML5 semantic elements; build your own HTML template; create HTML lists, hyperlinks, and add images; build tables for even more HTML structure; create forms with in-depth form examples and HTML tag explanations; add iframes and more cool HTML elements; create your own mini HTML site using only HTML; and everything you want to know about CSS, JavaScript, JavaScript Document Object Model (DOM), JSON, AJAX, and jQuery."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781838559885
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 39 min.)) , digital, sound, color
    Keywords: JavaScript (Computer program language) ; Web applications ; Application software ; Development ; Web site development ; Web sites ; Design ; Electronic videos ; local
    Abstract: "Easy document object manipulation with the most popular JavaScript Library. This course is perfect for anyone who wants to learn jQuery quickly in a fast-paced course that teaches you all the core fundamentals of jQuery to get you started quickly. Step-by-step learning covering the core parts of jQuery to get you coding quickly. Source code and everything you need to get started are included."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781838557409
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 27 min., 18 sec.)) , digital, sound, color
    Keywords: Application program interfaces (Computer software) ; JavaScript (Computer program language) ; Web applications ; Application software ; Development ; Electronic videos ; local
    Abstract: "Learn how JSON works and how you can use JSON data via JavaScript in your web applications and web site. This course is perfect for anyone who wants to learn JSON quickly in a fast-paced course teaching you all the core fundamentals of JSON and how to apply JSON data in web applications. Use JavaScript to bring JSON formatted data into your websites to easily load content. JSON course that helps you to get started quickly. Start writing JSON within JavaScript code today."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [California] : Apress
    ISBN: 9781484244517
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Application software ; Development ; JavaScript (Computer program language) ; User interfaces (Computer systems) ; Electronic books ; local ; Electronic books
    Abstract: Use the enormously popular React framework to build dynamic JavaScript applications that take advantage of the capabilities of modern browsers and devices. You will learn how React brings the power of strong architecture and responsive data to the client, providing the foundation for complex and rich user interfaces. Best-selling author Adam Freeman explains how to get the most from React. He begins by describing the React architecture and the benefits it offers and then shows you how to use React and its associated tools and libraries in your projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Each topic is presented clearly and concisely. Chapters include common problems and how to avoid them. What You'll Learn Gain a solid understanding of the React design Create rich and dynamic web app clients using React Create data stores using Redux Consume data using REST and GraphQL Test your React projects Who This Book Is For JavaScript developers who want to use React to create dynamic client-side applications
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed April 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781789809558
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 37 min., 10 sec.)) , digital, sound, color
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Web site development ; Electronic videos ; local
    Abstract: "JavaScript is easy to get started with; if you have ever wanted to learn JavaScript, then this is the course for you. You will be amazed at how much JavaScript can do and how easily you can make things happen using JavaScript. Please note that previous web experience is required for this course. A basic knowledge of HTML and CSS will be extremely helpful. The scope of this course involves introducing students to the basic core concepts of JavaScript. JavaScript is a scripting language used everywhere across the web. It is used to enhance HTML web pages and works within HTML files. JavaScript is also an interpreted language, so it doesn't need to be compiled: all you need is a browser to run the code. JavaScript enhances web pages with interactive and dynamic capabilities."--Resource description page.
    Note: Title from resource description page (Safari, viewed November 5, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781789613537
    Language: English
    Pages: 1 online resource (1 streaming video file (13 hr., 10 min., 34 sec.)) , digital, sound, color
    Keywords: Google Apps ; JavaScript (Computer program language) ; Application software ; Development ; Cloud computing ; Electronic videos ; local
    Abstract: "This course will take you on a journey where you'll learn to power up your Google Suite products using Apps Script to connect, automate, and add advanced functionality. Apps Script allows you to power up your favorite Google apps and do more with them, way more. Automate, add functionality, use spreadsheet data, create documents, interact with email, generate reports, use data more effectively--the list of amazing things you can do with Google Apps Script is endless. Just like JavaScript, Apps Scripts are easy to write and use the same structure and core fundamental functionality as JavaScript. If you know JavaScript, you can get started with Apps Script in minutes. Functions, variables, loops, and more use the same syntax as JavaScript. With the added power of Google Classes, you can connect data from your Google apps and build on it. It's the easy way to power up your applications."--Resource description page.
    Note: Title from resource description page (Safari, viewed October 23, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781789612837
    Language: English
    Pages: 1 online resource (1 streaming video file (12 hr., 43 min., 59 sec.)) , digital, sound, color
    Keywords: JavaScript (Computer program language) ; Web site development ; Web sites ; Design ; Internet programming ; Electronic videos ; local
    Abstract: "This course has everything you need to use add jQuery to your skills as a web developer! Inside the course, you'll build a color guessing game, form exercise, YouTube API AJAX data application, combo lock game and much, much more! You will be amazed at how easy it can be to do some much. Best of all jQuery syntax just makes sense! Today. jQuery is still the most popular JavaScript library available, in fact over 19 Million websites use it and its used in almost 5000 libraries. jQuery Knowledge should be part of any front-end developers skill set and its a natural choice for anyone who is familiar with CSS and JavaScript. jQuery provides web developers and an easy way to create interactions with web pages. Basic understanding of the JavaScript Document Object Model and CSS is suggested as a prerequisite to this course. this course covers everything you need to know in order to start creating amazing web applications using jQuery."--Resource description page.
    Note: Title from resource description page (Safari, viewed October 8, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484236499
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Third edition.
    Keywords: AngularJS (Software framework) ; Web applications ; Application software ; Development ; JavaScript (Computer program language) ; Electronic books ; local ; Electronic books
    Abstract: Best-selling author Adam Freeman shows you how to use Angular in your projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Chapters include common problems and how to avoid them. Additionally, this book now has accompanying online files for Angular 7; all examples in the book work without changes in Angular 7. Get the most from Angular, the leading framework for building dynamic JavaScript applications. Understand the MVC pattern and the benefits it can offer. What You'll Learn Gain a solid architectural understanding of the MVC Pattern Create rich and dynamic web app clients using Angular Use the ng tools to create and build an Angular project Extend and customize Angular Test your Angular projects What's New in This Edition Revised for the features and changes in Angular 6 and 7 Covers angular/cli, ng command line tools, and WebPack Includes HttpClient for simplified asynchronous HTTP requests Presents updates to pipes and localized text display Who This Book Is For Web developers with a foundation knowledge of HTML and JavaScript who want to create rich client-side applications
    Note: Description based on online resource; title from cover (Safari, viewed November 7, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484238059
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Web applications ; Electronic books ; local ; Electronic books
    Abstract: Explore Vue.js to take advantage of the capabilities of modern browsers and devices using the fastest-growing framework for building dynamic JavaScript applications. You will work with the power of the Model-View-Controller (MVC) pattern on the client, creating a strong foundation for complex and rich web apps. Best-selling author Adam Freeman explains how to get the most from Vue.js 2. He begins by describing the MVC pattern and the benefits it can offer. He then shows you how to use Vue.js in your projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Chapters include common problems and how to avoid them. What You'll Learn Gain a solid architectural understanding of the MVC pattern Create rich and dynamic web app clients using Vue.js 2 Extend and customize Vue.js Test your Vue.js projects Who This Book Is For JavaScript developers who want to use Vue.js to create dynamic client-side applications
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed October 9, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Application software ; Development ; Microsoft .NET Framework ; Web applications ; Electronic books ; Electronic books ; local
    Abstract: Find out how to use Docker in your ASP.NET Core MVC applications, and how containers make it easier to develop, deploy and manage those applications in production environments. Packed with examples and practical demonstrations, this book will help you deploy even large-scale, cross-platform web applications from development into production. Best-selling author Adam Freeman takes you on a whirlwind tour of Docker, from creating a consistent development environment for your team to deploying a project and scaling it up in production. By the end of the book, you will have a solid understanding of what Docker does, how it does it and why it is useful when developing and deploying ASP.NET Core MVC applications. What You Will Learn Gain a solid understanding of Docker: what it is, and why you should be using it for your ASP.NET Core MVC applications Use Docker to create a development platform for ASP.NET Core MVC so that applications behave consistently across development and production Use Docker to test, deploy and manage ASP.NET Core MVC containers Use Docker Swarms to scale up applications to cope with large workloads Who This Book Is For ASP.NET Core MVC developers who want to use Docker to containerize and manage their applications
    Note: Description based on online resource; title from cover (Safari, viewed April 24, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Web applications ; Programming ; AngularJS (Software framework) ; JavaScript (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Angular 4.0 updates for this book are now available. Follow the Download source code link for this book on the Apress website . Get the most from Angular 2, the leading framework for building dynamic JavaScript applications. Best-selling author Adam Freeman begins by describing the MVC pattern and the benefits it can offer and then shows you how to use Angular in your projects, starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters include common problems and details of how to avoid them. What you'll learn Gain a solid architectural understanding of the MVC Pattern Learn how to create rich and dynamic web app clients using Angular 2 Learn how to extend and customize Angular 2 Learn how to test your Angular 2 projects Who this book is for Web developers with a foundation knowledge of HTML and JavaScript who want to create rich client-side applications.
    Note: Description based on online resource; title from cover (Safari, viewed February 16, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: iOS (Electronic resource) ; Programming languages (Electronic computers) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: The Swift programming language has transformed the world of iOS development and started a new age of modern Cocoa development. Pro Design Patterns in Swift shows you how to harness the power and flexibility of Swift to apply the most important and enduring design patterns to your applications, taking your development projects to master level. This book will teach you those design patterns that have always been present at some level in your code, but may not have been recognized, acknowledged, or fully utilized. Implementation of specific pattern approaches will prove their value to any Swift developer. Best-selling author Adam Freeman explains how to get the most from design patterns. He starts with the nuts-and-bolts and shows you everything through to advanced features, going in-depth to give you the knowledge you need. Pro Design Patterns in Swift brings design patterns to life and shows you how to bring structure and scale to your Swift code with a practical, no-nonsense approach. In this book, you'll learn: Gain a solid, practical understanding of why and when design patterns are useful Master classic patterns like singleton, abstract factory, chain of responsibility, and observer Discover less well-known patterns like memento, composite, command, and mediator Understand how Swift provides essential language features for writing well-structured code that is easy to understand, simple to test and readily maintainable. Learn how to consume the Cocoa API to implement classic design patterns Build on your existing programming knowledge to get up and running with design patterns in Swift quickly and effectively
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed February 5, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [New York?] : Apress ;
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: The expert's voice in web development
    Keywords: JavaScript (Computer program language) ; Web applications ; Development ; Electronic books ; Electronic books ; local
    Abstract: AngularJS is the leading framework for building dynamic JavaScript applications that take advantage of the capabilities of modern browsers and devices. AngularJS, which is maintained by Google, brings the power of the Model-View-Controller (MVC) pattern to the client, providing the foundation for complex and rich web apps. It allows you to build applications that are smaller, faster, and with a lighter resource footprint than ever before. Best-selling author Adam Freeman explains how to get the most from AngularJS. He begins by describing the MVC pattern and the many benefits that can be gained from separating your logic and presentation code. He then shows how you can use AngularJS's features within in your projects to produce professional-quality results. Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features AngularJS is carefully unwrapped, going in-depth to give you the knowledge you need. Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters include common problems and details of how to avoid them. What you'll learn Gain a solid architectural understanding of the MVC Pattern to separate logic, data and presentation code. Learn how to create rich and dynamic web apps using AngularJS Understand how each feature works and why it is important Understand how to extend HTML with declarative syntax Learn how to extend and customize AngularJS Learn how to test, refine, and deploy your AngularJS projects Who this book is for This book is ideal for web developers who have a working knowledge of JavaScript, HTML and CSS. The book is platform agnostic and a range of browsers will be presented and discussed throughout the examples.
    Note: "Learn to harness the power of modern web browsers from within your application's code"--Cover. - Includes index. - Description based on online resource; title from title page (Safari, viewed Apr. 8, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [New York] : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Series Statement: The expert's voice in Web development
    Parallel Title: Erscheint auch als
    Keywords: JavaScript (Computer program language) ; Open source software ; Web site development ; Web sites ; Design ; Query languages (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: jQuery 2.0 is the latest version of the jQuery framework. Suitable for modern web browsers it provides a robust API for web application development. It is fast becoming the tool of choice for web developers the world over and sets the standard for simplicity,flexibility and extensibility in website design. In Pro jQuery 2.0 seasoned author, Adam Freeman, demonstrates how to get the most from jQuery 2.0 by focussing on the practical features of the technology and how they can be applied to solving real-world problems. In this comprehensive reference he goes in depth to give you the practical knowledge that you need. Each topic is covered clearly and concisely, and is packed with the details you'll need to learn to be truly effective. The most important features are given a no-nonsense, in-depth treatment, and chapters contain examples that demonstrate both the power and the subtlety of jQuery. What you'll learn Understand the capabilities of jQuery and why it is special Use the core of jQuery to enrich HTML5, including tables, forms and data displays Use jQuery UI to create rich and fluid user experiences Use rich interactions such as drag and drop, sortable data and touch sensitivity Use jQuery Mobile to create touch-enabled interfaces for mobile devices and tablets Extend jQuery by creating custom plugins and widgets Who this book is for This book is for working developers who want to learn about jQuery in detail. Quick refreshers of HTML and CSS are given to help you get up to speed, but a good working knowledge of the basics is assumed. The advice given in this book is relevant to developers working with any development environment. The examples are demonstrated using Microsoft Windows and Visual Studio but are equally applicable to any other web development environment.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress ;
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: The expert's voice in Web development
    Parallel Title: Erscheint auch als
    Keywords: Application software ; Development ; JavaScript (Computer program language) ; Web site development ; Internet programming ; Electronic books ; Electronic books ; local
    Abstract: JavaScript is the engine behind every web app, and a solid knowledge of it is essential for all modern web developers. Pro JavaScript for Web Apps gives you all of the information that you need to create professional, optimized, and efficient JavaScript applications that will run across all devices. It takes you through all aspects of modern JavaScript application creation, showing you how to combine JavaScript with the new features of HTML5 and CSS3 to make the most of the new web technologies. The focus of the book is on creating professional web applications, ensuring that your app provides the best experience for your users, with smooth and responsive control and feedback and an intuitive and optimized interface. You will learn how to take a basic application and bring it up to a professional level while making sure that it remains bullet-proof and bug free. Pro JavaScript for Web Apps will also enhance your development workflow using jQuery to streamline the process and freeing you to spend more time on the important parts of your app while the framework deals with the mundanity. The best app experiences are a combination of a beautiful idea with flawless execution. If you have the ideas, Pro JavaScript for Web Apps will help you craft them into a phenomenal app.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress ;
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Windows (Computer file) ; Application software ; Development ; HTML (Document markup language) ; JavaScript (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Apps are at the heart of Windows 8, bringing rich and engaging experiences to both tablet and desktop users. Windows 8 uses the Windows Runtime (WinRT), a complete reimagining of Windows development that supports multiple programming languages and is built on HTML5, CSS and JavaScript. These applications are the future of Windows development and JavaScript is perfect language to take advantage of this exciting and flexible environment. Seasoned author Adam Freeman explains how to get the most from WinRT and Windows 8 by focusing on the features you need for your project. He starts with the nuts-and-bolts and shows you everything through to advanced features, going in-depth to give you the knowledge you need. Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters contain examples that demonstrate both the power and the subtlety of Windows 8, Windows Runtime and Javascript. What you'll learn Understand what Windows 8 apps and WinRT are capable of and why they are special Use advanced features to create immersive and engaging Windows 8 applications Creating applications that work seamlessly on tablets and desktops Use cutting-edge features like WebSockets and Cloud Computing Prepare and deploy your applications Unit test, debug and performance-tune applications Who this book is for This book is suitable for anyone wanting to get to grips with Windows 8 development using the cross-platform standards of HTML5 and JavaScript. Basic coding knowledge is assumed but no Microsoft-specific assumptions are made.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Berkeley, Calif.] : Apress ;
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Windows (Computer file) ; Application software ; Development ; Operating systems (Computers) ; Electronic books ; Electronic books ; local
    Abstract: This 88-page primer unveils the key features of Microsoft's eagerly anticipated Windows 8 operating system. Windows 8 contains Microsoft's revolutionary new application framework for building dynamic and responsive touch-enabled applications that target both desktops and mobile devices. Experienced author Adam Freeman invites you to take a crash course in Windows 8 development. Using the open standards of HTML5 and JavaScript, he ensures you understand the changes that are being made to Windows development practices and puts you on the right course to creating innovative and elegant applications for this latest evolution of the world's most successful operating system. What you'll learn Create and configure Windows 8 applications Implement a touch-enabled user interface Store data and application state using the new persistence model Access remote data using Windows 8 networking Package and deploy your application to the Windows store Who this book is for This book is for experienced developers who want to stay ahead of the curve and understand the new ways of working that the new operating system introduces.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Berkeley, CA] : Apress
    ISBN: 9781430240969 , 1430240962
    Language: English
    Pages: 1 online resource (xxx, 985 p.) , ill., port.
    Parallel Title: Erscheint auch als
    Keywords: JavaScript (Computer program language) ; Open source software ; Web site development ; Web sites ; Design ; Electronic books ; Electronic books ; local
    Abstract: jQuery is one of the most popular and powerful JavaScript libraries available today. It's widely used to create rich user experiences and to simplify website and application development. It is the tool of choice for web developers everywhere and sets the standard for simplicity, flexibility and extensibility. In Pro jQuery , seasoned author Adam Freeman explains how to get the most from jQuery by focusing on the features you need for your project. He starts with the nuts and bolts and shows you everything through to advanced features, going in depth to give you the knowledge you need. Getting the most from jQuery is essential to truly mastering web development. What you'll learn Understand the capabilities of jQuery and why it is special Use the core of jQuery to enrich HTML, including tables, forms and data displays Use jQuery UI to create rich and fluid user experiences Use rich interactions such as drag and drop, sortable data and touch sensitivity Use jQuery Mobile to create touch-enabled interfaces for mobile devices and tablets Extend jQuery by creating custom plugins and widgets Each topic is covered clearly and concisely, and is packed with the details you'll need to learn to be truly effective with jQuery. The most important features are given a no-nonsense, in-depth treatment, and chapters contain examples that demonstrate both the power and the subtlety of jQuery. Who this book is for This book is for working developers who want to learn about jQuery in detail. Quick refreshers of HTML and CSS are given to help you get up to speed, but a good working knowledge of the basics is assumed.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [New York] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: The expert's voice in Windows 8
    Keywords: Microsoft Windows (Computer file) ; Application software ; Development ; C# (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: This 88-page primer unveils the key features of Microsoft's eagerly anticipated Windows 8 operating system. Windows 8 contains Microsoft's revolutionary new application framework for building dynamic and responsive touch-enabled applications that target both desktops and mobile devices. Experienced author Adam Freeman invites you to take a crash course in Windows 8 development. Using the open standards of XAML and C# he ensures you understand the changes that are being made to Windows development practices and puts you on the right course to creating innovative and elegant applications for this latest evolution of the world's most successful operating system.
    Note: Place of publication from publisher's website. - Includes index. - Description based on online resource; title from title page (Safari, viewed October 26, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [New York, NY] : Apress
    Language: English
    Pages: 1 online resource (xxv, 823 p.) , ill.
    Edition: 3rd ed.
    Series Statement: The expert's voice in .NET
    Parallel Title: Erscheint auch als
    Keywords: Active server pages ; Microsoft .NET ; Web site development ; Application software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The ASP.NET MVC 3 Framework is the latest evolution of Microsoft's ASP.NET web platform. It provides a radically new high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4. In this, the third edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourself-and put your best-learned theory into practice. The book's authors, Steve Sanderson and Adam Freeman , have both watched the growth of ASP.NET MVC since its first release. Steve is a well known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands. What you'll learn Gain a solid architectural understanding of ASP.NET MVC 3, including basic MVC Explore the entire ASP.NET MVC Framework See how MVC and test-driven development work in action Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC Learn about the latest security and deployment issues, including those related to IIS 7 Who this book is for This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 3 Framework.
    Note: "Build the most maintainable, standards-compliant, and the best preforming web applications on the Microsoft platform"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress ;
    Language: English
    Pages: 1 online resource (xxix, 922 p.) , ill.
    Series Statement: The expert's voice in .NET
    Keywords: Active server pages ; Microsoft .NET ; Internet programming ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: ASP.NET 4 is the latest version of Microsoft's revolutionary web technology. It is the principal technology for creating dynamic web pages on the Windows platform. Applied ASP.NET 4 In Context sets the standard for clear, simple, hands-on advice for learning and deploying Microsoft's dynamic web solutions. Seasoned .NET author Adam Freeman explains how to get the most from ASP.NET by focusing on the features you need for your project. He starts with the nuts and bolts and shows you everything through to advanced features, going in-depth to give you the knowledge you need to use ASP.NET in a real-world context. Effective and powerful ASP.NET programming is easier than ever before with this informed and practical guide. What you'll learn Understand the capabilities of ASP.NET 4 and why it is special Learn how to build client applications using MVC, Web Forms and Silverlight Build data-driven web applications using ADO.NET and LINQ Rapidly prototype data applications using dynamic data Enhance user interactions with JavaScript and jQuery Create and consume web services using WCF Customize web applications with advanced ASP.NET features Deploy and secure your web applications on IIS 7 Each topic is covered clearly and concisely, each chapter packed with the details you need to be truly effective with ASP.NET 4. The most important features are given no-nonsense in-depth treatment, and chapters include common problems and details on how to avoid them. Who this book is for This book is for web developers who want to understand the context in which ASP.NET sits and the standards and best practices that can be employed to improve the efficiency and maintainability of their projects.
    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...