blog.alim.my.idDokumentasi Hal Baru dalam PerkodinganAkan terus diupdate seiring berjalannya waktu 05/07/2023 Trim \xC2\xA0 Menghapus karakter awal dan akhir yang terlihat spasi( ) $string = " 05 July 2023 "; trim($string, "\xC2\xA0"); DataTables no auto sort Menghilangkan auto sorting ASC d...Jul 5, 2023·1 min read
blog.alim.my.idHow to Upload Images in a Rich Editor Quill JSQuill is awesome and easy to extensible. Paste this code to your project const editor = new Quill('#quill-editor', { bounds: '#quill-editor', modules: { toolbar: this.toolbarOptions }, placeholder: 'Free Write...', theme: 'snow' }); ...Sep 16, 2022·1 min read
blog.alim.my.idMy Custom css on HashnodeScroll Smooth on Table of Contents Add this on custom css articles html{ scroll-behavior: smooth; } Example Margin & Border Radius on Cover Post .css-1mno1ba{ margin-top: 20px; } .css-1jqt27n{ border-radius: 10px; } ExampleJan 14, 2022·1 min read
blog.alim.my.idMySQL Cheat SheetIntroduction MySQL is a DBMS (Database Management System) using SQL (Structured Query Language) commands that are widely used today in making web-based applications. MySQL is divided into two licenses, the first is Free Software where the software ca...Jan 13, 2022·2 min read
blog.alim.my.idAccess your Database on VPS from your Computer with NavicatNavicat is software for managing databases from various sources, either from local/personal PCs or from servers. Navicat for MySQL is software for MySQL database administration and development. This software works with MySQL Database Server from vers...Jan 12, 2022·1 min read