Posts

Showing posts from September, 2012

Html code for cv by Rehan

<html> <body style="background-color:white;"> <div style="position:absolute;top:110px;left:800px;color:red;"> <p>Muhammad Rehan Gull<br>Boostan colony, qainchee stop, main feerozpur road, Lahore<br>03337172102<br>rehan.gull@ymail.com</p> </div> <div style="padding-left:0px;margin-top:10px; "> <h1 style="font-size:36pt;"><i><span style="color:orange;">Curriculum Vitae</i></h1> <div style="padding-left:150px;margin-top:3px; "> <h1 style="font-size:36pt;"><i><span style="color:green;">Muhammad Rehan Gull</span></i></h1> </div> <div id="menu" style="background-color:white;width:150px;height:700px;float:left;"> </div> <div id="content" style="background-color:white;float:left;width:700px;height:1800px;"> <pre><

Html code for yahoo registration page

<html> <body style="background-color:grey;"> <div id="container" width="500"> <div id="header" style="background-color:#A0522D;"> <h1 style="margin-bottom:0;font-size:36pt;margin-left:150px;"><span style="color:4B0082;"><i>Y<sup>A</sup>H<sub>O</sub>O<span style="color:yellow">!</span></span></i></h2><form align=right><h1>Yahoo! ID:<input type="textfield"/>Password:<input type="Password"/> <input type="button" value="Log in"/></form> </div> <div id="menu" style="background-color:whitw;width:100px;height:900px;float:left;"> </div> <div id="content" style="background-color:#DCDCDC;float:left;width:700px;height:1100px;"><h3>With a Yahoo! Account, get free email

Html code for cv by bilal sheikh

<html> <body style="background-color:white;"> <div style="position:absolute;top:110px;left:800px;color:green;"> <p>Bilal Maqsood<br>299-B,Habayt-ul-Block,Mustafa Town Lahore<br>03474395026<br>bilal_lovely87@yahoo.com</p> </div> <div style="padding-left:0px;margin-top:10px; "> <h1 style="font-size:40pt;"><i><span style="color:green;">Curriculum Vitea</i></h1> <div style="padding-left:150px;margin-top:3px; "> <h1 style="font-size:40pt;"><i><span style="color:#D3D3D3;">BILAL MAQSOOD</span></i></h1> </div> <div id="menu" style="background-color:white;width:150px;height:1000px;float:left;"> </div> <div id="content" style="background-color:#FAEBD7;float:left;width:700px;height:1800px;"> <pre><h1 style="fon

Jobs in fbr

Jobs in fbr Click here for link . .

Dreamviewer

download both files in same folder and extract just first part 2nd will automatically attach with it extract and install it username : rehan.gull@ymail.com password:  password click here for part 1 ado be dreamviewer click here for part 2  ado be dreamviewer     macromedia dreamviewer is 2nd ware by macromedia company  Click here for Macromedia Dreamweaver 8         .

Database Administration ( 28 Sep. 2012 )

Different commands relating tablespace were discussed and students do practice  Create tablespace myspace datafile ‘path \myspace1.dbf ‘ size 10m;             -this will create a tablespace having name myspace1 and its size will 10Mb Alter tablespace myspace readonly;             -this will change the attribute to readonly after this user can only read or view the file Alter tablespace myspace read write;             -this will undo the above command now user can read and write data Desc dba_data_files             -this will show all colum’s names stored in database Alter database datafile ‘ path \myspace1.dbf ‘ resize 5m;             -this will change the size of tablespace to 5Mb which was 10Mb Alter tablespace myspace offline normal; -           this will do offline the tablespace drop tablespace myspace including contents and datafiles; -           this will delete datafile and its contents having name myspace1 to delete any tablespace fi

Network Design Management ( 26 Sep. 2012 )

Stub router A Stub router , One-armed router or router on a stick is a router that routes traffic between virtual local area networks ( VLANs ). It has only a single Ethernet NIC that is part of two or more Virtual LANs, enabling them to be joined. A VLAN allows multiple virtual LANs to coexist on the same physical LAN . This means that two machines attached to the same switch cannot send Ethernet frames to each other even though they pass over the same wires. If they need to communicate, then a router must be placed between the two VLANs to forward packets, just as if the two LANs were physically isolated. The only difference is that the router in question may contain only a single Ethernet NIC that is part of both VLANs. Hence, "one-armed". Autonomous System Within the Internet , an Autonomous System ( AS ) is a collection of connected Internet Protocol (IP) routing prefixes under the control of one or more network operators that presents a common, c

B.P ( 26 Sep. 2012 )

Process to get loan was draw by student in form of flow chart Document was provided by sir to study for exams and for modeling practice Click here for document

Linux O.S. ( 25 Sep. 2012 )

There are three default permission levels in linx user / creator level                               u group level                                           g others level                                          o collectively these are denoted with       a     there are three permission types in linux read                        r write                      w execute                                x +              sign stands for assign the following & doesn’t effect other permission And      -    sign deassign or deduct and doesn’t effect other permissions =      sign makes permission equal / same as following How to edit access permission Chmod u+r file/foldername Group read permission granted and other deassign read permission        Chmod g+x,o-r file/foldername Chmod go+r file/foldername Chmod a+rx file/foldername Chmod a=rx file/foldername To get all permission deassign from al users                                          Chmo

Network Design and management ( 25 Sep. 2012 )

  Static routing was discussed in detail different commands for assigning ip address manually was discussed     A lab was done on packet tracer with 3 routers and 2 computers   Types of routing Static routing                   Static routing is a concept describing one way of configuring path selection of routers in computer networks . It is the type of routing characterized by the absence of communication between routers regarding the current topology of the network . [1] This is achieved by manually adding routes to the routing table. The opposite of static routing is dynamic routing , sometimes also referred to as adaptive routing . In these systems, routes through a data network are described by fixed paths (statically). These routes are usually entered into the router by the system administrator. An entire network can be configured using static routes, but this type of configuration is not fault tolerant. When there is a change in the network or a fa