Beginning HTML5 and CSS3: Next Generation Web Standards, by Christopher Murphy

December 19, 2009 by Nekkidblogger · Leave a Comment
Filed under: CSS, CSS3, HTML5, Non-fiction, book review, web design 

This is a new and very exciting book on modern useBeginning HTML5 and CSS3, by Christopher Murhy of HTML5 and the new CSS3 techniques. If you are a web developer, then Beginning HTML5 and CSS3 is a great introduction to the new features and elements of HTML5; all the leaner, cleaner, and more efficient code you’ve hoped for is available now with HTML5. Aslo, you will find new tools that will allow you to create more meaningful and richer content. For everyone involved in web design, this book also introduces the new structural integrity and styling flexibility of CSS 3. This means better-looking pages and smarter content in your website projects with less work than before.

Beginning HTML-5 and CSS3 provides an in-depth look the new capabilities—including audio and video—that are new to web standards. It also addresses the new HTML5 structural sections, plus HTML5 and CSS3 layouts. You see how to create transitions and animations with new technologies.

  • Cutting-edge web development techniques with HTML5 and CSS3
  • The new features of HTML5 and how to work with HTML5 and CSS3
  • The new web standards being implemented by all the major web browsers
  • How to work with the new HTML5 structural sections
  • How to create HTML5 and CSS3 layouts
  • How to create transitions and animations without using Flash
  • New web typography solutions
  • A new vision of web development with HTML5 and CSS3

This book is for web developers and anyone involved in web design who wants to embrace the new web standards and cutting-edge features of HTML5 and CSS3. With a practical, accessible approach, this book is for anyone who wants to push their websites forwards with the latest technologies.

Links to this book at Amazon US, Amazon UK, and Amazon CAN.

Building Findable Websites: Web Standards SEO and Beyond, by Aarron Walter

SEO is important. But there is more to getting traffic to your web pages than just SEO. You want people to be able to find your sites, partly via search engines. However, once there, you also want users to find the content of interest to them on your sites. To achieve this, you need to know how people Building Findable Websites, by Aarroon Walter use your site and to organize your site smartly. Furthermore, you want to encourage people to revisit your site, hopefully many times. And, if you also consider that over time you many want other sites and blogs to link to your sites – thus giving you extra traffic and at the same time increased ranking in the search engines – then it becomes clear that driving traffic entails much, much more than “just” SEO.

But the alternative approach – which more or less says that content is king and the answer to your prayers – will most likely not cut it either. The reason is that you need content people can find, you need traffic from search engines, you need content that is organized well so that the right content is easily available to as many users as possible, and you need a web site that is alive – where things happen, where new content is added – so that users have a reason to return.

Walter’s approach encompasses both SEO and the more content focused approach. Thus this is not another SEO book written for marketing professionals. Building Findable Websites is a book full of practical advice and examples for people who build websites aiming to reach their target audience. Chapters introduce best practices and fresh perspectives on how to accomplish the goals I outlined above in the first paragraph of this review.

The book discusses Web standards, accessibility, and technologies like Ajax, APIs, Flash, and microformats, focusing on the larger ideas behind these technologies. Aarron’s book shows you how a website built semantically using XHTML, CSS and javascript can make your web site findable for your users and for the search engines. . It emphasizes building attractive content first, then removing any roadblocks that would prevent search engines from finding it.

Building Findable Websites is an interesting blend of high-level strategy and low-level techie tools and techniques. It is a book that lays out a sound philosophy, provides tools consistent with that philosophy, and show how to use them. So it’s a useful book. It is also a very well-written book. Building Findable Websites is, to my mind, a very worthwhile read for anybody concerned with web site traffic!

Links to Building Findable Websites by Aarron Walter at amazon US and amazon UK.

Head First HTML with CSS & XHTML, by Eric Freeman and Elisabeth Freeman

This is currently the #1 book on the amazon bestseller list for computer and Head First HTML with CSS & XHTML internet books under the headings CSS and HTML. And deservedly so! The “Head First” series by O’Reilly has a lot of good books. And with this books, they have managed yet again to create a great book for people wanting to learn CSS, Web design and HTML the right way!

Head First HTML with CSS & XHTM breaks down elements of HTML, XHTML, and CSS so that it beomes possible figure out what is going on and what needs to be done in web page design using these technologies. Also, this is a great choice for a textbook if you need to upgrade your skills!

This book covers the basics of HTML, putting your webpage on the Internet and linking to other web resources. It also tackles XHTML. Next, it introduces CSS along with the properties that can be controlled via CSS. And it does it all in a plain, nice way with lots of illustrations.

The authors show you how to do pretty advanced layouts using the tools available to you without you even noticing that you’ve been “studying”.

The book’s final chapter is appropriately entitled “The Top Ten Topics We Didn’t Cover”, and thus acknowledges that this is not an advanced book on webpage design.

Links to this book at Amazon US and amazon UK.

Beginner books about Python 3

April 3, 2009 by Nekkidblogger · Leave a Comment
Filed under: Non-fiction, Python, book review 

