Strict Standards: Non-static method Protector::getInstance() should not be called statically in /home/suehirogari/suehirogari.com/xoops_trust_path/modules/protector/include/precheck_functions.php on line 12

Strict Standards: Non-static method XCube_Root::getSingleton() should not be called statically in /home/suehirogari/suehirogari.com/public_html/include/common.php on line 18

Deprecated: Non-static method XCube_Root::getSingleton() should not be called statically, assuming $this from incompatible context in /home/suehirogari/suehirogari.com/public_html/modules/user/preload/Primary/Primary.class.php on line 13
201102のエントリ | 社内SEのウェブ制作

2011.02.21Dreamweaver

[1] Windowsの場合 下記のようなソフトがある

[2] Dreamweaverの設定をする

  1. 「編集(E)」>「環境設定(P)」を選択
  2. 環境設定画面から「ファイルの比較」を選択
  3. 「アプリケーションを選択してファイルを比較」から「参照」ボタンをクリックし、
    先ほどインストールした差分比較ソフトを選択。
    例)C:\Program Files\WinMerge\WinMergeU.exe

[3] 実際の使い方

  1. F8キーをクリックして、ファイルパネルを開き、上部のプルダウンから「ローカルビュー」を選択。
  2. ローカル環境下の2つのファイルを比較したい場合は、それらのファイルを選択して、右クリック。
    「ローカルファイルの比較」を選択すればOK。
  3. リモート環境のファイルとローカル環境のファイルを比較したい場合は、
    ローカル環境側のファイルを選択して、右クリック。
    「リモートとの比較」を選択すればOK。

 

私の感覚ですが、左のペインで作業して、右のペインでアップロード/確認 といった流れが
気持ちいいです。

逆だと、なんか変な感覚です。

WinMerge で左右のペインを変える方法は、
「表示」 → 「ペインを切り替える」

 


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (19818)
2011.02.21xoopsズープス

CSS で横のセンタリング(中央揃え)は margin : auto や text-align : center などで事足りると思うのですが、縦のセンタリング(中央揃え)は何を使えば良いかご存知ですか?

私はつい先日まで知らなかったのですが line-height プロパティで縦のセンタリングが可能です。方法はとても簡単で、ボックスの高さと line-height の値を同じにするだけで縦のセンタリングが行われます。下のソースを参考にしてください。

div.hajime {
	width : 400px;
	height : 50px;/*ボックスの高さ*/
line-height : 50px;/*縦のセンタリングの為に指定*/
}

このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (18982)
2011.02.17xoopsズープス

<{if $xoops_dirname == "inquiry" && $smarty.get.op == 0}>

<{elseif $xoops_dirname == "inquiry" && $smarty.get.op == 1}>

<{elseif $xoops_dirname == "inquiry" && $smarty.get.op == 2}> <{/if}>


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (17435)
2011.02.10xoopsズープス

メンテナンス中、閉鎖中のサイトのデザインの変更

とりあえずxoopsデフォルトテーマではなく、メンテナンス中も自分のサイトのデザインにしてみる。

このサイト以外に公開してるのに閉鎖してテストを繰り返すサイトもないかもしれませんが……

「管理メニュー」「互換モジュール」「全般設定」で 「サイトを閉鎖する」を「はい」にしてサイトを一時閉鎖します。

いつものブロックカスタマイズの様に「ALTSYS」の「テンプレートの高度な操作」内の「テンプレートを枠で囲う」横の送信ボタンを押しテンプレートに枠をつけます。

そのままログアウト 赤字で下の方に

Edit: ◎×■/modules/legacy/templates/legacy_site_closed.html とあるはずです。

早速ftpソフトを利用し 「modules」の中の「legacy」の中の「templates」の中の「legacy_site_closed.html」をダウンロードして編集してみましょう。


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (15201)
2011.02.03日々思うこと

 

CSSプロパティ順序            
             
1.表示や配置など「視覚整形モデル」に関するプロパティ   2.ボックスモデルに関するプロパティ   3.背景と前景に関するプロパティ   7.UIに関するプロパティ**
             
display   width**   background**   1. outline
    1. min-width   1. background-color   2. outline-width
list-style**   2. max-width   2. background-image   3. outline-style
1. list-style-type       3. background-repeat   4. outline-color
2. list-style-image   height**   4. background-attachment   5. cursor
3. list-style-position   1. min-height   5. background-position    
4. marker-offset(CSS2.1勧告候補では削除)   2. max-height        
             
position**   line-height       8.印刷に関するプロパティ**
1. top   vertical-align   4.フォントとテキストに関するプロパティ    
2. right   overflow       1. size
3. bottom   clip   color   2. marks
4. left   visibility       3. page-break-before
        font**   4. page-break-after
float   margin**   1. font-family   5. page-break-inside
clear   1. margin-top   2. font-style   6. page
z-index   2. margin-right   3. font-variant   7. orphans
    3. margin-bottom   4. font-weight   8. widows
    4. margin-left   5. font-stretch    
        6. font-size    
    padding**   7. font-size-adjust(CSS2.1勧告候補では削除)    
    1. padding-top       9.音声に関するプロパティ**
    2. padding-right   text-indent    
    3. padding-bottom   text-decoration   1. speak-header
    4. padding-left   text-align   2. volume
        vertical-align   3. speak
    border**   white-space   4. pause-before
    1. border-width       5. pause-after
    2. border-top-width   other text**   6. pause
    3. border-right-width   1. text-shadow(CSS2.1勧告候補では削除)   7. cue-before
    4. border-bottom-width   2. letter-spacing   8. cue-after
    5. border-left-width   3. word-spacing   9. cue
    6. border-color   4. text-transform   10. play-during
    7. border-top-color   5. white-space   11. azimuth
    8. border-right-color       12. elevation
    9. border-bottom-color       13. speech-rate
    10. border-left-color       14. voice-family
    11. border-style   5.表に関するプロパティ**   15. pitch
    12. border-top-style       16. pitch-range
    13. border-right-style   1. caption-side   17. stress
    14. border-bottom-style   2. table-layout   18. richness
    15. border-left-style   3. border-collapse   19. speak-punctuation
    16. border-top   4. border-spacing   20. speak-numeral
    17. border-bottom   5. empty-cells    
    18. border-right        
    19. border-left        
             
        6.生成内容に関するプロパティ**    
             
        1. contentcounter-increment    
        2. counter-reset    
        3. quotes    
             

このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (18717)


キーワードでサイト内を検索
人気のエントリ