Writings from Force 5 Basecamp

Categories

Archives

Featured image for “Google Chrome OS CR-48 First Impressions”
01/28/11

Google Chrome OS CR-48 First Impressions

The day before yesterday I got home from work and was greeted by a plain brown box, correctly addressed to me, on my front porch. I thought this was rather curious, as I had not ordered anything. I brought the box in from the cold (it was about 12 degrees outside). My kids were with me and they were just
Read More
Featured image for “Top 5 Game Changing Tech Stories of 2010”
01/07/11

Top 5 Game Changing Tech Stories of 2010

2010 was a big year for the tech industry. New markets became relevant, Facebook reminded us no one is anonymous, web technologies were given a second look, and TV was rethought. 5. Old Spice “I’m On A Horse” campaign finds a new way to promote. The campaign had legs from the beginning. Remember this? And this .. Old Spice later
Read More
Featured image for “How-To: Use Wget to Automate the Karamasoft UltimateSearch Indexing Process for Your Website”
01/05/11

How-To: Use Wget to Automate the Karamasoft UltimateSearch Indexing Process for Your Website

Almost every modern website has a “search my site” module of some sort added to it. In this How-To I’m going to explain how to set up Karamasoft UltimateSearch to automatically rebuild its index on a repeating scheduled basis in a Microsoft Windows hosted environment. First, you will need to obtain the UltimateSearch software from the Karamasoft site, found at:
Read More
Featured image for “How Digital Content Consumption is Shaping Tech Innovation”
12/28/10

How Digital Content Consumption is Shaping Tech Innovation

Our Digital Crossroads Over the past few years, we’ve seen a shift from what we know as your typical computer. A few years ago (heck all the way back to the Apple II), computers, more or less, took the same form; A monitor, CPU, with a mouse and keyboard. Recently, with the onslaught of touch screen smartphones, we’ve seen a
Read More
Featured image for “Prevent Duplicate Content”
12/09/10

Prevent Duplicate Content

Having duplicated content within search engines is a very common problem that is often overlooked. You would think having duplicated content will be good for your search rankings, although that is not the case as it may be not useful to the end-user. www-vs-non-www (Problem) Search engines recognize your www.your-domain.com and your-domain.com as two separate websites. You may not be
Read More
Featured image for “More than 20 minutes”
10/26/10

More than 20 minutes

Early this past September I read a post from one of my favorite marketing dudes, Chris Brogan. This message has stayed with me and continues to resonate. The post was written on a Sunday and talked about taking 20 minutes (on Sundays) to connect with friends and family. I remember my first thought being “20 minutes, really? Is that all
Read More
Featured image for “Pin sites to your taskbar”
10/18/10

Pin sites to your taskbar

With the recent release of Microsoft Internet Explorer 9 beta you are now able to see the work that has gone into a browser that has not seen much forward development in meeting web standards or rendering speeds compared to its rivals (Opera, Firefox, & Google Chrome). Microsoft has even launched BeautyOfTheWeb.com website showcasing the new features and abilities. One
Read More
Featured image for “The Value of QR Codes”
10/13/10

The Value of QR Codes

You’ve probably seen them. Tucked in the lower corner of a magazine ad, on the back of a business card, on a bus sign or even on the entire side of a building. It’s an increasing trend in advertising that some say is a fad, and some say the next great new way to promote. What are QR Codes? QR
Read More
Featured image for “How fast is Internet Explorer 9 compared to Firefox, Chrome, and Opera”
09/20/10

How fast is Internet Explorer 9 compared to Firefox, Chrome, and Opera

There has been a lot of activity in the browser market over the past few months. The most recent step forward is Microsoft’s release of Internet Explorer (IE) 9. Microsoft is touting improvements with IEs handling of web standards, graphics, and JavaScript. JavaScript has become the de-facto standard for web designers of dynamic and highly interactive websites. Since so many
Read More
Featured image for “How-to: 301 Permanent Redirect with ASP.NET 4 – Response.RedirectPermanent()”
07/09/10

How-to: 301 Permanent Redirect with ASP.NET 4 – Response.RedirectPermanent()

During the process of migrating development over to the .NET 4 Framework there have been noticeable improvements. One of the newest improvements is used quite often, Response.RedirectPermanent(). This new feature does a permanent redirection from a requested URL to a specified URL. For a quick flashback to how this was previously completed review the code below: /* * Previous 301
Read More
Featured image for “State of HTML 5”
06/09/10

State of HTML 5

If you are a web developer or familiar with web technologies, there’s no doubt you’ve heard about HTML 5 and the “next level” of web design and functionality. It’s morphed into a buzz term that has been thrown around a lot lately. Between Apple’s spat with Adobe over Flash and the latest browsers touting HTML 5 compatibility, there’s still a
Read More
Featured image for “The little things to not forget about during development [Part: 2]”
05/07/10

The little things to not forget about during development [Part: 2]

Sitemap.xml What are Sitemaps and why are they important? Sitemaps are a tool for developers to inform search engines about the website content that is available to be indexed. The sitemap protocol is made up of XML that contains a list of URLs, last modified dates, and page priorities for your website. Here is a quick sample in simple form
Read More