Python Programming for the Absolute Beginner, Second Edition (Paperback), by Mark Sommerfield

Python 3 is used more programming-pythonand more. It is a very powerful and versatile language. Python 3 is perhaps the best version of the language yet. This version is more powerful, convenient, consistent, and expressive than ever before.

Now, leading Python programmer Mark Summerfield demonstrates how to write code that takes full advantage of Python 3’s features and idioms. The first book written from a completely “Python 3” viewpoint, Programming in Python 3, brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own.

Summerfield has many years of Python experience.  He has deep insights into Python 3 development that you won’t find anywhere else. He begins by the eight key elements of Python you need to write robust, high-performance programs. Building on these core elements, he introduces new topics designed to strengthen your practical expertise–one concept and hands-on example at a time. This book’s coverage includes:

  • Developing in Python using procedural, object-oriented, and functional programming paradigms
  • Creating custom packages and modules
  • Writing and reading binary, text, and XML files, including optional compression, random access, and text and XML parsing
  • Leveraging advanced data types, collections, control structures, and functions
  • Spreading program workloads across multiple processes and threads
  • Programming SQL databases and key-value DBM files
  • Utilizing Python’s regular expression mini-language and module
  • Building usable, efficient, GUI-based applications
  • Advanced programming techniques, including generators, function and class decorators, context managers, descriptors, abstract base classes, metaclasses, and more

It is a great beginning book, loved and recommended by readers. As one reader writes: “This book takes an approach that gives the reader a quick overview of the language that is complete enough to start using Python by page 40! When the book mentions a topic that is covered elsewhere, there is a little box in the margin that tells the page that topic is covered – foward and backward. Great idea! That is very handy.” This is certainly a book I recommend!

Another very good book for people starting with Python is

Python Programming for the Absolute Beginner, Second Edition (Paperback), by Michael Dawson

This is a more basic book, not intended for programmers. So If you are a programmer looking to learn the Python language, this book is not for you. It’s for people who want to learn to program, and for whom Python may well be the weapon of choice. python-programming
The sample programs are realistic. They’re also short enough that someone can type them in as they go along. The author takes the reader all the way from “no experience required” all the way through OOP. Each step is gentle and encouraging. Along the way, the author points out what is a requirement and what is just convention. Computer jargon is explained in comfortable terms for the beginner.

Some of the main points the book touches on, i’m not going by any particular order…
-If, elif, else structures
-While loops
-For loops
-Functions
-Classes
-GUI’s and everything that entitles

The book comes with a cd which has all the source code you need to start programming. I highly recommend it for beginner programmers, as it is very good and very basic! Good luck!

Links to Python at amazon US and Python at amazon UK.

Syndicating Web Sites with RSS Feeds for Dummies, by Ellen Finkelstein

RSS orSyndicating Web Sites with RSS Feeds, by Ellen Finkelstein “Real Simple Syndication” is a great way to publizise content from Web sites and blogs. Syndicating Web Sites with RSS Feeds for Dummies by Ellen Finkelstein tells you how to do it and how to use it to stay informed about what’s going on on the net. Find out how to:

  • Use RSS to drive traffic to your Web site and build brand awareness
  • Choose and install the right software, set up RSS feeds, and decide on the format that meets your needs
  • Create RSS feeds from scratch, or put a news reader on your Web site
  • Improve your site’s ranking in search engines and build customer loyalty
  • Enable your customers to choose when and how they receive updated information
  • Tailor information for your audience and publish all your updates quickly and easily
  • Promote your RSS feed and explain to your customers how to use it
  • Provide added value for your customers

Making the most of RSS can make life easier for both you and those who do business with you. Syndicating Web Sites With RSS Feeds For Dummies will help you maintain fresh content for your Web site, blog, or e-zine, promote your site and establish links to it, and even update vital documents like employee guides, price lists, and procedures manuals, quickly and easily.

Doyle Brunson’s Super System: A Course in Power Poker 1 & 2

March 2, 2009 by Nekkidblogger · Leave a Comment
Filed under: poker 

When this book was first published in 1979, it caused a sensation. Immediately Doyle Brunson: Super Systemrecognized as the most ambitious poker book ever written, Super System nonetheless was received with irritation by some professionals because it was believed that Doyle “Texas Dolly” Brunson and his collaborators gave away too much, thereby allowing the amateurs to catch up, thus cutting into the professional player’s take.

Doyle Brunson: Super System 2There is some truth to this accusation. Poker is an evolving game. Write a revealing book and the old games disappear more quickly and the “rocks” have to learn the new game in order to continue to make a living.

What makes Brunson’s Super System more interesting than many other other poker books, is partly the prestige and celebrity of the writers, especially Doyle himself, but also Bobby Baldwin, David “Chip” Reese, Joey Hawthorne, David Sklanski; and Mike Caro (MJC). Sklanski, for instance, is one of the game’s great theoreticians and the author of several excellent books on poker. Caro, known as “the Mad Genius of Poker,” has formed his own “Poker University”, and has become quite a poker entrepreneur.

