How to create a WordPress custom post type plugin (Fast Tutorial)
Today, WordPress has a market share of about 60% of web technology usage. So, it is the most used web platform around the world.WordPress framework is very rich and full of...
Organize Loading JS Modules in Browserify Apps
Browserify has to be able to statically analyze all of the require statements at build time so it can know what files it needs to include in the bundle. That requires...
Improve PHP Application Speed By Using APCu
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate...
Improve PHP Application Speed By Using Zend OPcache
Zend OPcache
Bytecode caches are not new to PHP. We've had optional standalone extensions like Alternative PHP Cache (APC), eAccelerator, ionCube, and XCache. But none of these was built into the PHP...
How To Use Downloaded Google Fonts in WordPress
Nowadays, Google Fonts are very popular to be used in websites. In a related article on GoodSelects, we talked about Google Fonts integration, either it is remotely or locally. Most content...
How To Use Google Fonts – For Geeks
Google Fonts are becoming the industry standard for many websites. The typefaces of Google Fonts are free for commercial use, so you will have no trouble with licensing.
The fonts are easy...
Top Code Editors for Web Developers
Web development today has many various resources to use. Each developer has the choice to choose his suite of development tools. One of the first tools to choose is what code...
Selecting Colors Palette Using PALETTON
Selecting colors palette of your website depends on the website main color. Colors are derived from the main color. Colors control how your website looks like and emotions that are put on...
GreenSock Animation Platform for Web Front End
Web front end is one of the most important parts to attract audience. It is very important to have a nice and attractable front end; web interfaces; which describe the target...
Faster Web Development with HTML Builders
Fast web development tools are very valuable. especially when they are well written and bundled with valuable plugins. Every web developer owns a list of tools which makes web development faster....