PHP

How To Display a Message on Old WordPress Posts

Good Tutorials (PHP) - Sun, 02/05/2012 - 00:38
If you post helpful information on your blog chances are some of your early posts are now outdated as technologies have changed over the years. Let’s take a look at how we can add a mix of PHP tags to our WordPress themes to automatically add a small disclaimer or warning message to posts over X years old.

Advertise here via BSA

Categories: PHP

Setting up an IRC Logger with a PHP IRC Bot

Good Tutorials (PHP) - Sat, 02/04/2012 - 22:38
Simple PHP IRC Logger is a simple PHP IRC Bot class designed to connect to an IRC server, and generate HTML log files. This tutorial will show you how to set him up.

Advertise here via BSA

Categories: PHP

SETTING UP PHP DEVELOPMENT environment

Good Tutorials (PHP) - Fri, 02/03/2012 - 09:38
If you want to develop php driven websites you will need environment at which you can run your scripts. In this tutorial we will show you the easiest way of setting everything up.

Advertise here via BSA

Categories: PHP

Introduction to php

Good Tutorials (PHP) - Fri, 02/03/2012 - 08:38
Introducing PHP! In this tutorial you will learn what is php, where it’s used, what are the benefits of using it and where to learn more about it.

Advertise here via BSA

Categories: PHP

PHP basics - syntax

Good Tutorials (PHP) - Fri, 02/03/2012 - 08:38
In this tutorial we assume that you had never programmed in any language before, therefor we will cover the absolute basics which makes php tick or any other language of that matter.

Advertise here via BSA

Categories: PHP

PHP Quick tip block comment

Good Tutorials (PHP) - Fri, 02/03/2012 - 08:38
In this quick tip I will show you a neat little trick which will help you to debug your code much faster.

Advertise here via BSA

Categories: PHP

Php basics – variables

Good Tutorials (PHP) - Fri, 02/03/2012 - 08:38
In this tutorial you will learn what are variables, how we can use them and why they are the most basic building block of any programming language.

Advertise here via BSA

Categories: PHP

Installating a PHP IRC Bot

Good Tutorials (PHP) - Fri, 02/03/2012 - 07:38
Simple PHP IRC Bot, is a simple PHP IRC Bot class designed to connect to an IRC server, run a few simple commands. This short tutorial will show you how to set him up with XAMPP

Advertise here via BSA

Categories: PHP

Cleaning Up Your PHP URLs

Good Tutorials (PHP) - Fri, 02/03/2012 - 06:38
Using a simple .htaccess file with a few lines we can automatically add the .php file extension to any URL without it.

Advertise here via BSA

Categories: PHP

Oracle Announces New MySQL Specialization

DevShed - PHP - Wed, 02/01/2012 - 09:57
The Oracle PartnerNetwork Specialized program supplies partners with a host of resources to help develop, implement, and sell Oracle products. Over time, the program has been enhanced through the addition of Specializations that allow partners to differentiate themselves from competitors once they demonstrate an outstanding level of competency, expertise, and success. Tomas Ulin, Oracle's MySQL VP of engineering, commented on the new specialization: Oracle continues to innovate across the MySQL product family to address the evolving needs of both our end-user and partner community. MySQL co...
Categories: PHP

Oracle Releases Communications Data Model 11.2.5

DevShed - PHP - Tue, 01/31/2012 - 08:40
Oracle first introduced its Big Data Appliance as well as the NoSQL database at the company's OpenWorld user conference last October. According to analyst David Menninger of Ventana Research, the appliance was created to manage and analyze data sets deemed to be too large for storing in standard databases. The Big Data Appliance boasts a lineup including Sun server hardware (18 Linux-based x86 Sun servers with 216 processor cores, 648TB raw disk storage, 864GB working memory), Oracle NoSQL database, Oracle's Java HotSpot Virtual Machine, and an open-source distribution of R. George Lumpkin, Or...
Categories: PHP

PHP Closures as View Helpers: Lazy-Loading File Data

