Browse Results

Showing 29,351 through 29,375 of 54,421 results

JPEG Series

by K.R. Rao Humberto Ochoa Domínguez

While the JPEG image standard was developed more than 25 years ago, it is still dominant in terms of image formation, manipulation and transmission over the internet and other media. As technology advances, new demands have arisen for the efficient transmission and storage of images causing other formats to emerge. Over the years, several extensions such as, JPEGLS, JPEG2K, JPEGXT, JPEGXR, JPEGXS and JPEG Pleno, have been added, constructing a series of standards for the compression and transmission of images. This book is the first to bring together most of the series of JPEG standards in a book.This book covers the descriptions of the JPEG standards and gives the reader an overview of the latest advances in the standards of the Joint Photographic Experts Group.Topics discussed include: • JEPG;• JPEG XR;• JPEG XT;• JPEG 2000;• JPEG XS;• JPEG Pleno;• JPEG AIC;• JPEG LS;• JPEG XL;• JPSearch;• JPEG Systems;• JBIG

jQuery: Novice to Ninja

by Earle Castledine Craig Sharkie

jQuery: Novice to Ninja, 2nd Edition is the perfect book to jump-start your journey into jQuery. You’ll learn all the basics, so you’ll be able to truly appreciate the power of this JavaScript framework. Then you’ll move on to more advanced techniques, such as plugin development and the creation of almost every conceivable UI widget.A practical, hands-on guide to using jQueryReady-to-use best practice solutionsIncludes complete working code Fully updated for jQuery 1.6

jQuery 1.3 with PHP

by Kae Verens

This book takes a practical approach to integrating PHP and jQuery, showing examples of every point discussed. All examples are written such that you should be able to copy out the code into your own projects and see immediate results, no matter what your experience with JavaScript. You will find projects developed within a chapter, building them up step-by-step, describing the process and thought that goes into it. Minimal requirements are needed on the server-side, so the examples should work with any setup. This book is for PHP application developers who want to improve their user interfaces through jQuery's capabilities and responsiveness. Whether you are familiar with jQuery or have only dabbled a little with JavaScript, this book will provide you with numerous practical examples of how to improve your application.

jQuery 1.4 Animation Techniques: Beginners Guide

by Dan Wellman

All the concepts in the book are explained in a simple, easy to understand, step-by-step manner. There are plenty of examples and images used in this book, with the images properly explained. Written with a friendly and engaging approach, this Packt Beginner's guide is designed to be placed alongside the computer as your guide and mentor to create attractive web page animations using jQuery.This book is written for web designers and front-end developers who already have good knowledge of HTML and CSS, and some experience with jQuery. If you want to learn how to animate the user interface of your web applications with jQuery, then this book is for you.

jQuery 1.4 Reference Guide

by Jonathan Chaffer Karl Swedberg

The book is a detailed reference guide, and an invaluable resource for answers to all your queries about jQuery. It is intended to be a quick reference to help at times when you need to quickly confirm a feature of the library This book is for you if you are a web developer who wants a broad, organized view of all that jQuery library has to offer or a quick reference on their desk to refer to for particular details. Basic knowledge of HTML and CSS is required. You should be comfortable with the syntax of JavaScript, but no knowledge of jQuery is assumed. This is a reference guide, not an introductory title and if you are looking to get started with jQuery (or JavaScript libraries in general) then you are looking for the companion title Learning jQuery 1.3.

jQuery 2.0 Animation Techniques Beginner's Guide

by Adam Culpepper Dan Wellman

This book is a guide to help you create attractive web page animations using jQuery. Written in a friendly and engaging approach this book is designed to be placed alongside your computer as a mentor.If you are a web designer or a frontend developer or if you want to learn how to animate the user interface of your web applications with jQuery, this book is for you. Experience with jQuery or Javascript would be helpful but solid knowledge base of HTML and CSS is assumed.

jQuery 2.0 Development Cookbook

