Leke Ojikutu's Blog

Free Javascript HTML5 Bar Chart Script

chart
I coded a javascript/html5 bar chart for a project i worked on during the week (www.longcode247.com) . I decided to make it open source since it will be useful for most web sites/developers planning to use bar chart in their projects. The script can create an horizontal or a vertical chart.
The simple usage instructions are below. You can download it here: http://www.afrisoft.org/products/makeXchart.zip

Tips for Programmer to Entrepreneur Transition

If you're in the market for a powerful and user friendly Bulk SMS solution, please take a look at my bulk sms reseller solution here.

Having been struggling to make this transition myself, i have decided to share what i've learnt with I.T pros who might want to start their own companies. I am not finding it easy to make this transition but being the C.E.O of Afrisoft has really given me some insights into why many people fail at this transition. You may learn a thing or two:

Your business is about sales and profit not just coding
Don't get lost in coding or in exhausting your resources to implement features which show off latest technologies. While you have to write code to be in the software business, be sure to write high quality codes that isn’t filled with bugs or is insecure. However, the best code in the world is meaningless if nobody knows about your product. there's more to business than endless coding. The keywords here are sales and income!

Gsm Number Generator Code


Here is an opensource javascript Gsm Number Generator Code in response to the Nairaland thread at http://www.nairaland.com/nigeria/topic-485881.0.html. This script is for educational purpose only and i cannot be held responsible if it is used for other reasons.








The source code? Save the link below to your desktop. The html page on the link contains the full source code.Download GSM_number_generator.html

Creating A Feedback Joomla Module (Tutorial)

To create any joomla extension, you need a fair knowledge of php and xml. But dont worry if you are not familiar with xml. We'll give examples here.
The simplest modules have at least two files

  • mod_modulename.php
  • mod_modulename.xml

I'll be creating a feedback module for joomla (without captcha).
Lets call the module: feedmeback.

Get manufacturer's serial number from hard disk in VB Script

Below is a VB Script to get the original Manufacturer serial number of hard drive that was set from the factory. This is different from the serial number set by windows during formatting.

More Articles...