inAir 5000 Wifi Setup Without App
Altec Lansing Configuration for inAir 5000 without App.
I was having an issue looking for the app to configure the inAir 5000 Altec Lansing Speaker. It is an old speaker and there is not a lot of configuration
I was having an issue looking for the app to configure the inAir 5000 Altec Lansing Speaker. It is an old speaker and there is not a lot of configuration
This is a snippet to create a numbering list that count down for jQuery. I used this for counting down articles that the best 20 products sold. Use this as
Use these snippets to change the navigation color when you scroll down on your website. JS $(function () { $(document).scroll(function () { var $nav = $(".navbar-fixed-top"); $nav.toggleClass('scrolled', $(this).scrollTop() > $nav.height());
A known and used library for Match Height in jQuery. https://github.com/liabru/jquery-match-height Simply include the JS Script <script src="jquery.matchHeight.js" type="text/javascript"></script> And add the class .item to the items you want to
A short snippet to align center columns on Bootstrap 4 <div class="col-md-6 align-self-center"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Placeat illo autem, consequatur, blanditiis aliquam, dolorem, in tenetur
A little syntax about Vue.JS and components. Define a Component and reuse it on your projects! <abraham-card title="Test Card for Abraham" body="Some quick example text to build on the card
How to limit to certain zipcodes on WooCommerce 1. Visit WooCommerce -> Settings -> Shipping 2. Add Shipping Zone or Edit Shipping Zone 3. Click on the Limit to Specific
This is short example on how to run Sudo on WinSCP. 1. Go to WinSCP Profile 2. Click Edit > Advanced > SFTP sudo su -c /usr/lib/sftp-server (Your Folder Might
These are short snippets to insert sidebar into the front end of Wordpress website. Use it in your projects. Functions.php function my_custom_sidebar() { register_sidebar( array ( 'name' => __( 'Custom',
This is the short snippet to disable Apache Automatic on cPanel PageSpeed Optimization. <IfModule pagespeed_module> ModPagespeed off </IfModule>