FirstCity
Welcome to First City University College Library iPortal | library@firstcity.edu.my | +603-7735 2088 (Ext. 519)

Canvas Cookbook : (Record no. 53137)

MARC details
000 -LEADER
fixed length control field 07599cam a2200769Ka 4500
001 - CONTROL NUMBER
control field ocn948779986
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20200827115247.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 160506s2016 enka o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency IDEBK
Language of cataloging eng
Description conventions pn
Transcribing agency IDEBK
Modifying agency COO
-- YDXCP
-- OCLCQ
-- DEBSZ
-- FEM
-- EBLCP
-- MERUC
-- CHVBK
-- OCLCO
-- OCLCQ
-- VT2
-- REB
-- OCLCF
-- UOK
-- UKMGB
-- WYU
-- OCLCQ
-- OCLCO
-- LVT
-- N$T
-- UMI
-- DEBBG
-- CEF
-- AGLDB
-- IGB
-- BTN
-- AUW
-- INTCL
-- MHW
-- SNK
-- OCL
-- OCLCQ
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018006694
Source Uk
019 ## -
-- 949141354
-- 949713473
-- 966069713
-- 968091016
-- 968098656
-- 969027051
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783552506
Qualifying information (ebk)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781785284892
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1785284894
Qualifying information (Trade Paper)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783552504
Qualifying information (electronic bk.)
024 3# - OTHER STANDARD IDENTIFIER
Standard number or code 9781785284892
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier CHNEW
System control number 000952863
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier CHVBK
System control number 484638971
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 480368740
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier UKMGB
System control number 018006694
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBBG
System control number BV043969413
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 485799391
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier GBVCP
System control number 882849921
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)948779986
Canceled/invalid control number (OCoLC)949141354
-- (OCoLC)949713473
-- (OCoLC)966069713
-- (OCoLC)968091016
-- (OCoLC)968098656
-- (OCoLC)969027051
037 ## - SOURCE OF ACQUISITION
Stock number 919821
Source of stock number/acquisition MIL
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.H94
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.72
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Joshi, Bhushan Purushottam.
245 10 - TITLE STATEMENT
Title Canvas Cookbook :
Remainder of title over 80 simple but creative and structured recipes to explore the capabilities of HTML5 Canvas /
Statement of responsibility, etc. Bhushan Purushottam Joshi.
260 ## - PUBLICATION, DISTRIBUTION, ETC.
Place of publication, distribution, etc. Birmingham :
Name of publisher, distributor, etc. Packt Publishing,
Date of publication, distribution, etc. 2016.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
347 ## - DIGITAL FILE CHARACTERISTICS
File type text file
Source rda
490 1# - SERIES STATEMENT
Series statement Quick answers to common problems
588 0# - SOURCE OF DESCRIPTION NOTE
Source of description note Online resource; title from PDF file page (EBSCO, viewed January 8, 2019).
520 8# - SUMMARY, ETC.
Summary, etc. Over 80 simple but creative and structured recipes to explore the capabilities of HTML5 CanvasAbout This Book Develop simple to advanced recipes of your own, and ultimately produce a great application Discover a better way to use HTML5 Canvas, JavaScript, and CSS Put your creative instincts to use in your day-to-day interface developmentsWho This Book Is ForThe book is intended for readers with a preliminary knowledge of JavaScript and CSS. Whether you're a beginner or expert in this technology, the book provides recipes to help you build your own application, presentation, or game. What You Will Learn Draw basic shapes such as lines, arcs, curves, and text using the coordinate system Learn about the animation cycle and use it to animate shapes Grasp the knowledge required to create particles and use them Give various effects to images and videos and also use them in animations Discover the use of event listeners to make recipes interactive and to handle events through event handlers Create good presentation graphics with graphs and charts Learn all about 3D development, from building 3D objects to animating them Convert your knowledge into a complete working game Understand the interoperability and deployment of recipes on different browsers and on different devicesIn DetailWith the growing popularity of HTML5 Canvas, this book offers tailored recipes to help you develop portable applications, presentations, and games. The recipes are simple yet creative and build on each other. At every step, the book inspires the reader to develop his/her own recipe. From basic to advanced, every aspect of Canvas API has been covered to guide readers to develop their own application, presentation, or game. Style and approachAll the recipes are sequential and cover the basic and advanced concepts of Canvas. Every recipe is as simple as possible without compromising creativity.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Paths and Text; Introduction; Drawing lines; Drawing horizontal, vertical, and assorted lines; Drawing joins; Drawing arc1; Drawing arc2; Drawing a quadratic curve; Drawing a rainbow; Drawing a Bezier curve; Drawing a flag; Drawing text; Drawing 3D text with shadows; Adding shadows to objects; Drawing a house; Chapter 2: Shapes and Composites; Introduction; Drawing rectangles; Drawing triangles; Drawing circles; Drawing gradients; Working with custom shapes and styles.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Demonstrating translation, rotation, and scalingDrawing an ellipse; Saving and restoring canvas state; Demonstrating composites; Drawing a mouse; Chapter 3: Animation; Introduction; Creating an animation class; Demonstrating acceleration; Demonstrating gravity; Animating a line; Animating text; Animating a clock; Animating a solar system; Animating particles; Animating a particle fountain; Animating a rain effect; Animating a snow effect; Chapter 4: Images and Videos; Introduction; Drawing and cropping an image; Rendering effects to images; Drawing a mirror image; Clipping a path.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Animated clippingConverting canvas to image and back to canvas; Working with videos; Rendering effects to videos; Creating a pixelated image focus; Chapter 5: Interactivity through Events; Introduction; Working with mouse coordinates; Making a face smile; Detecting a point in a path; Simulating car movements; Dragging and dropping; Combining events and animation; Demonstrating a touch event; Chapter 6: Creating Graphs and Charts; Introduction; Drawing the axes; Drawing a simple equation; Drawing a sinusoidal wave; Drawing a line graph; Drawing a bar graph; Drawing a pie chart.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Chapter 7: 3D ModelingIntroduction; Rendering 3D objects; Drawing 3D cubes; Drawing a 3D cylinder and a cone; Drawing a 3D sphere and a torus; Drawing 3D text decorated by particles; Drawing a panorama; Drawing a snowman; Chapter 8: Game Development; Introduction; Understanding the gaming states; Drawing on canvas; Playing some music; Using sprites from the sprite sheet; Demonstrating animation; Demonstrating collision; Demonstrating physics; Game 1 -- Fruit Basket; Game 2 -- Catapult; Chapter 9: Interoperability and Deployment; Introduction; Understanding interoperability.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Styling text and background using CSSDeploying a game on Android mobile; Index.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Canvas (Computer file)
Authority record control number or standard number http://id.loc.gov/authorities/names/no99078811
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Canvas (Computer file)
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst01378904
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element HTML (Document markup language)
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst00949997
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element COMPUTERS / Programming / General
Source of heading or term bisacsh
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element HTML (Document markup language)
Authority record control number or standard number http://id.loc.gov/authorities/subjects/sh95002791
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Video games
General subdivision Design.
Authority record control number or standard number http://id.loc.gov/authorities/subjects/sh2006004108
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element COMPUTERS
General subdivision Programming Languages
-- JavaScript.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element COMPUTERS
General subdivision Internet
-- Application Development.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Video games
General subdivision Design.
Source of heading or term fast
Authority record control number or standard number (OCoLC)fst01166425
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Quick answers to common problems.
Authority record control number or standard number http://id.loc.gov/authorities/names/no2015091434
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1230622">https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1230622</a>
938 ## -
-- ProQuest Ebook Central
-- EBLB
-- EBL4659124
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis34544056
938 ## -
-- YBP Library Services
-- YANK
-- 12976931
938 ## -
-- EBSCOhost
-- EBSC
-- 1230622
994 ## -
-- 92
-- MYFCU

No items available.