Posts

How to configure Route Redistribution of BGP, OSPF and EIGRP in Cisco Packet Tracer

Image
It is  straightforward  to  put together  route re distribution  of EIGRP, OSPF & BGP in Cisco Packet tracer. Basically, Route  distribution   permits  routes from one routing protocol to be  publicised  into another routing protocol. I t's   preferred   to use   one  routing protocol in  internetwork  surroundings , for simplicity and  easy  management. S adly ,  this can be  not  invariably   doable ,  creating  multi-protocol environments common. Routes  can   solely  be  decentralized  if they exist  within the  routing table. Routes that  area unit   merely   in a very  topology  info. At least one  distribution   purpose   must  exist between  the 2  routing domains.  This device  can   really  run  each  routing ...

Refresh Div tag using Jquery Mobile

Image
    Refresh Div tag using JavaScript is very easy to write.As you are seeing below I write a function Load_external_content() in which a Div tag i.e #data will load the refresh.php file in a fadeout effect. Now it's time to see the working of second function as you can see below I set the setInterval function which will call again and again after the interval of 10 seconds.Most probably you can use this code in your projects.  <html> <head > <!-- including all files of JQUERY -->     <link rel="stylesheet" href="js/jquery.mobile-1.4.5.min.css">     <script src="js/jquery.js"></script>     <script src="js/index.js"></script>     <script src="js/jquery.mobile-1.4.5.min.js"></script>     <title>Refresh DIV Tag in 10 seconds</title> <Script> function Load_external_content()   // A function which w...

Filtering Data items with Jquery Mobile

Image
Normally, we have seen when there is large amount of data items it is difficult to find out what we want. But with the help of Jquery Mobile it is easy to filter data items for getting particular result that we want to see. So here.. it is a script that filter the items. In this script, I have added some JavaScript files which will help us to implement this thing. HTML SCRIPT <html> <title> Filtering Items with Jquery Mobile </title>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1">        <link rel="stylesheet" href="js/jquery.mobile-1.4.5.min.css">     <script src="js/jquery.js"></script>     <script src="js/jquery.mobile-1.4.5.min.js"></script>        <body>          <div data-role="header" data-theme="b">  ...

Make Switch Button with Jquery Mobile

Image
You have seen facebook messenger or any other android  applications which have On and Off switch button.Today we discuss about how you can make a simple and attractive switch button using a Jquery Mobile.You need a Jquery Mobile  Framework to do this creative thing.I must say you have to try this. <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Facebook Messenger Style Switch Using Jquery Mobile</title> <link rel="stylesheet"  href="css/jquery.mobile-1.2.1.css" /> <link rel="stylesheet"  href="css/jquery.mobile-1.2.1.min.css" /> <link rel="stylesheet"  href="css/jquery.mobile.theme-1.2.1.min.css" /> <script src="js/jquery.js"></script> <script src="js/jquery.mobile-1.2.1.js"></script> <scr...

Run Localhost on Android Phone using USB

Image
Mostly Web developers run localhost on their computer but I was thinking Can I run Localhost on Android Phone using USB (Universal Serial Bus) cable. The answer is YES you can use android phone as a Localhost and run Web application on them. Requirement : Android Phone version above 4.0. USB Data Cable W.A.M.P Server installed on Computer I recommend UC Browser to run Web Application On mobile. Steps to Follow : Firstly Connect Android Phone with Computer through USB data Cable. Go to Settings ->More -> Wireless & Networks -> Tethering & Portable Hotspot Click On USB tethering. After Following these Step Open MS-DOS and Type ipconfig/all command. Note the temporary Ip address given By the mobile on your computer. Type the IP-address on the mobile phone Browser (UC Browser). For example : XXX.XX.XXX.XX/your file name. OK then Enjoy this trick.... If there is any problem then comment below ....