Tuesday, October 26, 2010

How to search for Cheap Van Hire

One of the few things that gets me angry is when companies advertise one thing but charges you something else. This was exactly what happened this last weekend from one of the local Van Hire companies around my area. A quick online search pulled up several van hire operators, which I narrowed down to a few that looked promising.

I decided on one and booked with my credit card. The service was supposed to cover insurance, the van itself, fuel and man - (van and man). I booked it for two days, meaning that it should be delivered to my door first thing Saturday morning and returned Monday morning. As it turned out, things didn't go according to plan.

First, the driver arrived late well into the mid-morning on Saturday with the van. Not only was he late, the van was not clean...you could see that it needed cleaning before you. I gently suggested that they should have brought a cleaner van, which he rudely replied that if I didn't want the van I should let him know. Of course, I should have turned down the van hire, but I had to move out to my new house that weekend, so I was not prepared to waste any more time.

The problem did not end there. One of my treasured paintings was torn and ripped from its frame. If this was any other painting, I would not have bothered in the slightest. But as it happened this was a painting that was passed down to me by my father. It has been in the family for over 90 years. So, you can understand how I felt that this van man did not think anything of it.

To make matters worse, my credit card was over charged for the van hire with tax and made to use their chosen insurance company, made to pay for full tank of fuel and late delivery charge. In all, I was not only ripped off, I lost a treasured painting, over charged and had a terrible experience. It later transpired that there was no company - it was the man himself who ran the business from his home. I initially thought of naming and shaming the company, but decided against it as I didn't want to give them any undue publicity.

So, my advice is to never rely on what these little dodgy  companies post on their website, ask around from friends, neighbours and even colleagues for any reputable Van hire service. Chances are they will have used one themselves and should be able to recommend one. And if possible, avoid van and man, and go for van only of you have someone to help with the heavy lifting.

Monday, October 25, 2010

wxPython in Action

This year I decided to take the plunge and try to learn how to program GUI interfaces. As I'd been learning Python for a couple of years on and off I looked at the available options - which seemed mainly to be just four - Tkinter, PyGTK, PyQt and of course wxPython.

I discounted Tkinter as it is frequently said to not be good enough for large programming projects, and PyQt because it isn't Open Source and briefly looking at the license details put me off straight away.

I then tried to find information on PyGTK and wxPython. PyGTK is probably a good option but doesn't have any books on the subject and the online documentation can be a bit confusing at times - its a pity that someone who knows PyGTK hasn't written a book on it yet !

Even though the wxPython book was written four years ago and therefore doesn't necessarily include full details of the current version (v2.8.11 at the time of writing) I decided to try the book. And I am very glad that I did - it turned out to be one of my best programming book purchases for some time. It is easy to follow (assuming that you know Python and object oriented programming) and has good examples for many if not most of the things which you are likely to want to use for GUI programmimg.

