Two Scoops of Django: Best Practices for Django 1.6


Daniel Roy Greenfeld - 2014
    

Sexy Web Design


Elliott Jay Stocks - 2008
    You'll be guided through the entire process of creating a gorgeous, usable web site by applying the timeless principles of user-centered design.Even if you're short on design skills, with this book you'll be creating your own stunning web sites in no time at all.Throughout, the focus is on simple and practical techniques that anyone can use - you don't need to have gone to art school or have artistic flair to create stunning designs using the methods outlined in this book.The book's full-color layout and large format (8" x 10") make Sexy Web Design a pleasure to read.Master key web interface design principles Design amazing web interfaces from scratch Create beautiful, yet functional, web sites Unleash your artistic talents And much more Who should read this book? Whether you're completely new to web design, a seasoned pro looking for inspiration, or a developer wanting to improve your sites' aesthetics, there's something for everyone here.How? Because instead of trying to cover every possible area of creating a web site, we've focused purely on the design stage; that is, everything that happens before a single line of code is written.However, great design is more than just aesthetics. Long before we open our graphics program of choice, we'll be conducting research, dealing with clients, responding to briefs, sketching out sitemaps, planning information architecture, moving from doodles to diagrams, exploring different ways of interactivity, and building upon design traditions.But ultimately, you'll be finding out how to create web sites that look drop-dead gorgeous.

Professional ASP.NET MVC 4


Jon Galloway - 2012
    Experienced .NET and ASP.NET developers will find all the important information they need to build dynamic, data-driven websites with ASP.NET and the newest release of Microsoft's Model-View-Controller technology. Featuring step-by-step guidance and lots of code samples, this guide gets you started and moves all the way to advanced topics, using plenty of examples.Designed to give experienced .NET and ASP.NET programmers everything needed to work with the newest version of MVC technology Expert author team includes Microsoft ASP.NET MVC insiders as well as leaders of the programming community Covers controllers, views, models, forms and HTML helpers, data annotation and validation, membership, authorization, security, and routing Includes essential topics such as Ajax and jQuery, NuGet, dependency injection, unit testing, extending MVC, and Razor Includes additional real-world coverage requested by readers of the previous edition as well as a new case study example chapter

Search Engine Optimization: An Hour a Day


Jennifer Grappone - 2006
    Drawing on years of experience as successful SEO consultants, Jennifer Grappone and Gradiva Couzin provide detailed, practical, and often surprisingly simple techniques for improving results. Their simple strategies include setting SEO goals, site optimization, developing and implementing a strategy that might include both free and paid efforts, and tools for monitoring trends, measuring the competition, and tracking results.

WordPress Websites Step-by-Step - The Complete Beginner's Guide to Building a Website or Blog With WordPress


Caimin Jones - 2013
    You won't need to learn any web programming or turn yourself into a computer geek.What is WordPress?WordPress is a powerful publishing tool that's the single most popular way of publishing websites and blogs. It's used by Fortune 500 companies, startups, small businesses, bloggers and non-profits alike to build a professional presence on the web.Because WordPress lets you add and edit content through a web-based admin area, it's easier to use then you might imagine. In fact, you can build a great-looking site without being a web designer or computer geek. You can edit your website design as much as you like and add new features with a few clicks of the mouse, or you can use the default design for an equally professional-looking site.In plain English, this step-by-step book, written by a WordPress expert, helps you buy a domain name, get web hosting and set up WordPress so you can make a beautiful website or blog.Clear explanations and over 55 images of the admin screens and tools mean you can see exactly how to do all this.What you'll learn in WordPress Step-by-Step*How to choose a great domain name and get professional, reliable hosting * How to install WordPress in a few mouse clicks* How to publish posts and pages with correctly formatted text* How to give your website a professional touch by using images and videos* How to customize the design of your site without needing to be a programmer* How to extend your site even further with "plugins" * How to structure your site so you'll get found by Google* How to keep your website secure * How to solve the most common WordPress problems...and more.There's also a free bonus chapter on getting the first visitors to your site.Plus, the book is packed with links to additional resources and free design themes and plugins to help you build a website on a budget.By the time you've read the book you'll have a unique, professional and easy-to-use website to be proud of - and you'll have created it yourself!Important: This book is currently the most up-to-date WordPress book available on Amazon. Some of the older WordPress books were published more than a year ago - a lot has changed since then. This guide describes how to use the latest version of WordPress (3.5).Whether you want to build a simple website for your company or organization, make money with a blog or a full online store, this non-geek guide will get you online quickly.

An Introduction to APIs


