Archive for November, 2006

Search Engines agree to support standard sitemap protocol

Posted by William Computer Blog on 16 Nov 2006 | Tagged as: Make Money Online, Web Development

Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL (when it was last updated, how often it usually changes, and how important it is, relative to other URLs in the site) so search engine can more intellegently crawl the site. Sitemaps helps speed up the discovery of your pages.

Google, Microsoft and Yahoo agreed to support the same sitemap protocol. Anyone using Google Sitemap do not need to make any changes, Yahoo and Microsoft will index those sitemaps.

If you maintain a small site with static content, you can easily hand code the Sitemap by following the protocol.

Bloggers who are using WordPress can use the XML Sitemap generator plugin for Wordpress, which will automatically generate a sitemap for homepage, posts, static pages, categories and archive pages.

Movable Type users can create a Index Template and copy the following code:


<?xml version="1.0" encoding="UTF-8"?>
&lturlset xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″&gt
<url>
<loc>< encode_xml=”1″$></loc>
<priority&gt;1.0</priority&gt;

&lt/url&gt
&ltMTEntries lastn=”9999″&gt
&lt;url>
<loc>< encode_xml=”1″$></loc>
<lastmod>< utc=”1″ format=”%Y-%m-%dT%H:%M:%SZ”$></lastmod>
&lt/url&gt

</MTEntries>
</urlset>

Save the file to something easy to rememember, save and rebuild it.

You can now submit your Sitemap XML file to Google Webmasters, MSN LiveSearch, and Yahoo Site Explorer.

Related Links:

Screen capture software

Posted by William Computer Blog on 15 Nov 2006 | Tagged as: Make Money Online, Software

Most operating system such as Windows and Mac OS X include utilities to capture screenshots. These tools are good enough to capture basic screenshot of your screen. However, most of them do not support the ability to record your screen and save it as video or they do not support the ability to capture objects such as menubar, or toolbar.

There are many reasons why you need a more advance software to capture your screen. Technology bloggers can provide a more detailed screenshot of software they are reviewing, Software Developers can publish video demos of their software, and Web Designer might want to take full screenshot of their work, and many more reasons.

Here are some advance screen capture software you can use on different operating systems:

Windows

SnagIt is a powerful screen capture software for Windows. By using SnagIt you can select and capture anything on your Windows screen and save it as movie or image. SnagIt has several nice features such as the ability to select specific rectangular region of the screen that you want to capture, scrolling window capture, menu capture ability, and text capture.

SnagIt also has a powerful built-in editor that allows you to crop, resize, adjust, add text and apply custom effects to your capture without ever opening another editing applications.

Developed by TechSmith, a single-user license of SnagIt costs $39.95.

Mac OS X

Snapz Pro X allows you to record anything on your screen and save it as a movie or screenshot picture. Snapz Pro X is much more powerful then Mac OS X built-in screenshot tools because it allows you to capture the screen, objects (menus), selections and movies.

Developed by Ambrosia Software, Snapz Pro X 2 costs $29 and $69.

X Window (KDE or GNOME)

KDE users can use the built-in KSnapShot to capture screenshot of the whole desktop, a single window, a selection of window, or a selected region. KSnapShot also support delay capture, which enables you to open a drop down menu and take picture of it.

To capture a screenshot on GNOME, you can use gnome-screenshot program included with GNOME. To access gnome-screenshot, you can either access it via command line which support different options such as delay and border effect. The fastest way to take screenshot of the whole screen is to access the “Take Screenshot” menu from the Applications - Accessories menubar.

Alternatively, linux users can capture some or all of an X Server screen and save the image using import program included with ImageMagick or use xwd.

Xvidcap is a tool to record your screen under X Window System.

Older Entries »