Include WordPress (WP) Core without database
Use WP core functionality without MySQL/DB In very rare case, some people might want to use WP‘s nice functions in their projects, but without need of any Database. Unfortunately, WP(Continue Reading)
Use WP core functionality without MySQL/DB In very rare case, some people might want to use WP‘s nice functions in their projects, but without need of any Database. Unfortunately, WP(Continue Reading)
How to empty sda1,vda1 on VPS Sometimes your OS (Ubuntu, Linux, etc…) disk space might become full, by /dev/vda1/, /dev/vda2/, /dev/vda3/ or etc… (To check that, just navigate to root directory
There is almost no documentation about WordPress SHORTINIT constant. It is mainly used when people need to load wp-core minimally (SHORTINIT is being checked in wp-settings.php) as opposed to complete WP Load without
SymLink – Best & Alternative solution to Shortcuts (Windows 10,8,7, Linux, Ubuntu…) Probably, many of developers (either C#, PHP or anything…) have used same files (their “library files”) to build different projects. However,
Fix Visual Studio installation error Many users, like me, who tried to run Microsoft Visual Studio (2013/2015/2017) installer , may get the error window with a message: The computer needs to
Introduction to RunForGithub.com To view hosted file github.com, people uses htmlpreview.github.io , but it does only for .html files. However, there is ALL-IN-ONE site – RunForGithub.com! Execute PHP,RUBY,C#, C++, PYTHON (and more) scripts
Find several nearest numbers in C# Dictionary Recently I had a small task, trying to solve a specific problem. Maybe there exist better methods to solve the problem, though as I
How to modify any existing WordPress site CORRECTLY! Almost in 99% cases I’ve met, WordPress website holders, who want to modify their chosen theme/template or plugin functionality, they (or their
Fix the “ext-sockets” error in composer: If you tried to use composer and install any specific package/project (and probably, it’s the first time when you tried to install
Installing PERL on WAMPSERVER Some people need to user PERL on Apache server, like WAMP-Server, XAMP or etc. I have been using the following method and worked well for me