Free Web Hosting

Create JavaScript Confirm Box for Record Deletion

October 10th, 2008 Bala Krishna Posted in Browser Stuff, Crawler, Firefox, Java Script, PHP Function, PHP Programming, Web Design, Web Development, Web Technology, Window Application No Comments »

Confirmation before deletion of record is very useful to preserve data from accidental record deletion. With confirmation process will be in two steps. Here is the javascript way to ask user whether they want to delete record or not.

<a onclick=”return confirm(’Are you sure you want to delete?’)” href=”page.page?act=delete&id=1″>Delete</a>

You can see above example. The method is very easy.  if you click OK.. then function will return true and browser navigate href URL otherwise false value will be return and your click will not work.

You can achieve same functionality by wraping above method in a function.

AddThis Social Bookmark Button

Multiple Blog Posting With WBlogger Offline Mass Blogging Tool

September 5th, 2008 Bala Krishna Posted in Advertising, Blogging, Browser Stuff, Firefox, Firefox Add-On, General, Internet Explorer, Internet Marketing, Social Networking, Tips and Tricks, Web Technology, Window Application, windows xp No Comments »

I was wondering if i could have a tool that can write post to my blogs offline as well as post to multiple blog. A little effort landed me on w.blogger page. W.Blogger is ultimate tool for blog publising from destop. If you have a long list of your blogs then this certainly for you. It simplify publising process and save your lot of time that you can invest in other blogging activity. w.bloggar is compatible with most of the blog platform available that allow you to manage several blogs using different publishing platform from one user interface.

Excellent WBlogger Features:

  • Ability to Post on most popular blog platform
  • Ability to edit post offline
  • Post can be save locally for future update and publising
  • Ability to import post from text files
  • Ability to post on Multiple Categories
  • HTML tags menu alllow you to format text quickly
  • Option to XHTML compliance
  • Add links and images
  • Format text font and alignment
  • Multiple accounts and blogs
  • Post preview
  • Find/Replace option
  • Post to many blogs at the same time
  • Title and Category Fields
  • Spell Checking
  • File and Image Upload
  • Import and Export Settings
  • Ping to Weblogs.Com, blo.gs, Technorati and ping-o-matic New!
AddThis Social Bookmark Button