Author:
Publisher: Que
ISBN:
Category : Computers
Languages : en
Pages : 1108
Book Description
No matter what language they are using, there is one book that all programmers own--a comprehensive language and command reference. This book covers five languages and provides readers with each language broken down into two distinct areas--the ideal book for all Web programmers.
Web Programming Desktop Reference 6-in-1
Author:
Publisher: Que
ISBN:
Category : Computers
Languages : en
Pages : 1108
Book Description
No matter what language they are using, there is one book that all programmers own--a comprehensive language and command reference. This book covers five languages and provides readers with each language broken down into two distinct areas--the ideal book for all Web programmers.
Publisher: Que
ISBN:
Category : Computers
Languages : en
Pages : 1108
Book Description
No matter what language they are using, there is one book that all programmers own--a comprehensive language and command reference. This book covers five languages and provides readers with each language broken down into two distinct areas--the ideal book for all Web programmers.
Apache, MySQL, and PHP Web Development All-in-One Desk Reference For Dummies
Author: Jeffrey M. Cogswell
Publisher: John Wiley & Sons
ISBN: 0764549693
Category : Computers
Languages : en
Pages : 773
Book Description
* Covers the entire open source Web platform known as LAMP, which includes Linux, Apache, MySQL, and PHP, the basis for many dynamic data-driven Web sites * Seven convenient minibooks provide easy reference on open source and team development, working with Linux and Apache, automating Web sites with Perl, developing front-end applications with Tcl/TK, creating dynamic Web pages with PHP, accessing Web databases with MySQL, and processing Web files with regular expressions * Includes valuable, hard-to-find coverage of collaboration, file sharing, and version control with CVS * PHP is running on over nine million sites, with an average increase of 6.5 percent monthly over the past two years; Apache Web servers handle seventy percent of Web content
Publisher: John Wiley & Sons
ISBN: 0764549693
Category : Computers
Languages : en
Pages : 773
Book Description
* Covers the entire open source Web platform known as LAMP, which includes Linux, Apache, MySQL, and PHP, the basis for many dynamic data-driven Web sites * Seven convenient minibooks provide easy reference on open source and team development, working with Linux and Apache, automating Web sites with Perl, developing front-end applications with Tcl/TK, creating dynamic Web pages with PHP, accessing Web databases with MySQL, and processing Web files with regular expressions * Includes valuable, hard-to-find coverage of collaboration, file sharing, and version control with CVS * PHP is running on over nine million sites, with an average increase of 6.5 percent monthly over the past two years; Apache Web servers handle seventy percent of Web content
Web Design in a Nutshell
Author: Jennifer Niederst Robbins
Publisher: "O'Reilly Media, Inc."
ISBN: 1449379095
Category : Computers
Languages : en
Pages : 829
Book Description
Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means of defining the meaning and structure of content. Cascading Style Sheets are no longer just something interesting to tinker with, but rather a reliable method for handling all matters of presentation, from fonts and colors to the layout of the entire page. In fact, following the standards is now a mandate of professional web design. Our popular reference, Web Design in a Nutshell, is one of the first books to capture this new web landscape with an edition that's been completely rewritten and expanded to reflect the state of the art. In addition to being an authoritative reference for (X)HTML and Cascading Style Sheets, this book also provides an overview of the unique requirements of designing for the Web and gets to the nitty-gritty of JavaScript and DOM Scripting, web graphics optimization, and multimedia production. It is an indispensable tool for web designers and developers of all levels. The third edition covers these contemporary web design topics: Structural layer: HTML 4.01 and XHTML 1.0 (9 chapters), including an alphabetical reference of all elements, attributes and character entities Presentation layer: Ten all-new chapters on Cascading Style Sheets, Level 2.1, including an alphabetical reference of all properties and values. Behavior layer: JavaScript and scripting with the Document Object Model (DOM) Web environment: New web standards, browsers, display devices, accessibility, and internationalization Web graphics optimization: Producing lean and mean GIF, JPEG, PNG, and animated GIFs Multimedia: Web audio, video, Flash, and PDF Organized so that readers can find answers quickly, Web Design in a Nutshell, Third Edition helps experienced designers come up to speed quickly on standards-based web design, and serves as a quick reference for those already familiar with the new standards and technology. There are many books for web designers, but none that address such a wide variety of topics. Find out why nearly half a million buyers have made this the most popular web design book available.
Publisher: "O'Reilly Media, Inc."
ISBN: 1449379095
Category : Computers
Languages : en
Pages : 829
Book Description
Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means of defining the meaning and structure of content. Cascading Style Sheets are no longer just something interesting to tinker with, but rather a reliable method for handling all matters of presentation, from fonts and colors to the layout of the entire page. In fact, following the standards is now a mandate of professional web design. Our popular reference, Web Design in a Nutshell, is one of the first books to capture this new web landscape with an edition that's been completely rewritten and expanded to reflect the state of the art. In addition to being an authoritative reference for (X)HTML and Cascading Style Sheets, this book also provides an overview of the unique requirements of designing for the Web and gets to the nitty-gritty of JavaScript and DOM Scripting, web graphics optimization, and multimedia production. It is an indispensable tool for web designers and developers of all levels. The third edition covers these contemporary web design topics: Structural layer: HTML 4.01 and XHTML 1.0 (9 chapters), including an alphabetical reference of all elements, attributes and character entities Presentation layer: Ten all-new chapters on Cascading Style Sheets, Level 2.1, including an alphabetical reference of all properties and values. Behavior layer: JavaScript and scripting with the Document Object Model (DOM) Web environment: New web standards, browsers, display devices, accessibility, and internationalization Web graphics optimization: Producing lean and mean GIF, JPEG, PNG, and animated GIFs Multimedia: Web audio, video, Flash, and PDF Organized so that readers can find answers quickly, Web Design in a Nutshell, Third Edition helps experienced designers come up to speed quickly on standards-based web design, and serves as a quick reference for those already familiar with the new standards and technology. There are many books for web designers, but none that address such a wide variety of topics. Find out why nearly half a million buyers have made this the most popular web design book available.
Enterprise Web Development
Author: Yakov Fain
Publisher: "O'Reilly Media, Inc."
ISBN: 1449357067
Category : Computers
Languages : en
Pages : 698
Book Description
If you want to build your organization’s next web application with HTML5, this practical book will help you sort through the various frameworks, libraries, and development options that populate this stack. You’ll learn several of these approaches hands-on by writing multiple versions of a sample web app throughout the book, so you can determine the right strategy for your enterprise. What’s the best way to reach both mobile and desktop users? How about modularization, security, and test-driven development? With lots of working code samples, this book will help web application developers and software architects navigate the growing number of HTML5 and JavaScript choices available. The book’s sample apps are available at http://savesickchild.org. Mock up the book’s working app with HTML, JavaScript, and CSS Rebuild the sample app, first with jQuery and then Ext JS Work with different build tools, code generators, and package managers Build a modularized version of the app with RequireJS Apply test-driven development with the Jasmine framework Use WebSocket to build an online auction for the app Adapt the app for both PCs and mobile with responsive web design Create mobile versions with jQuery Mobile, Sencha Touch, and PhoneGap
Publisher: "O'Reilly Media, Inc."
ISBN: 1449357067
Category : Computers
Languages : en
Pages : 698
Book Description
If you want to build your organization’s next web application with HTML5, this practical book will help you sort through the various frameworks, libraries, and development options that populate this stack. You’ll learn several of these approaches hands-on by writing multiple versions of a sample web app throughout the book, so you can determine the right strategy for your enterprise. What’s the best way to reach both mobile and desktop users? How about modularization, security, and test-driven development? With lots of working code samples, this book will help web application developers and software architects navigate the growing number of HTML5 and JavaScript choices available. The book’s sample apps are available at http://savesickchild.org. Mock up the book’s working app with HTML, JavaScript, and CSS Rebuild the sample app, first with jQuery and then Ext JS Work with different build tools, code generators, and package managers Build a modularized version of the app with RequireJS Apply test-driven development with the Jasmine framework Use WebSocket to build an online auction for the app Adapt the app for both PCs and mobile with responsive web design Create mobile versions with jQuery Mobile, Sencha Touch, and PhoneGap
PHP and MySQL Web Development All-in-One Desk Reference For Dummies
Author: Janet Valade
Publisher: John Wiley & Sons
ISBN: 1118051750
Category : Computers
Languages : en
Pages : 676
Book Description
If you want to build dynamic Web sites that encourage users to interact with them, PHP and MySQL are among the best tools you’ll find. PHP is a scripting language designed specifically for use on the Web, while MySQL is a database management system that works with it perfectly. Best of all, they’re free. It’s hard to beat that combination! PHP & MySQL Web Development All-in-One Desk Reference For Dummies is kind of one-stop shopping for the information you need to get up and running with these tools and put them to good use. It’s divided into six handy minibooks that cover setting up your environment, PHP programming, using MySQL, security, PHP extensions, and PHP Web applications. They make it easy to create a Web site where visitors can sign on, use shopping carts, complete forms, and do business with your business. It’s easy to find what you need in this handy guide. You’ll discover how to: Find and acquire all the tools you need and set up your development environment Build PHP scripts to make your Web site work Create a MySQL database that visitors can access Summarize and sort data results Design and implement user access control Build a shopping cart application Create extensions that make your site more useful With PHP & MySQL Web Development All-in-One Desk Reference For Dummies by your side, you’ll be a Web site guru before you know it!
Publisher: John Wiley & Sons
ISBN: 1118051750
Category : Computers
Languages : en
Pages : 676
Book Description
If you want to build dynamic Web sites that encourage users to interact with them, PHP and MySQL are among the best tools you’ll find. PHP is a scripting language designed specifically for use on the Web, while MySQL is a database management system that works with it perfectly. Best of all, they’re free. It’s hard to beat that combination! PHP & MySQL Web Development All-in-One Desk Reference For Dummies is kind of one-stop shopping for the information you need to get up and running with these tools and put them to good use. It’s divided into six handy minibooks that cover setting up your environment, PHP programming, using MySQL, security, PHP extensions, and PHP Web applications. They make it easy to create a Web site where visitors can sign on, use shopping carts, complete forms, and do business with your business. It’s easy to find what you need in this handy guide. You’ll discover how to: Find and acquire all the tools you need and set up your development environment Build PHP scripts to make your Web site work Create a MySQL database that visitors can access Summarize and sort data results Design and implement user access control Build a shopping cart application Create extensions that make your site more useful With PHP & MySQL Web Development All-in-One Desk Reference For Dummies by your side, you’ll be a Web site guru before you know it!
The Web Programmer's Desk Reference
Author: Lázaro Issi Camy
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 1132
Book Description
A comprehensive reference to the TCP/IP networking protocols, this book will become a valuable resource for any IT professional and an excellent text for students. This is the complete cross-reference to the three central DHTML technologies--HTML, CSS, and JavaScript--for Web programmers of all abilities.
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 1132
Book Description
A comprehensive reference to the TCP/IP networking protocols, this book will become a valuable resource for any IT professional and an excellent text for students. This is the complete cross-reference to the three central DHTML technologies--HTML, CSS, and JavaScript--for Web programmers of all abilities.
PC Recording Studios For Dummies
Author: Jeff Strong
Publisher: John Wiley & Sons
ISBN: 1118085515
Category : Music
Languages : en
Pages : 420
Book Description
Here's how to make sound decisions about a desktop studio Get the lowdown on equipment, design your studio space, and set your music free! If you've been dreaming of making music with your computer, wake up and get started! Musician Jeff Strong clears a path for you through all the confusing options, helping you sort out hardware and software choices, coax the sound you want from your equipment, work with equalizers and processors, and start your creative juices flowing! Discover how to * Choose the right system and install software * Optimize studio sound for recording and mixing * Understand audio interfaces, sound cards, and MIDI gear * Compare popular programs * Mix and master your tracks
Publisher: John Wiley & Sons
ISBN: 1118085515
Category : Music
Languages : en
Pages : 420
Book Description
Here's how to make sound decisions about a desktop studio Get the lowdown on equipment, design your studio space, and set your music free! If you've been dreaming of making music with your computer, wake up and get started! Musician Jeff Strong clears a path for you through all the confusing options, helping you sort out hardware and software choices, coax the sound you want from your equipment, work with equalizers and processors, and start your creative juices flowing! Discover how to * Choose the right system and install software * Optimize studio sound for recording and mixing * Understand audio interfaces, sound cards, and MIDI gear * Compare popular programs * Mix and master your tracks
AD / HD For Dummies
Author: Jeff Strong
Publisher: John Wiley & Sons
ISBN: 0764537121
Category : Family & Relationships
Languages : en
Pages : 371
Book Description
Sound advice for parents whose kids have trouble concentrating According to the National Institutes of Health, an estimated five to ten percent of children suffer from Attention Deficit Disorder (ADD) or Attention Deficit Hyperactivity Disorder (ADHD). This book provides answers for parents of children who may have either condition, as well as for adult sufferers. Written in a friendly, easy-to-understand style, it helps people recognize and understand ADD and ADHD symptoms and offers an authoritative, balanced overview of both drug and non-drug therapies.
Publisher: John Wiley & Sons
ISBN: 0764537121
Category : Family & Relationships
Languages : en
Pages : 371
Book Description
Sound advice for parents whose kids have trouble concentrating According to the National Institutes of Health, an estimated five to ten percent of children suffer from Attention Deficit Disorder (ADD) or Attention Deficit Hyperactivity Disorder (ADHD). This book provides answers for parents of children who may have either condition, as well as for adult sufferers. Written in a friendly, easy-to-understand style, it helps people recognize and understand ADD and ADHD symptoms and offers an authoritative, balanced overview of both drug and non-drug therapies.
Jane Austen For Dummies
Author: Joan Elizabeth Klingel Ray
Publisher: John Wiley & Sons
ISBN: 1118050541
Category : Biography & Autobiography
Languages : en
Pages : 395
Book Description
Explains Austen's methods, motivations, and morals The fun and easy way(r) to understand and enjoy Jane Austen Want to know more about Jane Austen? This friendly guide gives the scoop on her life, works, and lasting impact on our culture. It chronicles the events of her brief life, examines each of her novels, and looks at why her stories - of women and marriage, class and money, scandal and hypocrisy, emotion and satire - still have meaning for us today. Discover * Why Austen is so popular * The impact on manners, courtships, and dating * Love and life in Austen's world * Her life and key influences * Her most memorable characters
Publisher: John Wiley & Sons
ISBN: 1118050541
Category : Biography & Autobiography
Languages : en
Pages : 395
Book Description
Explains Austen's methods, motivations, and morals The fun and easy way(r) to understand and enjoy Jane Austen Want to know more about Jane Austen? This friendly guide gives the scoop on her life, works, and lasting impact on our culture. It chronicles the events of her brief life, examines each of her novels, and looks at why her stories - of women and marriage, class and money, scandal and hypocrisy, emotion and satire - still have meaning for us today. Discover * Why Austen is so popular * The impact on manners, courtships, and dating * Love and life in Austen's world * Her life and key influences * Her most memorable characters
FileMaker Pro Design and Scripting For Dummies
Author: Timothy Trimble
Publisher: John Wiley & Sons
ISBN: 1118043995
Category : Computers
Languages : en
Pages : 390
Book Description
Get the scoop on designing databases for Mac and Windows Use FileMaker Pro design and scripting to quickly, easily build databases that solve real problems FileMaker Pro has grown up, and it's better than ever! This easy-to-use guide shows you how to design a great FileMaker application, build a database that works, add the functionality you need, populate your database, and venture into programming with ScriptMaker. You'll find out how to share and protect your database, too. Discover how to * Build a layout that works * Create custom triggers and calculated fields * Generate reports automatically * Manage security * Publish your database on the Web * Embed pictures, sound, and video
Publisher: John Wiley & Sons
ISBN: 1118043995
Category : Computers
Languages : en
Pages : 390
Book Description
Get the scoop on designing databases for Mac and Windows Use FileMaker Pro design and scripting to quickly, easily build databases that solve real problems FileMaker Pro has grown up, and it's better than ever! This easy-to-use guide shows you how to design a great FileMaker application, build a database that works, add the functionality you need, populate your database, and venture into programming with ScriptMaker. You'll find out how to share and protect your database, too. Discover how to * Build a layout that works * Create custom triggers and calculated fields * Generate reports automatically * Manage security * Publish your database on the Web * Embed pictures, sound, and video