[PHP Tutorial] Getting Started with String Manipulation

From Break the Network:
Getting started with string manipulation in php:


PHP Coding TutorialWhen working with php, you will often come across the common problem of replacing or grabbing a specific chunk of a string. The way I look at it, you have two main options that come directly out of php’s function api. You can either use a simple, quick and easy str_replace() function, or you can dive into the world of regular expressions and tackle the problem a little more smartly using preg_replace().



[Tutorial] Shuffle Letters Effect: a jQuery Plugin

From TutorialzineShuffle Letters Effect: a jQuery Plugin:


jQuery Scripting TutorialIn this short tutorial we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows.



[WordPress Tutorial] Custom Admin Panel

From Premium Coding: PHP
WordPress Tutorial: Custom Admin Panel:


Wordpress Scripting TutorialThis tutorial will show you how to make basic administration panel in WordPress admin. We will make two fields, first will hold name of the image and the second will hold the image itself. Image adding will be done via WordPress native image upload interface…



[Tutorial] Building a Website with PHP, MySQL and jQuery Mobile, Part 1

From TutorialzineBuilding a Website with PHP, MySQL and jQuery Mobile, Part 1:


PHP, MySQL and jQuery TutorialIn this two-part tutorial, we will be building a simple computer shop website with PHP, MySQL and jQuery Mobile using the Model-View-Controller (MVC) pattern…



[Design Tutorial] Part 3 – Create A Beautiful Contact Form From Scratch Using Photoshop, HTML, And CSS

From WebdevtutsPart 3: Create A Beautiful Contact Form From Scratch Using Photoshop, HTML, And CSS:


Web Design and Graphics TutorialWelcome to part 3 of create a beautiful contact form from scratch series. In this series we’ve covered how to design a contact form in photoshop then convert our design to HTML and CSS. In part 3 of this tutorial we will be making our contact form work using PHP. So if you’ve followed part one of then tutorial and part 2 then you’re ready for part 3. Lets begin…



[PHP Tutorial] Create a Functionality Plugin Instead of Using Functions.php

From Good-Tutorials: PHP Create a Functionality Plugin Instead of Using Functions.php:


PHP WordPress Tutorial
When adding a new function to your site, you’re normally told to paste them into your theme’s functions.php file, but I want to tell you that’s wrong and what you should be doing instead…



Proudly powered by WordPress
Creative Commons License
EricBrooks.Com® is licensed under a Creative Commons License.

Disclaimer: The views expressed herein are solely those of Eric Brooks. They do not necessarily reflect those of his employers, friends, contacts, family, or even his pets (though my cat, Puddy, seems to agree with me on many key issues.). In accordance to my terms of use, you hereby acknowledge my right to psychoanalyze you, practice accupuncture, and mock you incessantly with every visit. As the user, you also acknowledge that the author has been legally declared a "Problem Adult" by the Commonwealth of Pennsylvania, and is therefore not responsible for any of his actions. ALSO, the political views and products advertised on this site may/may not reflect the views of Puddy or myself, so please don't take them as an endorsement. We just need to eat.


Connect