Writings from Force 5 Basecamp

Categories

Archives

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 “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 “How-to: Adding META Keywords & META Description with ASP.NET 4”
07/06/10

How-to: Adding META Keywords & META Description with ASP.NET 4

In a previous post I showed how-to add specific page keywords & descriptions while using ASP.NET with Master Pages. Compared with the latest ASP.NET 4 version, this technique was not coder friendly. In ASP.NET 4 adding page keywords and descriptions is as easy as this shown below. protected void Page_Load(object sender, EventArgs e) { // page keywords Page.MetaKeywords = “keywords
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
Featured image for “I Need a New Website – Now What Do I Do?”
04/14/10

I Need a New Website – Now What Do I Do?

You finally decide your company needs a new website, but you have no idea who to call. You check the yellow pages, Google web design, ask friends and family, and you’re still overwhelmed with all the choices. Who do you call when your brother-in-laws sisters boyfriend will do the job for $500. “We Are Web Sites”, the best web shop
Read More
Featured image for “Do’s And Don’ts Of Running Facebook Business Pages”
03/26/10

Do’s And Don’ts Of Running Facebook Business Pages

More and more businesses are moving to Facebook as a platform to reach new customers and communicate with existing customers. It is becoming increasingly important to set yourself from the pack in the world of Facebook business pages. Make sure you are getting the most out of your Facebook business page by following Force 5’s Do’s and Don’ts of running
Read More
Featured image for “The little things to not forget about during development [Part: 1]”
03/19/10

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

Robots.txt – Telling bots where to go and where not to What is the robots.txt and why is the robots.txt file important? The robots.txt file is placed in the root folder of your website. This file instructs search engine bots what can and cannot be indexed. All you need to do is to define some criteria of what can be
Read More
Featured image for “Tutorial: How to add specific page keywords & descriptions while using ASP.NET Master Pages”
10/23/09

Tutorial: How to add specific page keywords & descriptions while using ASP.NET Master Pages

One of the most common questions that gets asked when starting out with ASP.NET Master Pages is how to add page specific keywords & descriptions. For those not familiar with ASP.NET and/or Master Pages is that while using Master Pages the normal HTML tags including META tags are not part of individual pages. The individual ASP.NET pages only refer to
Read More
Featured image for “Tips for Creating your Company’s Facebook Presence”
10/06/09

Tips for Creating your Company’s Facebook Presence

Facebook isn’t just for keeping up with old friends and family, sharing photos, and finding lost classmates. With over 125 million users worldwide your business can benefit greatly from this social networking giant. Mari Smith, Facebook for business guru, and author of 10 Reasons to Use Facebook for Business, has stated that millions more will join Facebook in the coming
Read More
Featured image for “Understanding Website Traffic”
04/20/09

Understanding Website Traffic

As a website owner it’s important to understand website analytics. How many people are going to your website? Are they reading what you have to say? Are they buying your products? There is only one way to know. Good site analytics. The problem is there are so many statistics available sorting through these numbers can be a daunting task. Below,
Read More