php

  • submit to reddit

HP Announces Private PaaS Powered by Stackato

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

HP Announces Private PaaS Powered by Stackato

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

How to use MongoDB from PHP in Windows Azure Web Sites

 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

Toggling Elements with JavaScript

  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

Download File with a Speed Limit in PHP

  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

List Directory Contents in PHP

This code allows to list the contents of any given directory.

0 replies - 1593 views - 11/04/12 by Chara Miteo in Uncategorized

List Directory Contents in PHP

  This code allows to list the contents of any given directory.

0 replies - 1710 views - 11/04/12 by Chara Miteo in Uncategorized

Get File Extension in PHP

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

Caching for Fun and Profit. Or, Why Would You Ever Cache a Page for 5 Seconds?

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

Algorithm of the Week: Graph Best-First Search

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

Concurrency

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

Through the Eyes of a Newbie

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

Algorithm of the Week: Graph Depth-First Search

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

CiviCRM Find code from Scheduled Jobs web interface

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 Membership renewal reminder emails from Schedule Jobs

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