by Leon Revill

Taking a recipe-based approach, this book presents numerous practical examples that you can use directly in your applications. The book covers the essential issues you will face while developing your web applications and gives you solutions to them. The recipes in this book are written in a manner that rapidly takes you from beginner to expert level. This book is for web developers of all skill levels. Although some knowledge of JavaScript, HTML, and CSS is required, this Cookbook will teach jQuery newcomers all the basics required to move on to the more complex examples of this book, which will benefit the more seasoned jQuery developer. If you want to learn how to create modern website features quickly, using best practice techniques, then this book is for you.

jQuery 2 Recipes

by Arun K. Pande

jQuery is often referred to as the 'write less, do more' JavaScript library. It allows a few clear lines of elegant, well-tested, code to replace many pages of complex hand-coded script, speeding development times and providing substantial cost savings. You will find jQuery 2 Recipes' problem-solution approach to be an excellent value and a feature-packed resource as you begin to include jQuery in your own projects. This book is bursting with fully-worked example recipes showing the core jQuery frameworks (jQuery, jQuery Mobile, jQuery UI) in action. Starting with fundamental principals and progressing to more advanced topics you'll be shown how to make the very best use of jQuery every step of the way. Early on, you'll learn to work confidently with dynamic data and to handle the jQuery events that form the foundation of your application. We'll then build on this foundation to demonstrate how fully working user-interface animations and AJAX data-validation can be constructed within jQuery. We'll show how add-on libraries like jQwidgets can be deployed to create professional quality apps for both the desktop and web with minimal coding. Finally, a full set of debugging and error-handling recipes is included to help you track down bugs and ensure your code is as robust as it can be. What you'll learn This book contains a comprehensive collection of recipes that will help you solve a wide range of jQuery 2. 0 problems. Follow working examples of the main features of all three core jQuery frameworks (jQuery, jQuery UI and jQuery Mobile) in action. See how to integrate jqWidgets into your application effectively. Learn the techniques to create and implement custom animations and effects using jQuery methods. Follow tried-and-tested debugging recipes to streamline your applications. Who this book is for This book is written for developers with a basic working knowledge of jQuery, HTML and CSS, who want to broaden their learning. You should be comfortable creating basic programs and understand the role that jQuery plays within an application before you begin reading. Table of Contents Chapter 1 Introduction Chapter 2 jQuery Fundamentals Chapter 3 jQuery Selectors Chapter 4 jQuery Selectors Filtering and Expansion Chapter 5 DOM Traversing Chapter 6 DOM Manipulation Chapter 7 Event Handling Chapter 8 jQuery Effects and Animation Chapter 9 jQuery AJAX Chapter 10 jQuery UI Chapter 11 jQuery Mobile Chapter 12 jqWidgets Framework Appendix A Basic HTML5 and CSS3 Appendix B Web Console Appendix C Deploy Web Application Appendix D Logging, Error Handling, and Debugging

jQuery Cookbook

by Cody Lindley

jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you'll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces. Ideal for newcomers and JavaScript veterans alike, jQuery Cookbook starts with the basics and then moves to practical use cases with tested solutions to common web development hurdles. You also get recipes on advanced topics, such as methods for applying jQuery to large projects. Solve problems involving events, effects, dimensions, forms, themes, and user interface elements Learn how to enhance your forms, and how to position and reposition elements on a page Make the most of jQuery's event management system, including custom events and custom event data Create UI elements-such as tabs, accordions, and modals-from scratch Optimize your code to eliminate bottlenecks and ensure peak performance Learn how to test your jQuery applications The book's contributors include: Cody Lindley James Padolsey Ralph Whitbeck Jonathan Sharp Michael Geary and Scott González Rebecca Murphey Remy Sharp Ariel Flesler Brian Cherne Jörn Zaefferer Mike Hostetler Nathan Smith Richard D. Worth Maggie Wachs, Scott Jehl, Todd Parker, and Patty Toland Rob Burns

