- Emmet
- DocBlockr
- Babel
- AutoFileName
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
<?php | |
/** | |
* Get the terms of specific post in a list | |
* @param object $p The post | |
* @param array $params An array of params | |
* @return string The HTML result | |
*/ | |
function get_post_terms($p, $params = array()) { | |
$defaults = array( |
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
.clearfix { | |
&:after { | |
content: ""; | |
display: table; | |
clear: both; | |
} | |
} |
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
update `table` set `field` = replace(`field` ,'É','É'); | |
update `table` set `field` = replace(`field` ,'“','"'); | |
update `table` set `field` = replace(`field` ,'â€','"'); | |
update `table` set `field` = replace(`field` ,'Ç','Ç'); | |
update `table` set `field` = replace(`field` ,'Ã','Ã'); | |
update `table` set `field` = replace(`field` ,'Ã ','À'); | |
update `table` set `field` = replace(`field` ,'ú','ú'); | |
update `table` set `field` = replace(`field` ,'•','-'); | |
update `table` set `field` = replace(`field` ,'Ø','Ø'); | |
update `table` set `field` = replace(`field` ,'õ','õ'); |
Works on Firefox only
A Pen by Cezar Luiz on CodePen.
iOS7 switch made with CSS + JS
A Pen by Cezar Luiz on CodePen.
NewerOlder