Software Projects - Internet Markeing & Web Development
SoftwareProjects is a free and simple Internet Marketing dashboard that lets you control every aspect of your business from a single interface. PPC, SEO, Email Marketing, CRM, WebTracking & more. This blog is about marketing advice you can bank on.
Latest Content
How to install PHP 5.2.11 with php-fpm - 19 days ago
This post will walk you through the process of installing PHP 5.2.11 to run under NGinx using PHP-FPM. NGinx doesn't have built-in support for running PHP, it uses a third-party daemon to spawn instances of php-cgi and then communicates with those.. Topics: Programming

How to install PHP ChartDirector under FreeBSD - 23 days ago
PHP ChartDirector is a powerful PHP extension that allows to generate very complex charts. You can visit their Web site here . This tutorial will show you how to install it under FreeBSD. 1. Download PHP ChartDirector The download page is located... Topics: Programming
How to count unique visitors in an nginx access.log - 25 days ago
This nifty one-liner will count the number of unique visitors in an NGinx web-server access.log file, for a given day: Code: grep "\[04/Nov/2009" access.log | cut -d" " -f1 | sort | uniq | wc -l Replace 04/Nov/2009 with... Topics: Programming
FreeBSD No Ports Fix - 25 days ago
When installing a FreeBSD system, you're asked if you would like to install the Ports Collection. If you chose no, you can follow these instructions to obtain the ports collection: Option 1 - CVSup Code: csup -L 2 -h cvsup.FreeBSD.org... Topics: Programming

How to: Add a Lead Opt-in Web Form - 32 days ago
A lead opt-in web form is a short form, asking the user to provide name, emailaddress, phone and/or other optional fields, for the purpose of signing up for a program, or receiving more information about your offering. Unlike other shopping carts, the. Topics: The Platform: All-In-One


























