Listing 1 - 10 of 24 << page
of 3
>>
Sort by

Book
Mastering SVG : web animations, visualizations and vector graphics with html, css and javascript
Author:
ISBN: 1788621980 9781788621984 9781788626743 Year: 2018 Publisher: Birmingham ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Take the plunge and develop cross-browser-compatible and responsive web designs with SVG Key Features Master the art of custom animations and visualizations with SVG, CSS, and JavaScript Combine SVG with third-party libraries and frameworks such as React, JQuery, D3, and Snap.svg for GUI-rich apps Create an awesome user experience with high-performance graphics for your web applications Book Description SVG is the most powerful image format in use on the web. In addition to producing resolution-independent images for today's multi-device world, SVG allows you to create animations and visualizations to add to your sites and applications. The simplicity of cross-platform markup, mixed with familiar modern web languages, such as CSS and JavaScript, creates a winning combination for designers and developers alike. In this book, you will learn how to author an SVG document using common SVG features, such as elements and attributes, and serve SVG on the web using simple configuration tips for common web servers. You will also use SVG elements and images in HTML documents. Further, you will use SVG images for a variety of common tasks, such as manipulating SVG elements, adding animations using CSS, mastering the basic JavaScript SVG (API) using Document Object Model (DOM) methods, and interfacing SVG with common libraries and frameworks, such as React, jQuery, and Angular. You will then build an understanding of the Snap.svg and SVG.js APIs, along with the basics of D3, and take a look at how to implement interesting visualizations using the library. By the end of the book, you will have mastered creating animations with SVG. What you will learn Deliver the elements that make up an SVG image Replace your old CSS sprites with SVG Understand animation and data visualization with SVG are explained in pure JavaScript and using common libraries Use SVG to scale images across multiple devices easily Harness the power of CSS animations and transformations to manipulate your SVG images in a replicable, remixable way Interface SVG with common libraries and frameworks, such as jQuery, React, and Angular Who this book is for This book is for web developers and designers looking to add animation to their projects. Some experience with HTML, CSS, and JavaScript is required.


Book
CSS3 and SVG with GPT-4.
Author:
ISBN: 9781501520105 Year: 2024 Publisher: Bloomfield : Mercury Learning & Information,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book provides a comprehensive guide to using CSS3 and SVG in conjunction with GPT-4, a powerful language model developed by OpenAI. It covers key aspects of generative AI, prompt engineering, and advanced data analysis with AI tools like ChatGPT. The text delves into the features and applications of CSS3 and SVG for web design, including 2D and 3D animations, gradients, and transforms. The author aims to educate developers and designers on integrating these technologies to enhance web interfaces and functionality. The book is intended for web developers, designers, and tech enthusiasts interested in cutting-edge AI applications and web technologies.


Book
Inkscape 0.48 illustrator's cookbook : 109 recipes to create scalable vector graphics with Inkscape
Authors: ---
ISBN: 1283376679 9786613376671 1849512671 9781849512671 1849512663 9781849512664 9781849512664 Year: 2011 Publisher: Birmingham, U.K. : Packt Open Source,

Loading...
Export citation

Choose an application

Bookmark

Abstract

109 recipes to create scalable vector graphics with Inkscape


Book
Java drawing with Apache Batik : a tutorial
Author:
Year: 2007 Publisher: [Montreal, CAN] : Brainy Software Corp.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

SVG Essentials
Author:
ISBN: 0596002238 Year: 2002 Publisher: Sebastopol O'Reilly & Associates

Loading...
Export citation

Choose an application

Bookmark

Abstract

Samenvatting:Scalable Vector Graphics Â-- or SVG -- is the new XML-based graphicsstandard from the W3C that will enable Web documents to be smaller,faster and more interactive. This insightful book takes you through theins and outs of SVG, from the basics to more complicated features.Whether you're a graphic designer looking for new tools, or a programmercreating and managing graphics, this book provides a solid foundation


