Posts Tagged ‘php’
Posted on April 12, 2012 by tom
Banner ads for services related to the web site owner’s industry allow customers to view products that tie into the site owner’s core business. In exchange, the web site owner can charge the banner ad owner for every impression (banner ad appearance) or click-through (when a user clicks the banner ad).
Continue Reading
Posted on April 8, 2012 by Frank
If you want to get started with programming in PHP, you’re probably wondering what software you need to setup your workspace locally.
Continue Reading
Posted on April 7, 2012 by tom
Unlike scalar variables, which assign only a single value to a variable, an array variable can hold multiple values.Arrays are useful for holding values from database queries or web form entries, where each field (also called a “key”) holds a specific value.
Continue Reading
Posted on March 30, 2012 by share taut
Content Management Systems is easily made use of, for creating websites and dealing with its content in an effective way. Like WordPress , Joomla and Drupal as Content Management Sytems have their specific benefits and can be selected on the basis of the nature, size and scope of the website.
Continue Reading
Posted on March 1, 2012 by tom
So far in this series, we have developed the data layer (database tables) and the business layer (PHP methods) for manipulating the data.In this piece, we will look at the presentation layer that is used to display the poll question and poll results.The HTML header will check for the presence of a cookie (in case [...]
Continue Reading
Posted on February 24, 2012 by tom
In Part I of this series, we started the process of creating user polls for a business web site. Part I gave the layout of the data layer and began the construction of the class file. In this part we will continue with adding methods to the class file that will enable the administrator to [...]
Continue Reading
Posted on January 17, 2012 by Diaz warner
Here we have selected some tutorials that will help beginners to understand PHP basics. We will continue publish tutorial selections weekly and will help you to learn basic and advance techniques of PHP.
Continue Reading
Posted on November 9, 2011 by WebdesignShock
What’s up guys?, to continue with our series of experiments, today we have an amazing vintage carousel photo slider made with PHP and jQuery. The tutorial features all the programming part and features a live demo and downloadable files.
Continue Reading
Posted on July 7, 2011 by Ahmad Hania
an article about how to add Google +1 button to your posts and gives your visitors the ability to recommend your articles in search results. The Google +1 button can be added to your articles in two steps.
Continue Reading
Posted on May 23, 2011 by Dainis Graveris
Today our task is to create a simple WordPress plugin to relate posts as a series.
Continue Reading
Posted on May 23, 2010 by Daniel
Post Thumbnails were first introuduced in the release of WordPress 2.9, but seeing how the theme structure has slightly changed in 3.0 we have put together a short tutorial showing you how to add Post Thumbnails to your articles and posts. You will require basic understanding of WordPress Theme development and PHP. This tutorial will [...]
Continue Reading
Posted on May 10, 2010 by Daniel
If you hadn’t noticed already, we have added a nifty little sidebar widget and a post footer banner to showoff how many of you have subscribed to our blog. So today we will show you how to create your own! All you will require is a little knowledge of PHP and the following enabled.
Continue Reading