Listing 1 - 10 of 79 | << page >> |
Sort by
|
Choose an application
Our original Foundation PHP for Flash title was rightly regarded as a must-have when it came to wanting to learn just how to make your Flash sites make use of backend technologies, that was published way back in the days of Flash 5 and PHP 4, and things move pretty fast in the world of web design! This latest, completely rewritten, edition again brings together three of the web's hottest technologies—Flash, the server-side language PHP, and the MySQL database system. We've brought things back up to date, using ActionScript 2.0, PHP 5.0, and MySQL 4.1, the book has been designed to be version-neutral. In other words, you can be confident that you're working with the latest standards, but that your applications won't break if deployed on an older server. The book also provides a brief introduction to an alternative database system, SQLite, which is now automatically bundled with PHP 5 and requires no installation. At each stage of the book you'll be given an overview of a new area of PHP/MySQL, introducing you to the syntax while showing how it compares to ActionScript, and how it integrates with Flash to produce increasingly complicated applications. For example, earlier chapters cover things such as getting data from PHP to Flash and back again, variables, arrays, string manipulation, validating user input, and feedback forms. Later on, it moves on to more advanced subjects such as creating databases via the MySQL console and via phpMyAdmin, manipulating database data via a Flash interface, displaying data from an RSS feed in Flash, persisting data with sessions, and creating a full blown content management system. In addition, to get you up and running, the book features a detailed guide to setting up your environment—PHP, MySQL, and the Apache web server—along with extensive troubleshooting information. PHP is the language of choice on nearly 18 million domains, and MySQL has more than five million active users, including industry leaders like Google, the Associated Press, Sony, and NASA. They're open-source and free; and with the help of this book, you'll see that they're easy and fun to learn.
PHP (Computer program language) --- Web sites --- Design. --- MySQL (Electronic resource) --- Flash (Computer file) --- Web site development --- Microformats --- Personal Home Page (Computer program language) --- Programming languages (Electronic computers) --- Authorship --- Macromedia Flash --- My SQL --- PHP --- Computer programming. --- Software engineering. --- Web Development. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Programming --- Internet programming. --- Software Engineering. --- Computer programming
Choose an application
With over 3 million users worldwide, Adobe's Dreamweaver is the most popular web development software in the world, and it just took another step forward with CS3, the new version released in 2007. Having come a long way from its humble beginnings as a simple web design tool, CS3 allows you to rapidly put together standards-compliant web sites and dynamic web sites with server-side languages and Ajax, and much more. To complement this great new application, David Powers has written the ultimate guide to it. The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP teaches you everything you need to know about the application, from setting up your development environment environment to publishing your sites and applications on the web, and everything in between. Takes you through your development environment set up Covers everything you need to create both standards compliant web sutes, and dynamic web applications Teaches several real world techniques using a series of step by step tutorials.
Ajax (Web site development technology) --- PHP (Computer program language) --- Cascading style sheets. --- Web site development. --- Dreamweaver (Computer file) --- Development of Web sites --- Web sites --- Internet programming --- CSS (Document markup language) --- Style sheets, Cascading --- HTML (Document markup language) --- Personal Home Page (Computer program language) --- Programming languages (Electronic computers) --- Asynchronous JavaScript and XML --- Web site development --- Development --- Dream weaver (Computer file) --- Macromedia Dreamweaver (Computer file) --- Adobe Dreamweaver (Computer file) --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- Computer graphics. --- Software engineering. --- Computer Graphics. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Automatic drafting --- Graphic data processing --- Graphics, Computer --- Computer art --- Graphic arts --- Electronic data processing --- Engineering graphics --- Image processing --- Digital techniques --- Dreamweaver (Computer software) --- Adobe Photoshop (Computer software)
Choose an application
With the surge of popularity of PHP 5, object-oriented programming is now an important consideration for PHP developers. This version-neutral book is a gentle introduction to object-oriented programming (OOP) that won't overburden you with complex theory. It teaches you the essential basics of OOP that you'll need to know before moving onto a more advanced level, and includes a series of prepackaged scripts that you can incorporate into your existing sites with the minimum of effort. It shows how object-oriented programming can be used to create reusable and portable code by walking you through a series of simple projects. The projects feature the sorts of things developers run up against every day, and include a validator for filtering user input, a simple Date class that avoids the need to remember all the esoteric format codes in PHP, and an XML generator. Teaches the fundamentals of OOP Simple projects show how OOP concepts work in the real world Prepackaged scripts can easily be added to your own projects.
Object-oriented programming (Computer science) --- PHP (Computer program language) --- Web site development. --- Development of Web sites --- Web sites --- Internet programming --- Personal Home Page (Computer program language) --- Programming languages (Electronic computers) --- Computer programming --- Object-oriented methods (Computer science) --- Document Object Model (Web site development technology) --- Development --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- Computer programming. --- Software engineering. --- Web Development. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Programming
Choose an application
This is the third edition of David Powers' highly-respected PHP Solutions: Dynamic Web Design Made Easy. This new edition has been updated by David to incorporate changes to PHP since the second edition and to offer the latest techniques—a classic guide modernized for 21st century PHP techniques, innovations, and best practices. You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of ready-made scripts: each PHP Solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or—if you prefer to leave that task to others—to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices.
PHP (Computer program language) --- Web site development. --- Web sites --- Design. --- Web site development --- Microformats --- Development of Web sites --- Internet programming --- Personal Home Page (Computer program language) --- Programming languages (Electronic computers) --- Authorship --- Development --- Computer programming. --- Software engineering. --- Web Development. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Programming
Choose an application
Beginning CSS3 teaches you how to style web pages using Cascading Style Sheets (CSS)—the language of web design. Starting from first principles, you’ll learn through a series of practical exercises how to change the default look of HTML tags, adding color, backgrounds, and borders. The book demystifies core concepts, such as the CSS box model and selectors, giving you the confidence and knowledge to create innovative and flexible page layouts. You’ll also learn how to create rounded corners, drop shadows, and gradients without the need for images, using the latest CSS3 techniques.
Cascading style sheets. --- DHTML (Document markup language). --- Web sites -- Design. --- Cascading style sheets --- Web sites --- DHTML (Document markup language) --- Electrical & Computer Engineering --- Engineering & Applied Sciences --- Computer Science --- Telecommunications --- Design --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- Design. --- Dynamic HTML (Document markup language) --- Dynamic HyperText Markup Language (Document markup language) --- CSS (Document markup language) --- Style sheets, Cascading --- Authorship --- Computer science. --- Computer Science. --- Computer Science, general. --- Informatics --- Science --- Document markup languages --- Web site development --- Microformats --- HTML (Document markup language) --- Computer programming. --- Software engineering. --- Web Development. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Programming
Choose an application
Knowledge of Cascading Style Sheets (CSS) is essential for developing modern, attractive websites, but many beginners are put off by the need to learn about unfamiliar concepts, such as selectors, properties, and classes, before they can achieve anything. Getting StartED with CSS takes a practical approach by showing you how to use CSS in simple stages, starting by changing the default appearance of HTML tags to improve the look of text and links. It assumes no prior knowledge of CSS and avoids bombarding you with unnecessary technical details. At the same time, it explains all the main points and acts as a reference that you can come back to when you need to refresh your memory. More advanced concepts are introduced gradually, so that by the end of the book you'll have a solid understanding of all the main aspects of CSS. Particular attention is paid to avoiding the common pitfalls of beginners, enabling you to create websites that not only look good, but also are easy to maintain. Requires no previous knowledge of CSS Instant results—starts off by showing how improve the look of a website stage by stage Doesn't bombard you with endless rules and jargon.
Cascading style sheets. --- HTML (Document markup language). --- Web sites -- Design. --- Cascading style sheets --- Web sites --- Computer Science --- Telecommunications --- Engineering & Applied Sciences --- Electrical & Computer Engineering --- Design --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- Design. --- CSS (Document markup language) --- Style sheets, Cascading --- Authorship --- Computer science. --- Computer Science. --- Computer Science, general. --- Informatics --- Science --- Web site development --- Microformats --- HTML (Document markup language) --- Computer programming. --- Software engineering. --- Web Development. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Programming
Choose an application
This is the second edition of David Powers' highly-respected PHP Solutions: Dynamic Web Design Made Easy. This new edition has been updated by David to incorporate changes to PHP since the first edition and to offer the latest techniques—a classic guide modernized for 21st century PHP techniques, innovations, and best practices. You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of ready-made scripts: each PHP Solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or—if you prefer to leave that task to others—to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices.
Flash (Computer file). --- PHP (Computer program language). --- Web site development. --- Web sites -- Design. --- Engineering & Applied Sciences --- Computer Science --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- PHP (Computer program language) --- Web sites --- Design. --- Development of Web sites --- Personal Home Page (Computer program language) --- Authorship --- Development --- Computer science. --- Computer Science. --- Computer Science, general. --- Informatics --- Science --- Web site development --- Microformats --- Internet programming --- Programming languages (Electronic computers) --- Computer programming. --- Software engineering. --- Web Development. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Programming
Choose an application
Want to add the power of a database to your websites? Build online forms that send feedback straight to your inbox? Incorporate live news feeds and XML data into your web pages? This book shows you how to do all that and more. Dreamweaver 8 takes a lot of the hard work out of integrating a database into your websites, but it can't do everything. So instead of just giving you a series of instructions to click this and click that, this book helps you understand whats going on in the background. As a result, you're more likely to remember and to get it right. Most books on PHP concentrate on code and throw all design considerations out the window. This one is different. It makes use of Dreamweaver 8's vastly improved CSS rendering, and shows you how to build a site thats smart in both senses of the word. It looks good and is intelligent too. You'll learn how to change the entire look of the site, using PHP to serve up different stylesheets each month. You'll also build a contact form protected against email injection attacks. All of Dreamweaver's PHP server behaviors are put through their paces, and you'll even make some custom server behaviors that will come in useful on any site you create. Two chapters take you through the setup process with step-by-step instructions for both Windows and Mac OS X, helping you make the right choices: Apache or IIS? Remote or local testing? There are even instructions on how to set up virtual hosts on your own computer. And in the unlikely event that things go wrong, there's plenty of troubleshooting advice too. In this book, we look specifically at using Dreamweaver's built-in server behaviors to build dynamic web sites using PHP and MySQL, the world's most popular open source server-side language and database server combination, which are both reliable, powerful, and open source (and therefore free to use). This version of Dreamweaver includes more powerful support for PHP and MySQL than ever before, and we'll show you how to make this work for you. No previous experience of PHP or MySQL is necessary to use this book. Examples built throughout the book include a content management system, and an online image gallery. All examples are designed to meet modern usability requirements and be web standards-compliant.
PHP (Computer program language). --- Web site development. --- Engineering & Applied Sciences --- Computer Science --- Information Technology --- Computer Science (Hardware & Networks) --- Computer science. --- Software engineering. --- Computer Science. --- Software Engineering/Programming and Operating Systems. --- PHP (Computer program language) --- Dreamweaver (Computer file) --- Development of Web sites --- Web sites --- Internet programming --- Personal Home Page (Computer program language) --- Programming languages (Electronic computers) --- Development --- Dream weaver (Computer file) --- Macromedia Dreamweaver (Computer file) --- Adobe Dreamweaver (Computer file) --- Computer graphics. --- Computer Graphics. --- Computer software engineering --- Engineering --- Automatic drafting --- Graphic data processing --- Graphics, Computer --- Computer art --- Graphic arts --- Electronic data processing --- Engineering graphics --- Image processing --- Digital techniques
Choose an application
Dreamweaver CS4 is a massive step forward in terms of integration with the rest of the CS4 suite (Flash, Fireworks, Photoshop, etc.), and also includes whole host of exciting features of its own. The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP concentrates on getting the most out of Dreamweaver CS4, rather than going into every menu item and toolbar icon. The emphasis is on developing websites compliant with the latest web standards, using CSS, JavaScript libraries (with particular emphasis on Spry, Adobe's implementation of Ajax), and PHP. The book covers all aspects of the new user interface, including workspace layouts, iconic panels, the related documents feature, Live View, Code Navigator, and Live Code. It also shows how to use the improved CSS editing features, and JavaScript code introspection. There is also coverage of other new features, such as version control through Subversion integration, and the improved support for Photoshop integration through the use of Smart Objects. Takes you through your development environment set up Covers everything you need to create both standards compliant web sites, and dynamic web applications Teaches real world techniques using a series of step by step tutorials.
Information Technology --- Computer Science (Hardware & Networks) --- Ajax (Web site development technology). --- Cascading style sheets. --- Dreamweaver (Computer file). --- PHP (Computer program language). --- Web site development. --- PHP (Computer program language) --- Ajax (Web site development technology) --- Cascading style sheets --- Web site development --- Electrical & Computer Engineering --- Engineering & Applied Sciences --- Telecommunications --- Computer Science --- Dreamweaver (Computer file) --- Development of Web sites --- Web sites --- CSS (Document markup language) --- Style sheets, Cascading --- Asynchronous JavaScript and XML --- Personal Home Page (Computer program language) --- Development --- Dream weaver (Computer file) --- Macromedia Dreamweaver (Computer file) --- Adobe Dreamweaver (Computer file) --- Computer science. --- Computer Science. --- Computer Science, general. --- Internet programming --- HTML (Document markup language) --- Programming languages (Electronic computers) --- Computer graphics. --- Software engineering. --- Computer Graphics. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Automatic drafting --- Graphic data processing --- Graphics, Computer --- Computer art --- Graphic arts --- Electronic data processing --- Engineering graphics --- Image processing --- Digital techniques
Choose an application
You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of ready-made scripts: each PHP solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts, or if you prefer to leave that task to others, to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices. The book has been written with an eye on forward and backward compatibility recommending PHP 5 techniques, but providing alternative solutions for servers still running PHP 4.3. All database examples demonstrate how to use the original MySQL extension, MySQL Improved, or the PHP Data Objects (PDO) introduced in PHP 5.1, letting you choose the most suitable option for your setup.
Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- PHP (Computer program language) --- Web site development. --- Web sites --- Development of Web sites --- Personal Home Page (Computer program language) --- Design. --- Authorship --- Development --- Computer science. --- Software engineering. --- Computer Science. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Informatics --- Science --- Web site development --- Microformats --- Internet programming --- Programming languages (Electronic computers) --- Computer programming. --- Web Development. --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Programming
Listing 1 - 10 of 79 | << page >> |
Sort by
|