jQuery Design Patterns

by Thodoris Greasidis

Learn the best practices on writing efficient jQuery applications to maximize performance in large-scale deployments About This Book * Learn about the observer pattern and the deferred observer pattern, two of the most popular design patterns that handle custom events * Advance your jQuery skills by learning about patterns such as divide and conquer, facade, and builder and factory to handle complex results * This step-by-step guide to applying micro-patterns and optimizing jQuery applications will help you get the best performance in a production environment Who This Book Is For This book is for existing jQuery Developers or new developers who want to get an understanding of the "correct way" to build jQuery applications, using best practices and industry standard patterns. What You Will Learn * Respond to user actions * Achieve greater flexibility and code decoupling * Have a central point for emitting and receiving application level events * Structure the application into small independent modules * Abstract complex APIs * Isolate the procedure of generating complex parts of the application * Efficiently orchestrate asynchronous procedures using jQuery Deferred and Promises * Utilize the most widely-used client-side templating libraries for more complex use cases In Detail jQuery is a feature-rich JavaScript library that makes HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a variety of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. jQuery solves the problems of DOM manipulation, event detection, AJAX calls, element selection and document queries, element attribute and data management, as well as object management utilities. This book addresses these problems and shows you how to make the best of jQuery through the various design patterns available. The book starts off with a refresher to jQuery and will then take you through the different design patterns such as facade, observer, publisher/subscriber, and so on. We will also go into client-side templating techniques and libraries, as well as some plugin development patterns. Finally, we will look into some best practices that you can use to make the best of jQuery. Style and approach The example-oriented guide covers the best and most widely used patterns to help you improve your development with jQuery.

jQuery Essentials

by Troy Miles

Optimize and implement the features of JQuery to build and maintain your websites with minimum hassle About This Book * Build dynamic websites efficiently without any performance issues * Learn to use existing jQuery plugins and or write your own for your websites * This is the most up-to-date book on the market at the moment, packed with detailed explanations and real-world examples Who This Book Is For Whether you are a beginner or an experienced developer who is looking for quick answers, you will find what you need in this book. What You Will Learn * Quickly find and modify HTML DOM elements * Use animation to add flair to your site * Create your own events to decouple your application * Measure the performance of your website's JavaScript * Write unit tests to ensure that your application is behaving correctly * Use plugins to to save reinventing the wheel and enhance your site quickly * Use client-side validation on forms to prevent your users from sending bad data to your application * Write your own jQuery plugins in order to encapsulate your company's business logic In Detail JQuery is still the most popular JavaScript library. It is used in over 60% of the top websites on the Internet. It was written to make DOM manipulation (so, moving things around a web page) easier for developers. It acts through JavaScript to ascribe HTML elements to the DOM attributes. Because it is a library of predefined functions, all you need to start using jQuery is a working knowledge of the syntax and a reference for the functions available to you. This practical guide shows you how to make the most of jQuery to boost the performance of your websites and applications. We start off with a quick glance through the basics of JQuery, followed by the explanation of JQuery selectors, filters, and DOM element manipulation. After this, you will learn how events and animations can be used to create and design beautiful and user-friendly sites. Next, you will be familiarized with Ajax functions to help you send and receive data from your server. Finally, we'll walk you through using built-in plugins and eventually create your own plugins for your websites. By the end of this book, you will be able to to build robust and efficient websites successfully using JQuery. Style and approach This book takes a fast but thorough walk through jQuery. The goal is to get you writing fast and efficient jQuery quickly. It uses easy-to-read, jargon-free text and lots of ready-to-use code examples.

jQuery for Designers: Second Edition

by Natalie Maclees

A step-by-step guide that spices up your web pages and designs them in the way you want using the most widely used JavaScript library, jQuery. The beginner-friendly and easy-to-understand approach of the book will help get to grips with jQuery in no time. If you know the fundamentals of HTML and CSS, and want to extend your knowledge by learning to use JavaScript, then this is just the book for you. jQuery makes JavaScript straightforward and approachable - you'll be surprised at how easy it can be to add animations and special effects to your beautifully designed pages.

