Sunday, October 6, 2019

jquery filter element by menu

Filter elements by jquery, here i used data attribute for filter elements and used bootstrap4 for grid.
menu items like this :

<a class="nav-link" data-filter="Events">Events</a>
<div class="col-12 col-sm-6 col-md-4 filtr-item" data-category="Media,News">
            <img src="https://via.placeholder.com/150?text=1" class="img-fluid" alt="sample">
        </div>

and the thumnail item data like this:

Saturday, October 5, 2019

bootstrap 4 material checkbox and radio button




Saturday, July 20, 2019

How to create a awesome Flutter material login screen



Awesome Flutter material login screen sample code:


Saturday, February 2, 2019

You don't have permission to access, Server unable to read htaccess file, denying access to be safe - Fix Godaddy

Error : You don't have permission to access, Server unable to read htaccess file, denying access to be safe.

Solution: chmod -R 755 <site_top_folder>