https://www.scratchcode.io/best-ways-to-define-global-variable-in-laravel/
```html Toggle Contents... ```
```html onclick="return confirm('Are you sure ?'); ``` demo ```html 清空內容 ```
https://stackoverflow.com/questions/21066428/php-foreach-every-100-times-sleep-then-continue
```php // Remove unwanted HTML comments function remove_html_comments($content = '') { return preg_replace('//', '', $content); } ```
mediawiki Zh conversion https://taichunmin.idv.tw/blog/2014-09-25-mediawiki-zh-conversion.html OPENCC https://blog.vvtitan.com/2019/05/php%E5%AE%89%E8%A3%9Dopencc4php%E6%93%B4%E5%B1%95%E8%AE%93%E7%...
Side panel slideout with AlpineJS and TailwindCSS https://codepen.io/KevinBatdorf/pen/ZEQJZMe
Table of Content with tailwindcss + scrollspyJS ```html Toc Test .content_box{ min-height:280px; } What is HTML balabla bala bala What i...
```html order deny,allow deny from all # whitelist XXXX's IP address allow from 123.123.123.123 ```
```php $a1=array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow"); $a2=array("e"=>"red","f"=>"green","g"=>"blue"); $result=array_diff($a1,$a2); print_r($result); //return "d"=>"yellow" ```
```shell composer create-project laravel/laravel sme01 cd sme01 valet link ``` install Laravel successfully **git submit** ```shell npm install -D tailwindcss postcss autoprefixer npm install -D...
https://support.microsoft.com/zh-tw/topic/%E5%A6%82%E4%BD%95%E8%A8%AD%E5%AE%9A-outlook-%E4%B8%AD-pst-%E8%88%87-ost-%E6%AA%94%E6%A1%88%E7%9A%84%E5%A4%A7%E5%B0%8F%E9%99%90%E5%88%B6-2f13f558-d40e-9c2a-e3...
```html 提交 ``` ```js function check(){ if (document.forms["add_data"]["user_name"].value == "") { document.forms["add_data"]["user_name"].classList.add('focus:border-red-500'); docu...
https://f3oall.github.io/awesome-notifications/
### DirectAdmin Show >License check failure See the Debug Guide Reason: license is expired Current Server Time: Fri, 26 Aug 2022 18:44:34 HKT ### DirectAdmin Offical Replay: This is most likely due t...
```js window.addEventListener('DOMContentLoaded', function(event){ document.querySelectorAll("a[href='https://api.whatsapp.com/send?phone=123']").forEach(function(e) { e.addEventListener('cl...
https://www.laravelcode.com/post/laravel-8-livewire-load-more-on-page-scroll-step-by-step
https://codepen.io/tyssen/pen/YzxGemW
https://bbbootstrap.com/snippets/custom-radio-button-91048657
```bash 3 WARNINGS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details) ``` ```bash npm install autoprefixer@10.4.5 --save-exact ``` The color-adjust shortha...