![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Internet > Web design
One advantage of using CSS3 is that you can apply colors and backgrounds to any element in a web document, create your own gradients, and even apply multiple backgrounds to the same element. This practical guide shows you many ways to use colors, backgrounds, and gradients to achieve some pretty awesome effects. Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of Colors, Backgrounds, and Gradients, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to bring life to your web pages now. Define foreground colors for a border or element with the color property Combine foreground and background colors to create interesting effects Position and repeat one or more images in an element's background Fix an image to a screen's viewing area, rather than to the element that contains it Use color stops to define vertical, horizontal, and diagonal linear gradients Create spotlight effects, circular shadows, and other effects with radial gradients
As a web designer, you have tough choices to make when it comes to weighing aesthetics and performance. Content, layout, images, and interactivity are necessary components to engage your audience, but each have an enormous impact on page load time. This practical book helps you approach a new project with page speed in mind, and shows you how to test and benchmark which design choices are most important. You'll also learn how to design semantic HTML and CSS that are easily repurposed and edited later, saving not just page load time but also your own time during development. Written by Etsy's performance engineering manager, this book covers: Why designing for performance is imperativeThe basics of page speed: requests and how browsers render contentOptimizing images, HTML and CSS for performanceImplementing responsive web design with an eye on performanceTools for measuring and iterating on your design choices and their performance If you have Adobe Photoshop experience and basic HTML and CSS skills, this book will help you learn how to design for performance.
Is Responsive Web Design (RWD) slowing your site down? It doesn't have to. With this concise book, you'll learn practical techniques for improving performance with RWD, including a default set of guidelines you can use as an easy starting point. Web performance researcher and evangelist Guy Podjarny walks you through several existing solutions for dealing with RWD performance problems, and offers advice for choosing optimizations that will be most useful for your needs. RWD performance problems stem from excessive downloads of resources, including images, JavaScript and CSS, and HTML--downloads designed to let your web application adapt to different screen sizes. Podjarny presents a series of increasingly larger-scope solutions to each issue, including client-side techniques and RESS (Responsive + Server Side Components). Address performance issues by starting with Podjarny's default guidelines Use a JavaScript image loader and an image transcoding service to create Responsive Images Reduce JavaScript and CSS downloads with asynchronous scripts, conditional loading, and multi-viewport CSS Prioritize resources to avoid excess content in RWD and defer the load of any content that's not critical Explore server-side Adaptive Delivery and RESS solutions as an alternative to "pure" RWD Guy Podjarny, or Guypo for short, is the Chief Technology Officer (CTO) of Akamai's Web Experience business unit.
Responsive web design helps your site maintain its design integrity on a variety of screen sizes, but how does it affect your typography? With this practical book, graphic designers, web designers, and front-end developers alike will learn the nuts and bolts of implementing web fonts well, especially how to get the best appearance from type without sacrificing performance on any device. After examining typography fundamentals and the evolution of type on the Web, author Jason Pamental provides useful approaches, real examples, code, and advice for making your type performant, progressive, proportional, and polished - the primary ingredients of responsive typography. Understand how type plays a vital role in content-first web design Weigh the tradeoffs between self-hosting and using a font service to get the best performance for your site Get your type on the screen fast by designing for Progressive Enhancement Use a responsive relative scale to adjust proportions between typographic elements for any device or resolution Polish your type with ligatures, kerning, and other techniques to create rich, textured reading experiences
How well do you really know your users? With properly conducted user research, you can discover what really makes your audience tick. This practical guide will show you, step-by-step, how to gain proper insight about your users so that you can base design decisions on solid evidence. You'll not only learn the different methodologies that you can employ in user research, but also gain insight into important set-up activities, such as recruiting users and equipping your lab, and acquire analysis skills so that you can make the most of the data you've gathered. And finally, you'll learn how to communicate findings and deploy evidence, to boost your design rationale and persuade skeptical colleagues. Design your research Cost justify user research Recruit and incentivise users Discover how to run your research sessions Analyze your results Reporting on results and acting in your findings
Build kickass websites and applications for all mobile (and non-mobile) platforms by adding HTML5 and CSS3 to your web development toolkit. With this hands-on book, you'll learn how to develop web apps that not only work on iOS, Android, Blackberry, and Windows Phone, but also perform well and provide good user experience. With lots of code and markup examples, you'll learn best practices for using HTML5 features, including new web forms, SVG, Canvas, localStorage, and related APIs. You'll also get an in-depth look at CSS3, and discover how to design apps for large monitors and tiny screens alike. Learn HTML5's elements, syntax, and semantics Build forms that provide enhanced usability with less JavaScript Explore HTML5 media APIs for graphics, video, and audio Enable your applications to work offline, using AppCache, localStorage, and other APIs Learn what you need to know about CSS3 selectors and syntax Dive into CSS3 features such as multiple backgrounds, gradients, border-images, transitions, transforms, and animations Make your web applications usable, responsive, and accessible. Design for performance, user experience, and reliability on all platforms
Want to create animated graphics for iPhone, iPad, and the Web, using familiar Adobe features? You've come to the right guide. Adobe Edge Animate: The Missing Manual shows you how to build HTML5 graphics with Adobe visual tools. No programming experience? No problem. Adobe Edge Animate writes all the code for you. With this book, you'll be designing great-looking web elements in no time. The important stuff you need to know: Get to know the workspace. Learn how Adobe Edge Animate performs its magic. Create and import graphics. Make drawings with Animate's tools, or use art you've designed in other programs. Work with text. Build menus, label buttons, provide instructions, and perform other tasks. Jump into animation. Master Animate's elements, properties, and timeline panels. Make it interactive. Use triggers and actions to give users control over their web experience. Dig into JavaScript. Customize your projects by tweaking your code.
The Canvas element is a revolutionary feature of HTML5 that enables powerful graphics for rich Internet applications, and this pocket reference provides the essentials you need to put this element to work. If you have working knowledge of JavaScript, this book will help you create detailed, interactive, and animated graphics -- from charts to animations to video games -- whether you're a web designer or a programmer interested in graphics. "Canvas Pocket Reference" provides both a tutorial that covers all of the element's features with plenty of examples and a definitive reference to each of the Canvas-related classes, methods, and properties. You'll learn how to: Draw lines, polygons, and curves Apply colors, gradients, patterns, and transparency Use transformations to smoothly rotate and resize drawings Work with text in a graphic environment Apply shadows to create a sense of depth Incorporate bitmapped images into vector graphics Perform image processing operations in JavaScript
Nearly everything you do with CSS involves units for determining the look and formatting of your web page elements. With this concise guide, you'll learn how to work with an array of units--including measurements and keywords--that help you define color, text, distance between elements, location of external files, and other values. This book contains chapters from the upcoming fourth edition of "CSS: The Definitive Guide." When you purchase either the print or the ebook edition of "Values, Units, and Colors," you'll receive a significant discount on the entire Definitive Guide when it's released. Why wait when you can learn how to use units and other key CSS3 features right away?Use RGB or HSL values to mix your own colors, and designate the degree of opacity Learn how to apply global keywords introduced in CSS3 Use string values to wrap a sequence of text characters in quotes Describe margins, letter spacing, and other properties, with either fixed or relative length units Understand how number, integer, and percentage values differ Explore CSS3 unit types for describing display resolution Use time values for transitions and animations
A web application involves many specialists, but it takes people in web ops to ensure that everything works together throughout an application's lifetime. It's the expertise you need when your start-up gets an unexpected spike in web traffic, or when a new feature causes your mature application to fail. In this collection of essays and interviews, web veterans such as Theo Schlossnagle, Baron Schwartz, and Alistair Croll offer insights into this evolving field. You'll learn stories from the trenches--from builders of some of the biggest sites on the Web--on what's necessary to help a site thrive. Learn the skills needed in web operations, and why they're gained through experience rather than schooling Understand why it's important to gather metrics from both your application and infrastructure Consider common approaches to database architectures and the pitfalls that come with increasing scale Learn how to handle the human side of outages and degradations Find out how one company avoided disaster after a huge traffic deluge Discover what went wrong after a problem occurs, and how to prevent it from happening again Contributors include: John Allspaw Heather Champ Michael Christian Richard Cook Alistair Croll Patrick Debois Eric Florenzano Paul Hammond Justin Huff Adam Jacob Jacob Loomis Matt Massie Brian Moon Anoop Nagwani Sean Power Eric Ries Theo Schlossnagle Baron Schwartz Andrew Shafer
Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo , provides valuable techniques to help you optimize your site's performance. Souders' previous book, the bestselling "High Performance Web Sites," shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight expert contributors provide best practices and pragmatic advice for improving your site's performance in three critical categories: JavaScript--Get advice for understanding Ajax performance, writing efficient JavaScript, creating responsive applications, loading scripts without blocking other components, and more.Network--Learn to share resources across multiple domains, reduce image size without loss of quality, and use chunked encoding to render pages faster.Browser--Discover alternatives to iframes, how to simplify CSS selectors, and other techniques. Speed is essential for today's rich media web sites and Web 2.0 applications. With this book, you'll learn how to shave precious seconds off your sites' load times and make them respond even faster. This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.
If you're involved in planning IT infrastructure as a network or system architect, system administrator, or developer, this book will help you adapt your skills to work with these highly scalable, highly redundant infrastructure services. While analysts hotly debate the advantages and risks of cloud computing, IT staff and programmers are left to determine whether and how to put their applications into these virtualized services. Cloud Application Architectures provides answers -- and critical guidance -- on issues of cost, availability, performance, scaling, privacy, and security. With Cloud Application Architectures, you will: Understand the differences between traditional deployment and cloud computing Determine whether moving existing applications to the cloud makes technical and business sense Analyze and compare the long-term costs of cloud services, traditional hosting, and owning dedicated servers Learn how to build a transactional web application for the cloud or migrate one to it Understand how the cloud helps you better prepare for disaster recovery Change your perspective on application scaling To provide realistic examples of the book's principles in action, the author delves into some of the choices and operations available on Amazon Web Services, and includes high-level summaries of several of the other services available on the market today. Cloud Application Architectures provides best practices that apply to every available cloud service. Learn how to make the transition to the cloud and prepare your web applications to succeed.
The miniature web applications known as gadgets (or widgets) are a key component of the distributed web and an ideal way to publish your content far beyond the reach of your own web site. Packaging web content and functionality into a gadget enables it to be seen anywhere from iGoogle to the iPhonewherever the user may be, on or off the traditional web. Everyone can access your content without having to visit your web site. This book is a practical guide to building gadgets that will work everywhere, from handheld devices to any site on the web. The core methodology is to develop a single code base that will run on all platforms, multiplying the syndication opportunities for maximum return on your development investment. Extending this approach is a technique of abstracting key API calls from the various gadget platforms into a single interface layer, implemented in the book as a compact JavaScript class, allowing your gadgets full access to every platform's power without your having to rewrite your code for each. Learn the key concepts for successfully syndicating web content via gadgets. Build platform-agnostic gadgets that run on all the major web portals. Deploy your gadgets to web-enabled handheld devices. What you'll learn You'll learn how to design a successful web gadget, build it efficiently, and deploy it painlessly to a dozen platforms from a single code base. In the process, your web content will gain far greater exposure than is possible with a traditional web site alone. Who this book is for This book is for seasoned web professionals with solid experience in XHTML/CSS and JavaScript who are already building web sites and applications that they want to take to the next level. Server-side programming experience (PHP, ASP, etc.) is beneficial but not required. Table of Contents Introducing Web Gadgets Designing the Core Gadget Developing for Multiple Platforms Netvibes iGoogle Windows Mac OS X Dashboard Opera Windows Mobile Symbian S60 iPhone Android The Future of Web Gadgets
Harness the latest capabilities of HTML5 and CSS to create a single UI that works flawlessly on mobile phones, tablets, and desktops - plus everything in-between - now with color images! Key Features Understand what responsive web design is and its significance for modern web development Explore the latest developments in responsive web design and CSS, including layout with Grid and Subgrid, CSS Cascade Layers, Wide Gamut colors, and CSS Functions Get to grips with the uses and benefits of new HTML elements and attributes Book DescriptionResponsive Web Design with HTML5 and CSS, Fourth Edition, is a fully revamped and extended version of one of the most comprehensive and bestselling books on the latest HTML5 and CSS techniques for responsive web design. It emphasizes pragmatic application, teaching you the approaches needed to build most real-life websites, with downloadable examples in every chapter. Written in the author's friendly and easy-to-follow style, this edition covers all the newest developments and improvements in responsive web design, including approaches for better accessibility, variable fonts and font loading, and the latest color manipulation tools making their way to browsers. You can enjoy coverage of bleeding-edge features such as CSS layers, container queries, nesting, and subgrid. The book concludes by exploring some exclusive tips and approaches for front-end development from the author. By the end of the book, you will not only have a comprehensive understanding of responsive web design and what is possible with the latest HTML5 and CSS, but also the knowledge of how to best implement each technique. Read through as a complete guide or dip in as a reference for each topic-focused chapter. What you will learn Use media queries, including detection for touch/mouse and color preference Learn HTML semantics and author accessible markup Facilitate different images depending on screen size or resolution Write the latest color functions, mix colors, and choose the most accessible ones Use SVGs in designs to provide resolution-independent images Create and use CSS custom properties, making use of new CSS functions including 'clamp', 'min', and 'max' Add validation and interface elements to HTML forms Enhance interface elements with filters, shadows, and animations Who this book is forAre you a full-stack or back-end developer who needs to improve their front-end skills? Perhaps you work on the front-end and you need a definitive overview of all modern HTML and CSS has to offer? Maybe you have done a little website building but you need a deep understanding of responsive web designs and how to achieve them? This is the book for you! All you need to take advantage of this book is a working understanding of HTML and CSS. No JavaScript knowledge is needed.
If you're familiar with the basics of Flash, then The Essential Guide to Flash CS4 will take you further in all aspects of the application, animation, sound, 3D, inverse kinematics, the drawing tools, ActionScript, and much more. This book takes all the good bits of Flash CS4 and demonstrates them in methodical and intuitive exercises full of hints and tips for streamlining the creative process. Jump straight into Flash CS4 and start working on real life examples that you can customize to suit your needs.Demystifies Flash CS4explaining new features deep diving through old favorites Streamlines the production of cutting-edge Flash CS4 animations and applications Provides a unique commercial perspective in compelling Flash productions This book is for intermediate Flash CS4 users as well as the more advanced user who wants to learn about using Flash CS4's awesome new capabilities, such as motion tweening and kinematics poses. Each chapter has a number of exercises that contribute to an overall project. The exercises are fun and compelling and allow you to place your own creative stamp on them, while still following the steps to completion. The final chapter focuses on bringing the exercise output together in an overall campaign consisting of a website featuring advanced flash components and advertising banners. An underlying theme of the book is marketing a website online. It discusses industry standards for banner campaigns (banner weight, frames per second, etc), effective website marketing techniques, and delves into search engine optimization and search engine marketing. What you'll learn The unique capabilities of Flash CS4 and how to apply them in real life scenarios How to partner Flash CS4 with open source programs and international publisher standards to create compelling and rich user experiencesHow to incorporate different technologies into Flash CS4 applications seamlessly to make the overall Flash build less arduousHow to harness your creativity to make your ideas come to lifeHow to ensure that these ideas will have marketing legs and adhere to W3C standardsHow to get the edge above your competitors Who this book is for This book is for designers and developers who are familiar with Flash but want to push the boundaries of what Flash CS4 is capable of. You have the vision and the ideas of what you want to do, but you are unsure of just how to do it. This book explores in depth the effects of partnering Flash CS4 with other Adobe products, such as Fireworks and Photoshop, but also delves deeply into partnering Flash CS4 with cutting edge open source programs, such as Papervision, and how to create unique rich media executions in partnership with companies such as EyeBlaster. Table of Contents Welcome to Flash CS4 Getting Creative: How to Make Your Ideas Come to Life Through Project Planning Getting Your Hands Dirty: Layers, Masks, and Photoshop Draw Me a Picture: Using the Drawing Tools Filters and Blends Let's Get Animated Achieving Lifelike Motion with Inverse Kinematics Lights, Camera, ActionScript Using 3D Space in Flash CS4 Seeing and Hearing Are Believing Utilizing Best Practices to Get the Most Out of Your Flash CS4 Movies The End of the Beginning
Accelerated Silverlight 3 teaches you how to get up to speed with the latest version of Silverlight quickly and efficiently. The book assumes you're already comfortable with the basics of .NET coding and with WPF and builds on your existing knowledge to make your journey to Silverlight 3 proficiency as quick and painless as possible. Where coding techniques are similar to other, more established, areas of .NET, the text says so. Likewise, where there's a syntax or conceptual "gotcha" that you're existing coding habits will walk you into, the text points that out, too. This book provides you with fast-track coverage of all the most important elements of the Silverlight 3 technology ranging from XAML to standard controls, from dealing with media to networking, from testing to deployment. It concludes with a pair of fully worked sample applications for you to follow through, because nothing reinforces your understanding of how concepts fit together as much as looking at finished code. It is assumed that readers are already be comfortable with the workings of the .NET framework. Knowledge of Expression Blend is useful, but not mandatory: you'll learn the Blend techniques that you need to know as you go through the book. By the end, you will have followed a sound, concise, path to mastery of Silverlight 3. What you'll learn Migrate your existing .NET skills to Silverlight 3 as quickly as possible Learn everything you need to know to start developing quality Silverlight 3 applications with confidence Explore worked case studies showing techniques and best practices in a code-heavy style that you can relate to Who this book is for This book is for .NET developers, whether they are previewing .NET 4.0, already using .NET 3.5, or are in the process of migrating up from .NET 2.0. The aim is to ease people's migration paths as much as possible, so the text includes notes to highlight important features of .NET 3.5 and 4.0 that people need to be aware of and also to highlight where Silverlight's working and syntax differs substantially from that of WPF. Table of Contents Introducing Silverlight Getting to Know XAML Creating User Interfaces Network Communication Working with Data Working with Media Extending the User Interface Styling and Templating Animation Dynamic Languages and the Browser Security Testing andDebugging Packaging and Deploying Silverlight Applications Advanced Silverlight 3 Features Threading in Silverlight
Flash CS3, the latest version of the premier tool for creating web animations and interactive web sites, can be intimidating to learn. This entertaining reference tutorial provides a reader-friendly animation primer and a guided tour of all the program's tools and capabilities. Beginners will learn to use the software in no time, and experienced users will quickly take their skills to the next level. The book gives Flash users of all levels hands-on instructions to help them master: Special effects Morphing Adding audio and video Introducing interactivity And much more With Flash CS3: The Missing Manual you'll be able to turn an idea into a Flash animation, tutorial, or movie. This book will help you create online tutorials, training materials and full-blown presentations. It also teaches design principles throughout and helps you avoid elements that can distract or annoy an audience. This is the first new release of Flash since Adobe bought Macromedia, which means that it's the first version that will integrate easily with other Adobe products. It's a whole new ballgame when it comes to Flash, and Flash CS3: The Missing Manual offers you complete and objective coverage. It's the perfect companion to this powerful software.
Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response. Taking complete advantage of Ajax, however, requires something more than your typical "how-to" book. What it calls for is "Ajax Hacks" from O'Reilly. This valuable guide provides direct, hands-on solutions that take the mystery out of Ajax's many capabilities. Each hack represents a clever way to accomplish a specific task, saving you countless hours of searching for the right answer. A smart collection of 80 insider tips and tricks, "Ajax Hacks" covers all of the technology's finer points. Want to build next-generation web applications today? This book can show you how. Among the multitude of topics addressed, it shows you techniques for: Using Ajax with Google Maps and Yahoo Maps Displaying Weather.com data Scraping stock quotes Fetching postal codes Building web forms with auto-complete functionality "Ajax Hacks" also features a number of advanced hacks for accelerated web developers. Discover how to create huge, maintainable bookmarklets, how to use client-side storage for Ajax applications, and how to call a built-in Java object from JavaScript using Ajax. The book even addresses best practices for testing Ajax applications and improving maintenance, performance, and reliability for JavaScript code. The latest in O"Reilly's celebrated Hacks series, "Ajax Hacks" smartlycomplements other O'Reilly titles such as "Head Rush Ajax" and "JavaScript: The Definitive Guide,"
It used to be so simple. You made a website or application to work on a 15" monitor and, incompatibilities between browsers aside, you were done. Then along came mobile phones with web browsers and they ruined all our easy lives. Worse than that, people loved browsing the web on them! Fortunately, by using responsive web design techniques, you can use one set of HTML, CSS and JavaScript, and display appropriate elements in an appropriate way to suit each platform. In Jump Start Responsive Web Design, you'l learn responsive techniques to make your designs look magnificent on any device, future-proof them, and reduce development time and budget. RWD helps you deal with the very real problem of not knowing where and how your application will be used. Completely overhauled for its second edition, this book covers: What does responsive really mean? Semantic page structure Grid systems Responsive Images and media Media queries Responsive content
How do you find your way in an age of information overload? How can you filter streams of complex information to pull out only what you want? Why does it matter how information is structured when Google seems to magically bring up the right answer to your questions? What does it mean to be 'findable' in this day and age? This eye-opening new book examines the convergence of information and connectivity. Written by Peter Morville, author of the groundbreaking "Information Architecture for the World Wide Web", the book defines our current age as a state of unlimited findability. In other words, anyone can find anything at any time. Complete navigability. Morville discusses the Internet, GIS, and other network technologies that are coming together to make unlimited findability possible. He explores how the melding of these innovations impacts society, since Web access is now a standard requirement for successful people and businesses. But before he does that, Morville looks back at the history of way finding and human evolution, suggesting that our fear of being lost has driven us to create maps, charts, and now, the mobile Internet. The book's central thesis is that information literacy, information architecture, and usability are all critical components of this new world order. Hand in hand with that is the contention that only by planning and designing the best possible software, devices, and Internet, will we be able to maintain this connectivity in the future. Morville's book is highlighted with full color illustrations and rich examples that bring his prose to life. "Ambient Findability" doesn't preach or pretend to know all the answers. Instead, it presents research, stories, and examples in support of its novel ideas. Are we truly at a critical point in our evolution where the quality of our digital networks will dictate how we behave as a species? Is findability indeed the primary key to a successful global marketplace in the 21st century and beyond? Peter Morville takes you on a thought-provoking tour of these themes and more - ideas that will not only fascinate but will stir your creativity in practical ways that you can apply to your work immediately.
Explore the new features of Vue.js 3 and discover best practices for building fault-tolerant and professional frontend web applications Key Features Migrate your apps from Vue.js 2 to Vue.js 3 with the help of practical recipes Explore the latest Vue.js 3 features such as reactivity API, composition API, and TypeScript support Extend the capabilities and performance of Vue.js apps with Quasar, Vuetify, and Nuxt.js frameworks Book DescriptionVue.js is a progressive web framework for building professional user interfaces for your web applications. With Vue.js 3, the frontend framework is reinforced with architectural enhancements, new base languages, new render processes, and separated core components. The book starts with recipes for implementing Vue.js 3's new features in your web development projects and migrating your existing Vue.js apps to the latest version. You will get up and running with TypeScript with Vue.js and find succinct solutions to common challenges and pitfalls faced in implementing components, derivatives, and animation, through to building plugins, adding state management, routing, and developing complete single-page applications (SPAs). As you advance, you'll discover recipes to help you integrate Vue.js apps with Nuxt.js in order to add server-side rendering capabilities to your SPAs. You'll then learn about the Vue.js ecosystem by exploring modern frameworks such as Quasar, Nuxt.js, Vuex, and Vuetify in your web projects. Finally, the book provides you with solutions for packaging and deploying your Vue.js apps. By the end of this Vue.js book, you'll be able to identify and solve challenges faced in building Vue.js applications and be able to adopt the Vue.js framework for frontend web projects of any scale. What you will learn Design and develop large-scale web applications using Vue.js 3's latest features Create impressive UI layouts and pages using Vuetify, Buefy, and Ant Design Extend your Vue.js applications with dynamic form and custom rules validation Add state management, routing, and navigation to your web apps Extend Vue.js apps to the server-side with Nuxt.js Discover effective techniques to deploy your web applications with Netlify Develop web applications, mobile applications, and desktop applications with a single code base using the Quasar framework Who this book is forThe book is for both new and experienced Vue.js developers looking to overcome challenges in building dynamic web applications with Vue.js 3. Knowledge of JavaScript and TypeScript is assumed. A basic understanding of Vue.js will help you to make the most of this book.
From custom fonts to ad-hoc font families you assemble out of a variety of individual faces, CSS 3 gives you more typographic options than ever before. This concise guide shows you how to use CSS properties to gain a fine-grained and wide-ranging influence over how you display fonts on the Web. Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of Fonts, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to choose and manipulate fonts right away. Specify font families and their generic alternatives Use @font-face to specify customized downloadable fonts Size your fonts with absolute or relative scales, percentages, or length units Understand the difference between italic and oblique styles Learn how to specify or suppress a font's kerning data and other font features Synthesize your own variants for fonts that lack bold or italic text
Go beyond HTML5's Audio tag and boost the audio capabilities of your web application with the Web Audio API. Packed with lots of code examples, crisp descriptions, and useful illustrations, this concise guide shows you how to use this JavaScript API to make the sounds and music of your games and interactive applications come alive. You need little or no digital audio expertise to get started. Author Boris Smus introduces you to digital audio concepts, then shows you how the Web Audio API solves specific application audio problems. You'll not only learn how to synthesize and process digital audio, you'll also explore audio analysis and visualization with this API. Learn Web Audio API, including audio graphs and the audio nodes Provide quick feedback to user actions by scheduling sounds with the API's precise timing model Control gain, volume, and loudness, and dive into clipping and crossfading Understand pitch and frequency: use tools to manipulate soundforms directly with JavaScript Generate synthetic sound effects and learn how to spatialize sound in 3D space Use Web Audio API with the Audio tag, getUserMedia, and the Page Visibility API
Build beautiful interactive maps on your Drupal website, and tell engaging visual stories with your data. This concise guide shows you how to create custom geographical maps from top to bottom, using Drupal 7 tools and out-of-the-box modules. You'll learn how mapping works in Drupal, with examples on how to use intuitive interfaces to map local events, businesses, groups, and other custom data. Although building maps with Drupal can be tricky, this book helps you navigate the system's complexities for creating sophisticated maps that match your site design. Get the knowledge and tools you need to build useful maps with Drupal today. Get up to speed on map projections, the ethics of making maps, and the challenges of building them online Learn how spatial data is stored, input by users, manipulated, and queried Use the OpenLayers or GMap modules to display maps with lists, tables, and data feeds Create rich, custom interactions by applying geolocation Customize your map's look and feel with personalized markers, map tiles, and map popups Build modules that add imaginative and engaging interactions |
![]() ![]() You may like...
Learn to Design a Website for Your…
Michael Nelson, David Ezeanaka
Hardcover
R524
Discovery Miles 5 240
Make It So - Interaction Design Lessons…
Nathan Shedroff, Christopher Noessel
Paperback
R1,599
Discovery Miles 15 990
Handbook of Research on Multimedia…
Sumit Kumar Mahana, Rajesh Kumar Aggarwal, …
Hardcover
R6,431
Discovery Miles 64 310
|