Brian Cooksey - 2016
    We start off easy, defining some of the tech lingo you may have heard before, but didn’t fully understand. From there, each lesson introduces something new, slowly building up to the point where you are confident about what an API is and, for the brave, could actually take a stab at using one.

How To Destroy A Tech Startup In Three Easy Steps


Lawrence Krubner - 2017
    When inexperienced entrepreneurs ask my advice about their idea for a tech startup, they often worry "What if Google decides to compete with us? They will crush us!" I respond that far more startups die of suicide than homicide. If you can avoid hurting yourself, then you are already better off than most of your competitors. Startups are a chance to build something entirely original with brilliant and ambitious people. But startups are also dangerous. Limited money means there is little room for mistakes. One bad decision can mean bankruptcy. The potential payoff attracts capital, which in turn attracts scam artists. The unscrupulous often lack the skills needed to succeed, but sometimes they are smart enough to trick investors. Even entrepreneurs who start with a strong moral compass can find that the threat of failure unmoors their ethics from their ambition. Emotions matter. We might hope that those in leadership positions possess strength and resilience, but vanity and fragile egos have sabotaged many of the businesses that I’ve worked with. Defeat is always a possibility, and not everyone finds healthy ways to deal with the stress. In this book I offer both advice and also warnings. I've seen certain self-destructive patterns play out again and again, so I wanted to document one of the most extreme cases that I've witnessed. In 2015 I worked for a startup that began with an ingenious idea: to use the software techniques known as Natural Language Processing to allow people to interact with databases by writing ordinary English sentences. This was a multi-billion dollar idea that could have transformed the way people gathered and used information. However, the venture had inexperienced leadership. They burned through their $1.3 million seed money. As their resources dwindled, their confidence transformed into doubt, which was aggravated by edicts from the Board Of Directors ordering sudden changes that effectively threw away weeks' worth of work. Every startup forces its participants into extreme positions, often regarding budget and deadlines. Often these situations are absurd to the point of parody. Therefore, there is considerable humor in this story. The collision of inexperience and desperation gives rise to moments that are simply silly. I tell this story in a day-to-day format, both to capture the early optimism, and then the later sense of panic. Here then, is a cautionary tale, a warning about tendencies that everyone joining a startup should be on guard against."

Pro Git


Scott Chacon - 2009
    It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.

JavaScript: The Good Parts


Douglas Crockford - 2008
    This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

SEO Made Simple: Strategies for Dominating the World's Largest Search Engine


Michael H. Fleischner - 2008
    Visit the SEO Made Simple (fourth edition) page for more information. http: //www.amazon.com/SEO-Made-Simple-4th-Ed... More Than 30,000 Copies Sold! The original SEO Made Simple: Strategies for Dominating the World's Leading Search Engine, is a tell-all guide for anyone trying to reach the highly coveted #1 ranking on Google for their Web site or Blog. Learn from a leading Webmaster the specific SEO techniques that deliver top rankings in less than 30 days. Whether you're a search engine optimization expert or new to Web site rankings, the techniques revealed in SEO Made Simple will give you everything you need to dominate the leading search engines. Generate tons of traffic to your website absolutely FREE with top search engine placement on Google, Yahoo! and MSN. SEO Made Simple is the only resource on search engine optimization that you'll ever need.

Prescription: Murder! Volume 3: Authentic Cases From the Files of Alan Hynd


