2015年10月23日 星期五

在 Visual Studio 中將網站專案轉換成 Web 應用程式專案

逐步解說:在 Visual Studio 中將網站專案轉換成 Web 應用程式專案


小羊羊忘記用專案來寫WEB,導致抄送無法,該怎麼辦呢?
別擔心,不用更改程式碼,這裡的教學讓你一次搞定!
原文:https://msdn.microsoft.com/zh-tw/library/aa983476(v=vs.100).aspx

2015年10月6日 星期二

使用html5 shive 更待何時

原文連結 http://designkarma.co.uk/blog/using-flexbox-now

Using Flexbox Now

As a web designer I’m always excited about using the latest CSS tools, and lately I’ve been giddy about Flexbox. For some time now web designers have been using positioning and/or floats to specify layout, because those were the only tools available to us in CSS1 and CSS2. We’ve grown comfortable with these methods, but they’re really kind of hacks when you think about it.
Now we have Flexbox – a genuine layout tool. No more hacks. With Flexbox, you can divide child elements equally as columns, or as a row of boxes with equal height – a row that reflows onto a new line if the viewport shrinks, and so on. Flexbox elements can have pixel widths, percentages, ems, vws, fixed and flexible widths combined… Oh happy day!