Skip to content

Instantly share code, notes, and snippets.

@mushon
mushon / index.html
Created February 5, 2010 21:43
Miriam's first html - before and after
We couldn’t find that file to show.
@mushon
mushon / dumplings.html
Created February 16, 2010 01:17
I have fixed the reference to the css file. jkhurd1 has used: "dumplings/css/blueprint/screen.css" while the html page is already in the dumplings folder so there's no need for mentioning that again ("css/blueprint/screen.css" is enough). I have also chan
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<title>Order Dumplings in Chinese</title>
<link href="css/blueprint/screen.css" rel="stylesheet" type="text/css" media="screen, projection"/>
@mushon
mushon / index.html
Created February 16, 2010 20:56
Miriam's modified tutorial html + css files
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>How to Make an Origami Bunny</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/my-styles.css" type="text/css" media="screen, projection">
@mushon
mushon / index.html
Created February 16, 2010 21:00
Scott's tutorial html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>How to make a Hot Toddy</title>
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
body {
background-color:#CCCCCC;
background-image:url(assets/assets-2.jpg);
}
#topbar {
background-color:#b8ddf5;
height:20px;
width:530px;
}
<?php
//
// Gallery Child Theme Functions
//
function childtheme_menu_args($args) {
$args = array(
'show_home' => 'Home',
<?php
//Column 3: Create a function and div to hold all random category posts
function random_category_loop(){
if (is_home() & !is_paged()) { ?>
<div id="randomcategory" class="category span-14 last floatright">
<!-- Use html to create category titles -->
<div class="categoryheader">
<div id="randomthingscategory" class="floatright span-14 last categorytitle">
<p><a href="http://localhost:8888/blog/category/random/">RANDOM <br>THINGS I LIKE</p>
@mushon
mushon / gist:392328
Created May 6, 2010 16:29 — forked from skuter80/gist:391713
functions.php
<?php
// Adds a home link to your menu
// http://codex.wordpress.org/Template_Tags/wp_page_menu
//function childtheme_menu_args($args) {
// $args = array(
// 'show_home' => 'Home',
// 'sort_column' => 'menu_order',
// 'menu_class' => 'menu',
// 'echo' => true
<?php
//-----------------------ADDING BLUEPRINT CSS-----------------------------
function add_blueprint() {
// Include main screen styles css
$content = "\t";
$content .= "<link rel=\"stylesheet\" type=\"text/css\" href=\"";
@mushon
mushon / HokHofeshHameida.htm
Created October 15, 2010 09:55
חוק חופש המידע, התשנ"ח
<p dir="rtl"><strong>חוק חופש המידע, התשנ"ח</strong><strong>1998-</strong><strong> </strong><sup>1</sup></p>
<p dir="rtl"><strong>1. חופש מידע</strong></p>
<p dir="rtl">לכל אזרח ישראלי או תושב הזכות לקבל מידע מרשות ציבורית בהתאם להוראות חוק זה.</p>
<p dir="rtl"><strong>2. הגדרות</strong><sup>4</sup><strong> </strong></p>
<p dir="rtl">בחוק זה -</p>
<p dir="rtl"><strong>"ועדה משותפת"</strong> - ועדה משותפת של ועדת החוקה חוק ומשפט וועדת החוץ והבטחון של הכנסת;</p>
<p dir="rtl"><strong>"מידע"</strong> - כל מידע המצוי ברשות ציבורית, והוא כתוב, מוקלט, מוסרט, מצולם או ממוחשב;</p>
<p dir="rtl"><strong>"ממונה"</strong> - מי שמונה לפי סעיף 3;</p>
<p dir="rtl"><strong>"קבלת מידע"</strong> - לרבות עיון, צפיה, האזנה, העתקה, צילום, קבלת פלט מחשב או קבלת מידע בכל דרך אחרת בהתאם לסוג המידע וצורת החזקתו;</p>
<p dir="rtl"><strong>"רשות ציבורית"</strong><sup>4</sup> -</p>