Second, there is the comprehensive coverage of the games from five card draw to no limit hold’em. Not everything is explained and some of the tricks are held back. Still, in my library of poker books, this is my favorite, and reading it was a great learning experience.

This is a poker classic, and a must read for students of the game. A lot of intriguing ideas and notions, and interesting commentary as well. Also, it is very well written!

More reviews of poker books!

Links to Doyle Brunson’s books at amazon UK, amazon US, and amazon CAN.

Publish & Prosper: Blogging for Your Business, by DL Byron & Steve Broback

February 20, 2009 by Nekkidblogger · 3 Comments
Filed under: Non-fiction, blogging, book review 

Blogs have come to stay. There are now millions of blogs on the net, about every possible subject you can imagine. Some blogs are extremely informal, reporting on the everyday lives of their authors, while others are corporate ones, run by companies that try to establish new, more conversational types of communication with their customers.

HerePublish and Prosper, by DL Byron and Steve Broback at this site we have started a couple of blogs too, and found blogging to be an interesting medium for communication. Blogs are more informal by nature, and most blog software provide for easy communication between bloggers and readers.

Publish & Prosper: Blogging for Your Business is a little gold mine about blogging. It is short, only about 180 pages long, but it deals with most of the topics that are relevant to establishing and running a blog. It covers topics like blog design, tools you need for blogging, writing and launching your blog, as well as managing and monitoring your blog. The tone is informal and conversational. And the authors have a solid background as bloggers and as corporate advisors to corporations that have established blogs aimed at customers (like Boing or Bluefly).

Publish & Prosper: Blogging for Your Business is a well written, very informative book that covers a wide range of topics about blogs and blogging. Recommended!

A few other books about blogs and blogging that may be of interest to you:

Startup Blogging Business Heroes of Blogging Making money on your blog

Links to amazon US for these boooks: Publish and Prosper: Blogging for Your Business, Start Your Own Blogging Business (Startup), Blogging Heroes: Interviews with 30 of the World’s Top Bloggers, and How to Make Money with Your Blog: The Ultimate Reference Guide for Building, Optimizing, and Monetizing Your Blog (How to Make . . .). Links to amazon UK: Publish and Prosper: Blogging for Your Business, Start Your Own Blogging Business, Blogging Heroes: Interviews with 30 of the World’s Top Bloggers, and How to Make Money with Your Blog: The Ultimate Reference Guide for Building, Optimizing, and Monetizing Your Blog (How to Make . . .).

The Non-Designer’s Web Book, 3rd Edition, by Robin Williams

February 14, 2009 by Nekkidblogger · Leave a Comment
Filed under: Non-fiction, book review, web design 

While the second edition of The Non-Designer’s Web Book won’t The Non-Designer's Web Book, by Robin Williamsanswer all of your technical questions about the inner workings of the Web, it explains most of what a beginning designer needs to know: what the Web is, how it gets to your computer, how to use it, and, most of all, how to design for it.
Any artist can tell you that you have to know how a medium works to get the most impact from working in it.

A basic understanding of how the Web works enables the good designer to create the most effective sites. This book thoroughly discusses the different kinds of graphics that are used on the Web, when to use one over another, how to make the most of text styles, and how to design navigation systems.

The comparisons are the best stuff here–good design vs. bad design, why designing Web pages is different from designing printed pages, and why a site looks terrific on one monitor but terrible on another. Two chapters on properly preparing graphics and setting typography for use on a Web site describe how to avoid obvious mistakes that would make your work look amateurish.

Not limited to design, the Non-Designer’s Web Book shows how to get a site up and running, register the domain name, and add it to search engines. After the design is finished and implemented, the site has to be uploaded and updated; this is explained, too.

The Joy of Sex, new edition!

The Joy of Sex, originally released in 1972, was parked on the New York Times bestseller list for the longest time. As Washington Post says, “It scintillated, it titillated, it taught French you never learned from Madame Cousin. But most of all, it normalized. In the boudoir, everyone was okay, and everyone could be taught.”

The Joy of Sex is subtitled “A Gourmet Guide to Lovemaking,”, and has chapter headings like Starters, Main Courses and Sauces & Pickles.

Joy of Sex, illutrationThe revised version of the book deals with an array of modern topics like Internet pornography, AIDS and Viagra, and features photographs (and drawings, when things get too graphic) of a couple. And it has been thoughly revised and updated. It reflect the latest research about the biology of sex. There is new material on the arousal cycle, hormones, pheromones, the clitoris, the relevance of the nipples, how erections work, aphrodisiacs, and more. Also, in addition to the elusive G spot, there is material about two other spots women can also enjoy, should they be lucky enough to locate them: the A spot, deeper inside the vagina than the G spot; and the U spot, between the clitoris and the vagina.

So, there it is. It’s a beautiful book, still fresh, and a great book to read to learn more or get som new ideas.

The new Joy of Sex available both in England and the U.S. It is highly recommended. Check it out!

Amazon US Amazon UK

See also the bestselling books (links to amazon US): The Complete Idiot’s Guide to Amazing Sex, Third Edition and The Other Side of Desire: Four Journeys into the Far Realms of Lust and Longing.