Twitter Feed Facebook Google Plus Youtube

Adsense responsive

Recent Post below header

Friday 28 June 2013

GENERATE LINK TO YOUR MESSAGES AND LET OTHER TO TWEET THEM BY JUST CLICKING THE LINK

Many publishers and advertiser wants that the visitor/followers tweet about them and they become popular. Here is the easiest way to do so. Now you can write a text message and make a link to it. Whenever someone's clicks on this link, he / she will be redirected to twitter page with the message you had written in their status box. They just had to click Tweet button.

Demo: Tweet this.

Follow the steps below to generate your tweet messages:

1. First of all, go to Clicktotweet.com .
2. Write your message in given box (see option 1 in image below) and click Generate Link! button (see option 2 in image below).

CLICK TO TWEET

3. Copy the link and share it on Facebook , Twitter, Google+ , on your website or by other mean. Whenever someone click it, twitter will open with your message in his/her status box. They need just to click Tweet Button.

CLICK TO TWEET

Want to ask something, feel free to comment below...

Tuesday 25 June 2013

HOW TO DOWNLOAD YOUTUBE VIDEOS USING MOZILLA FIREFOX ADD-ON

YouTube is a online video sharing website. It has millions of videos in its database and number of these videos is increasing per minute. Many times we want to download YouTube videos but download button is missing on YouTube. But this can be done using a Mozilla Firefox add-on.

1. First of all click here to install YouTube download add on.
2. On page opened in new tab click on Add to Firefox button.
3. Download & install this 13-14 Kb add on and restart Mozilla Firefox.
4. Goto YouTube and search your desired video and click on it.
5. On YouTube watch page you will see a drop down download button below video player.
6. Click on it and choose quality of video you want to download.

That's all, see video below for more detail.

NATURE QUOTES WALLPAPER

Friday 21 June 2013

JAVA PROGRAM: TO CALCULATE CIRCUMFERENCE OF A CIRCLE

Java Program


CODING OF CALCULATE CIRCUMFERENCE BUTTON(jButton1)

        double cm,r;
        r=Double.parseDouble(jTextField1.getText());
        cm=2*3.14*r;
        jTextField2.setText(" "+cm);


CODING OF CLEAR BUTTON(jButton2)

        jTextField1.setText(" ");
        jTextField2.setText(" ");
   

CODING OF EXIT BUTTON(jButton3)   

        System.exit(0);


Java Program Coding
CODING

Java Program Output
RUNNING


For any query or suggestion please comment below...

JAVA PROGRAM: TO CALCULATE AREA OF CIRCLE

Java Program

CODING OF CALCULATE AREA BUTTON(jButton1)

        double area,r;
        r=Double.parseDouble(jTextField1.getText());
        area=3.14*r*r;
        jTextField2.setText(" "+area);


CODING OF CLEAR BUTTON(jButton2)

        jTextField1.setText(" ");
        jTextField2.setText(" ");
   

CODING OF EXIT BUTTON(jButton3)   

        System.exit(0);


Java Program Coding
Java Program Coding
Java Program Running
Java Program Running

For any query or suggestion please comment below...

C PROGRAM: TO FIND SUM OF ELEMENTS OF MATRIX

CODING:
#include<conio.h>
#include<stdio.h>
void main()
{
    int a[10][10],i,j,m,n,sum=0;
    clrscr();
    printf("Enter order of matrix: ");
    scanf("%d%d",&m,&n);
    printf("\n\n");
    for(i=1;i<=m;i++)
       for(j=1;j<=n;j++)
       {
          printf("Enter value of a[%d][%d]: ",i,j);
          scanf("%d",&a[i][j]);
          sum+=a[i][j];
       }
    printf("\n\nSum of elements of matrix is %d",sum);
    getch();
}



C PROGRAM CODING
CODING
Click on images to view them correctly.

C PROGRAM OUTPUT
OUTPUT

For any query or suggestion please comment below...

C PROGRAM: TO CALCULATE CIRCUMFERENCE OF CIRCLE

CODING:
#include<conio.h>
#include<stdio.h>
#define PI 3.14
void main()
{
    float cm,r;
    clrscr();
    printf("Enter radius of circle: ");
    scanf("%f",&r);
    cm=2*PI*r;
    printf("\n\nCircumference of circle is %.2f",cm);
    getch();
}


coding c program
CODING
Click on images to view them correctly.

C Program Output
OUTPUT

For any query or suggestion please comment below...

Thursday 20 June 2013

GOOGLE SEARCH ENGINE CALCULATOR

Google search engine is a world's famous and most used web search engine. It provides many features and one of it is Google search engine calculator. For this just go to Google.com and search any calculation such as 7*5 , 3/3 , 5-2 , etc. For example click here.

