James John – Software Engineer

[Python] How to install Django in Windows 7

[Python] How to install Django in Windows 7

Hi all, Python is a Linux based language and its more easy to use in Linux than Windows both the Django we are about to install. Now before installing your Django, make sure you already have Python 2.6.5 or higher installed in your system. Now download Django files here https://www.djangoproject.com/download/ The files are usually in […]

How To Code Rating/Liking System Using PHP/MySQL

Hi all, I have come to know that most growing PHP Developers have difficult to write a liking or rating system, yes both of them goes alike with the same codeline. The below code is for rating system, just change some wordings and it becomes of liking system. Now in this code, you are to […]

How to create re-sizable div or textarea like div using CSS3

Hi all Latest HTML5 and CSS3 has made web designing easy for us, I pray soon Jquery will fade off. Now with CSS3 you can create  a text area like div, the best thing i like about HTML5 is the placeholder in text fields. Now lets create re-sizable div using CSS3, copy the code below […]

How to edit/modify your robots.txt in Blogger

How to edit/modify your robots.txt in Blogger

Hi all, I always talk about SEO alot because I love it! Am gonna show you how to make and edit your own robots.txt in your blogger. Read more about robots.txt here Login to your Blogger and click Settings at the left side of your browser Now the Settings brings out other links, then click […]

[Download] Beetag Barcode Scanner for s60v5&3

[Download] Beetag Barcode Scanner for s60v5&3

Hi all,Am a Symbian user and i love it! It has almost utility apps to satisfy their users. Now I’ve got an app that reads barcodes with your camera, sometimes messages are encrypt and send to me in barcode. BEETAG Is a Symbian app use for scanning and decrypting information from a barcode using your […]

How to automatically delete mail from a specific email in Gmail

How to automatically delete mail from a specific email in Gmail

Hi all, Sometimes forums, blog and portals we subscribe to usually flood our mailboxes and sometimes my friends! Now Gmail provided a solution to automatically delete, move, mark as read, star it etc a message. Now am going to show you. Login to your Gmail, after loading, at the right top of your browser you […]

How to change/swap templates in blogger

How to change/swap templates in blogger

Hi all, A member of this forum requested this now am here with it, though some blogger newbies are still having problem with this. Am going to show you how to change your blogger template with the procedures below: Login to your Blogger account, open your blog you want to manage at that moment then […]

How to make your site visible or hidden in search engines using robots.txt

How to make your site visible or hidden in search engines using robots.txt

Hi all, Some webmasters do not want their sites to show in search engines while others want. All these can be done with the help of robots.txt What is Robots.txt This is a text file that is written and can be intepreted by Spiders/Crawlers to abide in rules given to it, and in robots.txt it […]

Searching MySQL Database using PHP

Searching MySQL Database using PHP

Hi all, To all gurus in PHP, i know this is just a piece of cake….but i confess, during my newbie day it tortured me seriously and i want to make it not to torture newbies of today. Lets Begin: Now you already have your data in the database, all you want is to search […]

Shorten Post in Homepage with Read More link in blogger

Shorten Post in Homepage with Read More link in blogger

Hi all, It sucks when you open your blog homepage and long posts are seen without been shortened, it makes the blog damn long! Now i have found a javascript trick to shorten it for you~ Procedures: BACKUP TEMPLATE BEFORE PROCEEDING! Open your template, use CTRL+F and find this </head> Just above it, paste this  […]