When using direction: rtl the puctuation is on the left instead of the right.
http://stackoverflow.com/a/20799360/806777
<div style='direction: rtl;'>Hi!</div>
!Hi
Sunday, October 18, 2015
Thursday, June 18, 2015
Tuesday, June 16, 2015
Tuesday, June 9, 2015
calculate height of a truncated element in JS
http://stackoverflow.com/a/12752716/806777
...
// get current height
currentHeight = $box.height();
// get height with auto applied
autoHeight = $box.css('height', 'auto').height();
// reset height and revert to original if current and auto are equal
$box.css('height', currentHeight);
...
Monday, May 18, 2015
Friday, April 3, 2015
The maximum length for environmental variables in Windows is 2048 characters
http://blogs.msdn.com/b/oldnewthing/archive/2010/02/03/9957320.aspx
Monday, March 16, 2015
Friday, March 13, 2015
web font must be "Installable"
Fonts "Font embeddability" attribute must be set to installable inorder to be used by ie11.
Here is a tool to change that setting:
http://carnage-melon.tom7.org/embed/
Here is the tool for 64-bit windows:
http://zacharykniebel.com/blog/web-development/2013/february/11/css-font-face-in-ie-opentype-embedding-permissions-fix
Here is a tool to change that setting:
http://carnage-melon.tom7.org/embed/
Here is the tool for 64-bit windows:
http://zacharykniebel.com/blog/web-development/2013/february/11/css-font-face-in-ie-opentype-embedding-permissions-fix
Thursday, February 26, 2015
Wednesday, February 25, 2015
Thursday, February 19, 2015
Wednesday, February 18, 2015
Wednesday, February 11, 2015
Tuesday, February 3, 2015
Friday, January 9, 2015
Subscribe to:
Posts (Atom)