Then you are able to see Google search engine calculator (see the image below). So use it and explore Google.


Click on image to view it correctly.


DOWNLOAD MOZILLA FIREFOX IN 70+ LANGUAGES

Mozilla Firefox is a open source and very powerful internet browser. It supports almost all types of webpages and other internet content. It comes with latest and most popular features. It is available for MAC , Windows and Linux operating systems.

You can also download Mozilla Firefox in 70+ languages. For this first of all go to www.mozilla.com and click on Systems & Languages.   Now find the desired language and in front of it choose your operating system. Your downloading will start. After downloading setup,  just install it.  That's all .  

DOWNLOAD MOZILLA FIREFOX IN 70+ LANGUAGES



Wednesday 19 June 2013

HOW TO ACCESS USB/PENDRIVE IN UBUNTU (GUEST) IN VIRTUALBOX IN WINDOWS (HOST) [WRITTEN]

Ubuntu is free, open source and best alternative of Windows. Many Windows user wants to try it but they afraid that something may go wrong while installing it. But there is another by using which you can test Ubuntu or any other operating system in Windows only. This way is installing operating system in any virtual machine which is just like installing an software in Windows.


In today's tutorial I will tell you the way to access USB in Ubuntu (guest) in VirtualBox in Windows (host).

1.For this first of all download VirtualBox extension pack from here. Notice that the extension pack version and VirtualBox version should match.
2. Install this extension pack.
3. Right click on Ubuntu (see the image below ), go to settings -> USB.
acess usb in ubuntu (guest)
Click on images to view them correctly.

4. Tick " Enable USB 2.0 (EHCI) Controller " and Click OK.
acess usb in ubuntu (guest)
 Click on images to view them correctly.

5. Now start the Ubuntu and insert the USB / PenDrive you want to access in Ubuntu.
6. Right click USB icon (shown in image below) and select the USB you want to access in Ubuntu.
acess usb in ubuntu (guest) tutorial

Click on images to view them correctly.


7. Now you can access USB/PenDrive in Ubuntu.


Want to ask something feel free to comment below.

HOW TO ACCESS USB IN UBUNTU (GUEST) IN VIRTUALBOX IN WINDOWS (HOST) [VIDEO]

Ubuntu is free, open source and best alternative of Windows. Many Windows user wants to try it but they afraid that something may go wrong while installing it. But there is another by using which you can test Ubuntu or any other operating system in Windows only. This way is installing operating system in any virtual machine which is just like installing an software in Windows.


In today's tutorial I will tell you the way to access USB in Ubuntu (guest) in VirtualBox in Windows (host).





Also see:
 HOW TO ACCESS USB IN UBUNTU (GUEST) IN VIRTUALBOX IN WINDOWS (HOST) [WRITTEN]


Want to ask something feel free to comment below.
 

Thursday 13 June 2013

HOW TO INSTALL UBUNTU AS GUEST IN VIRTUALBOX IN WINDOWS AS HOST

Ubuntu is free, open source and best alternative of Windows. Many Windows user wants to try it but they afraid that something may go wrong while installing it. But there is another by using which you can test Ubuntu or any other operating system in Windows only. This way is installing operating system in any virtual machine which is just like installing an software in Windows. Today I will tell how to install Ubuntu as guest in VirtualBox in Windows as host. I am using VirtualBox but there are many other similar software are available in market. I am using this because this is free and open source software. 

For this first of all you should download Ubuntu disc image from their official site i.e. www.ubuntu.com and VirtualBox setup from www.virtualbox.org .

After downloading these , first install VirtualBox and then create a virtual hard drive in it as explained in video given below. You can choose Ram and Virtual Hard Drive size as per your system and requirement. After this install Ubuntu in this Virtual PC/Box as explained below in video.




For any query feel free to comment below........

Thursday 6 June 2013

BEST FRIEND QUOTES WALLPAPER

BEST FRIEND QUOTES




  Tags: Best Friend Quotes Wallpaper, HD 1080p Wallpaper

HOW TO KEEP VLC MEDIA PLAYER ALWAYS ON THE TOP

VLC is free and open source Media Player. It supports almost all formats of video and audio. It has many awesome features. One of them is discussed below.

There are many occasions when we want to play a video and do other work on computer side-by-side. But when we try to do this with VLC it goes behind other opened windows or hides. Don't to worry VLC has a option "Always on top" by enabling it we can do other work on computer side-by-side and VLC Media Player will remains on the top of all windows.

To enable it follow the steps given below:
1. Open VLC Media Player and go to "Tools".
2. Select "Preferences" or use the shortcut keys "Ctrl+P".
3. A new window will open. In this window click on "All" option.
4. Now select "Video" from list.
5. Tick the "Always on top" option there and save the settings.

