TechLifeWeb

Exploring the digital life

Facebook has finally enabled HTTPS!

Sure, you could use HTTPS before but it was poorly implemented. You could log on via HTTPS but Facebook wouldn’t keep you in the HTTPS realm. fbhttps

Facebook decided NOT to turn this on by default. So , if you are a Facebook user, stop what you are doing and make these quick changes to your account now. This will keep all your interactions from being passed in the clear if you are ever using Facebook on a network you don’t control.

  • Go to Account (link in the upper right of your Facebook page) then click Account Settings
  • Scroll down until you see the Security section and click the Change link
  • Check the box next to ‘Browse Facebook on a secure connection (https) whenever possible’ and then click Save

That is all there is to it!

Facebook posted about this on their blog the other day if you want to read more.

Web curation for March 24th 2010 through March 25th 2010

Filtering the web so you don’t have to for March 24th 2010 through March 25th 2010:

Add a Google Buzz Button to WordPress

This week, Google introduced a new social service called Google Buzz. I have been testing it a bit and haven’t decided how much I like it. Whether you like it or not, one thing is clear, people are going to use it so we might as well make it easy for them to share your content on Buzz. So, inspired by the Buzz It button that TechCrunch created for their site, I figured it wouldn’t be too hard to hack one together for WordPress.

Some caveats before we go on:

  • This is not a WordPress Plugin. To use it you will have to make a small change in your template. You should be comfortable doing that and know how to get yourself out of it before you go breaking your blog.
  • Like the TechCrunch button, this uses Google Reader to share your link. So, using this link will require that your reader’s Google Reader shared account be hooked up to their Google Buzz account. This is typically set up when you start using Buzz so shouldn’t be a problem.

What does it do?

The code below will let you put a link on your site that says ‘Buzz This’. You can change the words to say what ever you want. For example, you could change it to ‘Share With Google Reader’ so that could be useful to people whether they use Buzz or not.

When your new link in clicked, the user gets a new page showing the typical Google Reader sharing screen including the link and blog entry title as well as an excerpt from your post. It will look like this:

grpost

For a working example, you can see the bottom of this post on my blog.

What do I need to do?

At the bottom of this post there is a snippet of code. Copy that to your clip board.

Next, log in to WordPress blog and find the Appearance section on the left-wp-appearancehand side. Click the Editor link.

You will need to find the right place to put the code. Hopefully you know this and it quite possibly could be different depending on the design of your blog but it should be something like Single Post.

In my case it is Single Post so you click that and look through the code for the place where you imagewant to put it. There is a lot that might not look familiar but you should be able to spot a point in the code between your blog post and the comment section (if that is where you want to put the link).

Paste the code into that spot and then click the Update File button at the bottom of the edit window. Then go look at your blog to see how your link looks. Go back and edit if you need to change the location.

I’m sure someone will make a plugin that will make this whole process more simple for people that don’t want to mess with code. I like the simplicity of it and not having to maintain another plugin.

UPDATE 15FEB10: Skip down to the comment made by Otto. He has some improvements that make his code even better. Here is a link right to Otto’s Comment.

Here is the code. Copy everything between the sets of ========:

========

<a rel=”nofollow” target=”_blank” href=”http://www.google.com/reader/link?url=<?php echo get_permalink() ?>&title=<?php the_title();?>&snippet=<?php the_excerpt(); ?>&srcURL=<?php echo get_settings(‘home’); ?>” Title=”Share this via Google Reader”>Buzz This</a>

========

Web curation for January 19th 2010 through January 21st 2010

Filtering the web so you don’t have to for January 19th 2010 through January 21st 2010:

Web curation for December 26th 2009 through December 27th 2009

Filtering the web so you don’t have to for December 26th 2009 through December 27th 2009:

Bookmarks for October 9th 2009

Sites that I found interesting for October 9th 2009

Bookmarks for March 24th 2009 through March 26th 2009

Sites that I found interesting for March 24th 2009 through March 26th 2009:

Bookmarks for January 7th 2009 through January 8th 2009

Sites that I found interesting for January 7th 2009 through January 8th 2009:

  • Six Vista annoyances fixed in Windows 7 – Has Microsoft learned from the countless complaints about the Vista user interface? Ed Bott sees plenty of significant improvements in Windows 7.
  • Tweetbacks Beta – Like trackbacks but for tweets. Brilliant.
  • 10 Killer WordPress Hacks | How-To | Smashing Magazine – In this article, we’ll show you 10 new useful killer WordPress hacks to unleash the power of your favorite blogging engine. Each hack has an accompanying explanation, so you’ll not only unleash the power of WordPress but also understand how it works.

Bookmarks for January 6th 2009 through January 7th 2009

Sites that I found interesting for January 6th 2009 through January 7th 2009:

  • CSS-Tricks #41: WordPress as a CMS – In this screencast Chris Coyier attempts to show off a number of WordPress features that make it very “CMS-like” in my opinion. Including page templates, dynamic menus, parent-child relationship pages, and using posts as ancillary content.
  • Leo Babauta Interviews Merlin Mann – Leo Babauta is releasing as a free audio download his recent interview with top productivity blogger and speaker Merlin Mann of the incredibly popular 43 Folders blog. Merlin is also known for his Inbox Zero series, his speeches on productivity, his video podcasts including the Merlin Show and MacBreak, and other creative work.
  • DIY IKEA Digital Photo Frame – The simple mod doesn't take much doing, but the nice black frame goes a long way toward classing up a cheap digital frame.

Bookmarks for December 30th 2008 through January 5th 2009

Sites that I found interesting for December 30th 2008 through January 5th 2009:

  • The Secrets of Marketing in a Web 2.0 World – Consumers are flocking to blogs, social-networking sites and virtual worlds. And they are leaving a lot of marketers behind. Article in the Wall Street Journal.
  • Long-term personal data storage – Digital content – both the media AND the format – can become unreadable. So how do you keep your pictures, music, videos, documents and more around for decades? Here's how.
  • Gone Phishing – If you receive a direct message or a direct message email notification that redirects to what looks like Twitter.com—don't sign in. Look closely at the URL because it could be a scam.
  • Marissa Mayer on the future of Google – Interview: "It's really important to move beyond just keywords"
  • MD5 considered harmful today – We have identified a vulnerability in the Internet Public Key Infrastructure (PKI) used to issue digital certificates for secure websites. As a proof of concept we executed a practical attack scenario and successfully created a rogue Certification Authority (CA) certificate trusted by all common web browsers. This certificate allows us to impersonate any website on the Internet, including banking and e-commerce sites secured using the HTTPS protocol.
  • Mouseover DOM Inspector v2.0 Help – The Mouseover DOM Inspector, or MODI for short, is a favelet (also known as a bookmarklet) that allows you to view and manipulate the DOM of a web page simply by mousing around the document.