Google Reader No More

goodbye-readerLast week, a huge announcement went out that had repercussions the world over.  No, I’m not talking about the new Pop announcement (though that was important to many people as well).  I’m speaking about the announcement that Google will be closing down Google Reader.

For many people, Google Reader was a daily stopping point in their Internet travels.  I used it to keep track of over 100 different websites.  I could have spent an entire day checking each site for updates and saving the ones I was interested in reading later.  Instead, it would take me about an hour to go through many of them.  I could also prioritize.  I’d typically read the web comics sites in the morning (favorites such as Bug Comic, Saturday Morning Breakfast Cereal, Sheldon, and XKCD) followed by some geeky websites.  I’d also go through a long list of blogs to find articles I was interested in and mark them to be read later.

Had Google Reader not been around and I needed to go to each site manually, I’d likely have quit reading most due of lack of time.  I likely would have frequented only a dozen or less websites instead or would have checked sites but not looked back to see postings I missed.  Thanks to Google Reader, I could read more in less time.

But now that’s going away.

What’s a RSS-addict such as myself to do?  I heard of a couple of alternatives, namely NewsBlur and Feedly, but initially had trouble with them.  You see, not only did I hear about them, but thousands (if not millions) of other people heard about them at the same time.  We were all rushing those alternatives and their poor servers couldn’t handle it.

I could hardly blame them.  For years, Google Reader was *THE* go-to place to manage your RSS feeds online.  Other feed readers lived in their shadow for so long that they didn’t need to up their server strength.  With Google Reader on the way out, though, they’ve been beefing up their servers.  After trying both, I think Feedly is my new feed reader.

Newsblur was nice, but Feedly just seems to have a few extra features that help make my feed reading.  Specifically, while looking at an item in my feed, I can load it in a web browser right within the app and, when I am ready to read the next item in my feed, simply swipe to move on.  With Google Reader, I used to have to launch my phone’s web browser (separate from Google Reader) and then go back to Google Reader to move on.

Feedly isn’t perfect, mind you.  The main categories are in different colors and widths for no discernible reason.  In addition, I’m still at the mercy of another company.  If Feedly decided to shut down six months from now, I’d be back at square one.  Ideally, I’d like to host my own feed reader.  I might still do that, but until I find a script that suits my purposes Feedly will do everything I need a feed reader to do.

Did you use Google Reader?  If so, what are you switching to?

NOTE: The "RIP Google Reader" image was created by combining Halloween Rounded Tombstone by cgbug on OpenClipArt.org with an altered version of the RSS feed icon from Wikimedia Commons.

Speed Up That Site

Being a web developer, I’m used to learning new things.  If I didn’t, my skills would quickly become useless as technology passed me by.  The latest new set of skills I’ve picked up on is site speed optimization.

Now, don’t get me wrong, I’ve understood the basic principles of making your site run faster for awhile now.  Larger files means longer download times.  Images should be scaled down with sizes specified (so the browser doesn’t have to guess at the size).  JavaScript should be minified.  Unneeded code should be removed instead of just commented out.

Still, there was a lot I didn’t know how to do.  My education began with the infographic at this site.  Intrigued, I checked out HeadJS.  This is a small JavaScript library designed to load other JavaScript files.  The problem with having many JavaScript files is that they download one at a time.  This means they can become a serious drag on page load times.  HeadJS, instead, loads many script files together to that the load times drop.  I put it into place on a project at work and was amazed at how quick it became.

After HeadJS, I found a hidden (to me) gem on Google’s website: PageSpeed Insights.  Enter your URL into this tool and it will analyze your web page.  The resulting report will tell you how fast your page is (using a score from 0 to 100) and how you can make it run faster.  (There are extensions for Chrome and Firefox as well.  These are useful if your site isn’t accessible to the outside world.  For example, if you must log in to view it.)

Using this, I took the latest beta of FollowerHQ from a score of 60 to 91.  I didn’t record before and after load times, but the application certainly feels snappier.  In fact, at this point, the main drag on the site is the fact that the Twitter avatars that it loads aren’t optimized.  (This is obviously something that isn’t under my control.)

I’m going to turn this tool loose on TechyDad.com and TheAngelForever.com next.  Using the recommendations here, I should be able to get the two blogs running much faster.

What steps have you taken to ensure that your blog or other website is running as fast as possible?

The Facebook-McAfee Lockout

Yesterday, while relaxing at home, B decided to check her Facebook account on her iPad.  She immediately told me that she thought she might have been hacked.  To make sure, she went on her laptop.  Sure enough, I came and saw that she had been locked out.  Not just locked out, though, but locked out due to a virus.

lockout1

