Skip to content

Instantly share code, notes, and snippets.

@joemaygist
joemaygist / html5_template.html
Created October 20, 2012 03:57 — forked from almurdo/html5_template.html
HTML: HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>untitled</title>
<link rel="stylesheet" href="" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<script src=""></script>
@joemaygist
joemaygist / mb_str_replace.php
Created November 7, 2012 16:26 — forked from sgmurphy/mb_str_replace.php
PHP: mb_str_replace
<?php
/**
* Replace all occurrences of the search string with the replacement string.
*
* @author Sean Murphy <sean@iamseanmurphy.com>
* @copyright Copyright 2012 Sean Murphy. All rights reserved.
* @license http://creativecommons.org/publicdomain/zero/1.0/
* @link http://php.net/manual/function.str-replace.php
*
* @param mixed $search