ADSENSE提供新式的自動廣告協助網站快速插入廣告,
但有的網頁的版面自動插入的廣告有可能不是我們預期的大小。
所以可以再透過廣告單元的設定,來維持乾淨的版面
愈來愈多透過網頁實作簽名的系統,因為不用再開發app成本比較低。
找了signature_pad這個元件,有機會要來整合看看。
之後undo/變字體顏色/另存圖檔(png/jpg/svg,可以回傳自已的server做記錄)
https://github.com/szimek/signature_pad
除了透過檔案的方式來操作Excel,也可以將Excel透過Database的形式來操作。
個人更覺得更好操作。
以下範別就是想要把測試案例的結果另外存到一份Excel,這樣long testing就可以比較好撈資料
//連線Excel,開啟唯讀模式
set myExcelDB to {type:"excel", file:excelPath, writable: Yes}
//sheet name當table name
put table worksheet of myExcelDB into sheetTable
//建立要寫入的物件
put the date into currentDateObj
put {TEST_CASE:testcase, DATA_JSON:valueWithJSONString,DATE:currentDateObj} into testresult
//寫入一列
add record testresult to table worksheet of myExcelDB
07: gtag('config', '<特定資源 ID GA3>');
09: gtag('config', '<特定資源 ID GA4>');
JSON已經是普遍的資料交換標準,可以簡單跟不同程式間作為溝通的橋樑。
SenseTalk提供JSONFormat/JSONValue二個方法來讓用戶使用
將json string轉換到json object於sensetalk使用
PS:要注意json字串要有雙引號,否則會解析錯誤
MockDataFromExcel "PM","ETS_PM_0008"
put the result into mockTicket
log mockTicket
put JSONValue(mockTicket) into ticketInfoWithJSON
log ticketInfoWithJSON's reserveNo
2021/8/8, 2:36:12 PM Log {"carType":"標準車廂", "count":"1", "date":"2021/07/30", "depature":"14:46", "end":"台中", "full":1, "fullSubTotal":"700", "no":"651", "reserveNo":"06264014", "seat":"window", "start":"台北", "subTotal":"TWD 700", "trainTimeType":">60", "type":"單程"}
2021/8/8, 2:36:12 PM Log 06264014
put JSONFormat(ticketInfoWithJSON) into ticketInfoWithJSONString
log ticketInfoWithJSONString
當然也可以在把json object轉回string回存,中文也可以正常編碼
2021/8/8, 2:36:17 PM Log {
"carType": "\u6a19\u6e96\u8eca\u5ec2",
"count": "1",
"date": "2021/07/30",
"depature": "14:46",
"end": "\u53f0\u4e2d",
"full": 1,
"fullSubTotal": "700",
"no": "651",
"reserveNo": "06264014",
"seat": "window",
"start": "\u53f0\u5317",
"subTotal": "TWD 700",
"trainTimeType": ">60",
"type": "\u55ae\u7a0b"
}
REF:
https://fixel.ai/blog/creating-a-simple-conversions-api-for-your-facebook-pixel-events/
https://github.com/facebook/facebook-php-business-sdk?fbclid=IwAR3668-yTjcGQ_wr3Ewd1O3o7tWmW1rvwBM68O2uZ-4hWR-EAfX9IQN99Mk
https://developers.facebook.com/docs/marketing-api/conversions-api
https://codepen.io/navenoc13/pen/YzpXrOg
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