
At HP’s Discover event here in Frankfurt on Wednesday , the company announced a private PaaS offering, built on
top of Stackato, the PaaS which is itself a...
0 replies - 2091 views - 12/10/12 by Ben Kepes in Articles

At HP’s Discover event here in Frankfurt today, the company will be announcing a private PaaS offering, built on top of Stackato, the PaaS which is...
0 replies - 3084 views - 12/06/12 by Ben Kepes in Articles

Earlier today, MongoLab announced the availability of MongoDB as a service on Windows Azure: MongoLab on Windows Azure.
From my point of view this is...
0 replies - 2123 views - 11/04/12 by Brian Swan in Articles

This function allows you to pass two variables that represent ID of two elements on your page.
What you click on one of them it hide it...
0 replies - 2045 views - 11/04/12 by Chara Miteo in Uncategorized

This snippet allows you set a limitation for download rate of the file that visitors download from your site.
0 replies - 1986 views - 11/04/12 by Chara Miteo in Uncategorized

This code allows to list the contents of any given directory.
0 replies - 1593 views - 11/04/12 by Chara Miteo in Uncategorized

This code allows to list the contents of any given directory.
0 replies - 1710 views - 11/04/12 by Chara Miteo in Uncategorized

This code allows to pass filename in the $file_name variable and function will return file extension only.
1 replies - 1918 views - 11/04/12 by Chara Miteo in Uncategorized

There are a lot of ways to cache data. You can cache a piece of
data, a query, a page fragment, an entire page, or an entire website.
You can cache...
0 replies - 5443 views - 10/03/12 by Dan Wilson in Articles

Introduction
So far we know how to implement graph depth-first and breadth-first
searches. These two approaches are crucial in order to understand graph...
0 replies - 5865 views - 09/25/12 by Stoimen Popov in Articles

My first chance to do serious concurrent programming was using C++ on
Windows in the 90s, on NT, where async programming was done with
IOCompletionPorts....
1 replies - 3871 views - 09/19/12 by Rob Williams in Articles

The wife is interested in learning programming so she has been doing the Code Academy
JavaScript course. It’s incredible to observe a person...
0 replies - 1110 views - 09/19/12 by Rob Galanakis in Articles

Introduction
Along with breadth-first search,
depth-first search is one of the two main methods to walk through a
graph. This approach though is...
0 replies - 6312 views - 09/17/12 by Stoimen Popov in Articles

Note: CiviCRM revamped its Scheduled Jobs (cronjobs) system in version 4.1. This snippet applies to post-4.1 code only.
0 replies - 2390 views - 09/11/12 by J Tu in Uncategorized

CiviCRM changed how it runs its scheduled jobs (cronjobs) in 4.1, deprecating the UpdateMembershipRecord.php cronjob. Follow these instructions to enable...
0 replies - 2718 views - 09/11/12 by J Tu in Uncategorized