Main Menu



browser lang:en

Users Area

Client Login

today cache size is:0

powered by Linode

Freedom of information:
Link to wikileaks

 

 

Comments

fg
16/04/2011 by fdg
Hi all
13/02/2011 by
John
24/07/2010 by John
better
16/04/2010 by bob
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

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
Upbooking - free booking engine

Latest Posts

How to install MongoDB Ubuntu Maverick Meerkat 10.10 in easy steps

11/01/2012  Posted by admin in:Database productivity (0 comments)

  Installing MongoDB in Ubuntu 10.10 in a few easy steps. Now, go to your console and follow this steps : 1. Add MongoDB repository into Ubuntu Add deb http://downloads.mongodb.org/distros/ubuntu 10.10 10gen into /etc/apt/source.list. 2. Create…


install curl for php in ubuntu 10.10

13/03/2011  Posted by admin in:PHP scripts (0 comments)

I wanted to install curl for Apache+PHP on my Linux dedicated server with Ubuntu 10.10+Webmin. This code helped me to install curl: apt-get clean && apt-get update && apt-get install…


mysql and mysqladmin change root password

11/03/2011  Posted by admin in:MySql (0 comments)

Setting up mysql password is one of the essential tasks. By default root user is MySQL admin account. Please note that the Linux / UNIX login root account…


50 necessaries php tools

25/02/2011  Posted by admin in:Scripts and tutorials (0 comments)

PHP is one of the most widely used open-source server-side scripting languages that exist today. With over 20 million indexed domains using PHP, including major websites like Facebook, Digg…


PHP Generate .gz compressed file from multiple files

22/02/2011  Posted by admin in:PHP scripts (0 comments)

Whit this script is possible to create a .gz compressed file on the fly from multiple files //sample array of filenames $fileNamesArray["file1"]; $fileNamesArray["file2"]; $fileNamesArray["file3"]; //count the number of items in the…


Secure ezSql with safeSQL class

15/02/2011  Posted by admin in:PHP scripts (0 comments)

ezSQL is a database class written by Justin Vincent who has been writing code since 1994. The database class is written entirely in PHP and is used on over 100,000…


Setting up SSL in Webmin and Apache

13/12/2010  Posted by holyguard in:Apache - .htaccess (0 comments)

SSL is a protocol for making secure, authenticated connections across an insecure network like the Internet. It encrypts network traffic, so that an attacker cannot listen in on the network…


FBML dynamic select adding/removing values

30/11/2010  Posted by admin in:FBML (0 comments)

Here is a quick example for adding and removing options from a single select list. Hope it helps since I've spent some time figuring it out. :) Add option…


Read More »

Latest News

Search Engine Optimization for travel sites

21/10/2008  (0 comments)

If you monitor your bed and breakfast's website, then traffic figures are a useful indication of your SEO…


Ning, builds your social network

21/09/2008  (0 comments)

Ning is a website that allows you to build your personal social network. go to Ning.com If you want…


Continue the build of holyguard.net ver.5.0

20/09/2008  (0 comments)

Another day of work, really a short time.Added support for Google Analytics.


Read More »

Software

Genuitec MobiOne Enables Developers to Create Web Apps for the iPhone

28/05/2010  (0 comments)

The 7 free best CSS editors

01/02/2010  (0 comments)

GSiteCrawler - A Google and Yahoo Sitemap Generator

26/01/2009  (0 comments)

HTTrack - Website copier

29/11/2008  (0 comments)

480 Open Source Softwares

14/11/2008  (0 comments)

Read More »


Blog

12 undocumented tricks for Google Buzz

14/02/2010  (0 comments)

So. Google just recently announced Google Buzz. I’m not sure about you, but I didn’t see this coming. Sure, Google was bound to start a social network of some sort at some time; but, I didn’t think it’d…


Upgrade to Alsa 1.0.20 on Ubuntu Jaunty 9.04

09/01/2010  (0 comments)

Advanced Linux Sound Architecture (known by the acronym ALSA) is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. ALSA has the following significant features: * Efficient support for all types of audio interfaces, from consumer…


10 Tips For Creating an Optimized Landing Page

26/08/2009  (0 comments)

Building a great landing page should be on top of your priority list if you want your website visitors transformed into customers. While a great looking website can grab the attention of your visitors, a strong landing page will keep them involved and get them to…


Website development processes

25/06/2009  (0 comments)

Web Site Development Process - The life-cycle steps Like the traditional software development, the process of web site development can also be divided into different life cycle steps. This can help to format the team effectively, and the standards and procedures can be adopted to achieve…


10 Ways to Improve Your Web Page Performance

18/01/2009  (2 comments)

There are a million and one ways to boost your website’s performance. The methods vary and some are more involved than others. The three main areas that you can work on are: hardware (your web server), server-side scripting optimization (PHP, Python, Java), and…


Read more »

Users

Videos


Scripts & Tutorials

50 necessaries php tools

25/02/2011 

PHP is one of the most widely used open-source server-side scripting languages that exist today. With over…

in:Scripts and tutorials (0 comments)

FBJS Quick Jump Menu for a FBML Facebook Platform App

15/07/2010 

In a FBML Facebook App, your quick jump menu will require a little tweak to work in FBJS…

in:Scripts and tutorials (0 comments)

How to manage your online reputation, free tools forcommunity managers

02/07/2010 

Every single day, someone, somewhere is discussing something important to your business; your brand, your executives, your…

in:Scripts and tutorials (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)

PHP - calculating distance between two points

20/10/2009 

Because of the near-spherical shape of the Earth, calculating an accurate distance between two points requires the use…

in:Scripts and tutorials (1 comments)

PHP - Download file with speed limit

20/10/2009 

With this script we can limit the download speed   // local file that should be send to the client $local_file…

in:Scripts and tutorials (0 comments)

PHP - Save remote images on our server using CURL

12/10/2009 

Some hosts disabled the ini setting allow_url_fopen. This also means that the ability to easily grab images…

in:Scripts and tutorials (0 comments)

PHP - verify file existence in a local server

11/06/2009 

The act to verify if a file exists, is one of more important tasks related to files operations,…

in:Scripts and tutorials (0 comments)

Read more »


Tag Clouds


install MongoDB Ubuntu Maverick Meerkat 1010 easy stepsinstall curl ubuntu 1010mysql mysqladmin change root password50 necessaries toolsPHP Generate compressed file from multiple filesSecure ezSql safeSQL classSetting Webmin ApacheFBML dynamic select


Add to Technorati Favorites