Sunday, July 31, 2011

Top 100 People on Google Plus

Google unveiled its new social networking site Google+ , aimed at making online sharing selective and more like real life.

Who is the Top Person on Google+?

It is Mark zuckerBerg! Who would gues that ?
The founders of Google Larry Page and Sergey Brin are embarrassingly at positions two and three.

Top 100 Users on Google Plus

Changing the favicon in blogger

It very easy to change the favicons in blogger now.

What is favicons?

Saturday, July 30, 2011

Portfolio Manager plugin for Wordpress

WP-Portfolio is one coolest portfolio manager plugin in Wordpress. If you are a web designer or Search Engine Optimization geek, then probably you may have a lot of websites to be listed in your website. Then WP-Portfolio is your friend.

Installation and Configuring

Step 1: Installing

Either you can download WP-Portfolio plugin from here and upload it to wp-content/plugin or you can directly download it by searchin for it.

Adding Widget area in a wordpress theme

Its very easy and a few steps required to add a widget area to your Wordpress theme.

Step 1: Register your widget
In your functions.php add register_sidebar() function.

Friday, July 29, 2011

Programming language Syntax highlighter in Javascript

Syntax highlighter is a fully functional code syntax highlighter written in Javascript by Alex Gorbatchev ( Syntax highlighting is the feature where the source code written in different programming languages are displayed in different colours and fonts according to the grouping in that language.
Example: Syntax highlighting for a javascript code:

Monday, July 25, 2011

Screen shot of Website in firefox

Screengrab addon in Firefox help you to take a screen shot of the website - either the entire screen , or current view or the selected area.



Install the addon

Addon Webpage: http://www.screengrab.org/

Google Plus Profile Badge widget for Wordpress

A cool , simple sidebar widget for Google Plus profile badge ..



How to add Google plus profile badge in Wordpress Widget area ?

  1. Download googlecards.zip and unzip
  2. Upload the unzipped googlecards folder to the '/wp-content/plugins/' directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the ‘Widgets’ menu in WordPress and add the widget to your sidebar.
  5. Choose a title for the widget and input your google+ id. (You can find your google+ id by going to your profile, it is the 21 digit number e.g. plus.google.com/YOUR_ID_IS_HERE)

Using GREP command in Terminal to search the entire directory

GREP command is one of most usefull commands in linux terminal.

Searching entire directory

To search a string in all files and sub-direcotries of directory, use the -nr option with GREP.

grep -nr "SEARCH_STRING" FOLDER 

Eg: For searching for "Hello World" in the current direcory , Use it like

grep -nr "Hello World" . 

Please do not alter or modify the footer. See our license for more info

This is the worst error i ever got while editing the footer of some free wordpress themes . So i spent some time trying to find the solution and atlast i got it . It might be helpfull to some of u.
If you just want the solution , You may skip to Solution