NuSphere PHPEd 5.9

Posted by & filed under Programming.

NuSphere PHPEd IDE has been upgraded to 5.9. New release introduces full support for PHP 5.3, including the debugger (available forĀ  awhile now), and syntax support for one fo the major PHP 5.3 features – namespaces. Complete list of features: Full support for PHP 5.3 in all parts of the IDE. PHP 5.3 constructs are… Read more »

Real-Time Web

Posted by & filed under Web 2.0.

I recently read an article in Business Week, describing the birth of “Real-Time Web”, and a flood of investments into the area. The concept is pioneered by Facebook and Twitter, where the action that happens “now”. Today I heard about PubSubHubbub from Google (try pronouncing it, I’ll wait). It allows you to use a hub… Read more »

Google OS

Posted by & filed under News & Politics, Web 2.0.

Is anyone surprised? This has been talked about for years now, but finally Google anounced its own Operating System. Suprisingly, yet not, the system will not be entirely based on Linux, as was speculated before, but on Chrome, further blurring the line between PC Operating System and the web. The fact that the new OS… Read more »

BE Login Template

Posted by & filed under TYPO3.

One of the cool new features in the upcoming release of TYPO3 4.3 is ability to overwrite some default backend templates. Here is a description of how to easily overwrite the default login page template. Create a new extension Create a file ext_tables.php, or modify existing one Add a single line: $GLOBALS[‘TBE_STYLES’][‘htmlTemplates’][‘templates/login.html’] = ‘EXT:pb_belogin/res/login.html’; The… Read more »

Analytics API

Posted by & filed under Web 2.0.

Finally! Google Analytics API Launched! I’ve been waiting for this for quite a while. Just imagine the possibilities – all the data & features of Analytics at your fingertips, ready to be processed how you want them to be! Expect to see some mashups soon!