Hello, Python! print(“Xcalc”): Simple Calculator with Python

Unlike most programmers, Python (highly recommended as a first language) wasn’t my initial programming language. I began system programming with C++ in 2015; I didn’t have much of a choice then, as C++ was part of my first semester curriculum. Going even further back to 2013, I had ...

Oxwall Help Center Plugin Version 2.0 Development

Oxwall Help Center plugin is an extension modeled like Facebook help center with menus and custom page layout, built for Skadate & Oxwall software.

Sorry you have not heard from me for a while, that’s because I have been restructuring the Oxwall Help Center plugin. Version 1.0 was built to solve basic support need such as writing tutorials and collecting users feedback. I wanted to do more with v.2.0. Allowing administrators more ...

Hire an Oxwall & Skadate Developer: Start your Dating & Social Networking Site Like a Pro

Looking to hire an Oxwall or Skadate developer? I have extensive experience & expertise to execute any project. Check out my projects and get in touch today.

Oxwall is an opensource community project used mostly for building social networking websites. The software was adapted by Skalfa for their premium dating software, Skadate. The Skadate software is mostly based on the Oxwall core, with a few plugins and themes to extend the functionalities and ...

Implementing Oxwall OW_EventManager Class

OW_EventManager binds a function to Oxwall event system

Description The OW_EventManager class provides access to Oxwall event system of framework. Works as simple as it can be – plugins add PHP listeners (callbacks) to manager stack. When an event is triggered the whole stack is called. An event is triggered using the trigger( OW_Event $event ) ...

Change Blogger Link Structure to any WordPress Permalink Structure without Losing Link Juice

How to maintain your Blogger posts link juice after migrating to hosted Wordpress and changed your permalink structure.

A permalink is the part of a web address that follows the domain name. For example, take a look at the URL for this blog post: https://eobasi.com/changing-blogger-link-wordpress-permalink/. The domain name is eobasi.com, and the permalink is changing-blogger-link-wordpress-permalink. Migrating ...

How to Install an Oxwall Plugin – Step by Step for Beginners

Learn how to install plugins on your Oxwall and Skadate website

Plugins are utilities which provide additional functionality to your Oxwall/Skadate application. To install a plugin you just need to put the plugin files into the ow_plugins directory and run the installation process from the admin > Plugins > Available Plugins page. Once a plugin is ...

WordPress Function to Check if Current Post is a Specific Post Type

I’m not very sure how to phrase the title of this post but this a function that basically checks if the post type of the current post or of a given post matches the post type you have specified. I created this function to check post-type in my single.php. I had a custom post type called ...

Oxwall Hosting – Reliable SSD Hosting for SkaDate & Oxwall

SSD Skadate & Oxwall Hosting with CDN, Cheap & Reliable Finding a good Oxwall hosting company could be a real pain in the behind – especially, when the likes of Arvixe, Bluehost & Site5 has been purchased and dragged to the mud by EIG. Now, if you care so much, Endurance ...

How to Fix Oxwall Max_Execution Fatal Error

After upgrading my Oxwall platform to 1.8.3, I got an error stating that my execution time which is set at 30 seconds has been exceeded. Here is exactly how you fix that: Goto to your cPanel/FTP Navigate to your oxwall installation directory. Edit the .htaccess file: Add the following lines of ...