An item of type TIMESTAMP is a series of one to twenty single-byte numeric digits that reflect a specific moment. The meaning of each digit is determined by the mask that you specify when declaring the item.
The “Portable PHP password hashing framework” for wordpress
June 28th, 2009The “Portable PHP password hashing framework” is a php class used in wordpress to generate password’s hash.
It is a separate project, and like many others wordpress features is included/combined in the code to create this blog written/coded by Matt Mullenweg. Read the rest of this entry »
Error on wordpress after the auto update: how to solve
May 29th, 2009There is a feature in wordpress that is very useful: the auto update to the latest version of wordpress when it has been released in a new version. Unfortunately can happen that in change, after that automatic update process has finished, we have error 500 from any blog’s page. The error 500 can come out in wordpress after the automatic update because the process go to renew any single file and setting for each file the CHMOD permission to 644 (only read). Read the rest of this entry »
Mediawiki: exadecimal values for archived mysql data
May 20th, 2009Many of the values archived on /for the Media Wiki software on a default installation and that constitute the environment data sources for this application written in php are encoded in hexadecimal, so for example the field related to the users options look like this sequence (the string need to be considered on one single line without spaces and tabs: it has been split on several lines to do not breack out html tables):
w3it.org community: Joomla Integrated with vbulletin, zikula and wordpress
April 28th, 2009In these days will be finished the integration of the latest big section for w3it.org and it will be build using Joomla!. It will be another CMS dedicated completely to one argument: PHP.
The domain phpsoul.com will be dedicated to serve this scope, while before or later a dedicated space will be token for the domain.
Going on with integrations steps…
February 23rd, 2009Wordpress: formatting posts or pages titles
January 13th, 2009Do you know …
It is possible to format using html code any wordpress post’s title or page title.
A simple example? We like to wrap a phrase like this exactly in three lines:
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
You can write the sample title in this way:
Contrary to popular belief,<br /> Lorem Ipsum is not simply random text. <br />It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.