Wait… a virus?  Mind you, this was without Facebook having any ability to scan our computer.  Also, this was after being locked out on the iPad.

lockout2

Nice lesson in malware prevention.  Of course, we’re both well versed in the "don’t run programs from sources you don’t trust" rule.  We also have anti-virus software running all the time on our computer just in case anything slips by our "common sense filter".  (Security is all about layers.)  Still, we can just click Continue to re-enable the account and scan using our anti-virus of choice, right?  After all, the next screen does say "you can also remove them yourself."

lockout3

I’d click the "We’ll remove them ourselves, please unlock the account" button, but all I see is a "Download and Run McAfee" button.

At this point, I began to wonder just how valid this notice was.  I didn’t doubt it was from Facebook, but I began to question whether this was just an isolated incident.  So I did what anyone would do: I searched Twitter and Google.  On Twitter, I found numerous people who were locked out due to "virus infections."

Two stood out to me in particular.  First was @grilledcheez.  She responded to one of my tweets with the following:

grilledcheez

If this was an actual virus infection, why weren’t both of the accounts locked out?

And then there was @jason_michael who was locked out of his Facebook page due to a "virus infection"… on a Mac:

jason_michael

This was looking very fishy.  Especially when a Google search turned up a deal between Facebook and McAfee.  Facebook will helpfully "detect" viruses on your computer and offer to clean it for you using McAfee’s software.

Of course, if you don’t want to install McAfee on your system, that’s fine.  You can use your own anti-virus software, as this Facebook post illustrates.  However, there’s a catch.  You first need to agree to the McAfee Scan and Repair Terms of Service.  (That’s why I don’t have a screenshot.  I didn’t want to agree to their TOS.)

I do have one more screenshot, though, from @jason_michael.  Apparently, he got back in without running McAfee.  You see, his third screen didn’t display a "Run McAfee now" message, but this instead:

 lockout-mac

Yes, he was able to simply click to certify that he ran anti-virus software and then was able to get back into his account.  No forced downloads and no required TOS agreements.  So why did he get the optional treatment and we didn’t?  My only guess would be that Mac-Windows difference.  After all, you can’t require a Mac user to install Windows software.  (It’s trivial to detect what operating system you are running.  In fact, I use Google Analytics which does – among other things – just that.  Hello to the 22.25% of TechyDad visitors who used Macs or iOS devices in the past month!)

In the end, after writing almost this entire post, I got back into B’s Facebook account again by using Internet Explorer instead of Chrome.  However, I’m not sure if it was a matter of IE being allowed in where Chrome wasn’t or if the lockout was only for a certain amount of time.  Still, the big red warning bar and only presented choice of running McAfee seems very scammy to me.

It looks like I’ve got yet another reason not to use Facebook.  And, if Facebook insists on pushing McAfee on its users due to "virus infections" that it "finds", they will give many users a good reason to move away from them and to a different social media platform.

Asperger’s Syndrome Resources

CrazyTerabyte_BookWhen you get an Asperger’s Syndrome diagnosis, one of the first things you do is go on a quest for information.  Thankfully, there are a lot of resources out there.  Here are a few of the ones we have found over our time.

Books

Books are, of course, a great resource.  Many books have been written about Asperger’s Syndrome.  Some cover general information, some are designed to allow children to understand Asperger’s Syndrome, and some help educators know how to help Aspies reach their full potential.

Here are a few of the ones that we like:

Can I Tell You About Asperger Syndrome?: A Guide for Friends and Family – This book begins with an introduction from a child with Asperger’s and moves on to techniques that can help an Aspie learn and deal with the neurotypical world.

All Cats Have Asperger Syndrome – This is a humorous book relating cat behavior to Asperger’s Syndrome.  Behind the humor, however, is a very accurate telling of what it is like to have Asperger’s Syndrome.

Asperkids: An Insider’s Guide to Loving, Understanding, and Teaching Children with Asperger’s Syndrome – This book gives a good overview of techniques that assist kids with Asperger’s Syndrome to deal with the neurotypical world.  It also helps describe some ways to teach children on the spectrum.

Spaghetti is NOT a Finger Food ( and other life lessons ) – This is an e-book I’ve already reviewed.  It is a story detailing a day in the life of Connor, a kid with Asperger’s.  The story is told through Connor’s eyes, so you get to see just what he is thinking as events unfold.  It is a great book to read with kids to help describe some of the challenges that kids with Asperger’s Syndrome have.

Blog Posts and Web Pages

Of course, there are a lot of blog posts online dealing with Asperger’s Syndrome.  Here are a few that I’ve recently found useful/informative.

