Options 勾選 Faster Screen Updates
Connection List
vnc options 勾選Scale Remote Screen
Connection List
vnc options 勾選Scale Remote Screen
透過css的語法可以實作各式的不對稱DIV區塊,
使用Pseudo-Elements或Clip-Path都可以達成
可以讓網站的設計不用特別請設計師輸出圖片。
最後透過 CSS clip-path maker 這個網站工具就更操作直覺了
https://www.viget.com/articles/angled-edges-with-css-masks-and-transforms/
https://medium.com/@RoseLGauthier/how-to-use-css3-pseudo-elements-to-create-asymmetrical-designs-f610f2a481ed
http://jsfiddle.net/948ud6f7/
40種以上常見圖形
https://css-tricks.com/the-shapes-of-css/
減少搜尋整個畫面是可以提升Eggplant Functional在搜尋目標(Text/Search)的速度,
可動態的去改變SearchRectangle的範圍即可。
以下記錄常用的方式
記錄每次錄製都會再查一下的指令集
insert testScript after failTestScripts
在透過連線受測裝置iphone裝置時,常會有解析度不一樣的尺寸發生?會造成以下問題:
1. 有辦法強制設定解析度大小?或
2. 解析度是不會影響錄製?目前覺得錄製大解析度擷圖與電腦會比較花費效能
REF
https://support.google.com/analytics/answer/10106774?hl=zh-Hant&ref_topic=10737980
https://support.google.com/analytics/answer/9234069
Gtag.js教學
https://developers.google.com/analytics/devguides/collection/gtagjs/events
記錄一下調校Pagespeed的一些現像
如果想要在執行eggplant functional錯誤提示訊息框,避免中斷測試,可以至偏好關閉(Prefermance )
Alert user when script execution fails: Selected by default. Select this checkbox to see an alert dialog box when a script fails. (This option does not apply to scripts that are run as part of a schedule.)
如何透過WebFont加載字型
WebFont.load({
timeout: 2000,
google: {
families: ['Noto Sans TC:100,300,500,700,900&display=swap', 'Roboto&display=swap']
}
});
再加上以下優化CVS效能
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
如果你想用引用的方式也可以使用下面的語法
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&display=swap" rel="stylesheet">
Ref:
https://github.com/typekit/fvd
https://github.com/typekit/webfontloader/issues/429
做解決方案的case常需要找編輯器來套用。
畢竟做一個編輯器大到可以是一整間公司來開發產品,
蒐集一下一些免費的開源編輯器工具。
web builder framework 可以做整個網頁等級的編輯器XD
線上電商平台類似的網頁編輯器,有大量元件可以使用
常用的方法,簡單的表單驗證由控制器觸發
有的時候想要做簡單的功能給沒有預算做後台預算的客戶,
這時候就會用excel格式請客戶填,來當假的資料庫(量小的話)
接著再上傳的excel的網站拿到一串字串
phtp 去讀這串變數,就可以不用每次再幫客戶貼code
https://css-tricks.com/almanac/properties/b/backdrop-filter/
久久要加新的表單都會忘了(可能也沒有人用這麼舊的ng版本Orz),多開一個筆記記錄一下:
客戶希望都能按按鈕觸發未填寫的欄位驗證,原本都是沒填完整就是無法按按鈕(可能有些用戶無法明確發現哪些欄位沒填)
https://steelkiwi.com/blog/validation-error-handling-angularjs-applicatios/
如果要為了一些cookie歐洲的隱私權政策,可以透過以下方法停用GA
analytics.js 库包含一个 window 属性,您只要将其设为 true,就可以禁止 analytics.js 向 Google Analytics(分析)发送数据。当 Google Analytics(分析)要设置 Cookie 或将数据发回到 Google Analytics(分析)服务器时,会首先检查此属性是否已设置为 true。如果已设置为 true,则不采取任何操作。
要停用衡量功能,请将以下 window 属性设置为 true: