2012年11月12日(月)のツイート履歴

  • div等のブロック要素内の縦位置中央揃えには様々な方法がありますが、一行固定の場合は下手にdisplayをinline-blockやtable-cellに変更するよりもline-heightで対応させた方が他に影響が無く安全。position対応は混乱の元となるのでお勧め出来ない
    23:27
  • getMonth()で+1を毎回するのが面倒なので、プロトタイプで拡張してしまうのもありかも。 Date.prototype.month = function(){ return( this.getMonth()+1 ); }
    18:44
  • JavaScriptのDateオブジェクトからgetMonth()で現在の月数を取得する場合、取得出来る値は0~11という事に気をつける必要がある。現在11月の場合は、getMonth()で10という値が取得出来る為、正しい現在の月数を取得するには+1する必要がある。
    17:44
  • 最近、DartやらTypeScriptやらが出て来てるけど、実際JavaScriptと比べてどうなんだろう?
    09:35 

コメントをお待ちしています

人気の投稿

Category

Algorithm (2) Android (8) ASP/aspx (1) Blogger (2) C/C++ (1) Chrome (5) CSS (9) Firefox (4) Fortran (1) Google (9) GoogleMap (2) HTML (12) IE (3) Information (4) iOS (2) iPhone/iPad/iPod (2) Java (6) JavaScript (16) jQuery (9) JSP (1) LifeRecipe (5) Linux (2) Macintosh (2) MapKit (4) Marketing (7) MySQL (3) NAMAZU (2) Objective-C (7) Other (7) Perl (1) PHP (9) Python (1) RSS/Atom (2) Ruby (1) Safari (2) SEO (11) Smarty (2) SQL (2) Tex (1) Three.js (1) Twitter (1) TwitterLog (313) UIKit (5) Unix (1) VBA/VBS (1) Windows (5) WordPress (3) Writing (5) XAMPP (1) XML (1) Yahoo (2) ZendFramework2 (14)