{ // module_execution Difference between Blur and spread in Box -shadow Box-Shadow property in css is for defining the shadow of any div or block element. A quick look of all ... STACK: [CSS] DATE: [January 26, 2016] } _EXECUTE_SYSTEM() =>
{ // module_execution Bootstrap contextual classes The bootstrap is all about defined classes,that we can use in our HTML template to beautify it without much hard ... STACK: [BOOTSTRAP] [CSS] [HTML] DATE: [January 26, 2016] } _EXECUTE_SYSTEM() =>
{ // module_execution How to change placeholder color [code lang=”php”] <style> ::-webkit-input-placeholder { color:#000; } :-moz-placeholder { color:#000; opacity: 1; } ::-moz-placeholder { color:#000; opacity: 1; } :-ms-input-placeholder ... STACK: [CSS] DATE: [January 22, 2016] } _EXECUTE_SYSTEM() =>
{ // module_execution Full screen div at any screen and resolution Add this in your javascript file and call this file after jquery file [code lang=”javascript”] function fullsize() { var new_height ... STACK: [CSS] [JAVASCRIPT] [JQUERY] DATE: [January 12, 2016] } _EXECUTE_SYSTEM() =>
{ // module_execution Masonry Infinite Scroll With Mysql [code lang=”php”] <?php ob_start(); $aHost = ‘HOSTNAME’; $aUser = ‘DBUSER’; $aPass = ‘DBPASS’; $aDb = ‘DBNAME’; $aCon = mysqli_connect($aHost,$aUser,$aPass); mysqli_select_db($aCon,$aDb); ... STACK: [CSS] [MYSQL] [PHP] DATE: [January 11, 2016] } _EXECUTE_SYSTEM() =>
{ // module_execution How to set a image vertically center align inside div [code lang=”php”] <div class="imgFrame"> <img src="IMG SRC" /> </div> <style> .imgFrame { height: 100%; width: 100%; text-align: center; } .imgFrame:before, ... STACK: [CSS] DATE: [January 9, 2016] } _EXECUTE_SYSTEM() =>
{ // module_execution How to make youtube video responsive ? [code lang=”php”] <style> .videoResponsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .videoResponsive iframe, .videoResponsive object, ... STACK: [CSS] [HTML] DATE: [January 4, 2016] } _EXECUTE_SYSTEM() =>
{ // module_execution How to make table responsive [code lang=”css”] <style> .tblResponsive { width:100%; } .tblResponsive tr td { border-bottom:solid 1px #e6e6e6; padding:5px; } .tblResponsive tr.tblHead td { ... STACK: [CSS] [HTML] DATE: [January 4, 2016] } _EXECUTE_SYSTEM() =>