Wednesday, March 26, 2014

Did you install XAMPP on your PC? Your PC is now a local server. Now install WordPress on your local server. Don’t know the process? Don’t worry. I’m going to give you the instruction.

At first download the latest version of WordPress from wordpress.org. You will get a .zip file. Now unzip the downloaded WordPress. You will get a folder named “wordpress”. Just copy this folder.

Now go to the drive where you install XAMPP. Find the folder “htdocs” in XAMPP. Open it and paste here your copied “wordpress”.

Open your browser. Type localhost/ on your browser’s address bar. Press Enter. XAMPP for Windows page will open. Click on phpMyAdmin. Then create a database name. Now type localhost/wordpress on your address bar. Press Enter. WordPress configure page will be open. Now click on Create a Configuration File. Now you will get setup configuration page. Click on Let’s go button. In the next page you have to fill up a form of five option. Firs one is database name. Use the database name you’ve created. Second one is username, use root as username. Third one is password, keep blank this option. The last two options are Database host and Table prefix. They are filled localhost and wp_ by default.

After completing that, click on Submit. Now installer page will open. Click on Run the installer. Now you will see welcome page. Write down site title, dashboard username, password, email. Click on Install WordPress. Installation success page will open. Now login to your dashboard and edit your first WordPress site on local server.


If this article helps you, please share it to your friends. Thank you. Keep visiting. 

Hello everybody. How are you all? Hope fine and fresh by the grace of Almighty. Did you practice “Summation of two numbers in C”? Oh you don’t know about it? I’ve posted it here (http://plans-in-action.blogspot.com/2014/03/summation-of-two-numbers-in-c.html).

Now I’m going to tell you how to print your Name and address using C language. Here you have to use a data type char and variables will be string. Now follow the code given bellow.

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
char *Name, *Address;
printf("Enter your Name:");
gets(Name);
printf("Enter your Address:");
gets(Address);
puts(Name);
puts(Address);
getch();
}

Try yourself and check. If you think this article will be helpful for others, please share it. Thank you very much. 

Monday, March 24, 2014

Download YouTube videos more easily

Sometimes I need to download YouTube videos. But there’s no option to download videos on YouTube. I think, you has a same case. So this article is for you.

Download and Install:
I got a software named “ClipGrab” to download YouTube videos. Go to http://www.clipgrab.org (copy and paste the link on your address bar) and download the free software. Now install it on your computer.

Start downloading YouTube videos:
Go to youtube.com and search video. Copy the link of your desired video, paste it to ClipGrab’s download option. Now select format and quality for that video. Click on Grab this clip! Select the target folder. Your download has started. Now wait till finish.

Other download supports:
ClipGrab not only support you to download YouTube videos, but other sites. ClipGrab supported sites are given bellow:
1.       Vimeo
2.       Dailymotion
3.       Metacafe.com
4.       Youku.com
5.       Myvideo.de
6.       Clipfish.com and more

Thank you for visiting my blog. If you think this article will be helpful to others, please share it. 

Hello everybody. How are you all? Hope you are all fine and fresh by the grace of Almighty Creator.
Today I’m going to tell you about a simple thing. Do you know about the calculator of your windows and how it run?
At first, click on Start. Then click on run. A dialogue box will open. Write calc and click on Ok. Your calculator will open. Now calculate as you want. You can use it in various ways like scientific and programmer. You’ll find these option in view menu of calculator window. You could also convert units and calculate date with it.

Now try and enjoy yourself. Share it if you think this article will be helpful for others. Thank you. 

Use of Marquee tool in Photoshop

If you use Adobe Photoshop, you must know the name of Marquee tool. Today I’m going to tell you about the Marquee tool. However, this article is for basic learners, not for experts.
There are four sub-tools under this tool. Rectangular Marquee Tool is selected by default. You can also select it from your keyboard by pressing M. By Rectangular Marquee Tool you can select layers as Rectangle.
Besides Rectangular Marquee Tool, you can work with Elliptical Marquee Tool, Single Row Marquee Tool, Single Column Marquee Tool. You can select layer as Elliptic by Elliptical Marquee Tool, Row by Single Row Marquee Tool and Column by Single Column Marquee Tool.

Hope your design work with Photoshop will be easy by this too. If you think this article will help others, please share it. And also try yourself. 

Sunday, March 23, 2014

The easiest way to take screen shot

Sometimes screenshots are very important. If you find anything important anywhere through your computer, you need to take a screenshot. So, today I’m going to tell you how to take it easily.
At first, select a screen which shot you want to take. Now press on Print Screen key from your keyboard. Now open Adobe Photoshop. Click o File>New or press Ctrl+N. Write down the title for this image. Click on OK. Press Ctrl+V. You will see your screen shot here. Now crop or edit it as you want. And save the file.

All done. Now try yourself and enjoy. If you think, this article will be helpful to others, please share it.