Book picks similar to
Principles of Html, Xhtml, and DHTML: The Web Technologies Series by Don Gosselin
programming
reference
technology
website-design
Think Like a Programmer: An Introduction to Creative Problem Solving
V. Anton Spraul - 2012
In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.
HTML5 for Masterminds: How to take advantage of HTML5 to create amazing websites and revolutionary applications
Juan Diego Gauchat
Introduction to Algorithms
Thomas H. Cormen - 1989
Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.
Frontiers of Electronic Commerce
Ravi Kalakota - 1996
This work is aimed at the business person who wants to understand the revolution taking place in electronic commerce. It explains the emerging technology and network infra-structure, and emphasizes the business applications and mercantile strategies, challenges and opportunities of conducting business on the information superhighway. The study also describes pertinent standards and protocols.
The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography
Simon Singh - 1999
From Mary, Queen of Scots, trapped by her own code, to the Navajo Code Talkers who helped the Allies win World War II, to the incredible (and incredibly simple) logisitical breakthrough that made Internet commerce secure, The Code Book tells the story of the most powerful intellectual weapon ever known: secrecy.Throughout the text are clear technical and mathematical explanations, and portraits of the remarkable personalities who wrote and broke the world’s most difficult codes. Accessible, compelling, and remarkably far-reaching, this book will forever alter your view of history and what drives it. It will also make you wonder how private that e-mail you just sent really is.
Professional WordPress: Design and Development
Brad Williams - 2010
As the most popular blogging and content management platform available today, WordPress is a powerful tool. This exciting book goes beyond the basics and delves into the heart of the WordPress system, offering overviews of the functional aspects of WordPress as well as plug-in and theme development. What is covered in this book?WordPress as a Content Management System Hosting Options Installing WordPress Files Database Configuration Dashboard Widgets Customizing the Dashboard Creating and Managing Content Categorizing Your Content Working with Media Comments and Discussion Working with Users Managing, Adding, Upgrading, and Using the Theme Editor Working with Widgets Adding and Managing New Plugins Configuring WordPress Exploring the Code Configuring Key Files wp-config.php file Advanced wp-config Options What's in the Core? WordPress Codex and Resources Understanding and customizing the Loop Building A Custom Query Complex Database Operations Dealing With Errors Direct Database Manipulation Building Your Own Taxonomies Plugin Packaging Create a Dashboard Widget Creating a Plugin Example Publish to the Plugin Directory Installing a Theme Creating Your Own Theme How and When to Use Custom Page Templates How to Use Custom Page Templates Pushing Content from WordPress to Other Sites Usability and Usability Testing Getting Your Site Found How Web Standards Get Your Data Discovered Load Balancing Your WordPress Site Securing Your WordPress Site Using WordPress in the Enterprise Is WordPress Right for Your Enterprise? and much more!
Team Geek: A Software Developer's Guide to Working Well with Others
Brian W. Fitzpatrick - 2012
And in a perfect world, those who produce the best code are the most successful. But in our perfectly messy world, success also depends on how you work with people to get your job done.In this highly entertaining book, Brian Fitzpatrick and Ben Collins-Sussman cover basic patterns and anti-patterns for working with other people, teams, and users while trying to develop software. It's valuable information from two respected software engineers whose popular video series, "Working with Poisonous People," has attracted hundreds of thousands of viewers.You'll learn how to deal with imperfect people--those irrational and unpredictable beings--in the course of your work. And you'll discover why playing well with others is at least as important as having great technical skills. By internalizing the techniques in this book, you'll get more software written, be more influential, be happier in your career.
The Bill James Gold Mine 2008
Bill James - 2007
Now Bill James is doing it again with The Bill James Gold Mine a groundbreaking collection of original essays, statistical profiles, and hidden nuggets of information worth their weight in gold. Always known for his piercing wit and cutting analysis, Bill James wrote 17 new essays for The Bill James Gold Mine, including: Clutching Hitter of the Year, Measuring Consistency, Closer Fatigue, Hall of Famers Among Us. Of course, it wouldn't be from Bill James if it didn't come with innovative and intriguing profiles and nuggets of statistical information on players from all 30 teams, including: Impacting by Position in Inning, Pitching Type Analysis, Pitcher's Record of Opposing Batters, Games Played by Opening Day Starters.
The Knot Ultimate Wedding Lookbook
Carley Roney - 2010
Each chapter is bursting with creative and classic ideas to make the day as meaningful as it is beautiful: Stationery: Save-the-date cards do double duty when printed on coasters or delicate handkerchiefs.Ceremonies: An auspicious bird’s nest adds a beautiful and rustic touch for carrying rings at a farm wedding.Dressing Up: A retro bride goes glam with a feathered veil and pearl button–accented gloves. A casual groom and his mates add a personality pop with chocolate-brown Keds to match their wedding chinos.Cocktail Hour: For a low-key affair, mini grilled cheeses dipped in shot glasses of tomato soup satisfy.Centerpieces: Fruit slices suspended in crystal vases overflowing with Crayola-bright poppies and orchids offer a cheery setting.Cakes: White lace frosting details that match the bride’s dress and the couple’s monogram turn a pale green cake into a chic masterpiece.From classic white-on-white palettes to floral themes to fun fantasy ideas, the choices are limitless. Purple, pink, red, robin’s egg blue—find inspiration at every turn in all the colors a bride can dream of! And The Knot Ultimate Wedding Lookbook is loaded with money-saving ideas that don’t sacrifice style. Expert advice and rich images add up to a delicious visual feast and essential resource to help you create an event as special as you are as a couple.
Data Structures and Algorithm Analysis in C
Mark Allen Weiss - 1992
The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.
What Is Node?
Brett McLaughlin - 2011
It’s the latest in a long line of “Are you cool enough to use me?” programming languages, APIs, and toolkits. In that sense, it lands squarely in the tradition of Rails, and Ajax, and Hadoop, and even to some degree iPhone programming and HTML5.Dig a little deeper, and you’ll hear that Node.js (or, as it’s more briefly called by many, simply “Node”) is a server-side solution for JavaScript, and in particular, for receiving and responding to HTTP requests. If that doesn’t completely boggle your mind, by the time the conversation heats up with discussion of ports, sockets, and threads, you’ll tend to glaze over. Is this really JavaScript? In fact, why in the world would anyone want to run JavaScript outside of a browser, let alone the server?The good news is that you’re hearing (and thinking) about the right things. Node really is concerned with network programming and server-side request/response processing. The bad news is that like Rails, Ajax, and Hadoop before it, there’s precious little clear information available. There will be, in time — as there now is for these other “cool” frameworks that have matured — but why wait for a book or tutorial when you might be able to use Node today, and dramatically improve the maintainability.
Unbreakable: How I Turned My Depression and Anxiety into Motivation and You Can Too
Jay Glazer - 2022
The Devil's Deceptions: Is There Life After Death?
Ginger Baum - 2019
In a world that is overflowing with man's traditions, that often put a dark cloud over God's truth, you will be astonished by the answers that now await you concerning the mysteries of death.
The Underwear in My Shoe: My Journey Through IVF, Unfiltered
Brett Russo - 2020
Unrecognizable to herself after countless rounds of unsuccessful IVF, she felt like a failure to herself, a disappointment to her husband, and the only female on Facebook without kids.At thirty-eight, Brett had a great career and a loving partner. But when they decided to start a family, her success story took a turn. She quickly learned that the answer to when she was having kids wasn't as simple as she once thought.In The Underwear in My Shoe, Brett takes you on her journey through IVF, a story of personal struggle and isolation mixed with humor. She shows you that only when she truly lost herself did she discover her inner strength and a sisterhood in the other women going through IVF-discoveries that changed her forever.