Sunday 6 August 2017

4 Steps To Make Computer Speak Whatever You Type

Do you ever come across an incident or saw your friend doing a trick, whatever they type, it comes as voice. If yes, then you also want to know how you can do this in your computer too. Today, I am going to share 5 steps that will make your computer speak whatever you type. Below are the magical steps:

1. Open Notepad: To open notepad, you need to go start>>Accessories>>Notepad and you can Launch it easily.





2. Copy and Paste Code: Second step need to write or copy the below given step and paste it in Notepad:

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message



3. Save File: The next step will be to save the file by any name with extension .vbs exactly.



4. Run and Type: Run the saved file and type anything whatever you want to. Your computer will speak whatever you type.

So, the above steps can give you a new trick to enjoy!!!
 



Saturday 5 August 2017

Different Methods To Install Wordpress

One of the best and well known platform for blogging is Wordpress. It is well known for it’s ease of installation and allows you to install within a few clicks. The fiirst ad foremost requirement is domain name and a web hosting company.

Install Wordpress In Your Computer:

Many people likes to install Wordpress in computer to build theme, plugins or to test any other thing. The main drawback to use Wordpress locally is only you can see the website and if you want your website to appear on internet, you need to purchase web hosting account and install Wordpress.

For Windows, WAMP is the recommended software and for MAC Mamp is recommended. Wordpress can be installed in any language including English, Spanish, French, German, Hindi etc. You can change language by visiting Settings>>General page in Wordpress.

Wordpress

Wordpress



   Install Wordpress Using FTP:

Using FTP, first step is to download latest version of Wordpress. Unzip the downloaded file and you need FTP software to upload files into your web hosting folder.



FTP

 If you want to install Wordpress on root domain name, you need to upload Wordpress files to root directory i.e /public_html/. If you want to install Woordpress in subfolder, upload it in /public_html/subfolder. 

Once done, go to your hosting cpanel to create a database. Simply go to to the URL where you uploaded WordPress. Choose preferred language and click on continue. Wordpress will now ask for database name, username and password. Fill all the fields and a success message will come up. Click on Run the Setupbutton to continue. Wordpress will now create table in your database. If you do not want your website to be visible to search engine, then check box next to search engine visibility. Later you can change these settings.

  
Install Wordpress Using QuickInstall:
  
Quickinstall is yet another auto installer used by many hosting companies. First step is to login to hosting cpanel dashboard. Scroll down to software & Service section, click on Quickinstall icon. This will take you to 1-click install option, click Wordpress to install Wordpress Installer and click on “Install Wordpress” button and proceed to finish the steps successfully.


 Hence you can easily install Wordpress by using any of the above mention methods.