Alan Hynd - 2014
     From the files and pen of world renowned true crime writer Alan Hynd (1903 - 1974) comes the final installment of deliciously dark true murder cases of the first half of the 20th Century. These stories, the third of these three short collections, are unified by a single theme: they all involve physicians. And not for the autopsy, but as perpetrators or accused perpetrators. You may never see your family care giver again in the same light. Told in the characteristic wry, anecdotal reportorial style that made Alan Hynd famous in his day (two wartime best sellers in 1943, contributions to The Reader's Digest, Colliers, Coronet, The Saturday Evening Post, True, Liberty, The American Mercury and almost every true detective magazine in print) these tales will have you cringing one minute, laughing the next, and gasping in shock a moment later. Truly, no one could make up classics like these. We meet here the notorious Dr. Cream, a twitchy-eyed psychotic with a yen for prostitutes, a Philadelphia chiropractor whose girlfriend lost her head, and Marcel Petiot, whose patients payed their own way out of this world. Then as a bonus, get to know (from a safe distance) "Lethal Louise," the black widow of California, and Adolf Luetgert of Chicago, whose sausage-making plant was put to extracurricular uses. This is not for the faint of heart. True crime is always farther out there than fiction.

Eloquent JavaScript: A Modern Introduction to Programming


Marijn Haverbeke - 2010
    I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?

A Thru-Hiking Trilogy - Three Book Box Set: Three Books - Three Trails - Three Adventures


Keith Foskett - 2016
    Three epic thru-hikes totalling 5840 miles. Will one Englishman dare to face his fears?Three books in one - Over 800 pages of adventure! Book #1 - The Journey in Between A man at a crossroads. A thousand-mile hike. A life forever changed. Keith Foskett was the definition of restless. Drifting aimlessly, he knew a piece was missing from his life. But when a stranger in a Greek bar tells him about a world-famous pilgrim’s trail, the chance encounter sets Foskett’s life in a new 1,000-mile direction. On El Camino de Santiago, the wanderer copes with extreme temperatures, fake faith healers, and insatiable kleptomaniacs. Threatened with arrest for ‘not sleeping’ and suffering with excruciating blisters, he pushes himself to new limits.Keith Foskett’s travelogues have been shortlisted for Outdoor Book of the Year multiple times by The Great Outdoors magazine. Awash with vivid descriptions and a cast of engaging real-life characters, the author delivers a humorous and mesmerizing tale of adventure and metamorphosis. The Journey in Between is a daring travel memoir. If you like indulging your inner adventurer, taking the less popular fork in the road, and visiting foreign locations, then you’ll love Keith Foskett’s transformative tale.  Book #2 - The Last Englishman A real-life adventurer. A gruelling pan-American trek. Will one Englishman dare to face his fears?Born traveller Keith Foskett had thousands of miles of thru-hiking experience when he prepared for his toughest challenge yet: a gruelling 2,640-mile hike from Mexico to Canada. In a six-month journey along America’s Pacific Crest Trail, he crossed the arid expanses of California’s deserts, the towering peaks of Oregon’s volcanic landscape, and the dense forests of Washington.Battling phobias of bears, snakes, critters and camping in the woods after dark, can Foskett find new ways to achieve his ultimate goal when the worst winter in years bears down on the trail?Veteran storyteller Keith Foskett lets you join him for a trek across the greatest long-distance hiking trail on Earth. With witty humour, astute observations, and a delightful cast of characters, you’ll discover a compelling narrative that turns the travelogue formula on its head. The Last Englishman is an extraordinary travel memoir by an experienced long-distance hiker. If you believe there’s more to life than work, yearn for new horizons and challenges, and believe in overcoming adversity, then you’ll love Keith Foskett’s tale of exploration.  Book #3 - Balancing on Blue One man’s remarkable challenge. 2,000+ miles of unforgiving wilderness. Can he escape the mundane to become a thru-hiker?When this long-distance hiker chose to backpack all 2,180 miles of the Appalachian Trail, he left ordinary life behind for five months. Enduring an incredible test of physical and psychological strength, Foskett was pushed to his limits…Accompanied by an array of eclectic characters – including a drug dealer, a world-champion juggler and a sex-starved Minnesotan – he weaves a route through some of America's wildest landscapes and history, and writes with insight, humour and reflection. Attempting to keep his English sense of humour alive amidst the bumps and bruises, can he survive his journey of self-discovery to emerge victorious?Balancing on Blue is a superb standalone travel memoir. If you like living outside the box, escaping into the wild, and journeying deep into the unknown, then you’ll love this courageous trek.

WordPress All-In-One for Dummies


Lisa Sabin-Wilson - 2011
    Eight minibooks provide you with expanded coverage of the most important topics to the WordPress community, such as WordPress basics, theme designs, plug-in development, social media integration, SEO, customization, and running multiple sites. Veteran author Lisa Sabin-Wilson leads an authoritative team of authors who offer their unique knowledge and skillset while sharing invaluable advice for maximizing your site's potential and visitor experience.Presents straightforward and easy-to-understand coverage of the basics of WordPress, the most popular blog software in use today Delves into the topics that matter most to the WordPress community, such as theme design, plug-in development, and social media integration Addresses ways to handle a variety of WordPress security issues Examines the WordPress network The word on the street is that WordPress All-in-One For Dummies presents everything you need to know about WordPress in one convenient book!

Stylin' with CSS: A Designer's Guide


Charles Wyke-Smith - 2005
    Stylin with CSS teaches you everything you need to know start using CSS in your web development work, from the basics of markup of your content and styling text, through to creating multi-column page layouts without the use of tables. Learn how to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS no JavaScript required. Discover how to design code that will work on the latest standard-compliant browsers, while working around the quirks of the older browsers. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get your started and build your skills is right here in this book. You ll be stylin in no time!"