browser lang:en
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…
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…
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…
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…
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…
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…
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…
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…
Latest NewsSearch Engine Optimization for travel sites21/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 network21/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.020/09/2008 (0 comments)Another day of work, really a short time.Added support for Google Analytics. |
SoftwareGenuitec MobiOne Enables Developers to Create Web Apps for the iPhone28/05/2010 (0 comments)The 7 free best CSS editors01/02/2010 (0 comments)GSiteCrawler - A Google and Yahoo Sitemap Generator26/01/2009 (0 comments)HTTrack - Website copier29/11/2008 (0 comments)480 Open Source Softwares14/11/2008 (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…
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…
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…
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…
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…
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)In a FBML Facebook App, your quick jump menu will require a little tweak to work in FBJS…
in:Scripts and tutorials (0 comments)Every single day, someone, somewhere is discussing something important to your business; your brand, your executives, your…
in:Scripts and tutorials (0 comments)The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…
in:Scripts and tutorials (0 comments)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)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)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)The act to verify if a file exists, is one of more important tasks related to files operations,…
in:Scripts and tutorials (0 comments)