jQuery for Designers: Beginner’s Guide

by Natalie Maclees

Part of Packt's Beginner's Guide series, each chapter focuses on a specific part of your website and how to improve its design with the use of jQuery. There are plenty of screenshots and practical step-by-step instructions making it easy to apply jQuery to your site. This book is for designers who have the basics of HTML and CSS, but want to extend their knowledge by learning to use JavaScript and jQuery.

jQuery For Dummies

by Lynn Beigh

Learn how jQuery can make your Web page or blog stand out from the crowd! jQuery is free, open source software that allows you to extend and customize Joomla!, Drupal, AJAX, and WordPress via plug-ins. Assuming no previous programming experience, Lynn Beighley takes you through the basics of jQuery from the very start. You'll discover how the jQuery library separates itself from other JavaScript libraries through its ease of use, compactness, and friendliness if you're a beginner programmer. Written in the easy-to-understand style of the For Dummies brand, this book demonstrates how you can add unique and exciting interactivity to a Web site or WordPress blog, including photo browsers, menus, tab-based navigation, sliding sidepanels, slideshows, transition effects, fade effects, Twitter feeds, and much, much more! Walks you through the capabilities of jQuery, the number one open source JavaScript library that enables you to provide interactivity on a Web site or blog Helps you understand DOM (Document Object Model) scripting, applying CSS classes via JQuery, and adding in special effects and jQuery plug-ins to your site Shows you how to create dazzling special effects on your site, including fades, slide shows, sliding panels, tabbed navigation, and more Explains how to add customized Twitter feeds, RSS feeds to aggregate content on your site, or add a photo browser to a site or blog Introduces ways to create jQuery plug-ins for WordPress, Drupal, and more If you have queries about how you can make your blog or Web site stand apart from the crowd, jQuery For Dummies is the book for you!

jQuery Game Development Essentials

by Selim Arsever

Written as a concise yet practical guide with an explicit focus on utilizing jQuery for game development, you'll learn how to create stunning games that look great without the hassle of learning about a complex game engine in the process.Knowledge of JavaScript and jQuery as well as basic experience with frontend development is all you need to start making games in a matter of hours with this essential guide. Whilst also suitable for those who simply want to start making games with jQuery, it's specifically targeted at web developers that want to experiment with and utilize their existing skills.

jQuery Hotshot

by Dan Wellman

This book takes a hands-on, tutorial-style approach that walks you step -by -step through 10 individual projects that each focus on producing a specific, real-world product or application.This book is aimed primarily at front-end developers, preferably already with a little jQuery experience, or those people that simply want to build on their existing skills with jQuery.

jQuery in Action

by Bear Bibeault Aurelio De Rosa Yehuda Katz