Thats all, For more info see the video given below:

Tuesday 4 June 2013

HOW TO DOWNLOAD YOUTUBE VIDEOS USING VLC MEDIA PLAYER

YouTube is a online videos sharing website. It has millions of videos in its database and which increases every minute. There are many occasions when you like a video on YouTube and wants it to download. But its very sad that download button on YouTube is not available. But it never means that you cannot download these videos. There are several ways to download YouTube videos. One of them is explained in steps below:

1. First of all open YouTube and find the video you wants to download.
2. Copy the URL of that video.
3. Open VLC Media Plyer and go to Media->Open Network Stream... OR press Ctrl+N.
4. Paste the URL of video there and click on drop-down arrow and select Convert.
5. In Convert window select destination folder and filename with its extension.
6. Select the desired settings and click Start.
7. Wait till processing finishes.
That's all.....

Have any doubt see video tutorial below or fell free to comment.....




HD ROSE QUOTES WALLPAPER

HD ROSE QUOTES



Tags: Free Download Rose Wallpaper, Rose Quotes

ROSE QUOTES WALLPAPER

ROSE QUOTES WALLPAPER



Tags: Rose Wallpaper HD, HD Rose Quotes Wallpaper 


Monday 3 June 2013

THOMAS EDISON QUOTES WALLPAPER

THOMAS EDISON QUOTES


Tags: HD Wallpaper, Thomas Edison Bulb Quotes Wallpaper.

UBUNTU, BEST & FREE ALTERNATIVE OF WINDOWS AND MAC X

Ubuntu is a free open source operating system which is beautiful, accessible, fast, secure and compatible. User interface has a perfect balance of simplicity and style.

 

What is Ubuntu

Ubuntu is an ancient African word meaning 'humanity to others'. It also means 'I am what I am because of who we all are'. Ubuntu is developed from the Linux which is a open source operating system developed by Linus Torvalds. That is why it is called Linux. Ubuntu is used in millions of computers, Laptops and servers.

As it is free and open source, anyone can use it or develop it as per his/her needs. Through this you can surf internet and social networking sites, view photos, create documents, manage your professional/business work, play games, find apps and much more. It also provide cloud service. They called it as Ubuntu One and provides free 5GB cloud storage where you can store your personal data, photos, music or any other thing. Ubuntu One also works on Windows, Mac OS X, Apple iOS and android.

It is secure as it has built-in firewall and virus protection. Ubuntu is available in 40 languages. For internet surfing it comes with pre-installed Mozilla Firefox and if you want any other browser you can download Google Chrome from their Software
Centre. Ubuntu comes with many pre-installed softwares like LibreOffice (similar to Microsoft Office) by using which you can create professional documents, spreadsheets and presentations and many more. LibreOffice is compatible with Microsof Office hence you can open, edit or create files of MS Office using it.

You can also download other software's from their Software Centre which consists thousands of free and paid software's. From Software Center you can download Adobe Flash Player, Adobe Reader, VLC Media Player, HomeBank(helps you manage your accounts quickly and easily), Google Docs and many more. On Ubuntu you can use Skype, Twitter, Digg, Mozilla Thunderbird etc. It also support GIMP, Inkscape, Cheese, Blender, PiTiVi and many more using which you can capture, view and edit photos and videos.

It is a very compatible operating system. For this you didn't need any special hardware, you can install it on any computer running on Windows or Mac. For example if you want use your mobile as modem or want to use dongle or want to connect any other device to computer then you don't have to worry about drivers or PC suites or any other things. It will automatically detects your device and download driver if needed but generally it doesn't requires to download drivers. Ubuntu has its own network manager which can be used to connect mobile phone as modem or dongles. If it doesn't work for you then there are many other network manager apps which are available in their Software Centre.

Therefore, now we can say that Ubuntu is a best and free alternative of Windows and Mac. It is best for developer as well as for home and business users. If you’re not yet sure about installing Ubuntu, you can try it out without affecting your current system. For this just boot Ubuntu disc or USB and click on "Try Now".

Three ways/method to install Ubuntu:

There are mainly three ways to install Ubuntu:
1. Download Ubuntu disc image from their site and burn it on DVD or make a bootable USB / pendrive and installing it on place of Windows or Mac.
2. Second way is to install Ubuntu and Windows side by side. But it requires some technical knowledge and your one mistake can overwrite Ubuntu on Windows.
3. If you only want to try it, then I will recommend you to install Ubuntu as guest and Windows as host in VirtualBox (Vbox).
For more details visit official site of Ubuntu.