Skip to content

Instantly share code, notes, and snippets.

View marczhermo's full-sized avatar

Marco Hermo marczhermo

  • New Zealand
View GitHub Profile
@marczhermo
marczhermo / txt.txt
Created July 22, 2012 20:34
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nec nisl id nisl auctor aliquam. Morbi gravida pulvinar magna. Ut sed convallis leo. Nunc eu dolor nibh. Fusce sit amet tempor neque. Nulla a nibh vitae nisi scelerisque commodo. Phasellus id odio id mauris tempus convallis molestie vestibulum diam. Vivamus dignissim tortor at augue laoreet congue. Phasellus consectetur accumsan metus, ut cursus risus iaculis a. Aliquam ultricies leo eget nulla mollis fringilla. Curabitur ultrices viverra risus, sit amet blandit dui imperdiet eget. Suspendisse vitae cursus velit. Suspendisse eu vehicula elit.
@marczhermo
marczhermo / .htaccess
Created August 9, 2012 02:05
Joomla:htaccess: Disable native RSS Feed of Joomla
## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
# Disable native RSS Feed of Joomla by Marco
RewriteCond %{QUERY_STRING} format=feed
RewriteRule .* http://www.yourdomain.com? [R=301,L]
## End - Custom redirects
@marczhermo
marczhermo / round.css
Created November 7, 2012 22:44
CSS Round
.round {
-webkit-border-top-left-radius: 1px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 4px;
@marczhermo
marczhermo / helvetica.css
Created February 13, 2013 02:28
Better Helvetica
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}
@marczhermo
marczhermo / Default (Windows).sublime-keymap
Created April 22, 2013 10:12
Sublime 2 : Key Binding User
[
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["ctrl+shift+o"], "command": "prompt_select_project" },
@marczhermo
marczhermo / Preferences.sublime-settings
Created April 22, 2013 10:13
Sublime 2 : Settings User
{
"color_scheme": "Packages/Dayle Rees Color Schemes/Contrast/Laravel.tmTheme",
"font_face": "Bitstream Vera Sans Mono",
"font_size": 10,
"ignored_packages":
[
],
"vintage_start_in_command_mode": true,
"soda_folder_icons": true,
"tab_size": 4,
@marczhermo
marczhermo / Logo.psd
Created July 3, 2013 01:01
Photoshop: Multiply to PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@marczhermo
marczhermo / index.html
Created October 6, 2013 07:08
HTML : index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome :)</title>
<style>
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
@marczhermo
marczhermo / bootstrap-2.3.2.zip
Created February 12, 2014 04:05
URL: Bootstrap 2.3.3
https://github.com/twbs/bootstrap/releases/tag/v2.3.2
@marczhermo
marczhermo / link
Created February 12, 2014 21:54
URL: search and replace wordpress database