Experience
Font on multiple browsers
Maybe a website runs well on Google but not necessarily on Firefox, Internet Explorer, Safari… [...]
Sep
Adjust interface for Iphone screens
When writing an iOS App, initially we only adjust it on a specific device, then [...]
Sep
Release App on the App Store
When releasing an App, it often takes a lot of time and is rejected many [...]
Sep
How to use Font-face for the web
Declare @Font-face Declare @font-face at the top of the css file, specifying the path to [...]
Sep
Fix bugs in the morning. Maintain good health to work effectively
If you have a problem that is difficult to solve, it is better to solve [...]
Sep
Avoid error: Cannot modify header information – headers already sent by
When using redirect functions such as header(‘Location: http://example.com/’) or built-in WordPress functions such as wp_redirect, [...]
Sep
Use WordPress’s built-in functions
WordPress has a lot of pre-written functions that can be used without rewriting. If wordpress [...]
Sep
Use plugins selectively
There are many free and quality plugins, but there are also many plugins that if [...]
Sep
Collect customer requirements
Customers often only have the final goal they want to achieve, detailed requirements they have [...]
Sep
Fun and efficient assignment
As a leader, I often assign tasks to other members. The key issue here is [...]
Sep