blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
SoftwareProjects

Internet marketing and web development.
SoftwareProjects Blog  
Related Blogs
previous blog next blog

11 Users are Following

8.6
great
based on editor's review


recent postsrss feed

Never use VARCHAR in MySQL

Dec 15, 2009
When using strings in MySQL, you have a choice between several field types: * VARCHAR: String of 0..65,535 characters with an extra byte to designate the length. * CHAR: String of a fixed length of 0 to 255 characters. * TEXT / BIGTEXT: String...

How to Flush DNS

Dec 5, 2009
At times you want to force your machine to "forget" (flush) all DNS entries, so that it reloads any recent changes. This is useful when you've recently updated the ip-address of a domain and want your machine to see the new changes, without...

Mercurial Hook: Forbid 2 heads

Dec 5, 2009
The Mercurial version control system offers a powerful mechanism to let you perform automated actions in response to events that occur in a repository. In some cases, you can even control Mercurial's response to those events. No comments The name...

Were you just banned from Google Adwords?

Dec 4, 2009
If you're doing any PPC affiliate marketing, chances are you've heard what's been going on these last 3 days... Google just completed another round of banning PPC affiliates, providing no information on the cause, other than a canned...

How to install PHP 5.2.11 with php-fpm

Nov 10, 2009
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...


Comments & Reviews:
Be the First to Review this Blog!