Simple Paypal Fee Calculator with C++

Here is a simple C++ program that will output how much you get when you charge certain amount on Paypal and how much you should charge to get a particular amount. Program Details This program was written with Code Block IDE/compiler. Paypal charges 2.2% + $0.30 of every payment you receive. /* ...

How to escape from the Oxwall White Screen of Death caused by Plugins

Did you just installed an Oxwall plugin that turned your website to a complete white screen? No need to panic; here is a quick step to get you back to life! The simplest method to fix this problem would have been to uninstall the plugin causing the black screen but what if your website (including ...

Oxwall & SkaDate Themes – 3 Responsive Themes We Remembered from 2014

2014 is far spent! We remembered a lot of great things, including three sequential platform updates in a space of four months, new features and awesome mods from our very own repository. We also didn’t forget some cool themes that added the icing on our cake. Below, we are citing three ...

How-To: Create a Custom Page for Logged in users Only in Oxwall

Aliia of the Oxwall forums has released a great solution for everyone looking to make a Custom Page that is accessible only to authenticated users on your Oxwall website! When you’re done with this tut, make sure to thank her! This tutorial will leave you with a single custom page available ...

Top 10 Oxwall Suggestions that should be in a future release

Oxwall 1.7.2 recently came out, with some promising changes – mostly in the content moderation and flagging department. While a new update of Oxwall is always great, we being the users naturally want more and more improvements and introductions. The Oxwall developers know this fact, and ...

New Enhanced Mobile and what to Expect in Oxwall 1.7.2

It’s barely two months since the last version of Oxwall was released right after the 1.7 platform was introduced, and we might see yet another update in such a short while. EwtNet believes that Oxwall 1.7.2 is likely to showcase towards the ending of this month [October] or beginning of next ...

How to Create a Simple Android Mobile App Free for Oxwall Sites

It is a no-brainer that when starting a new social network on Oxwall or managing an old one, optimizing the mobile experience is often the primary concern. Statistics by Internet Live Stats shows that 2 billion out 7 billion people on earth uses the internet and roughly 60% of this internet users ...

Perfect code to redirect a website to a different page on load

Even though I expect codes like this to be very popular among webmasters, I still feel I should share this here with you. It’s a simple code to redirect a landing page to another page or website. <!--REDIRECTING STARTS--> <link rel="canonical" ...