投稿

12月, 2014の投稿を表示しています

Blender: (ピボット)基準点の選択

Quick Edit Pencil

モード: オブジェクトモードおよび編集モード

スクリーンショット 2014 12 17 7 13 14

ホットキー: Ctrl,

メニュー: 3Dウィンドウヘッダーにある次のアイコンを選びます。Icon-library 3D-Window header-pivot-point.png

Doc:JA/2.6/Manual/3D interaction/Transform Control/Pivot Point/Median Point - BlenderWiki

HTML 画面サイズ一覧

Quick Edit Pencil

画面サイズ - Wikipedia

 

http://www.bravesoft.co.jp/blog/archives/550

機種解像度相対サイズ比率

iPhone5/5s640×1136320×568@2x

iPhone6750×1334375×667@2x

iPhone6 Plus1242×2208414×736@3x

 

CSSレスポンシブとメディアクエリをこれから勉強する人へ最新のSEO対策ならSEO JUMP

例えば

@media only screen and (max-width: 640px) {

strong{

font-size:24px;

color:red;

}

}

と書くと画面の最大横幅が640px以内の時だけ、フォントのサイズが24pxになって、文字色が赤くなる。

@media only screen and (min-width: 641px) {

strong{

font-size:24px;

color:red;

}

}

と書くと画面の最大横幅が641px以上の時だけ、フォントのサイズが24pxになって、文字色が赤くなる。

 

規格

ピクセル数

画面アスペクト比

ピクセルアスペクト比

横×縦

総数

横:縦

縦:1

横:縦

縦:1

CGA4色

320×200

64000

4:3

1.333...

5:6

0.833...

QVGA

320×240

76800

1:1

1

ハーフD1

360×480

172800

20:11

1.818...

PC-9801

640×400

256000

36:25

1.44

9:10

0.9

VGA

640×480

307200

4:3

1.333...

1:1

1

NTSC(D1)

720×540

345600

10:11

0.909...

NTSCスクイーズ

720×480

345600

3:2

1.5

40:33

1.212...

WVGA

800×480

384000

5:3

1.666...

1:1

1

PAL

768×576

442368

4:3

1.333...

12:11

1.090...

SVGA

800×600

480000

1:1

1

XGA

1024×768

786432

HDTV 720p(D4)

1280×720

921600

16:9

1.777...

Quad-VGA

1280×960

1228800

4:3

1.333...

SXGA

1280×1024

1310720

5:4

1.25

SXGA+

1400×1050

1470000

4:3

1.333...

WSXGA+

1680×1050

1764000

16:10

1.6

UXGA(UGA)

1600×1200

1920000

4:3

1.333...

HDTV 1080i(フルHD)

1920×1080

2073600

16:9

1.777...

WUXGA

1920×1200

2304000

16:10

1.6

2Kデジタルシネマ

2048×1080

2211840

256:135

1.896...

QXGA

2048×1536

3145728

4:3

1.333...

WQHD

2560×1440

3686400

16:9

1.777...

WQXGA

2560×1600

4096000

16:10

1.6

QSXGA

2560×2048

5242880

5:4

1.25

QUXGA

3200×2400

7680000

4:3

1.333...

4Kデジタルシネマ

4096×2160

8847360

256:135

1.896...

QWUXGA

3840×2400

9216000

16:10

1.6

ダウンロードページの作り方/githubのページ

Quick Edit Pencil

 

<!doctype html>

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

    <meta charset="utf-8">

    <title>Download SourceTree for free</title>

    <link href="http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css" rel="stylesheet" type="text/css" />

    <link href="http://yui.yahooapis.com/2.9.0/build/fonts/fonts-min.css" rel="stylesheet" type="text/css" />

    <link href="../css/main.css" rel="stylesheet" type="text/css" />

    <link rel="icon" type="image/png" href="../favicon.ico">

    <script type="text/javascript" src="http://use.typekit.net/klz7bax.js"></script>

    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>

    <script src="//cdn.optimizely.com/js/235907696.js"></script>

</head>

<script type="text/javascript">

    function doDownload(){

      if (window.location.search == "?v=mac") {

            window.location = "http://downloads.atlassian.com/software/sourcetree/SourceTree_2.0.2.dmg"

      } else if (window.location.search == "?v=win") {

            window.location = "http://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_1.6.5.exe"

      } else if (navigator.appVersion.indexOf("Mac")!=-1){

            window.location = "http://downloads.atlassian.com/software/sourcetree/SourceTree_2.0.2.dmg"

      } else{

            window.location = "http://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_1.6.5.exe"

        }

    };

</script>

<body onload="doDownload()">

 

<div class="header">

    <div class="box">

        <a href="../"><img src="../images/logoSourceTree.png" width="250" class="hidef" alt="SourceTree" /></a>

    </div>

</div>

