This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="range"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select name="pickupsel" id="pickups" style="line-height:33px; -webkit-appearance: none;"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wordpress CheartSheet: | |
http://wpcheatsheet.net/ | |
========================================= | |
Extract CSS: http://webservicebd.com/extractcss/ | |
========================================== | |
Images optimiser: https://tinypng.com/ | |
========================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
***Add Expire Headers | |
<FilesMatch "(?i)^.*\.(ico|flv|jpg|jpeg|png|gif|js|css|woff)$"> | |
ExpiresActive On | |
ExpiresDefault A2592000 | |
</FilesMatch> | |
PageSpeed Insights not seeing the Gzip compression: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. List of jQuery Selector: http://www.w3schools.com/jquery/trysel.asp | |
2. List of jQuery Selector Reference: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Write this simple css for soleving this issue */ | |
.wow { | |
visibility: hidden; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* write isotop jquery script on your .html page and use $(window).load(function () {}); function like below */ | |
<script> | |
$(window).load(function () { | |
// our lasest project | |
$('.grid').isotope({ | |
itemSelector: '.grid-item', | |
percentPosition: true, | |
masonry: { | |
columnWidth: 3, | |
gutter: 30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="fileUpload btn btn-primary"> | |
<span>Upload</span> | |
<input type="file" class="upload" /> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
step 1: dail: *5000*0*4*3# | |
step 2: *5000*55# | |
step 3: *5000*8*1*1*2# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-xs-12 col-sm-4 panel" style="background-color: red"> | |
some content | |
</div> | |
<div class="col-xs-6 col-sm-4 panel" style="background-color: yellow"> | |
kittenz | |
<img src="http://placekitten.com/100/100"> | |
</div> | |
<div class="col-xs-6 col-sm-4 panel" style="background-color: blue"> | |
some more content |