invisible piper is my “god”.

Everything is determined, the beginning as well as the end, by forces over which we have no control. It is determined for the insect, as well as for the star. Human beings, vegetables, or cosmic dust, we all dance to a mysterious tune, intoned in the distance by an invisible piper.
– Albert Einstein

jQuery custom content scroller.

Highly customizable custom scrollbar jQuery plugin. Features include vertical and/or horizontal scrollbar(s), adjustable scrolling momentum, mouse-wheel (via jQuery mousewheel plugin), keyboard and touch support, ready-to-use themes and customization via CSS, RTL direction support, option parameters for full control of scrollbar functionality, methods for triggering actions like scroll-to, update, destroy etc., user-defined callbacks and more.

custom-scrollbar

Wview demo

Scrollbar themes
Nested scrollbars
Callbacks demo
RTL direction
disable/destroy methods

Supermoon Lunar Eclipse on september 27 2015.

Eclipse-moon-panel-Jim

Supermoons occur when the moon reaches its full phase at or near the satellite’s closest approach to Earth, and appears abnormally large and bright as a result. The Sept. 27 event is quite special; the last supermoon eclipse occurred in 1982, and the next won’t take place until 2033.

Almost everyone in the Americas and Western Europe will have a beautiful view of this eclipse. The moon will be high in a dark evening sky as viewed from most of the United States and Canada while most people are still awake.

lunar-eclipse-sept-28-2015-visibility

WATCH LIVE SUNDAY: Slooh Webcast of the Supermoon Total Lunar Eclipse
http://www.ustream.tv/channel/nasa-msfc
http://livestream.com/SkyandTelescope/Sept27eclipse

Download Free Lunar Eclipse eBook!
http://www.skyandtelescope.com/wp-content/uploads/September27LunarEclipse_v2.pdf

CSS display Property.

Value Description
inline Default value. Displays an element as an inline element (like <span>)
block Default value. Displays an element as an inline element (like <span>)
flex Displays an element as an block-level flex container. New in CSS3
inline-block Displays an element as an inline-level block container. The inside of this block is formatted as block-level box, and the element itself is formatted as an inline-level box
inline-flex Displays an element as an inline-level flex container. New in CSS3
inline-table The element is displayed as an inline-level table
list-item Let the element behave like a <li> element
run-in Displays an element as either block or inline, depending on context
table Let the element behave like a <table> element
table-caption Let the element behave like a <caption> element
table-header-group
Let the element behave like a <colgroup> element
table-header-group Let the element behave like a <thead> element
table-row Let the element behave like a <tr> element
none The element will not be displayed at all (has no effect on layout)
table-footer-group  Let the element behave like a <tfoot> element
table-row-group  Let the element behave like a <tbody> element
initial Sets this property to its default value.
inherit Inherits this property from its parent element.