SummaryjQuery in Action, Third Edition, is a fast-paced and complete guide to jQuery, focused on the tasks you'll face in nearly any web dev project. Written for readers with minimal JavaScript experience, this revised edition adds new examples and exercises, along with the deep and practical coverage you expect from an In Action book. You'll learn how to traverse HTML documents, handle events, perform animations, write plugins, and even unit test your code. The unique lab pages anchor each concept with real-world code. Several new chapters teach you how to interact with other tools and frameworks to build modern single-page web applications.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyThanks to jQuery, no one remembers the bad old days when programmers manually managed browser inconsistencies, CSS selectors support, and DOM navigation, and when every animation was a frustrating exercise in raw JavaScript. The elegant, intuitive jQuery library beautifully manages these concerns, and jQuery 3 adds even more features to make your life as a web developer smooth and productive.About the BookjQuery in Action, Third Edition, is a fast-paced guide to jQuery, focused on the tasks you'll face in nearly any web dev project. In it, you'll learn how to traverse the DOM, handle events, perform animations, write jQuery plugins, perform Ajax requests, and even unit test your code. Its unique Lab Pages anchor each concept in real-world code. This expanded Third Edition adds new chapters that teach you how to interact with other tools and frameworks and build modern single-page web applications.What's InsideUpdated for jQuery 3DOM manipulation and event handlingAnimations and effectsAdvanced topics including Unit Testing and PromisesPractical examples and labsAbout the ReadersReaders are assumed to have only beginning-level JavaScript knowledge.About the AuthorsBear Bibeault is coauthor of Secrets of the JavaScript Ninja, Ajax in Practice, and Prototype and Scriptaculous in Action. Yehuda Katz is an early contributor to jQuery and cocreator of Ember.js. Aurelio De Rosa is a full-stack web developer and a member of the jQuery content team.Table of ContentsPART 1 STARTING WITH JQUERYIntroducing jQueryPART 2 CORE JQUERYSelecting elementsOperating on a jQuery collectionWorking with properties, attributes, and dataBringing pages to life with jQueryEvents are where it happens!Demo: DVD discs locatorEnergizing pages with animations and effectsBeyond the DOM with jQuery utility functionsTalk to the server with Ajax 260Demo: an Ajax-powered contact formPART 3 ADVANCED TOPICSWhen jQuery is not enough...plugins to the rescue!Avoiding the callback hell with DeferredUnit testing with QUnitHow jQuery fits into large projects

jQuery Mobile: Up and Running

by Maximiliano Firtman

<p>Would you like to build one mobile web application that works on iPad and Kindle Fire as well as iPhone and Android smartphones? This introductory guide to jQuery Mobile shows you how. Through a series of hands-on exercises, you&#8217;ll learn the best ways to use this framework&#8217;s many interface components to build customizable, multiplatform apps. You don&#8217;t need any programming skills or previous experience with jQuery to get started.</p>

jQuery Mobile: Up and Running

by Maximiliano Firtman

Would you like to build one mobile web application that works on iPad and Kindle Fire as well as iPhone and Android smartphones? This introductory guide to jQuery Mobile shows you how. Through a series of hands-on exercises, you’ll learn the best ways to use this framework’s many interface components to build customizable, multiplatform apps. You don’t need any programming skills or previous experience with jQuery to get started.By the time you finish this book, you’ll know how to create responsive, Ajax-based interfaces that work on a variety of smartphones and tablets, using jQuery Mobile and semantic HTML5 code.Understand how jQuery Mobile works with HTML5, CSS3, and JavaScriptWork with UI components to format content and create forms, lists, navbars, and buttonsCreate dynamic content with JavaScript, Ajax, and the jQuery core frameworkCustomize your entire user interface with themes and CSS3Enable users to install your app from the browser and work with it offlineDistribute through app stores by packaging your creation as a native app

jQuery Mobile

by Jon Reid

Native apps have distinct advantages, but the future belongs to mobile web apps that function on a broad range of smartphones and tablets. Get started with jQuery Mobile, the touch-optimized framework for creating apps that look and behave consistently across many devices. This concise book provides HTML5, CSS3, and JavaScript code examples, screen shots, and step-by-step guidance to help you build a complete working app with jQuery Mobile. If you're already familiar with the jQuery JavaScript library, you can use your existing skills to build cross-platform mobile web apps right now. This book shows you how. Get a high-level overview of jQuery Mobile: how it works and how to use it Learn about paging and navigation, including dialogs, Ajax content, and history Employ jQuery Mobile's extensive event system to create rich interactions Work with toolbars, buttons, lists, forms, and other UI elements Create a variety of visual designs with jQuery Mobile's sophisticated theming system Use the jQuery Mobile API for finer control over elements and interactions Put everything together and build a mobile app from start to finish

jQuery Mobile

by Jon D. Reid

