Explore Topic

programming

Articles, commentary, and related writing filed under this topic.

Want to know when something new is published about programming ? Enter your email address below and choose how often you would like to be notified.

We will send you a confirmation email. Your subscription does not become active until you confirm it.

Related Articles

Latest on programming

11 Articles
PHP for beginners

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

Read More
Posted by Maximus McCullough
Watermark Images Online Quickly Free Tutorial Included

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

Read More
Posted by Maximus McCullough
Scalable Vector Graphics (SVG) in WordPress

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.

Read More
Posted by Maximus McCullough
PHP Web Development

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".

Read More
Posted by Maximus McCullough
Redirect IP Address Using htaccess

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?

Read More
Posted by Maximus McCullough
How to redirect to mobile site

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.

Read More
Posted by Maximus McCullough
PHP Variable lessons and tutorials web development

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

Read More
Posted by Maximus McCullough
How to add a widget in WordPress

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

Read More
Posted by Maximus McCullough