The AQ Test – This is a quick test to help determine if you have Asperger’s.  If you score above 32, you likely have Asperger’s Syndrome.  The average for those who are neurotypical is under 17.  (I scored a 36.)  Of course, as with any test, it isn’t completely accurate.  You could score high and not have Asperger’s Syndrome.  Still, a high score does mean that Asperger’s is a definite possibility.

Ten Things You Should NEVER Say To An Autism Parent – This is a great blog post detailing some of the questions that you are bound to hear when you have a child with Asperger’s/Autism.  Everything from questioning your parenting skills to doubting the diagnosis (because random strangers are better informed than your doctor) are covered.

Debunking 6 Myths About Asperger Syndrome – This has a few of the most common misconceptions that people have about those with Asperger’s Syndrome.  It provides some needed insight to dispel the myths.

Asperger’s and Literalism, aka Why We May Seem Condescending and Pedantic – This was a great post by a friend of mine, Christina.  Christina has Asperger’s and has a son on the spectrum as well.  Her blog post is a good insight into why people with Asperger’s might act rude when we don’t mean to.

50 Positive Characteristics of Aspergers – Too often, Asperger’s is phrased as a horrible disease that a person much fight against their entire lives just to have a chance at a normal life.  And while it may often feel this way, there are a lot of good things that comes with Asperger’s.  This focus on the positive was refreshing.

70 Tips & Tricks for Educating Students with Aspergers/High-Functioning Autism – Parenting a child with Asperger’s is tough, but so is being a teacher to an Aspie.  This list can give educators some valuable tactics to help students with Asperger’s Syndrome reach their full potential.

There are many resources out there for those with Asperger’s Syndrome and/or for those who interact with those with Asperger’s.

What resources would you recommend?

NOTE: Some of the links above are Amazon affiliate links.  I will receive a small compensation if you use them to make a purchase.  Also, the "book" image above is from CrazyTerabyte and is available from OpenClipArt.org.

The Fine Review Line

ReviewerCardAn entrepreneur has made the news for an invention of his.  No, it’s not a new smartphone or a revolutionary gizmo.  It’s a card.  A card designed to drastically improve the quality of service one gets at establishments.

How does it work?  Simple.  This card lets businesses know that you plan on writing an online review about them.  If they value their online reputation, they can lavish you with extra attention, let you bypass lines, or even slash the price you pay.  If they don’t give you VIP treatment… well, you never know.  You might be forced to write a negative review online that could impact their business.  That’d be a shame, wouldn’t it?

If you think this sounds fishy, you aren’t alone.  Many in the online community have reacted negatively to these cards.  The creator of these insists that nobody is hurt.  After all, the business gets a good review and the card wielder gets exceptional service.  He even points out that he’s never specifically SAID that the business would get a bad review by not "honoring" his card.  Who loses?  The answer is: Everyone except the card holder.

The business loses because they need to live in fear of the card holder not being satisfied with how good the VIP treatment is.  Even if they lavish attention on the individual, the reviewer may decide it isn’t enough and post a bad review anyway.  Plus, all the extra attention they pay to the card holder may result in a lack of attention paid to their other customers (who might post reviews themselves).  Other people reading the reviews are hurt as well because the reviewers aren’t disclosing that they got great service thanks to their cards.  Those reading the reviews might think this treatment is the norm and then be disappointed when they get treated like regular guests.  A treatment which, under normal circumstances, might seem fine, but under the artificially high expectations may seem lacking.  These disappointed customers might then publish negative reviews.

In short, it is highly dishonest.

I understand the lure of getting free stuff in exchange for a good review.  Whenever I get something to review, there’s a temptation to write a glowing review only to foster a good relationship with the company and get more free stuff sent to me.  This isn’t honest, however.  If companies are sending me products to review, they are going to get an honest review.  This might be positive (if I like their product), mixed, or even negative if the product deserves it.  (Thankfully, I haven’t yet encountered anything that needed a full-on negative review.)  I also disclose everything that I get from the company so that readers can take that into account.  Even if a free product doesn’t sway my judgment, a reader might put less stock in it than in a review from someone who bought the product themselves.

"Free stuff" might be nice, but being an honest reviewer is even better.  I’ve even found that companies tend to respect honest reviewers and will seek them out for more reviews.  They really don’t like feeling like they are being shaken down for a good review.

So how should a business react if someone flashes this card?  I’d recommend one of these two counter-cards.  The first was my reaction to the article and the second comes from SelfishMom.

NoPreferentialTreatmentYelpAccountCard

If a customer is tying their positive review to you giving them extra-special VIP treatment for said review, then their review isn’t worth much.  Don’t treat them badly, mind you.  Just treat them like any other normal guest.  If enough businesses refuse to "honor" these cards, then the cards’ power will decline to the point that they will become useless chunks of plastic.

1 3 4 5 6 7 17