Decision making if/else in batch programming
Decision making's very important in any programming, not just batch. It allows your program to decide what to do. Here we're going to create a small program where it asks user for password and allows...
View ArticleCheck the Apps that have access to your information and revoke access
Revoke access to appJust a quick little info about websites storing your details. OAuth gives web developer access token that can be used to access your information that you granted access to when...
View ArticleHow to add google map to website
Embed Google Map to your website Google map's something that business websites must always have. It's much more convinenent for users to look at map and find where you're located than to get the...
View ArticleOAuth Explained with real world example
OAuth's an authorization standard to access user information from a website that user is member on, without the need to know that user's password.Problem Imagine your friend comes up with a website...
View ArticleHow to install a program on Linux VPS
Install third party program on VPSInstalling programs on linux really isn't a big deal, just like windows OS if you understand Linux it's a piece of cake, don't let linux command line Shell intimidate...
View ArticleHow to get a domain name almost for free
Get discount on domain namesWeb developers often create website for themselves when starting up a new project, it can be pretty expensive if you're working on projects one after another and buying new...
View ArticleWriting clean code PSR standards
Writing clean code is all about following conventions and standards that are generally understood by others. Imagine writing a program and sharing the source code with other developers out there, they...
View ArticleLearn linux interactively for beginners
Knowing how linux works is really an important skill to have, as a website developer you'll often have to use linux operating system, install GUI, setup web development or general environment where you...
View ArticleWhat is File Permission in Linux and what's necessary to know as a programmer...
What is File Permissions in Linux and why I need to know about it as a programmer or Develope Permission is a very important function to keep things organized and secure. Even as the owner you do not...
View ArticleSteel Plate user management system | Free | Git link
User management system scriptI'm dropping this incomplete project I'd been working on to switch to something better that'd bring positive return of investment. So here it is for everyone, I've uploaded...
View ArticleLearn new technologies daily
Learn new programming stuff dailyIf you're a very beginner programmer and regularly asking advanced coders for help then I'm sure you must've noticed the wisdom these coders have where they tell you...
View ArticleInstalling CodeIgniter on Linux Ubuntu Server for Beginners
Installing CodeIgniter on linux *Basic Linux CLI knowledge required* CodeIgiter is a PHP Framework or tool-kit to develop full featured or simple application. If you've been working with PHP for a...
View ArticleMVC Model View Controller | Seriously Simplified Version
Model View Controller Seriously Simplified I've written about MVC in past.. http://www.webdevtown.com/2015/04/model-view-and-controller-with-example.html So, recently I was going through that past...
View ArticleCodeIgniter Documentation Example Code Error | Explained and Fixed
CodeIgniter Documentation sample code error. 404 Page Not Found The page you requested was not found.First of all go have a look at CodeIgniter Static pages...
View ArticleHow to Block Tor Traffic
How to block Tor TrafficBlocking Tor Ip's is pretty straight forward. I'll give you step by step process to follow to block Tor IP's but before that I'll give you guys a break description of how Tor...
View ArticleCodeIgniter Beginners Series - Starting up
CodeIgniter Beginner Series - Starting up If you've been developing web application in PHP for a while now and have a good working knowledge of OOP this may be the right time to pick up a framework...
View ArticleHow to hire a good coder/programmer
Coding as we all are well aware is a complex stressful and time consuming process for any coder out there which is why it's extremely important that both coders and the client work together. Hiring...
View ArticleCodeIgniter Beginners Series - Lesson 2 Controller | Routes and View
Welcome to codeigniter beginners series day 2. Today we'll be installing codeIgniter, go over some very basic codeigniter concepts, we'll try loading some basic pages and make changes to it then learn...
View ArticleCodeigniter - How to fetch data from database and display
Show Data form Database to userYou must know some basics of Codeigniter. Please read these two...
View ArticlePort scanner, TCP/IP, Firewall & the Bouncer
Thought writing little something about what port scanners, TCP/IP and Firewall in general. Read this. Don't skip! When we talk about port it's necessary we also know what packet is. A pack it a little...
View ArticleStart your own online store with opencart
So you want to start online store, sell a few items and make profit?Opencart to rescue If you haven't heard of opencart then you should learn a bit about it. It's an online eCommerce store to sell your...
View ArticleBlocking websites
So you clicked this somewhat bait title 'Blocking websites for noobs' because you want to block certain websites... isn't? and perhaps wondering if you already know what this dude chillin is about to...
View ArticleIp hacked! what can they do with it? How to prevent it in future?
Fact than most can't do shit after obtaining IP address is hilarious really. If you don't already know about this way of obtaining peoples IP you're still living in stone age, and should really learn...
View ArticleHow to become a web developer complete guide
You ask how do I become a web developer? Lets get straight to it, shall we? please don't be discourage if there's things you don't know or heard about.Noob Level:- HTML 5- CSS 3- Javascript Learn just...
View Article'Paypal hacked!!' Avoid Getting Hacked | Protection against Keyloggers
Keylogger have also been popular, still are! I don't know how many of you are aware of this but I'll go ahead and share it with you all. First things first, if you've been infected by a keylogger...
View Article