This year has been quite eventful, arguably the most eventful year of my life. A lot of good has happened and some bad too, but I prefer to see the bads as a much needed contrivance to burgeon and distend my abilities. Because in this life, there is no limit to one’s ability and sometimes, …
Like the old latin adage says “Tamdiu discendum est, quamdiu vivas”, I have developed a new and strong interest in C++ & Java – on a personal level. It’s really no big deal as I am already used to working with so many bunch of codes in PHP… My point is that you don’t have …
Ok, the classes story seems to be running everyone crazy. Here is a teeth bite of the much you can do with classes… If you are interested, you can go through the code and try new values for yourself. Classes are not that difficult after all! /* Project: Simple Console Calculator with C++ Developer: Ebenezer …
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. /* Project: PayPal Fee calculator …
Ok Anthony, this story is so real that we argued over the nature of Samuel Okparaji’s death. Some said he was pinned to the air and others said he made the cross sign and died instantly but overall, this is one of the best lie on earth. It should be preserved and passed down from …
Today is a great day for every website owners or intending website owner. Godaddy is offering you a chance to own your own domain space for just $1.49. Same price for a cup of coffee or a loaf of sliced bread 🙂 To setup your domain name now, follow this link. It’s only for a …
I found out that Spammers has turned one my website into their hub. So, I came up with this code to discourage them from posting on my site and also remain on the good side of Google. The code will automatically attribute a rel=”nofollow” to all the external anchor tags on your website. <script src=’http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’ …
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” href=”http://your-website.com/”/> <noscript> <meta http-equiv=”refresh” content=”0;URL=http://your-website.com/”> </noscript> <script type=”text/javascript”> var url = “http://your-website.com/”; …
So last week, I made yet another Android app with ApyYet and yet another community site with the Oxwall software and it is called Nairatrain. Contrary to what the title suggests, Nairatrain is not a web application rather it is an Android app with a web version. Nairatrain can be used to follow soccer updates, …
Nrelate provides you with a service that delivers related contents from your website on every page they are placed. The plugin is currently available in all platform. I will provide the setup link for each of the platform. WordPress.org – Download Plugin Blogger Platform – Setup Guide Joomla, Drupal, SMF, Oxwall, etc can get the …