About Me

I am a physicist by training, financial risk management consultant by day, father by night, and a geek of several kinds.

Search

Looking for something ?

webdev

Sitemap & Ping

I wrote this note for a friend and found that, while not totally new, the material doesn't come up cohesively in the quick search that I did. (Not in the first 2 pages of Google results anyway, that's how impatient we became) And so became this lame excuse of a blog post.

Sitemap

One way of making sure search engines are kept abreast of your site’s new content is to publish the sitemap and letting the various search engines know about it. The sitemap simply list out all pages available for search engines to index, how important each page is, and how often the information on that page changes. This “recommendation” from site publisher helps optimize search engine’s crawling practice on that site and maximize indexing efficiency.

The format of generally accepted sitemap is detailed at http://sitemaps.org/protocol.php but there are several tools that help in easily generating sitemap for your site, e.g. http://www.xml-sitemaps.com, http://www.automapit.com

However you generate your sitemap (automatically with your publishing platform [module for Drupal], manual, or with one of the above mentioned tools) the final step is to upload the sitemap to your site and let the search engines know where it is. The links for submitting sitemap to major search engines are:

Ping

Another, more active, technique for letting search engine knows of updates on your page is called “pinging”. Search engines visit your sitemap on their schedule (you can recommend that schedule using meta tags in your html header), pinging works in a different way, telling search engines of any update the moment it occurs. The most efficient way to ping search engines right now is to ping just one website, http://pingomatic.com which will then notify tens of famous search engines and blog trackers that you have new content. You can configure your publishing platform to ping Ping-O-matic automatically (with Drupal, use the ping module) every time new content is publish (the ping address is rpc.pingomatic.com ) or manually at http://pingomatic.com

by chris read more

Google Analytics 2.0

Google had just launched the second version of "Google Analytics.":http://www.google.com/analytics/ The change was described by some as _only cosmetics._ But for web analytic tools, the presentation is as important as the data itself. The new look is has a vaguely familiar feel, and it didn't take me long to find that it is indeed the "work of the old Measure Map crew.":http://www.veen.com/jeff/archives/000965.html

I like the new interface a lot, and would do a review if only other 500 bloggers had not already done so. For a good positive write-up, see "Avinash Kaushik's article.":http://www.kaushik.net/avinash/2007/05/google-analytics-is-re-launched-d... The only bad press it seems to get is from peoples who are still waiting for their account to be upgraded!

New Google Analytics Interface

One thing I like that hasn't been mentioned is the use of "Sparklines.":http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR&topic_... I wish Google will create a widget to put these sparklines on "iGoogle.":http://www.google.com/ig

by chris read more

Drupal Installation Profiles

One new feature I had not paid much attention to in Drupal 5.x is the installation profiles. I almost did not notice they have their own download section on drupal.org. You can set almost anything post-install, including

 

  • Turning on modules (core and contrib)
  • Set permissions
  • Create default user roles
  • Enable translations
  • Enable specific theme
  • Enable blocks
  • Setting site variables

 

by chris read more

Akismet & Flickr in Drupal

There were CVS check-ins for "Akismet":http://drupal.org/node/50498 and "Flickr":http://drupal.org/project/flickrmodule module today. The former is new, and latter a resurrection of initial effort by jluster.

Not ready for prime time yet, but very welcomed.

by chris read more

Theming Drupal Comments

Drupal "4.7 Beta 4":http://drupal.org/drupal-4.7.0-beta4 was just released, and the "patch":http://drupal.org/node/40755 to make comment block themable is included. This means I should be able to make Drupal's "K2 port":http://ichris.ws/node/968 imitate the original look. (which uses ordered list)

Now, if only there is more than 24 hrs a day.

by chris read more

Feed Improvement in Drupal Core

"This":http://drupal.org/cvs?commit=19447 looks to me a very nice improvement to Drupal's feed generating system. Double nice as it was made in time for "Drupal 4.7 releaee":http://drupal.org/node/30176 that should come sometimes next month. (My time's taken up too much by the regular job to be running pre-release things. sigh -_-" )

by chris read more