hello world

How to create a Google Chrome Extension - For Beginners - Basics...

Linux Today  Wed, 08/10/2011 - 14:01

Ubuntu Manual: "Last time we made a basic "hello world" chrome extension. This time we will be going to the innards of a real world Google Chrome extension to see how things will work in real time."


 

Silex is like ExpressJS for PHP - Henri Bergius

Planet PHP  Wed, 05/11/2011 - 09:12

We had the PHP Content Repository workshop at Liip in Zurich earlier this week.

During the time we also discussed some other code reuse, like utilizing parts of the Symfony2 framework in Midgard.

The Liip guys mentioned Silex, a cool micro-framework written on top of Symfony2.


 

Robot Engages Novice Computer Scientists (w/ video)

Digg / Tech Industry News  Thu, 05/05/2011 - 10:55

Learning how to program a computer to display the words 'Hello World' once may have excited students, but that hoary chestnut of a lesson doesn't cut it in a world of videogames, smartphones and Twitter.


 

Steve Francia's Blog: Getting Started with Symfony2

PHPDeveloper.org  Fri, 03/11/2011 - 11:03

Steve Francia has posted a follow-up to his "On Symfony2" post to his blog today with an introduction to the framework that helps you get everything installed you'll need.


 

SitePoint PHP Blog: How to Create Your Own WordPress Shortcodes

PHPDeveloper.org  Thu, 11/11/2010 - 08:26

On the SitePoint PHP blog today there's a new post showing how how to make your own "short code" system that allows for custom function execution.


 

Ahmed Shreef's Blog: iconv misunderstands UTF-16 strings with no...

PHPDeveloper.org  Fri, 08/27/2010 - 12:36

Ahmed Shreef has a recent post to his blog about an issue he had converting UTF-16 strings over to UTF-8 with the iconv functionality in PHP.

Specifically, he ended up with "rubbish unreadable characters" after the conversion.


 

Alex Bilbie's Blog: MongoDB + CodeIgniter 101 (Part 1)

PHPDeveloper.org  Thu, 04/15/2010 - 12:05

In a recent post to his site Alex Bilbie shows how to integrate CouchDB and CodeIgniter to make a simple NoSQL-based application.

He helps you through each step of the way - from installation down to working code.


 

Josh Holmes' Blog: Hello World Azure in PHP

PHPDeveloper.org  Thu, 02/11/2010 - 13:25

For anyone wanting to take those first steps into running PHP applications on an Azure platform, you should check out a new post from Josh Holmes.

He describes the process of getting it working from a command-line approach.


 

PHPClasses.org Blog: Distributing PHP processing with Gearman

PHPDeveloper.org  Mon, 11/23/2009 - 12:58

On the PHPClasses blog there's a new post looking at using the Gearman framework with PHP via a PECL extension.


 

Brandon Savage's Blog: To The New PHP Programmers...

PHPDeveloper.org  Fri, 10/09/2009 - 07:19

Brandon Savage has written a sort of letter to those developers new to the PHP community and to the language to encourage them to not worry, that things will come in time.