Dissertation
Design of a mobile datacontrolsystem for social network sites
Authors: --- --- --- ---
Year: 2013 Publisher: Gent : s.n.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The desire to have access to information at all times, while at the same time being informed automatically is the driving force behind this thesis. The goal is to bring an existing dashboard to mobile devices and to research algorithms that find outliers in timeseries.Because the dasboard is only used by a small number of people it is important to find a cheap and maintainable solution for the mobile dashboard. This has been achieved by using the HTML5 standard in combination with SVG and media queries to transform the dashboard into a webapp.When outliers are detected in specific metrics the qualified persons are alerted. However, the current solution generates too much alerts. These metrics are made of hourly measurements of activities on the products of Massive Media. With linear regression the dataset is decomposed in a trend and seasonal component. The remainder is assumed to fit a normal distribution. Outliers can then be found and reported by using a robust measurement for variation like the Median Absolute Deviation (MAD).This method finds outliers in the data that are undetectable with the naked eye and finds 40% less outliers than the currently used method. Vandaag de dag wordt er verwacht dat informatie op elk moment beschikbaar is, waarbij men tegelijkertijd proactief wordt geïnformeerd. Het doel van deze scriptie is dan ook een bestaand dashboard op mobiele toestellen brengen en algoritmen onderzoeken die uitschieters in data ontdekken.Door het beperkt publiek dat het dashboard gebruikt is het van belang een goedkope en onderhoudbare oplossing te vinden. Dit wordt bereikt door gebruik te maken van de nieuwe HTML5 standaard in combinatie met Scalable Vector Graphics (SVG) en media queries om het dashboard om te vormen tot een webapp.Wanneer uitschieters in data voorkomen worden de bevoegde personen verwittigd. De huidige oplossing genereert echter te veel alerts. De datasets bestaan uit uurgebonden metingen van activiteiten op de producten van Massive Media. Door deze te ontbinden in een trend- en seizoensbeweging met behulp van lineaire regressie, wordt de restcomponent bepaald waarvan we veronderstellen dat die normaal verdeeld is. Uitschieters kunnen vervolgens met behulp van robuste statistische methoden, zoals de Mediaan Absolute Deviatie (MAD), ontdekt en gerapporteerd worden.De nieuwe implementatie vindt uitschieters in de data die onmogelijk te vinden zijn met het blote oog en geeft ongeveer 40% minder uitschieters dan de bestaande methode.


Book
Python 3 and Data Visualization
Author:
ISBN: 1683929446 1683929454 Year: 2024 Publisher: Boston, MA : Mercury Learning and Information,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Python3 and Data Visualization offers readers a deep dive into the world of Python 3 programming and the art of data visualization. Chapter 1 introduces the essentials of Python, covering a vast array of topics from basic data types, loops, and functions to more advanced constructs like dictionaries, sets, and matrices. In Chapter 2, the focus shifts to NumPy and its powerful array operations, seamlessly leading into the world of data visualization using prominent libraries such as Matplotlib. Chapter 6 immerses the reader in Seaborn's rich visualization tools, offering insights into datasets like Iris and Titanic. The appendix covers other visualization tools and techniques, including SVG graphics, D3 for dynamic visualizations, and more. The book also includes companion files with numerous Python code samples and figures. From foundational Python concepts to the intricacies of data visualization, this book serves as a comprehensive resource for both beginners and seasoned professionals.


Book
Theoretische concepten van gis.
Authors: --- ---
ISBN: 9789038213590 Year: 2008 Publisher: Gent Academiapress


Book
Beginning SVG : A Practical Introduction to SVG using Real-World Examples
Author:
ISBN: 1484237595 1484237609 Year: 2018 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Develop SVG functionality for use within websites quickly and natively, using basic tools such as HTML and CSS. This book is a project-oriented guide to creating and manipulating scalable vector graphics in the browser for websites or online applications, using little more than a text editor or free software, and the power of JavaScript. You'll use a starting toolset to incorporate into your existing workflow, develop future projects, and reduce any dependency on graphics applications for simple projects. This book is an excellent resource for getting acquainted with creating and manipulating SVG content. We live in an age where speed and simplicity are of the essence. Beginning SVG provides a perfect alternative when creating web-based projects that challenges the norm and encourages you to expand your resources and not resort to what “everyone else uses” (such as Illustrator). You'll discover that there is indeed a different way to achieve the same result. Stop thinking you must always resort to using graphics packages; there is always another way!


Book
Generative Art with JavaScript and SVG : Utilizing Scalable Vector Graphics and Algorithms for Creative Coding and Design
Author:
ISBN: 9798868800863 Year: 2024 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book introduces you to the exciting world of generative art and creative coding through the medium of JavaScript and Scalable Vector Graphics (SVG). Using tried and trusted techniques, you’ll tackle core topics such as randomness and regularity, noise and naturalistic variance, shape and path creation, filter effects, animation, and interactivity. In the process you’ll learn SvJs, a JavaScript library that closely mirrors the SVG spec and makes scripting SVG intuitive and enjoyable. You’ll also study the craft of generative art and its creative process, along with JavaScript fundamentals, using modern ES6+ syntax. Each chapter will build upon the previous one, and those completely new to programming will be given a primer to help them find their feet. Generative Art with JavaScript and SVG will take you on a fun journey, peppered with plenty of sketches throughout, designed not only to explain, but to inspire. You Will: • Structure and randomise compositions. • Understand the different types of randomness and their probability distributions. • Create organic variance with the SvJs Noise module. • Apply SVG filter effects in a generative fashion. • Explore different approaches to animating with SVG. • Make your compositions dynamic and interactive.

Listing 1 - 10 of 24 << page
of 3
>>
Sort by