Book picks similar to
WordPress Absolute Beginner's Guide by Tris Hussey
computer
good
nonfiction
platform
Learning JavaScript
Shelley Powers - 2006
JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led to the rise of Ajax -- the latest rage in web development that allows developers to create powerful and more responsive applications in the browser window."Learning JavaScript" introduces this powerful scripting language to web designers and developers in easy-to-understand terms. Using the latest examples from modern browser development practices, this book teaches you how to integrate the language with the browser environment, and how to practice proper coding techniques for standards-compliant web sites. By the end of the book, you'll be able to use all of the JavaScript language and many of the object models provided by web browsers, and you'll even be able to create a basic Ajax application.
Grown Up Digital: How the Net Generation Is Changing Your World
Don Tapscott - 2008
Are you ready for it?Chances are you know a person between the ages of 11 and 30. You've seen them doing five things at once: texting friends, downloading music, uploading videos, watching a movie on a two-inch screen, and doing who-knows-what on Facebook or MySpace. They're the first generation to have literally grown up digital - and they're part of a global cultural phenomenon that's here to stay.The bottom line is this: If you understand the Net Generation, you will understand the future. If you're a Baby Boomer or Gen-Xer: This is your field guide.A fascinating inside look at the Net Generation, Grown Up Digital is inspired by a $4 million private research study. New York Times bestselling author Don Tapscott has surveyed more than 11,000 young people. Instead of a bunch of spoiled "screenagers" with short attention spans and zero social skills, he discovered a remarkably bright community which has developed revolutionary new ways of thinking, interacting, working, and socializing.Grown Up Digital reveals:- How the brain of the Net Generation processes information- Seven ways to attract and engage young talent in the workforce- Seven guidelines for educators to tap the Net Gen potential- Parenting 2.0: There's no place like the new home- Citizen Net: How young people and the Internet are transforming democracyToday's young people are using technology in ways you could never imagine. Instead of passively watching television, the "Net Geners" are actively participating in the distribution of entertainment and information. For the first time in history, youth are the authorities on something really important. And they're changing every aspect of our society-from the workplace to the marketplace, from the classroom to the living room, from the voting booth to the Oval Office.The Digital Age is here. The Net Generation has arrived. Meet the future.
SEO 2013 & Beyond: Search Engine Optimization Will Never Be The Same Again
Andy Williams - 2012
Panda was designed to remove low quality content from the search engine results pages. The surprise to many were some of the big name casualties that were taken out by the update. On 24th April 2012, Google went in for the kill when they released the Penguin update. Few SEOs that had been in the business for any length of time could believe the carnage that this update caused. If Google's Panda was a 1 on the Richter scale of updates, Penguin was surely a 10. It completely changed the way we need to think about SEO. On September 28th 2012, Google released a new algorithm update targeting exact match domains (EMDs). I have updated this book to let you know the consequences of owning EMDs and added my own advice on choosing domain names. While I have never been a huge fan of exact match domains anyway, many other SEO books and courses teach you to use them. I'll tell you why I think those other courses and books are wrong.The EMD update was sandwiched in between another Panda update (on the 27th September) and another Penguin update (5th October).Whereas Panda seems to penalize low quality content, Penguin is more concerned about overly aggressive SEO tactics. Stuff that SEOs had been doing for years, not only didn't work any more, but now can actually cause your site to be penalized and drop out of the rankings. That’s right, just about everything you have been taught about Search Engine Optimization in the last 10 years can be thrown out the Window. Google have moved the goal posts. I have been working in SEO for around 10 years and have always tried to stay within the guidelines laid down by Google. This has not always been easy because to compete with other sites, it often meant using techniques that Google frowned upon. Now, if you use those techniques, Google is likely to catch up with you and demote your rankings. In this book, I want to share with you the new SEO. The SEO for 2013 and Beyond.
More Effective C#: 50 Specific Ways to Improve Your C#
Bill Wagner - 2008
If you are serious about developing with the C# language, you need this book." -Bill Craun, Principal Consultant, Ambassador Solutions, Inc. "More Effective C# is an opportunity to work beside Bill Wagner. Bill leverages his knowledge of C# and distills his expertise down to some very real advice about programming and designing applications that every serious Visual C# user should know. More Effective C# is one of those rare books that doesn't just regurgitate syntax, but teaches you how to use the C# language." -Peter Ritchie, Microsoft MVP: Visual C# "More Effective C# is a great follow-up to Bill Wagner's previous book. The extensive C# 3.0 and LINQ coverage is extremely timely!" -Tomas Restrepo, Microsoft MVP: Visual C++, .NET, and Biztalk Server "As one of the current designers of C#, it is rare that I learn something new about the language by reading a book. More Effective C# is a notable exception. Gently blending concrete code and deep insights, Bill Wagner frequently makes me look at C# in a fresh light-one that really makes it shine. More Effective C# is at the surface a collection of very useful guidelines. Look again. As you read through it, you'll find that you acquire more than just the individual pieces of advice; gradually you'll pick up on an approach to programming in C# that is thoughtful, beautiful, and deeply pleasant. While you can make your way willy-nilly through the individual guidelines, I do recommend reading the whole book-or at least not skipping over the chapter introductions before you dive into specific nuggets of advice. There's perspective and insight to be found there that in itself can be an important guide and inspiration for your future adventures in C#." -Mads Torgersen, Program Manager, Visual C#, Microsoft "Bill Wagner has written an excellent book outlining the best practices for developers who work with the C# language. By authoring More Effective C#, he has again established himself as one of the most important voices in the C# community. Many of us already know how to use C#. What we need is advice on how to hone our skills so that we can become wiser programmers. There is no more sophisticated source of information on how to become a first-class C# developer than Bill Wagner's book. Bill is intelligent, thoughtful, experienced, and skillful. By applying the lessons from this book to your own code, you will find many ways to polish and improve the work that you produce." -Charlie Calvert, Community Program Manager, Visual C#, Microsoft In More Effective C#, Microsoft C# MVP and Regional Director Bill Wagner introduces fifty brand-new ways to write more efficient and more robust software. This all-new book follows the same format as Wagner's best-selling Effective C# (Addison-Wesley, 2005), providing clear, practical explanations, expert tips, and plenty of realistic code examples. Wagner shows how to make the most of powerful innovations built into Microsoft's new C# 3.0 and .NET Framework 3.5, as well as advanced C# language capabilities not covered in his previous book. Drawing on his unsurpassed C# experience, the author reveals new best practices for working with LINQ, generics, metaprogramming, and many other features. He also uncovers practices that compromise performance or reliability and shows exactly how to avoid them. More Effective C# shows how to Use generics to express your design intent more effectively Master advanced generics techniques, such as constraints, method constraints, and generic specialization Use the multithreaded techniques you'll need to work with the .NET framework every day Express modern design idioms using the rich palette of C# language features Successfully mix object oriented and functional programming constructs Create composable interfaces and avoid confusion in public interfaces Use extension methods to separate contracts from implementation Program successfully with C# closures and anonymous types Write more effective LINQ queries Make the most of LINQ Lazy Evaluation Queries and Lambda Expressions Distinguish and convert between delegates and expression trees Efficiently utilize nullable types and partial classes Use implicit properties for mutable, nonserializable data You're already a successful C# programmer-this book can help you become an outstanding one.
Dave Barry in Cyberspace
Dave Barry - 1996
. . BARRY SHINES."--People A self-professed computer geek who actually does Windows 95, bestselling humorist Dave Barry takes us on a hilarious hard drive via the information superhighway--and into the very heart of cyberspace, asking the provocative question: If God had wanted us to be concise, why give us so many fonts?Inside you'll find juicy bytes onHow to Buy and Set Up a Computer; Step One: Get ValiumNerdstock in the Desert; Or: Bill Gates Is ElvisSoftware: Making Your Computer Come Alive So It Can Attack YouWord Processing: How to Press an Enormous Number of Keys Without Ever Actually Writing AnythingSelected Web Sites, including Cursing in Swedish, Deformed Frog Pictures, and The Toilets of Melbourne, AustraliaAnd much, much more!"VERY FUNNY . . . After a day spent staring at a computer monitor, think of the book as a kind of screen saver for your brain."--New York Times Book Review
Database Processing: Fundamentals, Design, and Implementation
David M. Kroenke - 1983
This tenth edition reflects the needs of students and assures the development of practical and marketable skills. It helps them learn: how to query data and obtain results, by presenting the SQL Select. It provides a framework to help students learn this material.
Black Code: Inside the Battle for Cyberspace
Robert J. Deibert - 2013
We depend on it for everything we do. We have reengineered our business, governance, and social relations around a planetary network unlike any before it. But there are dangers looming, and malign forces are threatening to transform this extraordinary domain.In Black Code, Ronald J. Deibert, a leading expert on digital technology, security, and human rights, lifts the lid on cyberspace and shows what’s at stake for Internet users and citizens. As cyberspace develops in unprecedented ways, powerful agents are scrambling for control. Predatory cyber criminal gangs such as Koobface have made social media their stalking ground. The discovery of Stuxnet, a computer worm reportedly developed by Israel and the United States and aimed at Iran’s nuclear facilities, showed that state cyberwar is now a very real possibility. Governments and corporations are in collusion and are setting the rules of the road behind closed doors.This is not the way it was supposed to be. The Internet’s original promise of a global commons of shared knowledge and communications is now under threat. Drawing on the first-hand experiences of one of the most important protagonists in the battle — the Citizen Lab and its global network of frontline researchers, who have spent more than a decade cracking cyber espionage rings and uncovering attacks on citizens and NGOs worldwide — Black Code takes readers on a fascinating journey into the battle for cyberspace. Thought-provoking, compelling, and sometimes frightening, it is a wakeup call to citizens who have come to take the Internet for granted. Cyberspace is ours, it is what we make of it, Deibert argues, and we need to act now before it slips through our grasp.
The Secret Life: Three True Stories
Andrew O'Hagan - 2017
We no longer question the reality of online experiences but the reality of selfhood in the digital age.In The Secret Life: Three True Stories, Andrew O'Hagan issues three bulletins from the porous border between cyberspace and the 'real world'. 'Ghosting' introduces us to the beguiling and divisive Wikileaks founder Julian Assange, whose autobiography the author agrees to ghostwrite with unforeseen-and unforgettable-consequences. 'The Invention of Ronnie Pinn' finds the author using the actual identity of a deceased young man to construct an entirely new one in cyberspace, leading him on a journey into the deep web's darkest realms. And 'The Satoshi Affair' chronicles the strange case of Craig Wright, the Australian web developer who may or may not be the mysterious inventor of Bitcoin, and who may or may not be willing, or even able, to reveal the truth.What does it mean when your very sense of self becomes, to borrow a phrase from the tech world, 'disrupted'? Perhaps it takes a novelist, an inventor of selves, armed with the tools of a trenchant reporter, to find an answer.
Arcade Mania: The Turbo-Charged World of Japan's Game Centers
Brian Ashcraft - 2008
Another thing that makes Japan unique in the gaming world is the prevalence of game arcades. While the game arcade scene has died in the U.S., there are 9,500 "game centers" in Japan with more than 445,000 game machines. Arcade Mania introduces overseas readers to the fascinating world of the Japanese gemu senta. Organized as a guided tour of a typical game center, the book is divided into nine chapters, each of which deals with a different kind of game, starting with the UFO catchers and print club machines at the entrance and continuing through rhythm games, fighting games, shooting games, retro games, gambling games, card-based games, and only-in-Japan games. Covering classic games from Space Invaders to Street Fighter, games that are familiar to Americans in their home console versions (Rock Band, Guitar Hero and Dance, Dance Revolution), as well as the unique, quirky games found only in Japan, Arcade Mania is crammed full of interviews with game makers and star players, and packed with facts about the history, background and characteristics of each game, all lavishly illustrated with photographs and game graphics. This book is a must-have for gamers everywhere.
The Race For A New Game Machine: Creating the Chips Inside the XBox and the Playstation 3
David Shippy - 2009
This is the inside story of the race to create a revolutionary chip to power the next generation consoles from Microsoft and Sony.
eBay for Dummies
Marsha Collier - 1999
Beginning with an overview of what eBay is and how to become a registered user, eBay for Dummies helps you discover how you can:Search for items to buy and list items to sell on eBay Place a bid--and determine how much you should spend Use pictures and basic HTML to make your eBay listings more appealing Communicate well and close deals without a problem Identify auction terms (reserve price, starting bid, Buy It Now, etc.) Organize your transactions and interactions using the My eBay page Resolve buying and selling issues with eBay's Trust & Safety program And much more! Registering at eBay makes you part of a really unique community of people who like to collect, buy, and sell items of just about every kind! So if you're ready to join the millions of people who use their home computers to make great deals, buy cool stuff, and turn a profit, eBay for Dummies does all the legwork so you can sit back and let the bidding begin!
The One Device: The Secret History of the iPhone
Brian Merchant - 2017
But packed within its slim profile is the fascinating, untold story of scientific, technological, and business breakthroughs--global in scope, sometimes centuries in the making, and coming from vastly different disciplines--that enabled Apple to create the most profitable product in history.For all the time we spend swiping, tapping, and staring at iPhones, you think there would be few things we didn't know about these gadgets. But think again. is a Magic School Bus trip inside the iPhone--traveling into its guts, peeling back its layers, and launching explorations that take us to the driest place on earth and a Mongolian lake of toxic sludge, down the Silk Road, into 19th century photography, and all the way back to Cupertino, California, where members of the original design team reflect on the earth-shattering work they did.As multifaceted as the invention it follows, The One Device is a roving, wide-lens approach to tech history that engages the imagination as it explores the marvel of engineering that millions of us use each day.
High Stakes, No Prisoners : A Winner's Tale of Greed and Glory in the Internet Wars
Charles H. Ferguson - 1999
1999, Crown Business, Hardcover, ISBN: 9780812931433, Book Condition: New, 014029 1D
SEO 2014: Learn Search Engine Optimization with Smart Internet Marketing Strategies
Adam Clarke - 2014
But first, let me tell you a little secret about SEO marketing... Most of the search engine optimization advice on the Internet is just plain wrong!If you've sifted through the torrents of search engine optimization advice online, you may have noticed two things: - Most of the knowledge on SEO is either completely outdated or just dead-wrong.- Google's constant updates have rendered many well known SEO strategies completely useless.Why is this so? Google are constantly evolving, making it extremely difficult to know what currently works. Some recent changes: 1. August, 2014 - Google announced sites secured with SSL certificates will get an advantage in search engines.2. July, 2014 - Google released a big update dramatically affecting how often the local business listings appear in the search results.3. May, 2014 - Google announced a game changing update, punishing sites with poor quality content and user experience.SEO 2014 walks you through the above updates and more. This book also reveals industry secrets about Google's algorithm, so you can learn SEO from a fundamental level, achieve top rankings in Google, and generate hundreds, or even thousands of new customers to your site. Sidestep the feared 2014 Google updatesContrary to Internet marketing chatter, problems caused by Google updates are hardly irrecoverable or unavoidable—but you need the right knowledge. This book reveals in granular detail: - Recent Google updates—Panda 4.0, Pigeon, Hummingbird and beyond.- Steps required to recover from a Google penalty.- How to avoid being penalised in 2014 and beyond.Discover powerful link building techniques experts use to get top rankings and generate massive trafficLink building is simply the strongest factor for ranking high in Google. Unfortunately, most widely-used methods just plain suck! This chapter walkers you through the most powerful techniques that work wonders and won't get you in hot-water with Google. You will also discover: 1. How to leverage social media to skyrocket traffic to your site.2. How to find "money" keywords that will send customers to your site.3. The dirty secret about link-building.4. Sneaky tricks to get local businesses ranking high with local search engine optimization.5. How to get expert SEO or internet marketing advice, completely free.6. The new meta technology search engines love, schema.org, and how to use it to get more traffic.You will also learn the little-known search engine optimization tools top internet marketing experts useThe SEO tools chapter lists 20+ of the powerful tools top internet marketing experts are using to automate their search engine optimization, saving weeks of time, and creating bigger results... and most of the tools are free! And read the very special bonus chapter on pay-per-click advertisingIn this special bonus chapter, learn how to quickly and effectively setup a pay-per-click advertising campaign with Google AdWords, and send more traffic and customers to your website overnight. As one of the most advanced and comprehensive SEO books ever published, SEO 2014 contains everything you need to learn SEO and dominate search engines in 2014. Purchase from Amazon and get started right away!