Simple way to center a block using divs
<div style=”text-align: center;”> <div style=”text-align: left; margin: 1em auto; width: 50%;”> Enter your content here …
All Blog posts
<div style=”text-align: center;”> <div style=”text-align: left; margin: 1em auto; width: 50%;”> Enter your content here …
This listing of the differences between PHP4 and PHP 5 is is probably something that is …
PHP’s preg_split() function enables you to break a string apart basing on something more complicated than …
Replacing Patterns In the examples in Part 2, we have searched for patterns in a string, …
Matching Patterns The preg_match() function performs Perl-style pattern matching on a string. preg_match() takes two basic …
In programming you quite often want to test a string for the occurrence of a character …
To help counter SQL injections you need to make sure that entered values use minimum character …
The paperback version of ‘PHP Tutorials: Programming with MySQL and PHP’ has been updated to include …
Updated version of ‘PHP Tutorials: Programming with MySQL and PHP’ Read more →
A Visual Studio C# application The Amazon Product Advertising API allows you to connect to Amazon, …
There are a number of articles on formatting an e-book for Kindle so I thought I …
Formatting for Kindle eBooks – Hints, Tips and Tricks Read more →