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!
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 MoreSo 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 MoreIn 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 MoreHow to add a thumbnail for your WordPress RSS feed
See MoreRedirect 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 MoreRedirect 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 MorePhp web development in a nutshell is a company or developer that uses a computer language that is called php or "Hypertext Preprocessor".
See MoreScalable 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 MoreInsert 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 MoreQ. 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 MorePick a topic you like and subscribe to only it.
See MoreIn 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