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.
Tags: customize, html, title, wordpress, wrap
Posted in Do you know? (Wordpress tips) | 1 Comment »
January 2nd, 2009
In a previous article we see where the database class of Wordpress born and where you can find out the source code to create your own applications with a powerful database script routine. Now we discover where Wordpress take advantage about many Ajax features. Read the rest of this entry »
Posted in Wordpress programming | No Comments »
December 12th, 2008
As wordpress user/coder i know something about how it has been coded and about his loop.
Many times we found something like this:
$wpdb->get_row
it is an instance of the wpdb class to execute a query to database.
The WordPress DB Class is coded inside the wordpress file: wp-includes/wp-db.php. Read the rest of this entry »
Tags: ezSQL, php database class, wordpress, wpdb
Posted in Wordpress programming | No Comments »
December 3rd, 2008
E’ noto ormai purtroppo a molti, per esperienze negative, e soldi persi in quantità più o meno importanti, che il provare a fare ‘l’affare’ acquistando un prodotto elettronico su qualche sito cinese è pratica assolutamente sconsigliata. Tutti i siti cinesi che propongono prodotti hight tech elettronici a basso costo, sono passati alla ribalta della cronaca in internet (mentre la carta stampata e la televisione sembrano tuttora ignorarne l’entità) perchè molti utenti sono stati truffati. Read the rest of this entry »
Tags: acquisti, cina, cinese, cinesi, frodi, internet, money gram, online, paypal, scammers, truffa, truffe, western union
Posted in Pericoli della rete, consigli su come evitare le truffe in internet | No Comments »
December 3rd, 2008
E’ sempre più diffusa (e comoda) l’opzione offerta ormai da quasi tutte le banche o anche da Poste Italiane per gestire i propri conti da casa tramite accesso online. Questo si traduce spesso in un ragguardevole taglio dei costi (il conto e-family o BNL revolution a zero costi ad esempio, e praticamente anche a zero rendimento, per la verità) sopratutto si traduce in una comoda soluzione che ci libera dalle file e dal dover trovare il tempo per eseguire questo o quel pagamento, o per espletare qualsiasi operazione quotidiana. Read the rest of this entry »
Tags: banking, connessione, conto, online, sicurezza
Posted in Pericoli della rete, consigli su come evitare le truffe in internet | 1 Comment »
November 21st, 2008
Is ready to be released within 24h from the publish date of this post, the new integration between wordpress and vbulletin. You can completely integrate this two systems and there users (also if there are older) in minutes. No Php knowledge is required to install Read the rest of this entry »
Tags: integration, invision, php, vbulletin, wordpress, zikula
Posted in w3it.org Integrations Systems | 4 Comments »
November 13th, 2008
world wide web Italia blog is born: wordpress intregrated with vbulletin and zikula. w3integrations, all web you want.
Tags: aiuto, help, internet
Posted in General English Support/Questions/Info category | No Comments »
wordpress feed error: how to solution
January 11th, 2009How to remove white spaces and fix entities common problems
Here we go to understand a solution to solve the white space error that cause corrupt output for the wordpress rss feed or any other rss feed or www document that need the very first character of the output is the character < of the xml document declaration and not white spaces (or something else: the str_replace() function can be modified to fit any needs).
Read the easy tricky way by axew3 to solve commons wordpress rss feed error problems in this page:
http://www.w3it.org/blog/wordpress-feed-output-error-solution-how-to/
Tags: atom, code fix, comment, error, feed, fix, rss, rss2, solution, wordpress, wordpress common feed errors, zencart
Posted in Wordpress programming | 2 Comments »