搜尋此網誌

顯示具有 CSS 標籤的文章。 顯示所有文章
顯示具有 CSS 標籤的文章。 顯示所有文章

2015-04-15

Browser Debug

0 意見
Essential web development testing tools for 2014

JavaScript Debugging Tips and Tricks

Understanding the Real-World Performance of your Web Application Across IE11 and Other Browsers

15个你不得不知道的Chorme dev tools的小技巧
DevTools extensions list
Debugging Asynchronous JavaScript with Chrome DevTools
Chrome Devtools Tips & Tricks

用 JavaScript 錯誤訊息協助 Web 開發者






Internet Explorer Developer Channel
宣布 Internet Explorer 开发人员渠道版
What's new in F12 with Windows 8.1 Update
Windows 8.1 更新中的 F12 新增功能

Announcing new F12 dev tools features in August update
保哥分享






好用到掉渣的IE8 Developer Tools--JS效能調校經驗
[IE8] 活用開發者工具的HTML/CSS解譯
[IE8] Internet Explorer 8 中的JavaScript
[IE8 修練] Internet Explorer 8 強大新工具 – Developer Tools
[IE8修練] HTTP 除錯與分析的好幫手 - Fiddler2
IE8 的 JavaScript Debug 工具(內建的開發者工具)
使用Fiddler竄改網頁內容進行測試

F12 Developer Tools
Debugging Script with the Developer Tools






What happened to console.log in IE8
在IE做js debug時,
console.log("msg")會出現:錯誤: 'console' 未經定義
window.console.log("msg")會出現:錯誤: 無法取得屬性 'log' 的值: 物件為 null 或未經定義
上面那篇提到console.log在F12開發者工具開啟時才有做用...
其中有很簡單的方式可以避免此問題
trace("msg");

function trace(s) {
     if (this.console) console.log(s);
};

All-in-one console.log wrapper 在IE7會載入firebug lite, 但實測失敗...
Simulating a Firebug, Safari or Opera debugging console in Microsoft Internet Explorer with Faux Console
Console - YUI Library


Firebug
Console API
Command Line API

Firefox 開發前端語言時的偵錯工具 Firebug 以及好用的套件
如何使用Firebug Lite來輔助偵錯網頁

重新介紹 Firefox 開發工具系列之一
重新介紹 Firefox 開發者工具之二

[Tool]使用Chrome的Web Developer Tool偵錯

Opera Dragonfly

JavaScript Eevent偵錯利器–Visual Event 2

使用虛擬機器測試不同版本的 IE 瀏覽器

5 Javascript debugging tips you’ll start using today


Advanced Debugging Techniques in JavaScript – Part 1
Advanced Debugging Techniques in JavaScript – Part 2
Advanced Debugging Techniques in JavaScript – Part 3


ASP.NET MVC, Bootstrap, and Internet Explorer Compatibility View

2013-05-14

CSS

0 意見
CSS 筆記、建議與指導方針總整理
學習 CSS 版面配置
CSS Diner – 邊學CSS Selector 邊吃晚餐!
CSS FRONTEND FRAMEWORKS

Normalize.css

Online CSS3 Code Generator With a Simple Graphical Interface - EnjoyCSS
Macaw | The code-savvy web design tool.
Webflow - Responsive Web Design Tool
Performant CSS transitions & animations on GitHub

5 CSS Properties That Give Designers Fits
CSS hacks
LESS CSS 讓你撰寫 CSS 時更輕鬆,讓 CSS 支援變數、計算、函式、繼承
IE Hacks
Responsive Web Design
Printing The Web
CSS實務排版技巧、秘訣與技術
給網頁設計師的建議
Wireframe
Responsive Design (RWD) 響應式網頁設計測試要點

HTML5 & JavaScript程式開發實戰 - 從軟體工程師角度看CSS

教學:
CSS Diner - Where we feast on CSS Selectors!

MDN CSS reference
W3Schools CSS Reference
CSS 参考手册
螞蟻的 CSS
CSS3参考手册
CSS Vocabulary

網站建置不是件簡單的事 @ 跨瀏覽器網頁設計密技 (1)
網站建置不是件簡單的事 @ 跨瀏覽器網頁設計密技 (2)
網站建置不是件簡單的事 @ 跨瀏覽器網頁設計密技 (3)

Sprite and Image Optimization 網站最佳化套件,無腦實做 CSS Sprite 的套件

Pure responsive CSS modules ***

Web design inspiration: 45 examples of CSS
Cool Buttons (CSS)

A Complete Guide to the Table Element




[ASP.NET]讓Footer置放在網頁底部方法

Loading CSS Asynchronously

了解 CSS Inline 元素的 Box Model

How to Center in CSS ***