How to Convert UNIX timestamp to Format Date String
Easy way to convert unix timestamp to nice date format in PHP.
Use this to convert unix timestamp to format php date <?php $timestamp=1333699439; echo gmdate("Y-m-dTH:i:sZ", $timestamp); ?>
Use this to convert unix timestamp to format php date <?php $timestamp=1333699439; echo gmdate("Y-m-dTH:i:sZ", $timestamp); ?>
This is a short snippet on how to clean a phone number from Dashes and Paranteses. Use this to clean phones on the fly. $ph_number = '(619) 584-5555'; $phone =
This is the snippet to get the first label in the contact form 7 select display a select option or first as label. [select my_select first_as_label class:styled "Select Options" "Option
This is my favorite jQuery Plugin for Youtube or Vimeo Lightbox. It is sosimple to use and has great documentation. Installation <link href="dist/lity.css" rel="stylesheet"> <script src="vendor/jquery.js"></script> <script src="dist/lity.js"></script> Usage <a
This short snippet will allow you to disable manual input for the jQuey Datepicker. <input type="text" name="datepicker" id="datepicker" readonly="readonly" /> Just add a simple readonly and you should be good
Facebook has a long list of supported formats for video and they cover almost all video codecs known to man. It is recommended that you use a MOV or MP4
This is a code snippet on how to blockout dates for the jquery ui datepicker. var array = ["2013-03-14","2013-03-15","2013-03-16"] $('input').datepicker({ beforeShowDay: function(date){ var string = jQuery.datepicker.formatDate('yy-mm-dd', date); return [ array.indexOf(string)
This is the meta tag that you need to insert to change the color header on the address bar in Chrome for Android. <meta name="theme-color" content="#999999" />
This is a code snipped on how to initiate hash filter from url without using the click jquery parameter. Use this when passing has filter from one URL to another.
This is a short tutorial on how to center the NextGen Gallery. Very simple code that needs to be added to CSS to center the NextGen Gallery Plugin. CSS .ngg-galleryoverview