Archive for March, 2006

Fast Dom Iterator - Javascript

Friday, March 3rd, 2006

A javascript function that gives the best performance for iterating through a DOM Object.

Check this out

Technorati Tags: ,

Sabeer Bhatia and VoiFi Beta

Friday, March 3rd, 2006

Sabeer is back in business , he has come out with his VoiFi Beta Software. This is an IM Service and P2P telephony software which offers calls to India at Rs.1. This software also includes some gaming content along with it. This was developed by a Mumbai based company which is a subsidary of Sabeer Bhatia’s US company.

Source : Business Standard

Technorati Tags: , , , ,

Google News on any web enabled mobile devices

Friday, March 3rd, 2006

Now we can access google news on any web enabled mobile devices. This is really cool feature introduced by google.We can access google news by using search box, browsing by categories or by accessing through the news headlines.For more information click here.

Tags: ,

UBBCode a simplified markup language

Thursday, March 2nd, 2006

UBBcode is a simplified markup language used for message board post.UBBCode allows a user to add functionality and style to a message.This is mainly used where HTML code usage is not allowed.Especially in forums the HTML usage is restricted. Listed below are some of the styles and functionalities supported by UBBcode.

  • Bold - [b][/b]
  • Italics - [i][/i]
  • Unordered - [list][/list]
  • Ordered, numbered - [list=1][/list]
  • Ordered, lettered - [list=A][/list]
  • Quote -[quote][/quote]
  • Code Snippets - [code][/code]
  • URLs - [url][/url] eg:- [url=http://www.blogmines.com]my blog[/url]
  • Email Addresses - TAG: [email][/email]
  • Images - TAG: [img][/img]

Technorati Tags: , , ,

Posting a wordpress blog through email.

Wednesday, March 1st, 2006

Word press has a option of blogging through email. The following steps have to be followed for a email blog posting.

  • In word press writing option the details about the email server need to be provided. Select one of the random string specified under the writing by email option and keep that us the account name for the email address.
  • Provide the information about POP server, account name and password for the email account.Select the default blog post category for the email post.create the email account in the mail server and the password and this has to be same as provided in the word press writing by email option.
  • Send a email to specified account name.After posting access the following URI http://yourwebdomain/installdir/wp-mail.php

And now the email should appear in your blog. You can find more information to blog by email here.

Technorati Tags: ,