by WebKeyDesign | May 30, 2006 | Web Site Basics
I’m not sure why, but the more I surf the Web, the more annoyed I get at web sites who do not change their favicon. Every forum software package comes with a default favicon and many webmasters that install the forum software, never ever change the default favicon. What makes this more annoying is that many of these sites are actually major sites which already have a logo for their company. In the cases where the forum is the entire site, not changing the favicon just looks bad.
My advice is that if you have a website, make sure you either use a blank GIF file or take the time to actually make a proper favicon. And never ever leave the default favicon out there.
The easiest method to make a favicon is to take your logo and zoom it down to 16×16 pixels. On Windows, IrfanView is the easiest way to convert the image file to .ico format. For Mac OS X, GraphicConverter is the best image manipulation program.
Once you have the favicon.ico file, just upload it to the root of your hosting directory. You can then add the following code to your html header:
<link rel="icon" href="http://domain_name/favicon.ico" type="image/x-icon" />
If your forum software already has a favicon.ico, just replace it with the new one you created.
by WebKeyDesign | May 22, 2006 | Software
If you are looking for another alternative to Microsoft’s Notepad, you might want to try Alexander Davidson’s metapad. It’s a very small and easy to use replacement for Notepad.exe, and it even has the option of setting up a primary and secondary font.
For a while I had been using Notepad2, but metapad is faster and smaller, so it makes a better replacement for Notepad than Notepad2. Metapad is also free to use and I have not had any problems with it on Windows2003 or XP.
Download metapad.
by WebKeyDesign | May 18, 2006 | Networking
I originally signed up for Qwest DSL when it became available in my area many years ago. The first available package I had included 256k download speeds, and I gradually upgraded over the years to 512k, 1500k, and eventually my max which is now 3072k. I use my DSL connection primarily for web browsing and connecting to my home server. The other option in my area is MediaCom Cable, which offer high-speed cable modem access. At this time Qwest DSL is cheaper than MediaCom service, but not by much. It essentially comes down to what you prefer, either cable or DSL.
DSL Versus Cable
The general differences between DSL and Cable have really diminished over the years and now that both technologies are matured, the choice becomes one of personal preference and requirements. Qwest offers ADSL, which is in fact a more complicated technology than high speed cable. However once you figure out DSL, this difference no longer matters. With a DSL connection your TCP/IP packets are put into PPP packets which are then transmitted over an ATM connection. You then have three protocols of transmission: TCP/IP in PPP, PPP in ATM. The ATM layer adds about 10% overhead to the transmission size, so a 1024k connection is degraded into about 922k connection. This is probably the first thing to understand about actual DSL speed.
The other issue which concerns online gamers is delay. All networks have some sort of lag, and while the debate goes on as to which has less delay, Cable or DSL, the truth is that you have to try both services in your area to see which one in fact has less delay. One thing to consider about DSL is that you do not have to have Qwest as your ISP. You can choose between MSN and a variety of other ISPs, most of them being local internet service providers. I personally have always had a local ISP and have even switched ISPs. The process usually takes about four days to get done. Depending on your ISP with DSL, your network delay will vary. As of last week when I tested my lacency, the delay is equal to about 79 miliseconds for my 3072k connection.
DSL Modems & Routers
At this time, Qwest offers an excellent 2Wire router which includes wireless connections. As for going with a basic modem, I actually am using a Netopia 2240N modem in combination with a Linksys wireless router. This allows me more options and makes it easier to upgrade my wireless options in the future. If you are looking for the simple solution, then the 2Wire router from Qwest is your best option.
Changing your hardware or first installing it usually requires calling your third party ISP. They usually need to rebuild (or setup) your circuit (connection) to recognize your modem or router. Once they do that DSL is up and running. If you do not do this, the result is usually that your modem/router will connect to the ATM network (Qwest), but not be able to connect to the Internet (ISP’s network).
DSL Stability
On average DSL outages are rare. I have only had problems where my ISP has had network issues and at most the Qwest ATM connection has failed about three times. The vast majority of DSL issues will be on your end. DSL routers can get stuck and need an occasional reboot, but if configured correctly and adequately cooled, they usually can run for months without a restart.
DSL In The Future
Eventually ADSL2 will become the standard in the future. If you are replacing your DSL equipment make sure you keep ADSL2 compatibility in mind just in case Qwest rolls out ADSL2 in your area. ADSL2 can provide speeds up to 24 megabytes. The current ADSL Qwest uses now offers only up to 7 megabytes, with most customers qualifying for 3 to 5 megabyte connections. However many people would be happy with even a basic 1.5 megabyte connection, depending on your internet usage.
by WebKeyDesign | May 10, 2006 | News & Trends
It looks like the new idea in online advertising is to use domain names as nothing more than billboard space. Demand Media, a new company started by the original owner of MySpace.com, has just bought the third largest domain registrar: eNom Inc. The idea is to use all the expired domain names that eNom handles and use them as ad space. Demand plans to also put up some sort of content, but nothing really spectacular, which means a lot more advertising will be available on the Internet.
In line with Mr. Rosenblatt’s plans to add some cheap content to his sites to give visitors a reason to come back, Demand Media has already purchased San Francisco-based eHow Inc., which provides niche content, and will buy more content companies. But he isn’t planning to invest heavily in content — Mr. Rosenblatt says his goal is to have “immaterial”content costs. Instead he plans to rely heavily on content contributed by members of the public, which could range from reviews and blogs to photos.
Amazing, how some people view blog content as nothing more than free material for their own business ventures. This reminds me of how open source programmers complain about how some big companies give absolutely nothing back to the open source code and community. But wait, it gets better:
“These domain names are really the raw land of the Internet,” says Fred Harman, managing director of Oak Investment Partners, one of Mr. Rosenblatt’s backers. “Richard is a real-estate developer, taking the raw land and developing it … We’re trying to liberate these domains from the cybersquatters and actually put them to good use.”
In case you missed the irony in that statement it goes something like this: It’s okay because we are a company, when an individual makes money from cybersquating it is wrong, but when we do it, it is liberating cause we do it on a massive scale!
Read the entire Post Gazette article.
by WebKeyDesign | May 10, 2006 | Web Site Basics
One of the first steps to making a website is of course creating it, and not every webmaster starting out knows HTML and CSS. Yes, it may surprise you but many web sites are actually made by non-programmers. Mostly I think because, programmers do not always write good content, so a competent writer can output plenty of good content, but he or she does not know how to design the web site. This is where web authoring software comes in. This allows people who can make great content, publish it easier. Although the web site that comes out of web authoring software may not be as polished or as pixel perfect as a manually coded web site, it still is a web site and it is the content that matters in the end.
There are today a variety of web authoring packages that can give you a website in a very little time. For the most part they can be divided into either one of these categories: applications and scripts.
Dreamweaver and Nvu
Applications were once the only way to make a website for non-coders. The most popular application being Macromedia’s Dreamweaver. This expensive piece of software can help you design a website in less time and has extra features for more skilled webmasters that can help with programming languages like PHP and ASP. Of course, if you can’t afford Dreamweaver, then Nvu is probably the application for you. Nvu is based on the old Netscape Composer module and does most of the basic things that Dreamweaver can do. In between Dreamweaver and Nvu are all sorts of other applications, many are HTML editors that are for intermediate webmasters.
Web Blogs & Scripts
Scripts are programs that can create entire web sites for you, once you install them and add your content. The web blog is the most famous type of script program that webmasters use. A web blog is made up of two interfaces, a backend system that allows a webmaster to administrate and add content to the blog and a front end which is the rendered web site. Even though web blogs help organize content and make easy to publish it, you still have to install and setup the weblog software to start out with. That was until services like Blogger came around, that allowed anyone to setup their own blog without needing to install anything.
Most other scripts that are not web blogs, are multiple user based. Meaning they can handle multiple authors or administrators. These scripts are usually called Content Management Systems or CMS for short. For a while the CMS was very popular, but the rise of web blogging scripts like WordPress and MovableType have made content management systems less desired by webmasters who only want to publish personal sites.
Choosing Between The Web Blog or Static Web Site
Web blogs have the advantage of easy publishing, but many webmasters still choose to use Dreamweaver to put up sites, because Dreamweaver outputs actual files that they can backup and change. Web blogs are in fact complicated and if you make a mistake and mess up their configuration, it usually means the entire site is down until you fix it. Static files from Dreamweaver won’t have that problem. Using a web blog service too has its downsides. If you depend on a free web blog service, your site may disappear overnight without explanation. Your content may be lost or unreachable in the process. It is important to note that if you value your content, you are better off setting up a proper web host and domain for your web blog. This way you have more control over your content and down times.
More Resources
Macintosh based applications: