Category Archives: PHP Widgets

Google Plus Nickname Generator

google-logo-plus

First of all I would like to thank all my readers for their huge response on my last article on “Google Plus Invitation Trick”. Google Plus is really an awesome social networking platform. After using it for some time, I am very satisfied with its uncluttered design and rich UI. The most appealing feature is the division of your contact list into circles which gives us full control on the visibility of our content.

After spending a lot of time on Google Plus, I also came across an issue, i.e., it didn’t had an option to have share friendly URLs like, Twitter(http://www.twitter.com/shubhamoy) or Facebook(http://www.facebook.com/shubhamoy) rather is uses profile ID similar to Orkut.So I thought of writing a Nickname Generator in PHP, which would enable us to share our Google Plus profiles easily till Google implements it. This will generate a nickname like gp.me/shubhamoy.

For generating a short url, we need to enter our desired nickname and oour Profile ID. Check the following image for getting the Profile ID.

Google Plus Profile ID

Requirements:

Following are the basic requirements to implement Google Nickname Generator on your domain:

  1. A short domain name, e.g., http://gp.me or http://gp.to
  2. PHP
  3. MySQL
  4. jQuery (Google jQuery API Key)

Shubhamoy

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.

Website - More Posts

Shubhamoy’s Link Shortener

Hi Folks :) ,

I’ve a good news to share with you: After a long time, I’ve created an online tool. It is a simple link shortener named Shubhamoy’s Link Shortener.

Demo | Download

Shubhamoy's Link Shortener

It is AJAX based & uses a bit of CSS3 in its design. I’ve tried to give it a simple look. All of you might be thinking that why didn’t I bought a short domain name? Well first of all I want to add more features to it before placing it on a domain. So therefore I like to request all my worthy visitors in giving me there views, feedback & suggestions on it.

Shubhamoy

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.

Website - More Posts

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.

Shubhamoy

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.

Website - More Posts