Useful Books and Software
|
Related JavaScript Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related JavaScript Books |
Page 1 of 104
Total results: 1036 |
|
|
| |
|
|
| |
 |
|
Effective Perl Programming: Writing Better Programs with Perl (A-W Developers Press) |
| Effective Perl Programming is a gem of a Perl book. Its author, Joseph Hall, is a well-known Perl instructor and frequent poster on the seminal comp.lang.perl.misc newsgroup. The book's technical editor is none other than Randal Schwartz, noted Net personality, enigmatic author of Learning Perl, and contributor to Programming Perl. Hall has distilled his years of Perl experience into a book for Perl programmers that is both fluid and fun to read. It's somewhat like reading the Perl FAQ; even when you think you know everything, there's so much you don't know. Effective Perl Programming has a clear layout: the text is easy on the eyes and the monospaced font makes a clear distinction between backticks and single quotes. Hall uses his PEGS (PErl Graphical Structures) notation to show the difference between Perl's different types of data structures and how everything ties together. Packed with great examples and code snippets, this book is an excellent source of tips and tricks to make your Perl programs faster and easier to read. You'll also find a strong section on using the Perl debugger to improve your Perl programming skills. In yet another section, Hall walks the reader through the creation of a complete XS module that can boost the performance of array shuffling eight-fold. All in all, this is a great book for programmers who want to move beyond plain, verbose Perl toward a more succinct and powerful coding style.
The book on Perl that experienced Perl programmers have been looking for, Effective Perl Programming explains idiomatic Perl, covering the latest release (Version 5). It includes information and useful examples about the structure, functions, and latest capabilities of the language, such as self-documenting object-oriented modules. Learn from Hall's answers to "real life" questions and problems he receives from newsgroups and his Perl seminars.
Publisher:
Addison-Wesley Professional
Authors:
Joseph N. Hall, Randal Schwartz
Release Date: 1998-01-09
ISBN/EAN: 0201419750 / 9780201419757
New Price: $22.88 /
Used Price: $6.49 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Foundation PHP for Dreamweaver 8 |
In this book, youll learn how to: - Install, configure, and troubleshoot a testing environment with PHP/MySQL and Apache or IIS
- Learn the fundamentals of PHP and good database design
- Use Dreamweaver 8 server behaviors to create robust dynamic applications that validate user input for greater security and reliability
- Incorporate live XML feeds into your web pages with PHP and Dreamweaver 8s new XSL Transformation server behavior
- Download and apply a suite of custom-built PHP functions designed exclusively for this book
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 cant 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, youre 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 8s 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. Youll learn how to change the entire look of the site, using PHP to serve up different stylesheets each month. Youll also build a contact form protected against email injection attacks. All of Dreamweavers PHP server behaviors are put through their paces, and youll 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, theres 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 worlds 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 latest 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. Summary of Contents: - Introduction
- Chapter 1: So, You Want to Build Dynamic Sites?
- Chapter 2: Dreamweaver and PHPA Productive Partnership
- Chapter 3: Getting the Work Environment Ready
- Chapter 4: Getting Ready for the Case Study
- Chapter 5: Integrating PHP into Your Site
- Chapter 6: Getting Feedback from an Online Form
- Chapter 7: Putting the Power of a Database
- Chapter 8: Building a Random Quotation Generator
- Chapter 9: Working with Multiple Tables
- Chapter 10: Using Sessions to Track
- Chapter 11: Displaying a Blog and Photo Gallery
- Chapter 12: Using XSLT to Display Live News Feeds and XML
- Appendix A: Using Languages Other Than English in MySQL
- Appendix B: Essential MySQL Maintenance
- Index
Publisher:
friends of ED
Author:
David Powers
Release Date: 2005-12-19
ISBN/EAN: 1590595696 / 9781590595695
New Price: $7.43 /
Used Price: $6.89 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl Core Language Little Black Book, Second Edition |
Perl Core Language Little Black Book, Second Edition, provides insightful tips and techniques to programming with Perl. Immediate solutions are provided with field tested examples to help programmers and Web Developers quickly solve problems and exploit the power and flexibility of Perl. The updated edition covers the current version of Perl (5.8) as well as highlighting critical features of the upcoming 6.0 version. Some of the highlights of the new edition include how to create programs and scripts that integrate both Perl and XML, how to use Perl's newest object-oriented features, how to use Perl's newer built-in functions, working with Perl's latest data types, using security features, and mastering the new database modules.
Publisher:
Paraglyph
Author:
Steven Holzner
Release Date: 2004-09-17
ISBN/EAN: 1932111921 / 9781932111927
New Price: $29.99 /
Used Price: $90.93 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques |
jQuery is a powerful JavaScript library that can enhance your websites regardless of your background. In this book, creators of the popular jQuery learning resource, learningquery.com, share their knowledge, experience, and enthusiasm about jQuery to help you get the most from the library and to make your web applications shine. For designers, jQuery leverages existing CSS and HTML skills, allowing you to dynamically find and change any aspect of a page. This book provides a gentle introduction to jQuery concepts, allowing you to add interactions and animations to your pages-even if previous attempts at writing JavaScript have left you baffled. For programmers, jQuery offers an open -source, standards-compliant, unobtrusive approach to writing complex JavaScript applications. This book will guide you past the pitfalls associated with AJAX, events, effects, and advanced JavaScript language features, as well as provide you with a reference to the jQuery library to return to again and again. This book begins with a tutorial to jQuery, followed by an examination of common, real-world client-side problems, and solutions for each of them. A detailed reference rounds off the book, making it an invaluable resource for answers to all your jQuery questions. Who this book is written for This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. The reader will need the basics of HTML and CSS, and should be comfortable with the syntax of JavaScript. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries required.
Publisher:
Packt Publishing
Authors:
Karl Swedberg, Jonathan Chaffer
Release Date: 2007-06-29
ISBN/EAN: 1847192505 / 9781847192509
New Price: $35.99 /
Used Price: $29.70 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl 5 Interactive Course: Certified Edition (Interactive Course) |
| Perl is an extremely powerful language that is used on thousands of Web servers for Common Gateway Interface (CGI) scripts, principally because of its unmatched text manipulation capabilities. However, mastering the syntax of Perl is legendarily difficult with its Unix legacy, which favors cryptic--though efficient--syntax. Jon Orwant's Perl 5 Interactive Course is an excellent tutorial for learning the basics of Perl quickly. It lays a foundation and then builds on it to make you a Perl expert. First, the book outlines the basics of creating and running Perl scripts. (Though this is a Unix-centered approach, the examples will run on Windows NT as well.) Early in the text, the author introduces variables, both scalar and arrays, and basic programming statements (such as conditional statements and looping). He presents the rudiments of using regular expressions and basic Perl metacharacters and commands for searching and replacing text in manageable increments. The author also does a good job of showing how Perl can work together effectively with other Unix commands, such as files and pipes, and operating features, such as processes. The book is less successful at exposing the intricacies of object-oriented Perl (a difficult topic). However, it is good at explaining some of the pitfalls of Perl programming, including debugging. Other interesting chapters explain topics such as where Perl programming fits into the Internet and why Perl will likely continue to play an important role on the Web. Chapters throughout this book are short and sweet and include simple exercises so that readers can try out Perl on their own. Although no single book can make you into a Perl guru, this tutorial can start you on your way to becoming a competent Perl developer.
The clear, step-by-step instructions in Perl 5 Interactive Course, Certified Edition, teach you how to develop sophisticated Net applications and Web sites using the flexible power of Perl. From simple tasks like writing loops and opening files to advanced topics such as networking, generating graphics, and linking Perl and C, these hands-on lessons show you how it's done.Throw your Internet connection into the mix and you'll have free access to the eZone, the innovative Web-based learning center from Waite Group Press. You'll get expert help from the pros, interactive quizzes for immediate feedback, dedicated discussion groups for interaction with other students, certification, and even optional continuing education units (for a nominal fee). This isn't just a book; it's a Web-based learning center. - Provides the opportunity to earn 3 Continuing Education Units from Marquette University
- Updated edition covers the latest version of Perl
- Web-based components include online mentors to answer specific questions, interactive testing for immediate feedback, discussion groups for student interaction and more
- CD-ROM includes Microsoft Internet Explorer, the latest Perl source code and all the binaries needed to run Perl on any platform
Publisher:
Waite Group Press
Author:
Jon Orwant
Release Date: 1997-11-01
ISBN/EAN: 1571691138 / 9781571691132
New Price: $35.00 /
Used Price: $4.82 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Creating Vista Gadgets: Using HTML, CSS and JavaScript with Examples in RSS, Ajax, ActiveX (COM) and Silverlight |
A one-stop resource for each aspect of designing and developing Sidebar gadgets, perfect for anyone who wants to create killer gadgets - Explores one of the super cool features new to Windows Vista -- the Sidebar
- It is a one-stop resource for each aspect of designing and developing Sidebar gadgets, perfect for anyone who wants to create killer gadgets
- Includes complete design instructions for four never-before-seen gadgets
Windows Vista Sidebar is a panel located on the desktop of a PC where gadgets can be placed for easy access and reference. These gadgets are small, single-purpose applications, such as clocks, calendars, games, RSS notifiers, search tools, stock tickers, etc, that reside on the Windows desktop and on the Windows Sidebar. The book will be a tutorial to design and develop a gadget. It will provide ready-to-use samples using .NET, XML, CSS and AJAX. After reading the book, a web developer/designer will be confident enough to start developing gadgets for Windows Vista Sidebar. The beginner portion of the book shows an overview of the subject with the design pattern, the architecture and implementation details. The later sections will have solid examples for instant results. In short, the book will tell how to do everything with Sidebar Gadgets using solid, unique examples. Brief outline: " Brief background on Gadgets " Define architecture, design consideration and implementation to give a clear view to the developer " Step by step, create a useful Gadget sample "My Blogs" " Elaborate the architecture design constraint and implementation details for the sample " Detail the standard practices " Recheck the gadget created for standard practices " Improvise and Improve with compare and contrast " Add advanced samples with .NET, AJAX and XHTML.
Publisher:
Sams
Author:
Rajesh Lal
Release Date: 2008-05-15
ISBN/EAN: 0672329689 / 9780672329685
New Price: $19.92 /
Used Price: $22.29 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Beginning Perl, Second Edition |
Beginning Perl, Second Edition is a well-named text that starts exactly where it claimsÂ…This book is a fine place to start.
— James Edward Gray II, Slashdot contributor ...there are great examples, and projects assigned after each chapter to help you really understand and remember how to code in Perl.
— Mark Spritzler, JavaRanch Bartender This book is a well-conceived introduction to Perl in tutorial form... A Very Good Book. :) :) :) :) of 5.
— George Woolley of Oakland Perl Mongers The Perl (this book) teaches is strong industry-standard Perl that isÂ…considered best practice.
— Jack Herrington, Editor, Code Generation Network Originally created as a powerful text processing tool, Perl has since evolved into a multi-purpose, multi-platform language capable of implementing a variety of tasks such as system administration, CGI and network programming, XML processing, and more. Beginning Perl, Second Edition provides valuable insight into Perls role regarding all of these tasks and more. Commencing with a comprehensive overview of language basics, you'll learn all about important concepts such as Perl's data types and control flow constructs. This material sets the stage for a discussion of more complex topics, such as writing custom functions, using regular expressions, and file input and output. Next, we move on to the advanced topics of object oriented programming, modules, CGI programming, and database administration with Perls powerful database interface module, DBI. The examples and code provided offer you all of the information you need to start writing your own powerful scripts to solve the problems listed above, and many more. Whether you are a complete novice or an experienced programmer, Beginning Perl, Second Edition offers an ideal guide to learning Perl.
Publisher:
Apress
Author:
James Lee
Release Date: 2004-08-30
ISBN/EAN: 159059391X / 9781590593912
New Price: $28.80 /
Used Price: $28.57 |
| |
|
|
|
|
| |
|
|
| |
 |
