PHP

Open Source Library to Port PHP Functions to JavaScript

Tagged:  •    •    •  

PHP.JS is an open source library project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions client-side.

Using PHP.JS may speed up development for PHP developers who are increasingly confronted with client-side technology. PHP.JS is nothing fancy like jQuery—we’re just offering PHP functions, with all of their original flaws and benefits for whomever needs them.

If PHP then goto is the future

Tagged:  •  

Few things can spark more religious fervour amongst programmers than the mention of a goto statement. PHP has stepped into the middle of the firefight by announcing that it will be implementing goto functionality in version 5.3.

There is plenty of discussion surrounding PHP's decision, with PHP founder Rasmus Lerdorf defending the move, stating it is no different than breaking to a label and that it will not be an unlimited goto (it will not let jumps into loops or switches).

PHP multithreading using cURL

Tagged:  •  

If you wanna get some information from servers using the protocols like http or ftp in PHP you can use cURL to do multithreading.
Multithreading is a term used when we do more jobs in parallel.
First I assume you know what cURL is and what you can it. If you are new to cURL, you can check one of my article on posting data with cURL , it will give you a brief intro to cURL.

http://codestips.com/php-multithreading-using-curl/

Zend Framework 1.8.1 Released

Tagged:  •    •  

The Zend Framework team is happy to announce the immediate availability of Zend Framework 1.8.1, the first maintenance release in the 1.8 series. You can download it via our downloads page; Use the CDN link for fast downloads, or scroll down the page for direct downloads of the 1.8.1 packages from the ZF servers.

Building your first Twitter mash-up

Tagged:  •    •    •  

Simple tutorial to help you build your first twitter app

http://bakery.cakephp.org/articles/view/building-your-first-twitter-mash-up

10 most powerful PHP applications

Tagged:  •    •  

PHP which is known for its simplicity and robustness is world’s most widely used web programming language and is meant for developing simple and complex web based applications. PHP is easy to code like C programming language as said by everyone.

There are various PHP made applications and here I have noted some of the Web’s popular and powerful web based products developed in PHP.

http://tech.inkapoint.com/noted/10-powerful-php-applications/497/

Analyzing PHP Performance: PHP Quick Profiler

Tagged:  •  

Firebug is the most popular tool for analyzing HTML, CSS & JavaScript based webpages. Now, there is PHP Quick Profiler (PQP), which can be called as Firebug for PHP.

http://www.webresourcesdepot.com/analyzing-php-performance-php-quick-profiler/

Deploying PHP to a Server-only OpenSolaris Web Stack

Tagged:  •    •    •    •    •  

To run PHP projects, you need a PHP web stack, which consists of the PHP engine, MySQL database server, Apache web server, and XDebug extension. Correctly configuring the web stack, even in an AMP package, can be problematic.

Using the Twitter API with PHP and PEAR

Tagged:  •  

Using the Twitter API with PHP and PEAR
Tweet Tweet!

PHP Support in Google App Engine

Tagged:  •  

Google App Engine now supports Java, this means that you can write PHP applications using Quercus: Demo script (http://weirdhenge.appspot.com/test.php)

The App Engine SDK for Java includes:

* A Web application and Web server (Jetty) that emulates all App Engine services on your local development machine.
* All the APIs and libraries available on App Engine.
* Support to upload your application to App Engine.

Learn how to run PHP with Quercus in Jetty Web Server - http://blog.fedecarg.com/2009/01/04/running-php-with-quercus-in-jetty-web-server/

Syndicate content