The Visibooks Guide to HTML and CSS

The Visibooks Guide to HTML and CSS
Author :
Publisher : Visibooks, LLC
Total Pages : 185
Release :
ISBN-10 : 9781597060295
ISBN-13 : 1597060291
Rating : 4/5 (95 Downloads)

Synopsis The Visibooks Guide to HTML and CSS by : Chris Charuhas

The Visibooks Guide to Dreamweaver 8

The Visibooks Guide to Dreamweaver 8
Author :
Publisher : Visibooks, LLC
Total Pages : 259
Release :
ISBN-10 : 9781597060264
ISBN-13 : 1597060267
Rating : 4/5 (64 Downloads)

Synopsis The Visibooks Guide to Dreamweaver 8 by : Chris Charuhas

PHP Cookbook

PHP Cookbook
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 640
Release :
ISBN-10 : 1565926811
ISBN-13 : 9781565926813
Rating : 4/5 (11 Downloads)

Synopsis PHP Cookbook by : David Sklar

A collection of problems, solutions, and practical examples for PHP programmers. The book contains a unique and extensive collection of best practices for everyday PHP programming dilemmas. For every problem addressed in the book, there's a worked-out solution or "recipe" -- a short, focused piece of code you can insert directly into your application. However, this book offers more than cut-and-paste code. You also get explanations of how and why the code works, so you can learn to adapt the problem-solving techniques to similar situations. The recipes in the PHP Cookbook range from simple tasks, such as sending a database query and fetching URLs, to entire programs that demonstrate complex tasks, such as printing HTML tables and generating bar charts. This book contains an impressive collection of useful code for PHP programmers, from novices to advanced practitioners. Instead of poking around mailing lists, online documentation, and other sources, you can rely on the PHP Cookbook to provide quick solutions to common problems, so you can spend your time on those out-of-the-ordinary problems specific to your application.

Essential PHP Security

Essential PHP Security
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 128
Release :
ISBN-10 : 9780596552671
ISBN-13 : 059655267X
Rating : 4/5 (71 Downloads)

Synopsis Essential PHP Security by : Chris Shiflett

Being highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks. Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book. In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks. Topics covered include: Preventing cross-site scripting (XSS) vulnerabilities Protecting against SQL injection attacks Complicating session hijacking attempts You are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.

Beginning PHP 5.3

Beginning PHP 5.3
Author :
Publisher : John Wiley & Sons
Total Pages : 840
Release :
ISBN-10 : 9781118057346
ISBN-13 : 1118057341
Rating : 4/5 (46 Downloads)

Synopsis Beginning PHP 5.3 by : Matt Doyle

This book is intended for anyone starting out with PHP programming. If you’ve previously worked in another programming language such as Java, C#, or Perl, you’ll probably pick up the concepts in the earlier chapters quickly; however, the book assumes no prior experience of programming or of building Web applications. That said, because PHP is primarily a Web technology, it will help if you have at least some knowledge of other Web technologies, particularly HTML and CSS. Many Web applications make use of a database to store data, and this book contains three chapters on working with MySQL databases. Once again, if you’re already familiar with databases in general — and MySQL in particular — you’ll be able to fly through these chapters. However, even if you’ve never touched a database before in your life, you should still be able to pick up a working knowledge by reading through these chapters.

Beginning Ajax with PHP

Beginning Ajax with PHP
Author :
Publisher : Apress
Total Pages : 260
Release :
ISBN-10 : 9781430202530
ISBN-13 : 143020253X
Rating : 4/5 (30 Downloads)

Synopsis Beginning Ajax with PHP by : Lee Babin

This is the first book to show how PHP and Javascript technologies can work together to create next generation applications. Covering many of the most commonplace topics developers encounter in daily web application development tasks, The author guides readers through topics like enhanced forms validation, data display and manipulation, JavaScript debugging, and security considerations. The result is a book that not only discusses how two of the world's most talked about technologies can come together to create amazing applications, but is also based upon a real-world context, enabling developers to immediately begin applying what they've learned to their own situation.

CSS Cookbook

CSS Cookbook
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 276
Release :
ISBN-10 : 0596005768
ISBN-13 : 9780596005764
Rating : 4/5 (68 Downloads)

Synopsis CSS Cookbook by : Christopher Schmitt

Schmitt covers the latest specifications on CSS2, and fills an important gap in the available computer literature.

HTML and XHTML, the Definitive Guide

HTML and XHTML, the Definitive Guide
Author :
Publisher : O'Reilly Media
Total Pages : 684
Release :
ISBN-10 : 059600026X
ISBN-13 : 9780596000264
Rating : 4/5 (6X Downloads)

Synopsis HTML and XHTML, the Definitive Guide by : Chuck Musciano

This guide to creating web documents using HTML and XHTML starts with basic syntax and semantics, and finishes with broad style guidelines for designing accessible documents that can be delivered to a browser. Links, formatted lists, cascading style sheets, forms, tables, and frames are covered. The fourth edition is updated to HTML 4.01 and XHTML 1.0. Annotation copyrighted by Book News Inc., Portland, OR

ActionScript 3.0 Cookbook

ActionScript 3.0 Cookbook
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 589
Release :
ISBN-10 : 9780596554620
ISBN-13 : 0596554621
Rating : 4/5 (20 Downloads)

Synopsis ActionScript 3.0 Cookbook by : Joey Lott

Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs with its Flash-based "Rich Internet Applications". Now, new owner Adobe is taking Flash and its powerful capabilities beyond the Web and making it a full-fledged development environment. Rather than focus on theory, the ActionScript 3.0 Cookbook concentrates on the practical application of ActionScript, with more than 300 solutions you can use to solve a wide range of common coding dilemmas. You'll find recipes that show you how to: Detect the user's Flash Player version or their operating system Build custom classes Format dates and currency types Work with strings Build user interface components Work with audio and video Make remote procedure calls using Flash Remoting and web services Load, send, and search XML data And much, much more ... Each code recipe presents the Problem, Solution, and Discussion of how you can use it in other ways or personalize it for your own needs, and why it works. You can quickly locate the recipe that most closely matches your situation and get the solution without reading the whole book to understand the underlying code. Solutions progress from short recipes for small problems to more complex scripts for thornier riddles, and the discussions offer a deeper analysis for resolving similar issues in the future, along with possible design choices and ramifications. You'll even learn how to link modular ActionScript pieces together to create rock-solid solutions for Flex 2 and Flash applications. When you're not sure how ActionScript 3.0 works or how to approach a specific programming dilemma, you can simply pick up the book, flip to the relevant recipe(s), and quickly find the solution you're looking for. Adobe Developer Library is a co-publishing partnership between O'Reilly Media and Adobe Systems, Inc. and is designed to produce the number one information resources for developers who use Adobe technologies. Created in 2006, the Adobe Developer Library is the official source for comprehensive learning solutions to help developers create expressive and interactive web applications that can reach virtually anyone on any platform. With top-notch books and innovative online resources covering the latest in rich Internet application development, the Adobe Developer Library offers expert training and in-depth resources, straight from the source.

Web Design in a Nutshell

Web Design in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 829
Release :
ISBN-10 : 9780596009878
ISBN-13 : 0596009879
Rating : 4/5 (78 Downloads)

Synopsis Web Design in a Nutshell by : Jennifer Niederst Robbins

"Completely revised for standards compliance, including CSS 2.1 and XHTML 1.0"--Cover.