<div class="content">

    <div class="box">

        <div class="divCol">

            <div class="col">

                <h1>Thanks for downloading!</h1>

                <div class="win">

                    <p>Your download should start in a few seconds. If it doesn't, please use <a href="http://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_1.6.5.exe">direct link</a>.<br />

                </div>

                <div class="mac">

                    <p>Your download should start in a few seconds. If it doesn't, please use <a href="http://downloads.atlassian.com/software/sourcetree/SourceTree_2.0.2.dmg">direct link</a>.<br />

                </div>

 

                <div class="socialButtonWrapper">

                    <div class="twitter socialButton">

                        <a href="https://twitter.com/share" class="twitter-share-button" data-text="A free Mercurial & Git client for Windows or Mac. @sourcetree @bitbucket #git #hg" data-size="small" data-url="http://sourcetreeapp.com/">Tweet</a>

                        <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

                    </div><!--/button-->

                    <div class="facebook socialButton">

                        <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.sourcetreeapp.com&amp;send=false&amp;layout=button_count&amp;width=150&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

                    </div><!--/button-->

                    <div class="google socialButton">

                        <!-- Place this tag where you want the +1 button to render. -->

                        <div class="g-plusone" data-size="medium"></div>

 

                        <!-- Place this tag after the last +1 button tag. -->

                        <script type="text/javascript">

                            (function() {

                                var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;

                                po.src = 'https://apis.google.com/js/plusone.js';

                                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);

                            })();

                        </script>

                    </div><!--/button-->

                    <div class="linkedIn socialButton">

                        <script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>

                        <script type="IN/Share" data-counter="right"></script>

                    </div><!--/button-->

                </div><!--/socialButtonsWrapper-->

            </div>

            <div class="col last clearfix otherlinks">

                <h2>Connect to</h2>

                <ul style="margin-top: 15px;">

                    <li><a href="https://bitbucket.org/?utm_source=sourcetreeapp&utm_medium=link&utm_campaign=footer_ad"><img src="../images/logoBBBlue.png" alt="Bitbucket" class="hidef" width="160" style="margin-bottom: 5px;"/><br />

                        Git repo management, in the cloud. Free unlimited private repos.</a></li>

                    <li><a href="http://www.atlassian.com/software/stash/?utm_source=sourcetreeapp&utm_medium=link&utm_campaign=footer_ad"><img src="../images/logoStashBlue.png" alt="Stash" class="hidef" width="105" style="margin-bottom: 5px;"/><br />

                        Git repo management, behind your firewall and Enterprise-ready.</a></li>

                    <li><a href="http://www.atlassian.com/software/bamboo/?utm_source=sourcetreeapp&utm_medium=link&utm_campaign=footer_ad"><img src="../images/logoBambooBlue.png" alt="Bamboo" class="hidef" width="145" style="margin-bottom: 5px;"/><br />

                        Continuous integration and deployment, release management.</a></li>

                </ul>

            </div>

        </div>

    </div>

</div>

<div class="footer">

    <div class="box">

        <div class="links"><a href="../register/">Register</a> | <a href="http://blog.sourcetreeapp.com">Blog</a> | <a href="http://twitter.com/sourcetree">Twitter</a> | <a href="../faq/">FAQ</a> | <a href="../support/">Support</a></div>

        <div class="copyright">Copyright &copy; 2014 <a class="hidef" href="http://www.atlassian.com">Atlassian</a></div>

        <!-- <div class="otherlinks">

            <h2>Other Atlassian Git Products</h2>

            <ul>

                <li><a href="https://bitbucket.org/"><img src="../images/logoBBBlue.png" alt="Bitbucket" /><br />

                    Git repo management, in the cloud. Free unlimited private repos.</a></li>

                <li><a href="http://www.atlassian.com/software/stash/"><img src="../images/logoStashBlue.png" alt="Stash" /><br />

                    Git repo management, behind your firewall and Enterprise-ready.</a></li>

            </ul>

        </div> -->

    </div>

</div>

 

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>

<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js" type="text/javascript"></script>

<script type="text/javascript" src="../js/retina.js"></script>

<script type="text/javascript">

    $(function(){

        if (navigator.appVersion.indexOf("Mac")!=-1){

            $('body').attr('id','mac');

        }else{

            $('body').attr('id','win');

        }

 

    });

</script>

<script>

    window._gaq = [['_setAccount','UA-6032469-44'],['_trackPageview'],['_trackPageLoadTime']];

    Modernizr.load({

        load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'

    });

</script>

</body>

</html>

Acrobat スタンプサイズ

Quick Edit Pencil

Acrobat スタンプ

 

1.4 (Acrobat 5.x)WEB表示用に最適化: はい

 

Business

29.3 x 15.2mm

44 x 44 mm

18.3 x 18.3 mm

 

Dynamic

88 x 17 mm

55.5 x 18 mm

 

Hanko

20.129 x 20.129 mm

10.995 x 10.995 mm

 

Message

30 x 30 mm

31 x 31 mm

 

SignHere

24.587 x 8.586 mm

 

Standard

65.7 x 16.8 mm

 

StandardBusiness

42.9 x 15.4 mm

50 x 15 mm

30 x 15 mm

 

End

Javascript: 画面サイズとウインドウサイズを取得する

Quick Edit Pencil

以下HTMLへ埋め込み

------------------------------

 

<p>画面サイズ:<span id="ScrSize"></span></p>

<p>ウィンドウサイズ:<span id="WinSize"></span></p>

 

<script type="text/javascript">

//画面サイズの取得

getScreenSize();

//ウィンドウサイズの取得

getWindowSize();

 

//画面サイズを取得する

function getScreenSize() {

var s = "横幅 = " + window.parent.screen.width + " / 高さ = " + window.parent.screen.height;

document.getElementById("ScrSize").innerHTML = s;

}

 

//ウィンドウサイズを取得する

function getWindowSize() {

var sW,sH,s;

sW = window.innerWidth;

sH = window.innerHeight;

 

s = "横幅 = " + sW + " / 高さ = " + sH;

 

document.getElementById("WinSize").innerHTML = s;

}

</script>