Advertising is by far the most popular monetization method that bloggers use. After deciding whether to show ads, the next decision is which type. The most popular advertising system with bloggers is Google’s AdSense, but there are several other advertising system options (affiliate networks), including:
Ping, in the simplest terms, is an Internet tool that knocks on the doors of search engines and directories to invite them to crawl your website or blog.
When you publish a post on your blog, modern blogging programs send a signal to a pinging service such as Pingomatic which relays a digital invitation to seach engines, tagging services, and other web crawling services to visit your blog.
If you wish to manually ping, do it more than once within a reasonable length of time can result in penalization. Pinging is like submission to a search engine and carries penalization for abuse.
Manual pinging is a great way to reach search engines and directories outside of the most popular indexing services.
We all want or pages to load as fast as possible. But when we develop our site, time constraints may prevent us from properly designing it for speed. Here are a few tips that should help:
1. Lay out your pages with CSS, not tables
2. Don’t use images to display text
3. Call up decorative images through CSS
4. Use contextual selectors
5. Use shorthand CSS properties
6. Minimize white space, line returns and comment tags
7. Use relative call-ups
8. Remove unnecessary META tags and META content
9. Put CSS and JavaScript into external documents
10. Use / at the end of directory links
For a more detailed explanantion read over this article (.pdf).
There are seven serious usability mistakes that most corporate websites commit. Interestly, these common errors are often products of sound principles that Web designers mistakenly apply:
1. Too Much Introductory Text on Your Landing Page
The worst kind of filler copy usually starts with, “Welcome to our site”, click on the blah, blah, etc. Telling people what to do on your site futile. The user will go where he or she feels like. People generally read very little on a website. Instead, users scan the page, picking out words that are relevant to them.
2. Not Showing What Your Site Offers to Users
Many sites are horrible at explicitly stating what they offer and how their services or products differ from those of their key competitors. Keep in mind that users will only spend a few seconds to scan teh site for what they need.
3. Using Gratuitous Animation and Graphics on a Site
The dirty secret among site owners is that they love to see cool animation and graphics, even though these don’t contain real content.
read more…
Color theroy is a set of principles that enables the creation of harmonious color combinations via the comprehension of color relationships. Making things more complicated is the fact that color theory doesn’t take tints, tones and shades into account, instead it concerns itself solely with the base hues themselves.
There are significant psychological aspects to color; it’s a cultural signifier and can even affect mood. Much of this works on an entirely subconscious level. Marketing and design decisions have long been influenced by the psychology of color. Color schemes are picked for their subconscious significance or for positive associations with the intended audience.
At the most basic level, colors can be categorized by their attributes. Red-based colors are warm, while blues are cool. The use of neutral colors such as black, greys and whites, as well as some browns and beiges with the chosen palette limited to accent colors, can help to calm down a design, bringing greater harmony to the palette.
read more…

I was given the responsibility at my current previous employer to create an internet radio show. This was of course based upon my vast experience in radio engineering and broadcasting which mainly consisted of listening to Howard Stern for years.
After hours of online research and calling a few vendors, I was able to purchase and setup the equipment, work with an online service provider to stream the live feed, and allow the radio show to do remotes as well.
The specific requirements for the radio show I created are probably a little different than what you would need for individual internet podcasting (with telephone interview callers), but this will give you an idea of what would ideally be required.
Internet Radio Show Requirements
1. Allow up to six ‘personalities’ to speak on microphones
2. Ability to play sound effects and/or pre-recorded commercials
3. Ability for listeners to call into the show
4. Stream the show ‘live’ on the internet on a web page
5. Enable the show to go on remote.
read more…
Not only are users browsing your website looking for a reason to engage, but they are speaking to a coworker, watching TV, holding a conference call…you get the point. Internet users are notorious for multi-tasking and, in addition, there are many options out there for users to find the same information on your Web pages.
Increasingly, people are looking for past company or brand as a lone source of information. They are looking to competing websites, message boards, forums and each other.
So how do we compete and keep the users on our sites?
read more…
Raw XML is rarely suitable for direct presentation, and frequently must be organized, or transformed, to suit the needs of a specific output device. The most widely used option for this is XSLT. Older techniques such DTD and Schemas can be used as well, but as discussed in my first post about XML, XSLT was specifically created for this and should be used when possible.
XSLT provides an effective procedure – a tree transformation process – for manipulating XML at the level of elements and attributes. A special-purpose language, XSLT has features that simplify that task of defining transformations of XML.
Here is the xml file (.xml) that is used throughout the explanations.
read more…