DevShed - PHP - Mon, 01/30/2012 - 06:00
As an important part of PHP 5.3's new features, closures have quickly made a mark on the language's field. This is due to their versatile nature, which allows programmers to utilize them in a wide variety of use cases and situations. They not only yield great results when processing array elements in all sorts of clever ways; it's fairly easy to get excellent results with them in the object-oriented programming arena as well. The best way to show you how using anonymous functions can help you to develop more efficient OO applications is with some functional, hands-on examples. With this idea i...
Categories: PHP

Question of the Day with CodeIgniter and MySQL

Good Tutorials (PHP) - Fri, 01/27/2012 - 05:38
In this tutorial we will build a small application with CodeIgniter that will be backed by a MySQL database. It will present questions and give visitors the ability to post answers.

Advertise here via BSA

Categories: PHP

Constant Contact Chooses SkySQL for MySQL Support

DevShed - PHP - Thu, 01/26/2012 - 08:45
Specializing in online marketing through email, surveys, social media, and more, Constant Contact's customer base extends all over the globe. With so many customers depending on the company for their online marketing needs, Constant Contact was in need of the proper support to accompany its move towards open source with MySQL. SkySQL was eventually selected for a variety of reasons, and has helped Constant Contact with building and deploying a sturdy MySQL database architecture. In addition, SkySQL has aided Constant Contact with training 10 database administrators over the course of severa...
Categories: PHP

Why do you need an Ecommerce website?

Good Tutorials (PHP) - Thu, 01/26/2012 - 05:38
At Infilon, we provide powerful Ecommerce solutions that make you stand out of the competition. We convert your dreams into reality. Whether you are looking to sell five products online or five thousand, we can help you generate ROI effectively.

Advertise here via BSA

Categories: PHP

Getting started with XNA

Good Tutorials (PHP) - Thu, 01/26/2012 - 04:38
Getting started with XNA

Advertise here via BSA

Categories: PHP

Understanding IF, ELSE AND WHILE

Good Tutorials (PHP) - Thu, 01/26/2012 - 04:38
If statements allow your program to make choices.

Advertise here via BSA

Categories: PHP

Oracle Releases PeopleSoft PeopleTools 8.52

DevShed - PHP - Wed, 01/25/2012 - 08:47
Headlining PeopleTools 8.52's list of improvements is support for Apple's popular iPad tablet. The move makes Oracle the lone enterprise resource planning vendor to provide an enterprise suite on the iPad, giving users the ability to access PeopleSoft on the go while maintaining the functionality and security one would normally expect in a stationary setting. While iPad support is appealing, it's just the tip of the iceberg when it comes to PeopleTools 8.52's enhancements. The user interface has been upgraded to improve interactivity through the use of new pagelets and inter-pagelet communic...
Categories: PHP

Using PHP Closures as View Helpers

DevShed - PHP - Tue, 01/24/2012 - 09:06
Unquestionably, the release of PHP 5.3.x, along with the imminent arrival of PHP 5.4 (at least, at the time of this writing), clearly show the level of maturity that the language has reached in the last few years. The inclusion of support for native namespaces, Late Static Binding, a largely improved SPL and of course the long-awaited traits, are all part of the wealth of niceties that PHP offers to picky developers. Although most of these features have found their own niche over time (with the sole exception of traits, for obvious reasons), there's one more that, because of its versatile natu...
Categories: PHP

iOS Development: Hello World! in Xcode Part 2

DevShed - PHP - Sun, 01/22/2012 - 23:19
In this part of the tutorial, I will be discussing the code showcased in part one of this series (http://www.devshed.com/c/a/Smartphone-Development/iOS-Development-Hello-World-in-Xcode-48394/), as well as the general concepts required to program under iOS. As was mentioned before, I used Xcode 4.1 to create the test project for our discussion. In this version several items are automatically generated when Xcode creates the project. Our main focus for this article will be the HelloWorldAppTutorialAppDelegate header and code files. First, let us look at the header file generated by Xcode. T...
Categories: PHP