Loadding..

Why so serious?

hi

100 JavaScript Snippets

If this sounds compelling to you, here’s a list of 100 beneficial snippets taken from this project that you can learn and use immediately. 1. all This snippet returns true if the predicate function returns true for all elements in a collection and false otherwise. You can omit the second argument fnif you want to use Booleanas a default value. 2. allEqual This […]

Continue reading

Design Resources For Developers

UI Graphics Websites and resources with modern UI components in different formats such as PSD, Sketch, Figma, etc. They are great for ideas for web components/UI Website                            Description UI Design Daily Awesome UI Components of all types 100 Daily UI Free Figma […]

Continue reading

CPC, CPM, CTR, RPM, CPA/CPS là gì?

CPC là gì? CPC được viết tắt bởi từ “Cost Per Click” có nghĩa là số tiền bạn nhận được trên mỗi lần nhấp chuột của người dùng vào quảng cáo Adsense của bạn. Theo như Google tính thì mỗi IP trên một ngày chỉ được công nhận từ 2 đến 3 Click hợp lệ, […]

Continue reading

How to Unistall Nginx from Centos

sudo systemctl status nginx sudo systemctl stop nginx.service sudo systemctl disable nginx.service sudo rm -rf /etc/nginx sudo rm -rf /var/log/nginx sudo rm -rf /var/cache/nginx/ sudo rm -rf /usr/lib/systemd/system/nginx.service sudo yum remove nginx

Continue reading

Cách tải video Tiktok không bị dính logo miễn phí

Cách tải video Tiktok không bị dính logo miễn phí Tiktok là mạng xã hội video hot trend được ra mắt vào năm 2017 dành cho cộng đồng giới trẻ và đã cán mốc 1 tỷ người dùng. Trên Tiktok có rất nhiều video hay và sáng tạo vậy làm sao tải video Tiktok không […]

Continue reading

Khóa học Udemy miễn phí hàng ngày

Khóa học Udemy miễn phí hàng ngày Udemy là một website có nhiều khóa học bằng tiếng Anh giống như Lynda, tuts+ ….  đã phát triển được hơn 3 năm. Luôn có rất nhiều chương trình khuyến mãi cực chất, từ giảm giá cho đến miễn phí các khóa học. Các khóa học trên Udemy rất đa dạng, phong phú […]

Continue reading

Standard Exif Tags

Exif image These are the Exif tags as defined in the Exif 2.3 standard. IFD1 tags are not listed seperately. All IFD0 tags may also be present in IFD1, according to the standard. The second part of the Exiv2 key of an IFD1 tag is Thumbnail (instead of Image), the other two parts of the key are the same […]

Continue reading

Disable viewport zooming iOS 10 safari

Disable viewport zooming iOS 10 safari   This is a new feature in iOS 10. From the iOS 10 beta 1 release notes: To improve accessibility on websites in Safari, users can now pinch-to-zoom even when a website sets user-scalable=no in the viewport. I expect we’re going to see a JS add-on soon to disable this in […]

Continue reading

5 Công cụ Online chuyển đổi định dạng file

5 Công cụ Online chuyển đổi định dạng file 1. Zamzar Có thể nói rằng đây là một công cụ khá phổ biến trên thế giới, có thể giúp bạn chuyển đổi nhanh định dạng từ bất kỳ đoạn video. Lợi thế lớn nhất của Zamzar chính là giao diện đơn giản và dễ hiểu, […]

Continue reading

Chuyển font chữ VnTime sang Times New Roman trong Word và Excel

Chuyển font chữ VnTime sang Times New Roman trong Word và Excel   Word và Excel là hai trong số những ứng dụng của Microsoft được dân văn phòng dùng phổ biến hàng ngày. Việc đánh số trang trong Word hay là cách vẽ biểu đồ trong Excel đã quá quen thuộc với người dùng. […]

Continue reading