(重灌狂人) [FDM] Free Download Manager

Free Download Manager是個很方便的網路下載工具,他可以支援HTTP、FTP與俗稱BT的BitTorrent下載機制,連網路上常見的Flash影音、.flv格式的網路影片都可以直接下載。另外並提供了一個類似「砍站軟體」的功能「HTML擷取器」,可以幫我們批次下載整個網站的HTML頁面,是個相當特別軟體。

CSS 垂直置中的七個方法

  • 設定行高 ( line-height )
  • 添加偽元素
  • calc 動態計算
  • 使用表格或假裝表格
  • transform
  • 絕對定位
  • 使用 Flexbox

將Layout圖檔轉成網頁Screenshot-to-code-in-Keras

Turning design mockups into code with deep learning

This is the code for the article 'Turning design mockups into code with deep learning' on FloydHub's blog.

Within three years deep learning will change front-end development. It will increase prototyping speed and lower the barrier for building software.

The field took off last year when Tony Beltramelli introduced the pix2code paper and Airbnb launched sketching interfaces.

Currently, the largest barrier to automating front-end development is computing power. However, we can use current deep learning algorithms, along with synthesized training data, to start exploring artificial front-end automation right now.

jQuery slimScroll

 

What is slimScroll?

slimScroll is a small (4.6KB) jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value.

css-element-queries

CSS-Element-Queries Polyfill. proof-of-concept for high-speed element dimension/media queries in valid css.