Archive

Archive for July, 2005

Setting up Web Site Redirects

July 26, 2005 Leave a comment

Today’s Byte is a quick Web Development 101 lesson. (If you aren’t into html, shoot to the penultimate paragraph for a tip for everyone.) Someone asked me to set up a redirect for them last week. I realized that I had never done that so I had to look it up. I thought I’d pass on what I learned.

A “web redirect” will automatically send a user from one web page to another. It’s handy if you move one page of your site or when the “real” address of a page is too long or you want to create a more memorable
address. For example you can turn this:

http://www.bizpathways.org/BizPathways/BizPathways.
aspx?path=2845c1fc-dd5e-4ec6-997a-7480b1082577,dca3cd25
-e5be-4347-b11c-6e687e627965,095fc0c3-09bb-4ed6-9ecd-
cd2408f9101c

into this: http://www.treacyinfo.com/biz.htm. (This
makes life easier if you think you’re going to have to read this address on the phone or email it to folks.)

To set up a redirect, paste the following into the code of your web page and save it as the address you want to use. In the example above you would save this as the more readable address and replace “http://www.domainname.com” with the address of the page you are targeting (the long address in the case above).

<html>

<META HTTP-EQUIV=”Refresh” content= “0;URL=http://www.domainname.com”>

</html>

On a related note – if you ever run into a long address that you want to send to a friend you can shorten it by using shorl.com. http://www.shorl.com Simply paste the long address into the tool on
shorl page and they’ll give you a shorter version to copy and paste to your friend. So (http://shorl.com/fahepubraliju) is another short cut to the long address above.

Categories: Web Developer Tools

Intro to Last Week’s Topic

July 20, 2005 Leave a comment

A few people have asked me re-introduce the topics that I mentioned last week: blogs, podcasts, wikis, and RSS. So that’s what I’m doing this week.

Blogs are like online journals. Some are fun and interesting; some are business focused. You don’t need to know how to create a web site to write a blog. There are online tools (such as Blogger) that will help. If you can use Word, you can use Blogger. To find an interesting blog, you can check out Blogwise.

Podcasts are like audio blogs. You can listen to them online or download and listen to them later (maybe on your iPod). iPodder is a directory of podcasts. You can create podcasts using Audioblogger and your phone. I haven’t tried it but it seems pretty simple. Tools progress from there to include ways to interview people for your podcast or even produce a video podcast.

Wikis are like joint or shared blogs. Instead of one person having the power and responsibility to post on a site – a team does it or it is opened up to the public. The best example I know is Wikipedia.

RSS stands for “really simple syndication” or “rich site summary”. Some web sites offer RSS feeds; this generally means you can sign up to get a notification each time the site is updated. (You use an RSS reader on your computer to “get” the feed from the producer – the reader will pop up when you have a new item, similar to the way some people have the “You’ve got Mail” set up for their email.) It’s a good way to keep up on a site, a company or a topic. Some sites aggregate RSS feeds from other sites to either offer you a super RSS feed – or they post information from other sites (through the RSS feed) on their site – kind of like a tickertape going across the site. This isn’t the most technically sound explanation – but I hope it helps. To get an RSS Reader you can look online. I use one from RSSReader.

Creating or using an RSS feed can be a great tool for anyone interested in getting visitors to their web site. I’ll talk more about that in the next few weeks.

Categories: Web 2.0

Wikis, Blogs, Podcasts, RSS, and More

July 13, 2005 Leave a comment

Last night I went to a great presentation by Garrick Van Buren to the Minnesota chapter of the American Society of Information Science and Technology. He was terrific! I am killing two birds today by writing up my notes and sharing them with you and ASIST. So today’s Byte is an annotated bibliography of many of the resources Garrick mentioned on wikis, blogs, RSS, and podcasts.

WordPress – software to help you create/maintain a blog. As their site says, they’re “free, yet priceless.”

Garrick’s web site – includes links to various blogs, wikis, and podcasts, including Garrick’s podcast, First Crack

Technoratti – a search engines for blogs (aka the blogosphere)

Google Patent – we mentioned this last night, this is my favorite article on the topic

Audacity – open source audio recording for creating a podcast

Audio Hijack Pro – upgraded software for creating a podcast

Audioblogger – easy tool for creating poscasts, much like blogger.com for blogs

WikkaWiki - software to create a wiki (a wiki is akin to a shared blog)

MNspeak – operated by City Pages, it looks like part blog, part wiki, part old fashioned web conference

NetNewsWire – an RSS reader – for info consumers.

Feedburner – Helps you generate and track an RSS feed that you have created – for info creators

Trackback – this is the Wikipedia definition of Trackback, a concept that allows and tracks posts among blogs with a reduced chance for spam.

Categories: Web 2.0

Google Site Maps

About a month ago I briefly mentioned Google Site maps. If you have a web site I think this is the new best way to get Google to look at your site – all of your site. A regular site map (such as found here) helps search engines and users to track the pages in your web site. It acts like an index of a book. Google has devised a slightly different kind of site map that they like to use to track pages in a web site. They want the site map to come in xml or txt, preferably xml. (XML is a language akin to HTML.) I have created some Google site maps for smaller web sites with success.

For more information you can visit Google’s site on site map.

I briefly mentioned it before because the details can get cumbersome. I mention it again because since Google announced the site maps, new sites have popped up that can help you build site maps easily. XML Sitemap Generator is one such site. If you have a small to midsize web site (fewer than 500 pages), it will create a Google site map for you and give you instructions on how to upload it and report it to Google. If you have a web site I strongly suggest you look into this.

Categories: SEO
Follow

Get every new post delivered to your Inbox.

Join 282 other followers