Skip to content

Instantly share code, notes, and snippets.

@megane9988
megane9988 / gist:4494639
Created January 9, 2013 16:40
styledecco用のCSSのひな型作成中
/*
# まとめて要素セット
<h3>デフォルトパラグラフ</h3>
<p>吾輩の主人は滅多に<a href="http://ja.wordpress.org/">吾輩</a>と顔を合せる事がない。職業は教師だそうだ。学校から帰ると終日書斎に這入ったぎりほとんど出て来る事がない。家のものは大変な勉強家だと思っている。当人も<a href="http://ja.wordpress.org/">勉強家</a>であるかのごとく見せている。しかし実際はうちのものがいうような勤勉家ではない。吾輩は時々忍び足に彼の書斎を覗いて見るが、彼はよく昼寝をしている事がある。<a href="http://ja.wordpress.org/">時々読みかけてある本</a>の上に涎をたらしている。</p>
<h3>左ぞろえ</h3>
<p style="text-align: left;">彼は胃弱で皮膚の色が淡黄色を帯びて弾力のない不活溌な徴候をあらわしている。その癖に大飯を食う。大飯を食った後でタカジヤスターゼを飲む。飲んだ後で書物をひろげる。二三ページ読むと眠くなる。涎を本の上へ垂らす。これが彼の毎夜繰り返す日課である。吾輩は猫ながら時々考える事がある。教師というものは実に楽なものだ。人間と生れたら教師となるに限る。こんなに寝ていて勤まるものなら猫にでも出来ぬ事はないと。それでも主人に云わせると教師ほどつらいものはないそうで彼は友達が来る度に何とかかんとか不平を鳴らしている。</p>
<h3>中央ぞろえ</h3>
<p style="text-align: center;">吾輩がこの家へ住み込んだ当時は、主人以外のものにははなはだ不人望であった。どこへ行っても跳ね付けられて相手にしてくれ手がなかった。いかに珍重されなかったかは、今日に至るまで名前さえつけてくれないのでも分る。吾輩は仕方がないから、出来得る限り吾輩を入れてくれた主人の傍にいる事をつとめた。朝主人が新聞を読むときは必ず彼の膝の上に乗る。彼が昼寝をするときは必ずその背中に乗る。</p>
<h3>右ぞろえ</h3>

sublime text 2

http://www.sublimetext.com/
Total: USD $70 ちょっと値上がってましたね。。

  • クロスプラットフォーム
    • windows
    • mac
    • linux
@megane9988
megane9988 / roots-start.sh
Created April 7, 2013 03:21
はじめてのシェルスクリプト。コマンドを順番に書くとその通りに実行してくれる。実行はコマンド $sh ファイル名.sh
mkdir ~/Desktop/test
# デスクトップにtestというディレクトリをつくる
cd ~/Desktop/test
# testディレクトリに移動する
roots new mega
# 新規rootsプロジェクトとしてmegaをつくる
cd mega
# megaに移動する
roots watch
# rootsサーバを起動し、監視を始める
@megane9988
megane9988 / punch-start.sh
Created April 7, 2013 03:44
punchのデモをデスクトップに起動し、ブラウザで監視を始める
mkdir ~/Desktop/test
# デスクトップにtestというディレクトリをつくる
cd ~/Desktop/test
# testディレクトリに移動する
punch setup punch
# 新規punchプロジェクトとしてpunchをつくる
cd punch
# punchディレクトリに移動する
rundll32 url.dll,FileProtocolHandler http://localhost:9009/
# 既存のブラウザを起動しhttp://localhost:9009/にアクセスする
@megane9988
megane9988 / Gmail-and-desktop-open.sh
Created April 7, 2013 04:00
windows用 Gmailを既存のブラウザで開き、エクスプローラーでデスクトップを開く。 用途イメージとしては、デスクトップで添付のファイルをアップ・ダウンする作業の準備
rundll32 url.dll,FileProtocolHandler https://mail.google.com/mail/u/0/
# 既存のブラウザでGmailを起動
explorer Desktop
# エクスプローラーでデスクトップを開く
@megane9988
megane9988 / jqueryAutoHeight-sample.html
Created June 8, 2013 12:33
jqueryAutoHeight.jsを利用するときに書くの
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery.js" type="text/javascript"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/jqueryAutoHeight.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(new function() {
setTimeout(function(){
$(function(){
$(".newspost").tile();
});
}, 100);
body.login{
background-color: #fff;
background-image: url(http://2013.tokyo.wordcamp.org/files/2013/06/bg_kabuki.png);
}
.login h1 a {
background-image: url(http://2013.tokyo.wordcamp.org/files/2013/07/head_wapuu.png);
background-size: 274px 300px;
}
.login h1 a {
<div class="megane">
<h2>条件分岐</h2>
<p>
<?php if(is_home()) { ?>
ホーム
<?php } else { ?>
ホーム以外!
<?php } ?>
</p>
<!-- 記事があるかどうか -->
<?php if (have_posts()): ?>
<?php while ( have_posts() ) : the_post(); ?>
<!-- 全体をaでくくる -->
<a href="<?php the_permalink(); ?>" class="post-set">
<!-- アイキャッチのあるなし -->
<?php if (has_post_thumbnail( $post_id = null )): ?>
<p class="post_thumbnail">
@megane9988
megane9988 / gist:6049892
Created July 21, 2013 20:41
ソーシャルボタンを自作する際のリンク指定
<div class="socialbigbt">
<a class="twitter_button" href="
https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&text=<?php echo the_title(); ?>&tw_p=tweetbutton&url=<?php the_permalink(); ?>
">twitterでつぶやく!</a>
<a class="facebook_button" href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>/&t=<?php echo the_title(); ?>" target="_brank">facebookでシェア!</a>
</div>
------