Want to be notified the next time there is a post on the programming topic? Email confirmation will be sent so make sure to confirm. Make sure to confirm the subscription or you will be blocked from the site!


PHP for beginners

o are you looking for some PHP for beginners lessons? Well you have come to the right place. Recently I have been asked to do some of these tutorials because people are curious about how PHP works. I think it is a fascinating thing to learn and if you are

See More
How to add a widget in WordPress

So you want to know how to add a widget in WordPress? Well lets get right into it: Step #1 Find you functions.php file in your WordPress theme and look for this code

See More
PHP Variable lessons and tutorials web development

In the last PHP Lesson we learned how to echo out a line of text in a browser in this lesson we will learn about a php variable. A variable in php stores information. In the example below we see that a variable starts with a $ sign and is followed by text

See More
How to add a thumbnail for your WordPress RSS feed

How to add a thumbnail for your WordPress RSS feed

See More
How to redirect to mobile site

Redirect to mobile site because its easy! So you have your website set up and a mobile friendly site but you still need to redirect to mobile site. What we can do is use java script to figure out what size screen the user is using.

See More
Redirect IP Address Using htaccess

Redirect IP Address using htaccess Redirect IP Address Using htaccess to get rid of annoying visitors that come to leave you spam. Better yet would you not like to tell them off with a web page especially for them?

See More
PHP Web Development

Php web development in a nutshell is a company or developer that uses a computer language that is called php or "Hypertext Preprocessor".

See More
Scalable Vector Graphics (SVG) in WordPress

Scalable Vector Graphics I was recently asked if you can use Scalable Vector Graphics in WordPress. Scalable Vector Graphics or (SVG) is an XML-based vector image format for two-dimensional graphics that has support for interactivity and animation.

See More
Insert Into Database Using PHP MySqli

Insert Into Database Using PHP MySqli using the following procedures. You must first make sure that you have these steps set up before you proceed.

See More
Watermark Images Online Quickly Free Tutorial Included

Q. Why should you watermark images? A. If your image is original it is exposed to the public if its online. Even if you have right click disabled by some JavaScript function people can still get your images by using the "snippet tool" or "print screen" f

See More
Subscribe To What You Want

Pick a topic you like and subscribe to only it.

See More
Building a Calorie and Nutrient Counter Using FoodData Central API

In this tutorial, I'll walk you through the process of creating a calorie and nutrient counter using the FoodData Central API. This guide will help you build a web application that allows users to enter a food item and receive detailed nutritional informa

See More