Friday, October 30, 2015

html and css code of simple page

hi all guys here i sharing my html and css code of simple page who i made if you are begginer then this code is goood for your practical you can see it and try to understand what they are doing in html page i use my local sorce for image so you can't see image in your browser but you can add any of your image you want to see thier .


<!DOCTYPE html>
<html>


<title>RJTCAD</title>


<body>
<h1>   Rjt cad  </h1>
<ul>
<li>&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;</li>
<li> <a href="home.html"> Home </a> </li>
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>
<li> <a href="tutorial.html"> Tutorial </a> </li>
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>
<li> <a href="dwg.html" > DWG </a> </li>
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>
<li><a href="tips.html">Tips</a></li>
<li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>
<li><a href="about.html" >About</a> </li> <br/>
</ul>
<p class="left"><img src="images/home18.jpg" alt="Walpaper" width="300" hieght="200" align="left" /> Welcome to RjtCad site here I would like to make your journery easy in cad ( computer aided design ) .
 when you  listen cad word one think come in your mind first that is Autocad  .
Autocad is very famous in designing . now world become 3D and autocad is best software for this .
 there are many software too for this thing but here are usually I tell about Autocad here .
 Autocad is best in every field and more suitable software .
 Autocad is for every field like Civil, Mechanical, Electronics. </p>
<p class="right"><img src="images/home13.png" alt="big home" width="300" height="200" align="right" /> In civil use of autocad is making house, building , bridge etc.
 all type of infrastrucher and you can anlysics about that think .
if you are a civil engineer and a client come for a home map and design so you can make a 3D home for him with his requirement is good then if you making traditional way to make plan and elevation .
if you show him plan and elevation drawing and if that are not technical mostly people are not technical.
so plan and elevation drawing is not good for him because he can’t understand b\but for a untechanical man is easy to understand a
 3D drawing in Autocad.
So this usefull of you if your client is satisfy then it’s good for you .</p>
<p class="left"> <img src="images/home11.png" alt="Short Home" width="300" height="200" align="left" /> In mechanical field some engineer use it for designing but he is a company engineer etc.
 they usually use it for design it for a machine part etc. like in mechanical(auto) they desing cars, bike with his each parts.
 In electrical and electronics they use it for design electric materials .
   so overall here I  would like to tell you  about use  of Autocad in  Civil  field because I did study about that  .
 I would like to  do my best  and try to providing you simple method and simple tutorial . </p>





</body>

</html>
<style type="text/css">
h1
{ font-family: Alien Encounters ;
text-shadow: 5px 5px 5px blue ;
size: 50px ;
  color: red ;

border-bottom: 4px outset red ;
 }
a:hover{ color:red ; }
a:visted{ color:black ; }
a:active{ color:yellow ; }

ul { list-style-type: disk ;
text-align: centre ;
font-family: arial black ;
font-size: 25px;
width: 1300px ;
height: 40px ;
background-color: rgb(127,42,255)  ; }
li { display: inline ; }
p.left
{ float: left ;
margin-right: 20px ;

}
p.right
{ float: right ;
margin-left: 20px  ;
text-align: right ;
left:20px ;
}
p
{ overflow: hidden ;
font-size:20px ;
font-family: times new roman ;

text-align: center ;
color: rgb(43,0,0) ;
border-top: 4px dashed gray ;
border-bottom: 4px solid green ;
border-color: blue green yellow red ;
padding: 20px ;
margin: 50px ;
width:  ; }
body
{  font-family: "times"  arial calibri ;
background-image: url("images/home7.jpg")  ;
text-align: center ;
background-position: center center ;
background-repeat:  repeat-y  ;
border: 5px double blue ;
background-color: red yellow green blue   ;
margin: 10px ;
padding: 10px
image-size: 100px 100px ;

background-attachment: fix ;
}
</style>

Saturday, October 24, 2015

View Source-code of any web page on Android

hello guys I just find a simple method to view-source code on
Android phone I searched this in Google but not find but finally I got it with my mind maybe forget it . So if you want to see source code of any page then you can visit it with a browser any browser I used UC and I think it is good but this is not a matter after visited in page just save it to option save page with browser in uc this option available don't know about other browser but I think many provide it after saving page just visit of folder where page is saved in uc page is saved in SD card/uc browse/here so after visited here you will see a page save with a name( name related with site name) and its extension is html so now simple just open this file with any text editor in ex file explorer you can use ex-text editor but it support all type text editor open file and see source code of any page simply . If you are a web developer like me then it’s very useful for beginners when you will see source code you will learn more. ......Hope you like this simple method ..!!!!!!!!!!!!!