Skip to content

Instantly share code, notes, and snippets.

@demersdesigns
demersdesigns / craft-random-company-names
Last active January 25, 2022 20:23
A list of 75 random company names for import into Craft from InVision. http://invisionapp.com/craft Names generated from http://online-generator.com, an open source resource by Niels Gamborg.
Openlane
Yearin
Goodsilron
Condax
Opentech
Golddex
year-job
Isdom
Gogozoom
Y-corporation
@ediamin
ediamin / bootstrap-pagination.php
Created July 5, 2015 21:10
Bootstrap Pagination for WordPress
/*
* custom pagination with bootstrap .pagination class
* source: http://www.ordinarycoder.com/paginate_links-class-ul-li-bootstrap/
*/
function bootstrap_pagination( $echo = true ) {
global $wp_query;
$big = 999999999; // need an unlikely integer
$pages = paginate_links( array(
@adhithyan15
adhithyan15 / countdown.js
Last active December 3, 2024 11:13
A simple countdown timer in Javascript
/********************************************************************************************************************
Countdown.js is a simple script to add a countdown timer
for your website. Currently it can only do full minutes
and partial minutes aren't supported. This script is a fork of http://jsfiddle.net/HRrYG/ with some
added extensions. Since the original code that I forked was released under Creative Commons by SA license,
I have to release this code under the same license. You can view a live demo of this code at http://jsfiddle.net/JmrQE/2/.
********************************************************************************************************************/
function countdown(minutes) {
var seconds = 60;
var mins = minutes