Social Icons

twitter facebook google plus

Pages

Monday 9 December 2013

How to send mail from gmail to facebook.

Hello friends... this time i am giving you a very good technique by which you can send any mail to facebook and also chat with friends from gmail to facebook . you have only required to follow these steps:-

  • Find the facebook username of the person whose you want to send mail.(for finding the username just click on the profile of that friend and copy the name appear after facebook.com in url bar.)
  • from gmail send any mail on username@facebook.com.
  • now a message is appear on the message box of the person whose you send the mail.and he can download the main directly from facebook.
  • you can also send text from here and doing chat.
    thanks !!!

Sunday 24 November 2013

How to make your own facebook login page.

Hello friends.... how are you.. I think you all are very well. This time I am here to came with a cool technique by which we can make our own facebook login page.
for making this you can follow these steps. Which is given below..

1. First "login" your facebook account and click to your "User name" and "copy" the link.
2. Logout your facebook account and paste the link in your Url bar and press Enter.
3. Now click on "Sign up".
4. And at the end click on "Log in to existing account". Which is appear in upper right corner.
BEFORE
AFTER
Enjoy it..
                                                                                                                                                  

Tuesday 12 November 2013

MAKE ANIMATED BACKGROUND USING STARDOCK DESKSCAPES IN WINDOWS 7

We all know about how to make animated (video) as background in windows 7 using VLC media player but in this method when we refresh the screen then the background is remove and the background not looking very good.
But STARDOCK  provides a very good software that is stardock deskscapes by which we can make background of windows 7 animated and this background is looking great.There are also many effects present is this software which provides a great view of your desktop.
for downloading this software please visit :http://www.stardock.com/products/deskscapes/
thankyou !!!!

Tuesday 15 October 2013

How to make drop down list in html using css

Hello friends.... How are you .. I hope you all are fine. Today I am going to tell you how to make your website or blogs more attractive by using html and css  .
html code save with .html format and css code save with .css format in notepad.

HTML code:

<!DOCTYPE html>
<html>
<head>
<title>
think different
</title>
<link rel="stylesheet" type="text/css" href="think.css" />
</head>
<body>
<div id="new">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">THINK DIFFERENT</a>
  <ul>
     <li><a href="#">Think Different 1</a></li>
    <li><a href="#">Think Different 2</a></li>
    <li><a href="#">Think Different 3</a></li>
    <li><a href="#">Think Different 4</a></li>
    <li><a href="#">Think Different 5</a></li>
 </ul></li>
<li><a href="#">ABOUT US</a></li>
</ul></div></body></html>

 CSS code:

body
{
    background:#C5EFA9;
}
#new
{
    margin:0px;
    padding:0px;
}
#new ul
{
    margin:0px;
    padding:0px;
}
#new li
{
    margin:0px;
    padding:0px;
    list-style:none;
    float:left;
    position:relative;
    background:#CCC;
}
#new ul li a
{
    text-align:center;
    font-family:Georgia, "Times New Roman", Times, serif;
    text-decoration:none;
    height:30px;
    width:150px;
    display:block;
    color:#039;
    border: 1px solid #000;
    text-shadow:1px 1px 1px #000000;
}
#new ul ul
{
    visibility:hidden;
    position:absolute;
    top:30px;
}
#new ul li:hover ul
{
visibility:visible;   
}
#new li:hover
{
    background:#F6C;
}
#new li:hover
{
    color:#6C6;
}











After mouse hover on THINK DIFFERENT













Thanks... please comment if you like this....

Saturday 7 September 2013

DIFFERENCE BETWEEN OPERATING SYSTEM AND KERNEL ....

Hello friends...From previous few days i am try to know about the difference between operating system and kernel. i am try to find this different by using some sites and books but i am not fully satisfy. some say "both are same " and some says " both are different ". I am going to tell you some different between them and if you know more about  their different then please comment ...

OPERATING SYSTEM :- An operating system is software package that act as interface (intermediate) between user of computer and computer hardware. It manages all the process of computer system. we can simply say that operating system is the heart of the computer system. without operating system we can't do anything in our computer system. the main goal of an operating system is to provide an environment where an user can execute their program..

KERNEL :- A kernel is a part of operating system. It communicate directly computer hardware and application program. kernel is also a computer program that manages the input / output request from software and translate them into data processing instruction. 


  • The kernel has full knowledge of threads that execute in a process and operating system is just the interface between user and computer hardware.
  • kernel is responsible for hardware level instruction at some specific range but the operating system is hardware level instruction with full scope of computer.

Wednesday 28 August 2013

HOW TO USE CONTROL BUTTONS IN HTML DURING MARQUEE..

THINK DIFFERENT

THINK DIFFERENT

Copy this HTML code and paste in notepad and save it with .html format then open it..


<HTML>
<title>
THINK DIFFERENT
</title>
<BODY bgcolor="cyan">
<marquee id="think different" behavior="scroll" direction="left" scrollamount="10">
<h3>THINK DIFFERENT</h3>
</marquee>
<center><input type="button" value="slower" onClick="document.getElementById('think different').setAttribute('scrollamount',2,0);">
<input type="button" value="Normal" onClick="document.getElementById('think different').setAttribute('scrollamount', 10, 0);">
<input type="button" value="faster" onClick="document.getElementById('think different').setAttribute('scrollamount',25,0);">
</center>
</BODY>
</HTML>

Wednesday 21 August 2013

MAKE A MOVING CAR USING GRAPHICS IN C ..

Hello friends...  
   I think my previous post "how to recover unallocated size of USB flash drive" is useful for you. 
this time i come here with a very interesting graphics programming using C language..  
here i give you a C code .. when you run it with your TURBO C then you see a  magic ...


#include <graphics.h>
 void main()
{
   int i, j = 0, gd = DETECT, gm;
   initgraph(&gd,&gm,"..\\BGI");
   outtextxy(25,240,"Press any key to start car");
    
  
   getch();
   
   for( i = 0 ; i <= 420 ; i = i + 10, j++ )
   {
      rectangle(50+i,275,150+i,400);
      rectangle(150+i,350,200+i,400);
      circle(75+i,410,10);
      circle(175+i,410,10);
      setcolor(j);  //use for change the color of car
      delay(100);
      if( i == 420 )
         break;
      clearviewport();
   }
   getch();
   closegraph();
  
}

Friday 9 August 2013

How To Recover Unallocated Size Of USB Flash Drive.

This problem of USB is generally done after making bootable and then install LINUX operating  system from USB..

 When this problem occour then our disk management looks like this...

Step to solve this problem..
1. Open command line by Administrative permission and write command   diskpart and press Enter.

2. Now write command  list disk and press Enter. in command line you see like this...

Disk ###  Status         Size     Free     Dyn  Gpt 
  --------  -------------  -------  -------  ---  --- 
  Disk 0    Online          298 GB      0 B 
  Disk 1    Online         7509 MB  6619 MB

3. Now you select disk by select disk<disk number> Ex.. select disk 1

4.Now write command  clean

5. Now write create partition primary. Now  you see in your command line
     "DiskPart succeeded in creating the specified partition."

 6. And last write command exit.     




NOW ENJOY WITH YOUR FULL SIZE OF USB... THANKYOU...
 

OUR VISION

think different

ABOUT US