w3it.org – Internet Helper
  
www ITBlog Articles Topics Forums Main
 
    

Timestamp, Date, time, and timestamp format specifiers

July 6th, 2009

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 following characters are available, in order, when you specify the mask: Read the rest of this entry »
Bookmark and Share

The “Portable PHP password hashing framework” for wordpress

June 28th, 2009

The “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 »

Bookmark and Share

Zikula SEO – the meta keywords function hacking

June 5th, 2009

There is an option in Zikula administration control panel that is needed to set the mode on how to display meta keywords for dinamically created pages.

This option can be found in:  Global Settings Panels -> Owner Settings -> Dynamic meta-keywords

Scenario SEO and analysis :

By setting on Yes this option you’ll have meta keywords generated dynamically for each page and based /extracted on/from his content. More precisely, some functions are taking these words dynamically from articles, comments or from  some other contest, as text, and it will go to be outputted for the requested page.

Under a superficial SEO analysis it can be not so good thing that our site homepage, will have time by time meta tag keywords changed and different because are generated dynamically. Read the rest of this entry »

Bookmark and Share

Error on wordpress after the auto update: how to solve

May 29th, 2009

There 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 »

Bookmark and Share

Mediawiki: exadecimal values for archived mysql data

May 20th, 2009

Many 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):

Read the rest of this entry »

Bookmark and Share

Adverstising, pubblicità web, pay per click, pay per lead

May 6th, 2009

Esistono vari siti dedicati alle campagne pubblicitarie a cui è possibile affiliarsi per pubblicare sulle pagine web di blog e siti web quali community o forums, banner pubblicitari mirati in base al contenuto delle pagine in cui sono inseriti. Le modalità di conteggio per i guadagni acquisiti sono molteplici e molto diversificati. E’ possibile inserire nelle pagine intere campagne pubblicitarie messe a disposizione da vari siti che in seguito vedremo. Read the rest of this entry »

Bookmark and Share

w3it.org community: Joomla Integrated with vbulletin, zikula and wordpress

April 28th, 2009

In 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.

Bookmark and Share

SEO report

March 22nd, 2009

Has been request for an italian site a SEO report that need to be executed in these days: the topic released will not contain all particulars, but i hope it will be very interesting and useful anyway as seo reference at a glance.
It will be released under this w3it.org section (italian): seo.
Commenting this thread instead, will be added time by time interesting content, all in english about seo hints. Please add in answer here any useful resource if any you know.

Bookmark and Share

Going on with integrations steps…

February 23rd, 2009

Due to some reason of time, all systems integrations and functionality can’t be completely active until tomorrow … sorry!

Bookmark and Share

Wordpress: formatting posts or pages titles

January 13th, 2009

Do 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.

Bookmark and Share