Even though several web technologies have evolved over time, the practice of using a CMS like WordPress is common among developers and businesses alike. Creating a website with basic features is very easy in WordPress, but when it comes to customization, it becomes a challenging task, especially when the code used revolves around the creation…
4 Ideas to Start an Online Business that won’t Break the Bank
There are many reasons people start an online business. This could be because: they hate their career choice, they don’t like to be managed and would like to be their own boss they want to create an additional income they feel underappreciated in their current role or there is no room to exercise their creativity…
How To Protect WP Uploads Folder
By default WordPress is very secure but you can still improve it. This is a code you need to apply in a new .htaccess file you will upload in the ‘wp-content/uploads’ folder. By default WordPress is configured to use the ‘wp-content/uploads’ directory. You can think of it as ‘box’ where your media files or images…
Remove Wrong WP Login Shake Effect
When you enters wrong login credentials in WordPress login page, the screen shakes. It’s actually the part of WordPress. I personally find this UI experience to be a bit annoying. The red error box seems to be enough to get the message across without a shaking effect. If you do not like this shake effect…
Vertically Align Text Using CSS
Centering elements vertically with CSS is something that often gives designers trouble. This may look simple, but for those who code rarely on CSS, there is a high probability that they miss out on few things. I personally had an experience, so this tip might help few folks out there. For a variable amount of…