Flash Player 21.0.0.174 Beta (Non-IE)

http://ift.tt/RopRdH Adobe Flash Player is the choice of both individuals and organizations when it comes to a highly powerful and extremely adaptable multiplatform client runtime. Flash has many new features and continues to be the ubiquitous Web standard; this software is included with all major Web browsers. Adobe Flash Player supports several data formats includi...


via FileHippo.com http://ift.tt/19uW5kY [[ We are also giving web service. Email:wasim.akh2@gmail.com]]

Flash Player 21.0.0.174 Beta (IE)

http://ift.tt/RopRdH Adobe Flash Player is the choice of both individuals and organizations when it comes to a highly powerful and extremely adaptable multiplatform client runtime. Flash has many new features and continues to be the ubiquitous Web standard; this software is included with all major Web browsers. Adobe Flash Player supports several data formats includi...


via FileHippo.com http://ift.tt/19uW7cB [[ We are also giving web service. Email:wasim.akh2@gmail.com]]

Beyond Compare 4.1.4

http://ift.tt/13OXxMw Beyond Compare 3 is the ideal tool for comparing files and folders on your Windows system. Visualize changes in your code and carefully reconcile them. Compare Files, FoldersBeyond Compare allows you to quickly and easily compare your files and folders. By using simple, powerful commands you can focus on the differences you're interested in and...


via FileHippo.com http://ift.tt/1g91y0Y [[ We are also giving web service. Email:wasim.akh2@gmail.com]]

dotConnect for MySQL 8.4.602

http://ift.tt/1pFVAIg dotConnect for MySQL, formerly known as MyDirect .NET, is an enhanced ORM enabled data provider for MySQL that builds on ADO.NET technology to present a complete solution for developing MySQL-based database applications. It introduces new approaches for designing application architecture, boosts productivity, and leverages database applications. ...


via FileHippo.com http://ift.tt/1ttBAPF [[ We are also giving web service. Email:wasim.akh2@gmail.com]]

KiTTY 0.66.6.3

http://ift.tt/1JJCZGS KiTTY is a fork from version 0.63 of PuTTY, the telnet/SSH client. The app has numerous technical features including the ability to add automatic passwords, run automatic commands and you can run locally saved scripts on remote sessions, which is really useful. KiTTY has a very easy to use GUI with individual session icons and config box. The app ...


via FileHippo.com http://ift.tt/1beCQzO [[ We are also giving web service. Email:wasim.akh2@gmail.com]]

Evernote Web Clipper 6.7.1

http://ift.tt/1J139XD Use the Evernote Web Clipper Chrome extension to save the things you like on the web into your Evernote account. There is now no need to use bookmarks anymore, just use Evernote Web Clipper! You just clip the web pages you want to keep, then save them in Evernote and easily locate them on any device. It really is that simple. Key features i...


via FileHippo.com http://ift.tt/1HDnFbz [[ We are also giving web service. Email:wasim.akh2@gmail.com]]

Bootstrap Navbar Menu without JavaScript

bootstrap-navbar-menu-without-javascript

Bootstrap Navbar Menu without JavaScript – Bootstrap is getting lot of traction since past few years. While many argue it makes web look plain and similar, it has been boon to non-ui developers. The learning curve is also easy and thus you can make good looking web pages in no time.

Update: For Bootstrap 4 example scroll to the bottom of post.

One of most used component of Bootstrap with Navbar. The navbar menu is responsive and adapts to any screen size. For small devices (mobile) the navbar get collapsed and a burger icon appears which can be used to open/close menu in navbar.

To collapse/uncollapse the menu you have to include bootstrap javascript and jquery javascript in your webpage. Sometime this is a little uncomfortable. Say you have a static webpage without any javascript. If you want to show/hide the navbar menu then you have to include all these javascript files unnecessarily. There must be a way of getting away with javascript and still able to use bootstrap navbar? Well there is. You can make bootstrap navbar hide/show for mobile devices without using javascript. Checkout the following code.

The HTML

<nav class="navbar navbar-default navbar-fixed-top">
  <div class="container">
    <input type="checkbox" id="navbar-toggle-cbox">
    <div class="navbar-header">
      <label for="navbar-toggle-cbox" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
        <span class="sr-only">Toggle navigation</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </label>
      <a class="navbar-brand" href="#">Project name</a>
    </div>
    <div id="navbar" class="navbar-collapse collapse">
      <ul class="nav navbar-nav">
        <li class="active"><a href="#">Home</a></li>
        <li><a href="#about">About</a></li>
      </ul>
    </div>
  </div>
</nav>

The CSS

#navbar-toggle-cbox {
  display:none
}
#navbar-toggle-cbox:checked ~ .collapse {
    display: block;
}

So how does this works? First check the html. We added a checkbox and hide it using CSS. Next we changed the button into label and connect the label to checkbox using for="". So whenever you click the burger menu which act as label for checkbox toggles it state. And as per the state of checkbox we show or hide the content.

Online Demo – Bootstrap Navbar Menu without JavaScript

Below is the demo, click on the burger menu button to toggle navbar menu.

JSFiddle: http://ift.tt/1TU3BNJ

Bootstrap 4 Navbar without JavaScript

You can do the same with Bootstrap v4 which is still in alpha at the time I am writing this. Below is the fiddle preview.

The post Bootstrap Navbar Menu without JavaScript appeared first on ViralPatel.net.



via ViralPatel.net http://ift.tt/1LXNcjj

[Software Update] Vivaldi 7.9 Minor Update (4) Released, Here is What’s New and Fixed

UPDATE: Release of Minor Update (4) for Vivaldi 7.9 stable version to public. Good news for Vivaldi browser users! Vivaldi team has released...