Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
  • 1
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Cascading style sheets ; Web site development ; Web sites ; Design ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: CSS has grown from a language for formatting documents into a robust language for designing web applications. Its syntax is easy to learn, making CSS a great entry point for those new to programming. Indeed, it's often the second language that developers learn, right behind HTML. As CSS's feature set and abilities have grown, so has its depth. This book is a collection of articles that explore some of the amazing thngs that developers can do with CSS today; things that in the past might only have been achievable with some pretty complex JavaScript previously, if at all. It contains: Using CSS Transforms in the Real World by Craig Buckler Variable Fonts: What They Are, and How to Use Them by Claudio Ribeiro Scroll Snap in CSS: Controlling Scroll Action by Tiffany B. Brown Real World Use of CSS with SVG by Craig Buckler CSS and PWAs: Some Tips for Building Progressive Web Apps by David Attard 20 Tips for Optimizing CSS Performance by Craig Buckler Advanced CSS Theming with Custom Properties and JavaScript by Ahmed Bouchefra This book is for developers with some experience of CSS.
    Note: Authors' names from chapter titles. - Description based on online resource; title from title page (Safari, viewed November 29, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Cascading style sheets ; Web site development ; Web sites ; Design ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: CSS has grown from a language for formatting documents into a robust language for designing web applications. Its syntax is easy to learn, making CSS a great entry point for those new to programming. Indeed, it's often the second language that developers learn, right behind HTML. One of CSS's new features is the Grid Layout Module, which enables complex layout designs that previously would have been very difficult to achieve. In this book, we'll examine five projects that use grid layout. It contains: Redesigning a Site to Use CSS Grid Layout by Ilya Bodrov Redesigning a Card-based Tumblr Layout with CSS Grid by Giulio Mainardi Easy and Responsive Modern CSS Grid Layout by Ahmed Bouchefra Progressively Enhanced CSS Layouts from Floats to Flexbox to Grid by Diogo Souza Make Forms Great with CSS Grid by Craig Buckler This book is suitable for developers with some CSS experience.
    Note: Authors' names from chapter titles. - Description based on online resource; title from title page (Safari, viewed November 29, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Collingwood VIC Australia : SitePoint Pty.
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Cascading style sheets ; Web site development ; Web sites ; Design ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: CSS has grown from a language for formatting documents into a robust language for designing web applications. Its syntax is easy to learn, making CSS a great entry point for those new to programming. Indeed, it's often the second language that developers learn, right behind HTML. As CSS's feature set and abilities have grown, so has its depth. This book contains a selection fo articles that look at essential CSS tools and skills for front-end developers today. It contains: How to Use Gulp.js to Automate Your CSS Tasks by Craig Buckler CSS Optimization Tools for Boosting PWA Performance by Ahmed Bouchefra CSS Debugging and Optimization: Code Quality Tools by Tiffany B. Brown CSS Debugging and Optimization: Developer Tools by Tiffany B. Brown CSS Debugging and Optimization: Minification with CSSO by Tiffany B. Brown How to Create Printer-friendly Pages with CSS by Craig Buckler
    Note: Authors' names from chapter titles. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed November 29, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: AngularJS (Software framework) ; Application software ; Development ; Web applications ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop. This book contains a collection of articles that provide a rapid introduction to Angular, getting you up and running with no fuss. It contains: Angular Introduction: What It Is, and Why You Should Use It by Ilya Bodrov-Krukowski AngularJS and Angular: a Detailed Comparison by Manjunath M An Introduction to TypeScript: Static Typing for the Web by Byron Houwens Getting Past Hello World in Angular by Jason Aden Angular Components: Inputs and Outputs by David Aden A Practical Guide to Angular Directives by Claudio Ribeiro Angular Components and Providers: Classes, Factories and Values by David Aden Quickly Create Simple Yet Powerful Angular Forms by Kaloyan Kolev Using Angular NgModules for Reusable Code and More by Jeremy Wilken Angular Testing: A Developer's Introduction by Michael Wanyoike Creating UIs with Angular Material Design Components by Ahmed Bouchefra Developing Angular Apps without a Back End Using MockBackend by Vildan Softic React vs Angular: An In-depth Comparison by Pavels Jelisejevs This book is for all front-end developers who want to get proficient with Angular and its related tools. You'll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion.
    Note: Authors' names from chapter headings. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed July 10, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Web sites ; Evaluation ; Web site development ; Web site development ; Evaluation ; Web servers ; Electronic books ; Electronic books ; local
    Abstract: Performance simply matters. Technology may allow us to "go bigger", but maybe not necessarily be better when it comes to performance. Now is the time to utilize the amazing tools that are available for making websites faster, and to learn how to improve user experience and satisfaction. This is a practical collection of tutorials on some of the most popular and powerful website performance tools available. It's packed with useful, real world hints and tips that you can use on your sites today. It contains: 23 Development Tools for Boosting Website Performance by Ahmed Bouchefra Improving Page Load Performance: Pingdom, YSlow and GTmetrix by Tonino Jankov PHP-FPM Tuning: Using pm static for Max Performance by Hayden James Optimization Auditing: A Deep Dive into Chrome's Dev Console by Ahmed Bouchefra Performance Auditing: A Firefox Developer Tools Deep Dive by Ahmed Bouchefra Web App Performance Testing with Siege: Plan, Test, Learn by Zoran Antolovic This book is for all developers whio wish to build sites and apps that run faster. It covers a range of performance tools; some familiarity with web performance terms and techniques is assumed.
    Note: Description based on online resource; title from resource description page (Safari, viewed October 3, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Web site development ; Web sites ; Design ; Electronic books ; Electronic books ; local
    Abstract: This book is a collection of in-depth guides to some some of the tools and resources most used with React, such as Jest and React Router, as well as a discussion about how React works well with D3, and a look at Preact, a lightweight React alternative. These tutorials were all selected from SitePoint's React Hub. It contains: Getting Started with Redux by Michael Wanyoike React Router v4: The Complete Guide by Manjunath M How to Test React Components Using Jest by Jack Franklin Building Animated Components, or How React Makes D3 Better by Swizec Teller Using Preact as a React Alternative by Ahmed Bouchefra
    Note: Authors from resource description page (Safari, viewed December 5, 2017). - Description based on online resource; title from title page (viewed December 5, 2017)
    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...