|
The Ruby Programming Language |
Publisher:
Addison Wesley
Authors:
Yukihiro Matsomoto, Keiju Ishituka
Release Date: 2002-06
ISBN/EAN: 020171096X / 9780201710960
New Price: n.a. /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
jQuery in Action |
| A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professionals alike-fall in love with jQuery the minute they've reduced 20 lines of clunky JavaScript into three lines of elegant, readable code. This new, concise JavaScript library radically simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery in Action, like jQuery itself, is a concise tool designed to make you a more efficient and effective web developer. In a short 300 pages, this book introduces you to the jQuery programming model and guides you through the major features and techniques you'll need to be productive immediately. The book anchors each new concept in the tasks you'll tackle in day-to-day web development and offers unique lab pages where you immediately put your jQuery knowledge to work. There are dozens of JavaScript libraries available now, with major companies like Google, Yahoo and AOL open-sourcing their in-house tools. This book shows you how jQuery stacks up against other libraries and helps you navigate interaction with other tools and frameworks. jQuery in Action offers a rich investigation of the up-and-coming jQuery library for client-side JavaScript. This book covers all major features and capabilities in a manner focused on getting the reader up and running with jQuery from the very first sections. Web Developers reading this book will gain a deep understanding of how to use jQuery to simplify their pages and lives, as well as learn the philosophy behind writing jQuery-enhanced pages.
Publisher:
Manning Publications
Authors:
Bear Bibeault, Yehuda Katz
Release Date: 2008-02-07
ISBN/EAN: 1933988355 / 9781933988351
New Price: $24.48 /
Used Price: $37.05 |
| |
|
|
|
|
| |
|
|
| |
 |
|
JavaScript Demystified |
Even if you have no programming experience, you'll learn to create dynamic, interactive Web pages with help from this easy-to-use, self-teaching guide. Author and programming instructor Jim Keogh covers the basics of this leading Web development language.
Even if you have no programming experience, you'll learn to create dynamic, interactive Web pages with help from this easy-to-use, self-teaching guide. Author and programming instructor Jim Keogh covers the basics of this leading Web development language and explains how to write cross-browser JavaScript programs in no time.
Publisher:
McGraw-Hill Osborne Media
Author:
James Keogh
Release Date: 2005-05-26
ISBN/EAN:
New Price: $9.99 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
|
|
|