Sunday, May 22, 2016

on Leave a Comment

How to create WiFi hotspot from CMD

Today i'm going to show you how to create wifi hotspot using CMD. Although there are alots of software available which can create wifi hotspot esaily with single click but this tutorial show how these application function.

so lets begin

1.Open command promt(CMD) simply press start button and R and type cmd or search in all program

2.Then type following command

wlan show drivers
This command show about your wireless device.

3.Then type

netsh wlan set hostednetwork mode=allow ssid=yourhotspot name key=password

hit enter key

This command create wifi hotspot.

4.Again type

 netsh wlan start hostednetwork

 and hit enter .

This command start wifihotspot which we create earlier.

5.if you want to stop wifi then type following command:

netsh wlan stop hostednetwork

hit enter.

or

6.if you want to check how many user are connected then type following command:

netsh wlan show hostednetwork

and press enter.

This command show your SSID,Max no.of client.Athentication,cipher,no.of client,channel etc.

Skip 5 and 6 no.

7.Now its time to share internet connect.

Open open network and sharing center

Click on change adapter settings

8.Right click adapter which you use to connect the internet and click on properties 

9.Then you will see Sharing tab option click on it.

10.Check the box allow other network users to connect through this computer's internet connection and select the network connection name which is used by your wifi hotspot and press apply button.

Now you have successfully share internet connection. 

Wednesday, May 18, 2016

on Leave a Comment

HTML tags

Some basic tag any web programmer:

1.Hn(header)
The header of HTML documents is controlles by<Hn> and </Hn> tags.The value of b range from 1 to 6.The H1 is largest size of header and H6 is smallest of all.

Syntax:
<Hn>header</Hn>
    Where n=1,2,3,4,5 and 6
Example
<H1>web</H1>
<HTML>
<BODY>
<H1>Web</H1>
</HTML>
                   
 Header alignment us also called used. Header us aligned to left by Default, but it a can be aligned center ,right or justify.

Syntax:
<Hn> align=”left/center/right/justify”>….</Hn>

2.P(Paragraph)

It si used to move sursor in new line leaving blank space.It is used in beginning of text.In this way,it is used to separate different paragraph.

Example:
<P>------</P>
<p align=”left/center/right/justify”>-------</p>


3.BR(break)
This tag moves the cursor in new line without leaving blank spaces.

Example:
Store<br>
Web<br>


4.HR(horizontal ruler)
It is used to draw horizontal line to separate section. Its attributes are:
Color: color name

No shade:unshaded dark gray line without the hollow and slightly three dimensional appearance.
Size: number
Width: number or %
Align: Left/right/center

Example:
<HR size=”8 color=”blue”>:It draws 8 pixels thick blue line
5.CENTER
This tag is used to place text in central position. The text written within <center> and </center> is aligned to the central part of document.

Syntax:
<CENTER>----</CENTER>

Example:
<center><H1>WECOME<H1><CENTER>

6.Text
The  text color for whole page can be defines within <body> tag.

Example:
<BODY TEXT=”blue”>

7.LINK,VLINK and ALINK
The color of anchor text is also defines within <BODY> tags. The default color of LINK  is blue, default color of VLINK is purple and ALINK color is red for Netscape Navigator and Microsoft internet Explore.

Example:
<BODY TEXT=”green” LINK=”yellow” VLINK=”red” ALINK=”green”>
8.TOPMARGIN and LEFTMARGIN
These are attributes of BODY tags used to set top and left margins of document. Some browser ignore these attributes.
Example:
<BODY TOPMARGINE=”25” LEFTMARGINE=”30”>

9.BGCOLOR and BACKGEOUND
These are also BODY attributes used to display background color and background images.

Example:
<BODY BGCOLOR=”build”>
<BODY BACKGROUND=”rain.gif”>

Sometime we use BGPROPERTIES attributes with BACKGROUND to prevent scrolling of images with text. This is a browser-sensitive attributes.
<BODY BACKGROUND=”weak.gif” BGPROPERTIES=”FIXED”>


on Leave a Comment

Basic concept of HTML

HTML is a tag base scripting language, interpreted by browser. Hyper text is nonlinear text. It has a capacity of open a door of other related information or files.

Basic structure of HTML

<HTML>
<Head>
<title>
</title>
</Head>
<body>
</body>
</HTML>


1.<HTMl>……..</HTML>
This tag are backbone on which other tags are located.Other tag like <HEAD>..</HEAD>,<TITLE>….</TITLE> etc tag are located between <HTML>  and  </HTML>.
<HTML> tag is places in beginning and </HTML> is places in end of HTML document.


2.<TITLE>…</TITLE>
Under this tag title of webpage is written.Which is display in top of the web browser .
Example:
<TITLE>
MY PAGE
</TITLE>
3.<BODY>….</BODY>
The <BODY> is the main body of HTML document in which multimedia link, several images are placed.

SEE HTML TAG




HTML code for basic webpage
<html>
<HEAD>
<title>
welcome to my page
</title>
<body>
<BODY BGCOLOR="#FF0000" TEXT="#000000" TOPMARGIN="25" LEFTMARGIN="30">
<body background="androidw.jpg">
<CENTER>
<H1><U>EXAMPLE</U></H1>
</CENTER>
<HR>
<li><a href="#EXAMPLE">EXAMPLE</a></li>
</ul>
<h2><a name="EXAMPLE" id="EXAMPLE"></a>EXAMPLE</h2>
<BR>EXAMPLE<BR>EXAMPLE2<Br>EXAMPLE
</body>
</head>
</html>

Output is:




Sunday, May 15, 2016

on Leave a Comment

How to connect or share your pc hard drive with your Smartphone.


Today I’m  going to show you how to connect/share pc hard drive to your smartphone. After doing this you can copy, cut, modify, stream video directly from your smartphone.
Before dong this make sure you had turn on following things:


 1.Click in the network and sharing which is in the right corner of taskbar

share hard drive to smartphone










2.Open open network and sharing


Sharing  









3.Click on change advance sharing settings

Advance sharing









4.New windows will appeared turn on everything except password protected sharing.

5.Now its time to share hard drive.

6.Open My computer

7.Right click on any partition you would like to share.
8.Click on properties 
share hard drive with ful permission










9.Dialog box will appeared click on sharing

10.Then your will see advance sharing option












11.Click on it.


12.You will see follwing dialog box

13.Click on share this folder

14.Again click on Permission














15.Now if you want share with full permission tick on allow full control,change,read

Or if you want to allow read only then tick on allow read and deny change and full control

16.Click on apply buttom.












17.Click on ok to save changes

You have successfully share your drive now its time to connect with smartphone.

18.Create wifi hotspot in your desktop or laptop.SEE HOW TO CREATE WIFI HOTSPOT USING
CMD AND WITHOUT CMD





.





19.Now press start button and R button simultaneonusly or simply click on start menu and search CMD.

20.Type ipconfig

command prompt









21.Note down ipv4 address












Now it time to configure setting on your smartphone for this there are a lots apps available in playstore grab any of them today using ES file explore.

22.Connect in hotspot network you earlier created.

wifi mode



















23.Open es file explore

FTP

















24.Click on LAN

Add ip address















25.Now again click on + floating button





password

















25.Type ip address you have noted earlier in server column
Fill your pc’s username and password
And hit ok.




Finally you have successfully get connect to your pc drive.You will see drive you had shared.Now you can stream movies,play music,view image as well as you can
manage file of drive.