Last Saturday, the Bangalore PHP User Group conducted a meeting. The venue was same as the last time, Microsoft office, Bangalore! The topic of the meeting was Framework Shootout. The frameworks represented were:
Don't miss out the PHP CLI Interactive mode. You can invoke PHP interactive shell from the terminal
php -a
Example 1: Do you want to see the output of xmlrpc_encode_request()
php > echo xmlrpc_encode_request('myIPAddress', array('username','password'));
<?xml version="1.0" encoding="iso-8859-1"?>
<methodCall>
<methodName>myIPAddress</methodName>
<params>
<param>
<value>
<string>username</string>
</value>When you use a JavaScript framework, library or toolkit in production, you would be interested in improving the performance of the application by:
Welcome to Tech Chorus. In the coming days you will hear the software technology chorus chimed. The site will initially serve as community platform where we publish articles primarily about free and open source software technology. We would also love to publish information about specific FLOSS projects, web development and occasionally random topics. Sometimes code, sometimes a how to article. All content from LAMPComputing will be imported to this site soon.
Tech Chorus is also open to anyone interested in FLOSS projects and technologies. If you want to write here, want us to write on a specific topic or share ideas, just drop a line. The site is not only about free and open source software, but also about open standards and open computing technologies.
In about two to three weeks, we will open a discussion forum here.
Recent comments
3 days 2 hours ago
3 days 3 hours ago
3 days 16 hours ago
3 days 17 hours ago
5 days 1 hour ago
5 days 1 hour ago
5 days 6 hours ago
5 days 10 hours ago
6 days 13 min ago
1 week 2 hours ago