It has very good sections on creating Frames, text windows, menus, drawing to the Screen Device Context, Buffered Device Contexts where necessary to avoid constant redrawing of the screen, all the standard button and widget types, printing, many types of sizers to automatically arrange your widgets without having to know exactly where they all are on the screen, dialogs (I couldn't believe how easy it was to use the standard File Chooser dialog !) and a great chapter on keeping your code tidy - and after coding a few GUI programs I can see why :)

I have been a programmer for many years (COBOL mainly !) and all in all this book make learning GUI programming as easy as I could ever have imagined. I don't know if a new version of this book is planned but until then if you need to learn Python GUI programming then get this book ! After 2 to 3 months in your spare time & weekends you could be programming Python GUI's reasonably competently !

Wednesday, October 20, 2010

The Twelfth Imam - Joel C. Rosenberg

Reading "The Twelfth Imam", political thriller, is very plausible, it's like reading today's headlines especially with the tension between Iran and Israel and the United States.

This novel is set forth on two "what if" plots. The first is, what if the world drags their feet too long and Iran really acquires nuclear weapons?

And, what if the so-called Islamic messiah known as the Twelfth Imam by Joel C. Rosenberg actually appears on earth? How would Iran respond? How would the Israel and the United State handle this?

This fits into Bible Prophecy as the antichrist beast of revelation 13, will probably claim to be the 12th Imam just like this novel... it is thought provoking!

This book should be a best seller and I highly recommend it to everyone! It is action packed that will keep you on the edge of your seat.

Monday, October 18, 2010

KaChing: How to Run an Online Business that Pays and Pays

When I bought this book there wasn't too many reviews and so I relied a little on the title to sway me 'How to Run an Online Business that pays and pays'. That was what I was after and so I was hooked.

Initially I was a little disappointed, not much, but a little hence the 4 stars. I say this only because I felt the book largely centres around blogging your passion, your expertise or what interests you. Many of the tools, techniques and advice that Joel Comm discusses tie back to making money from blogging. Sure you can make money from your online business via blogging, but I just felt it was a little too one dimensional, as Joel Comm didn't look too much past this (blogging). Some online businesses are not just about blogging! Having said that Joel does discuss affiliate marketing and ways to make money from your site via membership and coaching programs but again its geared around your knowledge and doesn't touch on other online business strategies for those who may be trying to make money online via other initiatives i.e. selling products.

That said this book is easy to read and isn't overly complicated. Joel Comm delivers by providing a number of models on how to make money, most of which are geared around Google AdSense. He does though delve into AdSense discussing the importance of ad layout and formatting.

At times I found I couldn't put this book down and was getting carried away with how I, someone who has never considered blogging, could maybe make a living from it. Joel Comm inspires you and makes you believe you can. I've never heard him talk, but he writes passionately, which I believe gives what he says credibility. If he believes it then I will too. Importantly he is a realist, advising making money from an online business takes time, effort in building networks and then more time. It doesn't happen overnight.

If you blog and want to make money from it, then I'm sure this book will help as many of the tips, tools and techniques suggested are clear and easy to understand. If you run an online business selling a product then I believe there are better books on internet marketing, searching engine marketing etc.

 Get a copy here >>

Sunday, October 17, 2010

worth the money when its on sale

I purchased this microSDHC Flash Memory Card to add more memory to my Archos 5 IMT 16gb. That great things about the Archos is that it integrates this SD Card, so it's like I have 32GB of memory, instead of 2 separate storage devices like most MP3 players with expansions bay have. Simply put, a great buy for what I needed it for.

I thought I would blog about it in case someone else wants to take the opportunity to quickly grab one whilst the sale lasts.

Saturday, October 16, 2010

The Book of Python: A Real-World Reference

The Book of Python is a complete reference to the Python programming language. It begins with a discussion of Python's programming environment (data types, packages, and modules), then moves on to more advanced topics, including object oriented programming, interacting with operating systems, creating GUIs and database interfaces, network programming, XML, and web programming.

Functions and modules are cross-referenced throughout and multiple examples illustrate how to use Python. The authors have extensive experience with large scale, mission critical Python applications-real world experience that forms an unusually solid foundation for a book of this sort.

The Ultimate: Fable III Limited Edition

Ascend to the throne and become Albion's next ruler in Fable III . "The Fable III Limited Edition Signature Series Guide" picks up the story of life in Albion over half a century after the events of Fable II. Your quest is to overthrow a megalomaniac sibling and save a continent on its knees. This limited edition guide tracks the decisions you make, determining the type of ruler you become. Exclusive quest guides and maps provide an unprecedented knowledge of the games dig spots, gnomes and secrets.

Included is a stand alone art section, with a limited edition dust cover and multiplayer tactics for co-op and competitive modes. Fable III and The Kingdom of Albion have never been explored in such detail, but how will you gain and control the wealth and power you crave?

Here's a trailer to get your tongue wagging!

Friday, October 15, 2010

Noise-Cancelling Earbud Headphones

My 'normal' headphones are earbuds and I like the loose fit. I was skeptical about getting noise-cancelling earbuds due to the 'tight' fit in the ear, but these Noise cancelling Headphones are DEFINELY worth it! Amazing the difference these make in noise reduction. Loud AC unit in my living room becomes 'silent'.

Took the headphones on a trip recently -- sitting at the airport gate, the headphones got rid of the din of noise yet let me hear the intercom messages. And once we were on the plane/in flight, greatly reduced the engine/air noises. Had one instance (in the airport) where I couldn't hear a gentleman talking to me when the headphones were on, but I can live with that!

Looking for Noise Cancelling Headphones, then check out this lot. There's definitely something there for every one.

Building Android Apps with HTML, CSS, and JavaScript

If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android applications. This hands-on book shows you how to use these open source web standards to design and build apps that can be adapted for any Android device -- without having to use Java.
You'll learn how to create an Android-friendly web app on the platform of your choice, and then convert it to a native Android app with the free PhoneGap framework. Discover why device-agnostic mobile apps are the wave of the future, and start building apps that offer greater flexibility and a broader reach.
  • Learn the basics for making a web page look great on the Android web browser
  • Convert a website into a web application, complete with progress indicators and more
  • Add animation with jQTouch to make your web app look and feel like a native Android app
  • Take advantage of client-side data storage with apps that run even when the Android device is offline
  • Use PhoneGap to hook into advanced Android features -- including the accelerometer, geolocation, and alerts
  • Test and debug your app on the Web under load with real users, and then submit the finished product to the Android Market
This book received valuable community input through O'Reilly's Open Feedback Publishing System (OFPS). Learn more at http://labs.oreilly.com/ofps.html.

Thursday, October 14, 2010

JBuds J3 Micro Atomic In-Ear Earphones with Travel Case for $9.95

I bought these as a replacement for my surprisingly durable apple ipod phones.

I have read reviews about a "trebly" sound. I did notice this when first listening. But read the directions! It says they sound better after playing for 24-48 hours; just leave your phones plugged in all day if you aren't using them during this period. I would say they really started sounding good after a little more playtime than this but not too much longer. And after using them for 6 months, I think they sound better than ever! Also keep in mind these are in-ear headphones. The lower frequencies depend on the whole phone vibrating in your ear, so don't be turned-off by the relatively small speaker mesh. The bass in these headphones seems pretty darn good.

Minus just one star for having the issue of banging on wires creating noise in the phones (although this is probably an issue with most in-ear phones of this type) and too short of a wire. This is not much of an issue with the J3s when sitting down. I have found that wrapping the wires around the ears almost eliminates the thud, but this makes the wire even shorter than it already is. I have not used the J3 much while exercising so I cannot give an opinion for this type of use.

I can say that the smooth wire coating on the J3s does a great job of eliminating any scratching noises, unlike fabric-coated wires.

At just $9.95 I think it's a steal!

The Heroes of Olympus, Book One: The Lost Hero

Rick Riordan has not ceased to amaze me. Ever since I picked up a copy of THE LIGHTNING THIEF in 2008 and read the PERCY JACKSON AND THE OLYMPIANS straight through, I have loved everything Riordan has put out. From his Egyptian offshoot, THE KANE CHRONICLES, to even his entry in THE 39 CLUES, THE MAZE OF BONES, I am always shocked and in awe of his story-telling. And the first outing in the new HEROES OF OLYMPUS series, THE LOST HERO, is no exception.

I debated for quite a while as I read THE LOST HERO whether a new-comer to Riordan could pick up this book and just start in, and I came to the conclusion that if someone hasn't read anything by him, it would be best to go back to THE LIGHTNING THIEF and start there. Otherwise, THE LOST HERO would contain too many references to events and characters which wouldn't make sense to someone who hasn't read the books yet. So if you haven't finished Riordan's first series, PERCY JACKSON AND THE OLYMPIANS, I would say stop reading this review now and go back to THE LIGHTNING THIEF.

The story begins with a boy named Jason, who suddenly appears in a school bus in the middle of the desert sitting beside Piper and Leo, two classmates that he's supposedly been friends with for the past few months at Wilderness School. But Jason can't remember any of that. In fact, he can't even remember his own name or how he got there. I really don't want to say much more than that, because diving too deeply into the storyline will only ruin the experience.

Per usual, the story is action-packed, and coming in at a hefty 576 pages, THE LOST HERO, starts and doesn't slow down until the very last page. As I read, I couldn't help myself from gasping out loud. There was a new plot twist to almost every page I turned. At first, I kept wondering what on earth can Riordan do with the whole concept of Greek gods and mythology that he didn't accomplish in the first five books - and I will admit part of me was a bit afraid that THE LOST HERO was going to fizzle out and not live up to my favorite, THE LAST OLYMPIAN. But Riordan pulls out some unexpected ideas that meld seamlessly with the mythology he's crafted throughout the first series.

The book is told in third-person, which is a bit of a switch from either THE KANE CHRONICLES or PERCY JACKSON AND THE OLYMPIANS, which were both written first-person. THE LOST HERO switches off between Jason, Piper, and Leo, each getting two chapters and then switching to the next. This aids in the character development, which is stronger here than in other novels from Riordan. The things that Piper and especially Leo grow through in the book felt real and done in a way that made sense with the story. The author searched out a lot of the issues that face students today, including abandonment in its various forms. In a way, I think THE LOST HERO is one of his more serious books, and while there was definitely humor to lighten things up here and there, this one definitely came across as a much weightier story, for the characters and the plot.

While the story does center around Jason, Piper, and Leo, there are plenty of familiar faces around to tie things back to the first series. Cameos from people such as Chiron, Clarisse, Annabeth and others definitely were fun and added an interesting dimension to the storyline. Riordan also mines some lesser known myths in the Greek works and gives us some exciting battles with old foes that are just as deadly as anything Percy, Grover, and Annabeth faced - and sometimes, much, much worse.

THE LOST HERO ends up rising above and beyond anything I expected from Riordan, and will definitely get readers excited to revisit Camp Half-Blood and its demigods. And now, we only have to wait until Fall of 2011 for the next volume, THE SON OF NEPTUNE.

The Social Media Bible: Tactics, Tools, and Strategies for Business Success

The authors tackle a mighty big subject here. But I didn't know how big until I saw at the size of this book. And the thing is, most of the chapter subjects - social networking, blogging, vlogging, microblogging, Search, Gaming, etc - could easily merit several entire books unto themselves.

The authors rely heavily on what are probably recorded statements from industry leaders in the various fields, and verbal transcripts tend to ramble on a bit when committed to paper. The transcripts could have used some heavy editing, which was probably impossible due to bruised corporate egos.

I wouldn't call this book a "bible", mainly because the subject is much too large for any one book to cover in-depth. But this book is the best attempt yet to cover the scope of the rapidly growing and evolving social media phenomenon. And as someone in the search marketing field, the book really opened my eyes to exactly how big the Social Media field really is, and for that, I give the book 5 stars.

Tuesday, October 12, 2010

My new Panasonic Lumix DMC-G2 12.1 Camera

I pre-ordered this Panasonic Lumix DMC-G2 12.1 camera, so I paid full price. I see that it has now dropped to $379 or so.
I would rate the camera a great value at list price, so it is a super-great value at the price you can now get it for!

I just spent two weeks in Portugal and Spain. I took hundreds of pictures -- inside cathedrals, outside of scenics and old castles, night shots, portraits, high dynamic range bracket shots, etc etc. This camera allowed me to get the best pictures I've ever taken, and I've been using SLR's since I got a Pentax Spotmatic in the 70s. The touch-screen interface, coupled with the easy-to-use and well thought out physical buttons, made adapting to the situation (for instance, underexposing a bit to get the proper mood in a cathedral's sanctuary)a breeze.

