Main Menu




browser lang:en

Users Area

Client Login

today cache size is:82392

 

Holyguard rss
rss 2.0 for all sections

 

Portfolio

Some of my projects:
BluPool
L'Pratone
Travel in Hotel
Yacht Elements
AbruzzoWeb
Il Mastino
CSI Teramo
Innovazione S.p.a.



Comments

attached files not working !
05/11/2009 by Adnan
Tuvok
14/02/2009 by
Nice script
07/02/2009 by desaj
Other solutions
07/02/2009 by Mike
well
06/02/2009 by holy
Theif
06/02/2009 by
really good
02/11/2008 by

Read More »


RAPIDQ

Rapid-Q:The lost files
My old library where i have collected all the rapidq scripts and italian help


Today my pagerank is: Free Page Rank Tool

PHP scripts




Display an image from a MySQL database in a web page via PHP

There's lots of clever scripts around to tell you how to get images in and out of databases, but nothing simple to show you the principles of including…

14/02/2010 - by admin - 0 comments

Shorthand If/Else using Ternary Operators

An essential part of programming is evaluating conditions using if/else and switch/case statements. If / Else statements are easy to code and global to all languages. If / Else statements…

11/10/2009 - by admin - 0 comments

Caching arrays on filesystem disk with php

I discovered the var_export function in PHP. It is able to return a string that represents the passed variable. The returned string is parsable by PHP. One way to use this…

14/07/2009 - by admin - 0 comments

Load Page Time in PHP

Outputs the time in seconds that it takes for a PHP page to load. The code <?php // Insert this block of code at the very top of your…

14/03/2009 - by admin - 0 comments

Extract datas from XML with PHP and DOM

after have seen the way to transform a table from Mysql to XML, now we are goin to see the reverse way. Here we need to traverse an XML and extract…

07/03/2009 - by admin - 0 comments

Super Faster XML with PHP and SimpleXML

After have verified how it's possible traversing XML with PHP and retrieve relative datas using DOM classes, here we show a new solution that, in the real world, results to…

07/03/2009 - by admin - 0 comments

JSON-RPC PHP

The original document is at http://jsonrpcphp.org/ JSON-RPC PHP is a couple of classes written in PHP implementing respectively client and server functionalities of the JSON-RPC protocol.The goal of the project is…

09/12/2008 - by admin - 1 comments

Paypal express checkout - PHP tutorial

There are two different ways to use the PayPal API. The first, is the PayPal Direct Payment. PayPal Direct Payment will allow the customer to simply type in…

03/11/2008 - by admin - 0 comments

Redirecting visitors by browser language - Part 1

Learn php/walkthrough One of the common feature of many websites is the "choose language" option, usually indicated with a list of flags.. so, with php is possible to give a professional…

05/10/2008 - by admin - 0 comments

Redirecting visitors by browser language - Part 2

Learn php /walkthrough - part II Create an index.php page with our code function comefrom() { $lang = $_SERVER['HTTP_ACCEPT_LANGUAGE']; if (substr($lang, 0, 2) == 'en') { header("Location: english.php"); } else { header("Location: french.php"); } } comefrom(); // this line calls the function.. Create the…

05/10/2008 - by admin - 0 comments

Read More »

Records 1 to 10 of 10

Videos


Contents

Complete guide for Jquery Developers

27/02/2010 

Have you ever had to develop something yourself only to find out that there had already been…

in:JQuery (0 comments)

How can i insert HTML code in my posts?

14/02/2010 

The situation begins with your blog or website and you need to post some code on a particular…

in:The Holy Faq's (0 comments)

12 undocumented tricks for Google Buzz

14/02/2010 

So. Google just recently announced Google Buzz. I’m not sure about you, but I…

in:Blog (0 comments)

Display an image from a MySQL database in a web page via PHP

14/02/2010 

There's lots of clever scripts around to tell you how to get images in and out of…

in:PHP scripts (0 comments)

MySQL - Find Locations Nearest Known Coordinates

03/02/2010 

Spherical Law of Cosines Suppose that we want to find the five nearest places to (47.470779, -87.890699) using Spherical…

in:MySql (0 comments)

The 7 free best CSS editors

01/02/2010 

I have always used Dreamweaver, and love it. But, I have been thinking, what are the FREE CSS…

in:Free Software (0 comments)

Upgrade to Alsa 1.0.20 on Ubuntu Jaunty 9.04

09/01/2010 

Advanced Linux Sound Architecture (known by the acronym ALSA) is a Linux kernel component intended to replace the…

in:Blog (0 comments)

PHP - The Singleton Pattern

26/11/2009 

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…

in:Scripts and tutorials (0 comments)

Read more »


Tag Clouds


Complete guide Jquery DevelopersHow insert HTML code posts12 undocumented tricks Google BuzzDisplay image from MySQL database page PHPMySQL Find Locations Nearest Known CoordinatesThe free best editorsUpgrade Alsa 1020 Ubuntu Jaunty


Add to Technorati Favorites