scripts

ZendCasts.com: Building a JSON End-Point With SLIM and jQuery: P...

PHPDeveloper.org  Wed, 11/09/2011 - 10:04

On ZendCasts.com today there's a new screencast in their "Building a JSON endpoint with the Slim microframework" series - part two focusing on jQuery integration.

(Part one is here)


 

EnterpriseDB Brings PostgreSQL to the Cloud

Linux Today  Mon, 08/29/2011 - 11:00

DatabaseJournal: Managing the open source PostgreSQL database has often been the domain of command line tools and scripts.


 

Forcing Scripts to Run as root

Linux Today  Fri, 05/27/2011 - 20:03

BashShell.net: "At times you will want to have the script stop if it is not being executed as root or as a user who has root privileges for this script.

This article will show you how to set up each of those options."


 

Web Developer Juice: PHP Magic Functions: Best Part of Object Or...

PHPDeveloper.org  Thu, 05/19/2011 - 09:14

Web Developer Juice has posted the second part of their series looking at some of the "magic functions" that PHP has to offer - special functions that do automagic things in your scripts and classes.

Part one can be found here.


 

How To Create Remote API Scripts For ISPConfig 3

Linux Today  Mon, 05/09/2011 - 03:04

HowtoForge: "This guide will walk through the instructions on how to create an API script to create an ftp user in ISPConfig 3.

It will give you the knowledge to develop scripts for any function available in ISPConfig 3."


 

Karsten Dambekalns' Blog: PHP, Xdebug and PhpStorm - working!

PHPDeveloper.org  Thu, 02/10/2011 - 08:18

Karsten Dambekalns has a new post to his blog today about how he was able to get the PHP IDE PHPStorm and XDebug working together to do some debugging in his application.


 

Slax - still alive in the Slax Community remix

Linux Today  Mon, 12/13/2010 - 21:03

Distrowatch: "Once upon a time Slax and KNOPPIX were the de facto Linux live CD distributions. Dating back to 2003 Slax was certainly one of the first, and its creator, widely known as Tomas M, gave the community the Linux-live scripts and pioneered modules instead of packages for an easy install of additional programs."


 

Linux Journal Scripting Games?

Linux Journal - The Original Magazine of the Linux Community  Fri, 05/14/2010 - 09:19

Script

For those of you who were unhappy that Script Frenzy was n


 

How to Access the old Google Search. No Hacks Required

Digg / Tech Industry News  Sun, 05/09/2010 - 21:10

As you will probably know, Google Search has had somewhat of a face lift over the last week. However you can still access the old Google Search with no hacks or scripts.


 

PHP command line progress bar - Brian Moon

Planet PHP  Wed, 03/10/2010 - 11:33

Was just looking through some code and came across this function I wrote some time ago. If you do a lot of your processing scripts in PHP like we do, you probably need to know what is going on sometimes.

So, I made a progress bar for use on the cli. I thought I would share it.  Here is a video of it in action.

And the code can be found here.