Categories
General

ការសិក្សាពីរបៀបបង្កើត Layout ក្នុង CSS

មាតិកា សេចក្តីផ្តើម គោលបំណង តម្រូវការ ការប្រើប្រាស់ Bootstrap របៀបបង្កើត Grid Layout ឯកសារយោង 1. សេចក្តីផ្តើម CSS មកពីពាក្យថា Cascading Style Sheets។ វាមានសារៈសំខាន់ក្នុងការរចនាគេហៈទំព័រ ធ្វើអោយវេបសាយរបស់យើង មានសោភ័ណ្ឌភាពស្រស់ស្អាតនិងគួរអោយទាក់ទាញ។ គួរកត់សម្គាល់ផងដែរ លោកអ្នកអាចធ្វើការបង្កើត website template តាមរបៀបផ្សេងៗពីគ្នា ដូចជាប្រើប្រាស់ CSS code ទាំងស្រុង ឬក៏ប្រើប្រាស់ HTML យកមក design ហើយនិងប្រើប្រាស់ Bootstrap ដែលជាការពេញនិយមសម្រាប់ធ្វើវេបសាយលក្ខណៈ responsive ទៅតាមdevices ផ្សេងៗជាដើម។ ក្នុង Tutorial នេះដែរ ខ្ញុំនឹងធ្វើការបង្កើត Layout ឬក៏ Template ដោយប្រើប្រាស់នូវ Bootstrap ជាមួយ CSS យកបង្ហាញ។ 2. គោលបំណង ក្រោយពីសិក្សាតាម Tutorial…

Categories
Tools

Easy Way to Migrate CSS Bootstrap 2.x to 3.x, Font Awesome v3 to v4

The old web app uses CSS Bootstrap 2 and the new CSS Bootstrap 3 have a lot of things different, we need to aware: Get into the issue/concept: http://stackoverflow.com/questions/17974998/updating-bootstrap-to-version-3-what-do-i-have-to-do http://getbootstrap.com/migration/ My Working Tool There is already an existing tool written in Python (b2tob3) but for me, it’s working only for HTML (extension .html) files and…

Categories
General Website

How to remove the dropdown arrow from Select Tag in IE, Firefox, Chrome, Safari

Web design is a difficult work also when we think about to make it compatible with all devices, browsers or OS. Here is one of a regularly question about “How to remove the dropdown arrow from Select tag” which we could solve it in different way as well. Firefox, Chrome, Safari: With CSS3, you can…