By indeyets, on August 27th, 2006%
Ok, here is something interesting. I was browsing looking for something related to flash/actionscript programming and ways of client-server interaction (remoting). After an hour or so, I found something called “haXe“…
haXe is a “web oriented universal language”, which means, that you can write all the front-end and back-end stuff in haXe, and compile it to the . . . → Read More: haxe
By indeyets, on August 19th, 2006%
Alex Vincent recently posted this to WhatWG’s mailing-list:
For anyone interested in seeing WF2 implemented in mozilla.org code, I invite you to read and comment on http://wiki.mozilla.org/DOM:Web_Forms_2.0 . Please bear in mind this is intended as an internal design document, and this is very much a first draft – so it will change!
It means that, finally, . . . → Read More: WebForms2 in Mozilla
By indeyets, on August 18th, 2006%
Today I noticed, that PHP’s manual in http section is updated, to reflect API of pecl_http extension. Looks like we will get it as the default PHP extensions soon. That is really cool.
Congratulations to Mike . . . → Read More: pecl_http
By indeyets, on August 15th, 2006%
Nathan Neulinger made a patch for memcached, which adds it ability to work over local unix sockets. This might give memcached one more speed-boost in one-server cases. Patches address server-part and perl-based client part. It shouldn’t be difficult to make similiar patch for PHP
Original note can be found at gmane.comp.web.cache.memcached.
This patch didn’t have official response yet, . . . → Read More: gmane.comp.web.cache.memcached
By indeyets, on August 9th, 2006%
Apple announced the launch of the new community-portal, dedicated to supporting development of it’s open-source components. Thougn, Only select projects in Mac OS X are featured at Mac OS Forge.
Here it is: Mac . . . → Read More: Mac OS Forge
By indeyets, on August 8th, 2006%
so, we have an update about xcode situation, from the official mailing-list:
[Chris Espinosa]: Xcode 2.4, an update to the Xcode 2 IDE, is announced today and available on connect.apple.com (Access will vary by developer type and geography today as we push the content around the world). This is a public release and it can be . . . → Read More: xcode update
By indeyets, on August 8th, 2006%
WWDC opening event was finished by mentioning that apple releases XCode 3.0. I wonder if it will be available for tiger, or will only ship with Leopard’s seeds… This subject is still not mentioned on apple’s site…
probably it will be just leopard, and tiger will just get . . . → Read More: xcode 3.0
By indeyets, on August 4th, 2006%
Jay Pipes recently wrote about a problem in mysql, which basically is, that prepared statements do not use query cache, which results in not-as-good-as-it-could-be performance. You should read the details yourself here: Minding My P’s and Q’s (Prepared Statements and Query Cache Episode 3).
Essential part of the message is, that he looks for volunteers to help . . . → Read More: MySQL: prepared statements vs. query cache. help request