Category Archives: web development

Optimize Wibiya Toolbar

Wibiya Toolbar(or Wibiya Wibar) is an amazing and multi purpose toolbar. It is an all-in-one plugin for a blog. You can read more about it @ Wibiya Toolbar for Blogs. It had been a week using it, I faced a trouble with it’s loading time. So here is a way to decrease, it’s loading time.

Wibiya Toolbar

Wibiya Toolbar

For WordPress and Other Sites:

  1. Move to “http://blog.yourname.com/wp-admin/plugin-editor.php
  2. Select Wibiya Plugin from the drop down list
  3. Now check line 10-11. Find out toolbarId=xxxx. Add ‘&pl=1
  4. Check out your blog!

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

More Posts - Website

Encrypt and Decrypt Strings With MD5()

Hi Folks,

I present you an online tool to encrypt and decrypt strings using MD5 function of PHP.

MD5 aka Message-Digest algorithm 5 is a widely used cryptographic hash function with a 128-bit hash value. MD5 hash is typically expressed as a 32 digit hexadecimal number. Read more about MD5 @ Wikipedia.

Screenshot of the tool

Screenshot

Don’t forget to leave your comments and suggestions :)

demolive demo

download-icondownload code 2.92KB

Credits:

  • I give heartiest thanks to SachinKRaj for his kind support and guidance in the development of this tool .

Update:

  • Updated the code, now you will get the result on the same page :) Regards to SachinKRaj for suggesting use of AJAX.

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

More Posts - Website

Multiple Web Search

Hi Friends,

Today I introduced a Multiple Web Search in my Website. It’s really amazing and very helpful as you enter a single query, you get results from three search engines at a time.

How to use:

  1. Enter a keyword in the text area. And click Submit.
  2. You will obtain results from three search engines, i.e., Google,BING & Yahoo.
  3. All the results will be displayed in single page(three frames and 33% each).

Its development:

This whole creation is the result of SachinKRaj’s guidance. He guided me all along the development. Hats Off to him :-D

Update:

Today I launched its Version 2.0. I had made it free from few bugs and also added a new feature which will allow you to select a single search engine also. So do check it out. Here is its snapshot.

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

More Posts - Website