Aplikacje mobilne dla ka?dego!Mimo ?e na rynku wci?? wiod? prym tylko dwa systemy operacyjne dla urz?dze? mobilnych, tworzenie aplikacji natywnych przeznaczonych wy??cznie dla nich jest zbyt czasoch?onne. Przysz?o?? nale?y do tych aplikacji, które b?d? kompatybilne z wieloma platformami sprz?towymi. Jednak lista problemów, z jakimi musi si? zmierzy? projektant takiego oprogramowania, jest d?uga. Czy co? mo?na na to poradzi?? Tak! Rozwi?zaniem s? bogate mo?liwo?ci HTML5 i CSS3! Je?eli do?o?y? do tego genialn? bibliotek? jQuery Mobile, otrzymamy wybitne trio, pozwalaj?ce stworzy? aplikacje, które b?d? spójnie wygl?da? i dzia?a? na wielu ró?nych urz?dzeniach. Dzi?ki tej ksi??ce poznasz mo?liwo?ci jQuery Mobile i przekonasz si?, ?e tworzenie aplikacji na urz?dzenia mobilne nie musi by? trudne. Dowiesz si?, jak przygotowa? struktur? strony oraz jak wykorzysta? dost?pne elementy interfejsu u?ytkownika. Nauczysz si? nawigowa? pomi?dzy stronami oraz korzysta? z okien dialogowych i formularzy. Znajdziesz tu te? informacje na temat mechanizmu zdarze? w jQuery Mobile oraz poznasz podstawy tworzenia w?asnych motywów graficznych. Ksi??ka ta jest idealn? pozycj? dla wszystkich osób chc?cych zaprojektowa? swoj? pierwsz? aplikacj? dla urz?dze? mobilnych.jQuery Mobile pozwala na:b?yskawiczne tworzenie aplikacji mobilnychkorzystanie z rozbudowanego mechanizmu zdarze??atw? nawigacj? pomi?dzy stronamitworzenie w?asnych motywów graficznychWykorzystaj ca?? zdobyt? wiedz? do stworzenia aplikacji mobilnej od pocz?tku do ko?ca!

jQuery Mobile Cookbook

by Chetan K Jain

This book is written in Cookbook style with a lot of practical tips, code, and step-by-step examples, to ease and quicken your learning curve. If you are a beginner with jQuery/JavaScript skills, this book offers you numerous examples to get you started. If you are a seasoned developer, this book lets you explore jQuery Mobile in greater depth.

jQuery Mobile First Look

by Giulio Bai

The jQuery Mobile First Look is a perfect reference to keep on your desk for finding out the capabilities of the jQuery Mobile framework and how you can put it to good use. This book will show you how to enjoy your programming by letting a simple yet effective JavaScript library handle the hassles you would encounter otherwise. It will quickly take you through the entire framework and cover every level of specification you need to know to kick-start your mobile web development.This is a First Look book that allows existing jQuery users to get a look at the features of jQuery mobile. It is targeted at jQuery users who want to enter the exciting world of mobile web development. All you need is the basics of jQuery and an interest to get involved with mobile development and you can use this book as a launch-pad for your future ventures in mobile web development with jQuery Mobile framework.

jQuery Mobile Web Development Essentials

by Raymond Camden Andy Matthews

This book will be an introductory guide to the new jQuery mobile framework. It will teach web developers how to use this new framework to develop interactive, cross-platform mobile web applications. If you are a web developer looking to create mobile optimized websites, then this book is for you. Basic knowledge of HTML is required. Some familiarity with JavaScript will help, but is not required.

jQuery Mobile Web Development Essentials, Second Edition

by Raymond Camden Andy Matthews

Packed with practical examples, code, and screenshots, this book will show you how to create mobile optimized sites using the easiest, most practical HTML/JavaScript framework available today.If you are a web developer looking to create mobile optimized websites then this book is for you. Basic knowledge of HTML is required. Some familiarity with JavaScript will help, but is not required.

Refine Search

Showing 29,351 through 29,375 of 54,421 results