It reacts very quickly, so I didn't miss any opportunity shots. The image quality (I shoot RAW) is superb. If left on P mode or IA mode, the decisions it makes almost always result in the shot I want, and if I want to tweak it a bit (as mentioned above), it's quick and easy to do.

Both the LCD and the viewfinder are extremely bright. I typically use the viewfinder (old habit, maybe) and use the LCD for its touch screen capabilities, either to quickly change settings or to touch where I want the focus point to be. That "focus and shoot" option on the LCD is a hoot!

Highly recommended.

(For what it's worth, I also have a Lumix DMC-LX5, which is a great "little brother" companion to this camera. It also took terrific shots on our trip.)

Discover how to create Flash Lite mobile apps from the ground up

Adobe Flash is an ideal choice for developing rich interactive content for "Flash-enabled" mobile devices; and with this book, you'll learn how to create unique applications with Flash Lite. Through a series of code samples and extensive example applications, you'll explore the core concepts, key features, and best practices of the Flash Lite player. Coverage reveals various ways to develop Flash mobile content, create applications with a cross-platform programming framework based on the Model, View and Controller concept, and use a number of open web and device manufacturer service APIs.
Professional Flash Lite Mobile Development:
  • Looks at Adobe Flash Professional and Adobe Device Central, the essential tools used in developing and testing Flash mobile device content
  • Explores object-oriented programming as well as the PureMVC framework
  • Shares techniques for extending the capabilities of mobile devices
  • Provides detailed insight into using audio, video, and images in applications
  • Introduces ways to extend Flash mobile apps beyond the features of the Flash Lite Player
  • Walks you through packaging and distributing complete Flash Lite mobile apps to different mobile platforms
Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

You're Better Than Your Job Search

Since I found an excellent opportunity within a day of finishing the book, I can only admit that it was helpful... or maybe it's magical? The section on interviewing with a panel was actually a big help. Having read that section to prep for an interview in which I was expecting two interviewers, I still had all the tools I needed when I was seated in front of a panel of four.

Much of the information presented here is available via The Ladders, but still very handy to have it in book form, and the book is well-conceived and designed to be a handy reference. I've been reading posts from Marc Cenedella for years, and recommend his book for its same very positive tone.

Friends and family aside, it's nice to have someone rooting for you!
Great book, get one here

Monday, October 11, 2010

Our Kind of Traitor

John le Carre is one of those authors that everybody tells me I should read, and whom I really want to read. But his towering body of work is... a little intimidating.

So I decided to start with "Our Kind of Traitor," his latest thriller. And it's a solid place to start -- new characters that don't require previous books to understand, heart-pounding suspense, and a genteel British gloss. It's an intelligent and gripping story, but at times le Carre seems to just lose his enthusiasm..

Young Oxford don Perry and his lawyer girlfriend Gail are on vacation in Antigua when they encounter Dima, a Russian millionaire with a large, grim family, a hearty love of the English, and a lavish hand with money. It turns out that he's a professional money-launderer in trouble with a mobster called The Prince. He's willing to spill everything he knows, as long as he and his family are kept safe.

Enter Hector Meredith, an aging spy who runs his own little sub-agency, and who is Dima's best chance of not getting killed. But Perry and Gail "have wandered by sheer accident into a richly planted minefield," and under Hector's guidance they soon find themselves whisked on an international adventure...

"Our Kind of Traitor" is a brilliant novel that's been hobbled. The first few chapters are mostly told in flashback, which saps some of the tension from the story. And the last few chapters feel as if John le Carre got tired of the story he was telling, so he slapped together an ending and pasted it on the end.

So as you can guess, the best part is the middle. Le Carre's prose is smooth, genteel and distinctly British, but fractured with some gritty looks at the underbelly of civilization. The cynicism is heaped high everywhere, whether it's contemptuous looks at the British government, the corrupt banking world, or the bleak, cutthroat world of Russian mobsters.

And le Carre does a pretty good job with the characters, who all feel realistic, flawed and sympathetic. Perry and Gail are a pampered, slightly self-righteous British couple who end up waaaaayyyyy in over their heads. Hector is a tweedy, outspoken old spy, while Dima is a sort of Russian Tony Soprano, whose genial exterior hides his fear and rage.

"Our Kind of Traitor" is a smooth, rich thriller with its ankles shackled -- great writing, rich characters, but it suffers from a limp beginning and a slapdash ending.

JBuds J3 Micro Atomic In-Ear Earphones with Travel Case

I've had a pair of JLabs J3 earbuds for about ten months, and they are beginning to develop a loose connection near the base of the plug - which completely spoils the sound. In my experience this is a common stress point, and resulting weak spot for many earbuds, but ten months is a little premature for such an issue to arise on a set that lists for $80.

I'm not an "audiophile", but I know the difference between honest, full bodied sound reproduction, and the opposite. I'm satisfied with the performance of these buds, so I'll be buying them again, especially at the bargain price of $15, but I would suggest that JLabs attempt to reinforce this area.

I know that they value customer input, so I trust they will address this.

Other than that you should honestly get one.

150 Programming Interview Questions and Solutions

Getting into one of the top companies in the software industry, is not normally an easy task. There are certain things they're looking for and if you don't know what they are and how to prepare, you'll most likely get the dreaded "Thank You" email or phone call.

This book will prepare you for what to expect from companies like Microsoft, Google, Amazon, Yahoo and Apple. Then it will give you the tools to solve the problems that they will throw at you during an interview. Follow the instructions, and you'll have a chance to stay in the hunt. Try to memorize answers and you'll be eaten alive.

Get a whiteboard, practice the problems without looking at the answers until you're done. Don't use your IDE to help you and learn to think through problems without knowing the answer in advance.

This book helped me get into my latest company.

Good luck!

Saturday, October 09, 2010

Trickle Up Poverty: Stopping Obama's Attack on Our Borders, Economy, and Security

I must read for anyone who loves America. Savage details how both parties have left the average Americans' interests behind a long time ago. He provides a detailed plan for fixing our great nation, instead of just ranting on its problems. This book is enlightening, educational, inspirational and entertaining. It will give you hope that "We the People" can fix what's wrong with our country and return to the principles that made us great in the first place.

Read it and pass it on.

Hamilton to Leave McLaren?

#F1 Lewis Hamilton has hinted that despite winning races and raking up points for the team, he'd like to move on to another team. Hamilton, has lost 50 potential points in the last couple of races, leaving him trailing behind in third on the driver's table. His problems were made even more difficult when he crashed just a few laps into the FP1 on Friday afternoon in Suzuka which meant that he missed most of the FP2 (Free Practice 2) until the last 10 minutes.

To further complicate things, there's another report that he will start his race by taking a five-placed gird penalty at Suzuka, once the starting order for the race has been decided. The reason for the drop in grip position is still not clear at the moment, but if the rumours are true, this could be one of the most difficult times for the British driver.

Drivers are allowed to change their gearboxes every four races without a penalty. Hamilton last changed his gearbox at Spa. McLaren are still deciding whether or not to run their new rear wing tomorrow.

Friday, October 08, 2010

PHP and MySQL Web Development (4th Edition)

I come from a programming background and am not a professional web designer. However, some years ago I brought up a website written in Javascript and JSP running against an Oracle DB for an organization I worked at. I then dropped the programming end of things and just made minor changes to the website until recently when I was forced to redo the website in PHP and MySql, both of which I knew nothing about.

So I bought this book together with the PHP Cookbook published by O'reilly. My foremost question was: "how can I learn this stuff with minimal brain damage without going through 1000 pages?". This book did the trick to introduce me to PHP & MySql in a couple of days. The chapters on designing major applications such as building a shopping cart quickly showed me how to put the various code pieces together into a coherent whole.

However, when the rubber hit the road I ran into several problems. The major obstacle was in divining the pros and cons of using the Procedural vs Object Oriented paradigms. In many of the book's examples, both paradigms are used which was very confusing and caused me headaches getting my code to work. Once I told myself to settle on just the OO approach and ignore the Procedural approach things got much better, since I stopped confusing the two sets of syntax.

I initially downgraded my rating 1 star because of this most irritating and time consuming confusion. The sections on security I found most helpful. As a book to orient a person to PHP and MySql I give it 5 stars. As a future reference, I also give it five (5) stars. As a book to learn the nits and grits, I give it 3 stars......hence my overall rating of 4 stars. If I knew then what I know now, I'd still buy the book. I'm also writing a review of the PHP Cookbook.

Thursday, October 07, 2010

The Moral Landscape: How Science Can Determine Human Values

Sam Harris' latest book The Moral Landscape: How Science Can Determine Human Values hits on some themes familiar to readers of End of Faith and Letter to a Christian Nation. But pulling together the best from a wide variety of fields, Sam Harris is really carving a path for himself unlike the other three of the four horsemen (Dawkins, Dennett, Hitchens).

The Moral Landscape asks interesting questions, and uses savvy "intuition pumps" (to use a phrase of Daniel Dennett, who is cited in several parts of this book) to challenge even those whose mind is made up.

Harris' neuroscience background allows him to explore themes that most philosophers can't touch -- like what belief really is.

I am already looking forward to where Harris goes next from here, and this is hardly the end of the ride through The Moral Landscape

Wednesday, October 06, 2010

Office politics - don't let it get into you

There are a few things you learn when you work with people of varied level of maturity and experience. This unfortunately is common in just about any industry - especially in the software industry.

Today, one of the guys in my department placed in an order for 4 new books on the companies book budget. If you remember I wrote about how I spend some time on a book I bought and had to share my acquired knowledge with the team. Well, this guy thought he would go one better and ordered four and a Sennheiser headphone just to allow him to zone out while coding.

Ok, I know he's entitled to place an order for something that he thinks will benefit the company, but I don't see how a Sennheiser Headphone will benefit anyone other than himself. Come to think of it, there are even cheaper ones out there, so why spend that huge amount on headphones.

What really made my day was to later hear that although the book will be bought, headphones as well as other gadgets are not something the company would like to spend its money on. Meaning that eventually, he would either stay without one and put up other people's noise or spend his own money on one.

It will be nice to see the look on his face tomorrow.

Sunday, October 03, 2010

Awesome 3D-Capable HDTVs

Looking for HDTVs to watch 3D? You're in the right place.

To watch a program in 3D, you will need to buy one of these 3D-capable display. There’s no way around it. These displays usually have a higher processing power than older models as they need to display one image for each eye to create a 3D effect. HDTV manufacturers say that older models will not be capable of displaying 3D technology because of the specs needed to create a 3D effect. You will need to buy a 3D-capable HDTV to get 3D at home.

All 3D-capable HDTVs released in 2010 and onwards will feature active technology, requiring you to wear active shutter glasses to watch 3D on your HDTV.
Amazon currently sell both 3D HDTVs and 3D-ready HDTVs. What's the difference?

3D HDTVs are capable of displaying 3D out of the box. With a 3D-ready HDTV, you will need to buy an add-on to get your HDTV to display 3D. In the case of the Mitsubishi 3D-ready HDTVs, you will need to buy this 3D starter pack to get your 3D going. Without this pack, your HDTV will display great 2D pictures, but you will not be able to watch anything in 3D.

Amazon will add more items as our selection grows. We also invite you to check out our 3D help guide and our 3D buying

Saturday, October 02, 2010

Obama Zombies: How the Liberal Machine Brainwashed My Generation

The 2008 US presidential election was memorable and historic in many respects - the amount of campaign money that had been spent, the total number of votes cast, but most importantly because for the first time a man of African descent, Barack Obama, had been elected to the presidency. No matter where you stand politically, there was something poignant about that fact. However, what bothers many people is that for a substantial portion of the electorate Obama's race was the only criterion upon which they based their vote.

This allowed perhaps the least qualified person ever to become the most powerful person in the World, another historic event. The question, then, becomes why were so many people, especially the young ones, so willing to leave aside all semblances of critical thinking and in droves follow this grossly underqualified politician? They acted as if they had been stripped of all vestiges of individuality and rationality, in other words - they acted like zombies.

In this scathing and devilishly funny book Jason Mattera accounts some of the worst excesses that Obama zombies had indulged in before and during the election. He is especially critical of the way that the media had handled candidate and then president Obama, lionizing him beyond anything that should be acceptable in decent society. The MTV generation was all too willing to take in all this drivel and follow their messianic candidate wherever he chose to lead them.

The book is written in a very accessible and entertaining style designed to appeal to the young, but some of its main messages are actually very serious: failure of the young electorate to appreciate the implications of their zombie-like behavior has dire consequences for the entire political process.

There should be more Jason Matteras around to alert us to all of this.

iPhone 4 Made Simple

Wow, talk about simple!!! I definitely made the right choice purchasing this iPhone 4 Made Simple book. My iPhone is my first smart phone.....needless to say, I was a bit overwhelmed. So, I started in the beginning of the book with the Quick Start Guide. I was amazed at the endless possiblities of my new phone. Before I knew it, I was up and running. This book is AWESOME.

The step by step instructions along with pictures are VERY EASY to understand. Chapter 3 was really helpful to me. In the past, I always had my husband download music onto my iPod because it was too confusing and I never could figure out how to do it. After reading this chapter I am able to do this and more, all by myself. I actually taught my husband a few things. Chapter 8 (Multitasking and Voice Control)was also extremely helpful. I had no idea that I could switch to another app without ending the first. AND...I love the voice control.

When I first started using my phone, I thought I could only use the voice command for making phone calls, but that isn't the case as I found out. There are so many things I found out about my phone that I wouldn't have known about had I not read this book. Generally, when I purchase new products I don't make it past the first few pages of instructions because of the BORING and sometimes difficult to understand verbage, but I must admit that was not the case with this reference book.

This is truly "learning made simple"!!

Cocoa Programming for Mac OS X

This book is really spot on if you have no Cocoa experience. I find that as I progress with Cocoa I really don't use this book much. The first 10 chapters are really good. I feel like some of the chapters in the middle go on and on and on.

It's very difficult to make examples that are compact yet informative, but for the most part the book achieves that. Worth a read for sure. The AmaZone app example is great, although you'll have to make an extra NSURLConnection call to [...] to get your request signed before sending it to amazon.com.

Friday, October 01, 2010

The Roots of Obama's Rage

Not since Technopoly have I been so excited about a book! After years of scratching my head trying to figure out the peculiar behavior of Barack Obama this book nails it.

Why did Obama return the Churchill bust to the British government? Or refuse to place his hand on his heart during the National Anthem... or wear the American flag lapel pin? Why did he bow to certain Second and Third World leaders while intentionally snubbing others? (England, France, and Israel come to mind). To understand this, you'll need to remove your American glasses and don a pair of Anti-colonial glasses.

Every page, every paragraph seems to be another lightbulb moment for me... and I'm only on chapter 3! This book is the hottest seller on Amazon.com today and despite your political leanings, it is a must read.
Related Posts with Thumbnails