Posts

Ping,tracert

Image
ping, tracert – Troubleshoot Network Connection Issues If you’re experiencing issues connecting to a website or other network connection issues, Windows and other operating systems have some standard tools you can use to identify problems. First, there’s the ping command. Type  ping google.com and Windows will send packets to Google.com. Google will respond and let you know it’s received them. You’ll be able to see if any packets didn’t make it to Google.com — perhaps you’re experiencing packet loss — and how long it took you to hear back — perhaps the network is saturated and packets are taking a while to reach their destinations. There’s also the tracert command, which traces the route it takes for a packet to reach a destination. For example, run  tracert google.com  and you’ll see the path your packet takes to reach Google. If you’re having issues connecting to a website, tracert can show you where the problem is occurring.

HTML <audio> tag

Image

Solar power

Image

Save money

Image

Dhs10,000 fine for UAE companies not reporting occupational injuries

Image
Dhs10,000 fine per (non-reported) case is applicable, and the Ministry of Labour shall blacklist the company until the offence is resolved The Ministry of Labour has urged private sector companies to implement occupational safety and health standards while on duty and report workers occupational injuries without any delay, state news agency WAM reported. Maher Al Obed, Assistant Under-Secretary for Inspectional Affairs, said, “The ministry’s keenness to provide a safe working environment for workers comes as support to avoid occupational injuries, and through the application of innovative standards for occupational safety and health in addition to taking the necessary steps against the non-complying facilities.” He explained, “The facilities who don’t report occupational injuries, illness or deaths, are violating Cabinet Decision No. 40 of 2014, which states that a Dhs10,000 fine per (non-reported) case is applicable, and the Ministry of Labour shall blacklist the company until...

Windows 10 Build 10586

Image
With less than a week to go until the speculated November 10 release day for Windows 10 (codename) Threshold 2, Microsoft has released build 10586 to participants in the Windows Insider Program. I updated my Dell Venue 8 Pro and noticed that there isn’t a build number displayed in the lower right corner of the desktop as there was for previous preview builds. It looks like build 10586 may be released as what will be officially called the  Windows 10 Fall Update . This will be the first major update since Windows 10 launched on July 29. If you haven’t been following Microsoft’s  Windows Experience Blog , here’s a summary of what it has announced as notable changes or new features since build 10547 on September 18: Build 10547 Maximum Start menu columns up from 3 to 4; Maximum Start menu tiles increased from 512 to 2048; In Task View, apps can be snapped to left and right, can replace a previously snapped app with another, and you can swipe down to close an app; Many W...

The .active class makes the button appear pressed:

<!DOCTYPE html> <html lang="en"> <head>   <title>Bootstrap Example</title>   <meta charset="utf-8">   <meta name="viewport" content="width=device-width, initial-scale=1">   <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </head> <body> <div class="container">   <h2>Button</h2>   <p>The .active class makes the button appear pressed:</p>             <button type="button" class="btn btn-default">Default button</button>       <button type="button" class="btn btn-default active">Acti...