October 29, 2006

google.blogging

blog straight from Google Docs
testing…

several possibilities in WYSIWG editor

a comment for this version

October 25, 2006

voices

BBC voices recordings
The page is astounding! I love this!

October 20, 2006

javascript.soap.client

library for download and a comprehensive set od demos :.. on GURU4.net

October 19, 2006

crawling.before.ajax

using Firefox I sometimes forget to check my webpages in IE, and as I do it I’m always dissapointed. Today a strange error from my AJAX loadpage script appeared in IE and I knew it should obviously work!

It came out that it was just the matter of security settings…

Nice article on AJAX :.. crawl before you AJAX.

October 16, 2006

empty.variable

php function :.. empty() performs simple check if a variable is empty, very useful with strings and POST variables :..

if ( empty($var) )

works like

if ( !isset($var) || !$var )

October 11, 2006

wikispaces

it’s so easy to use! :.. wikis for everyone

October 9, 2006

socio.semantic.web

S2W looks like a good alternative or rather kind of complement for Semantic Web. It can be simpler to use and implement as it does not imply a high level of “automation of the meaning” with formal ontologies. That topic map system was applied in the Open Source Software community in France :.. www.yeposs.org and it is described in article.

October 3, 2006

REST.explained

Ryan Tomayko explains REST in nice, readable article :.. How I Explained REST to My Wife

September 29, 2006

good.vs.great

You know you’ve achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away.

—Antoine de Saint-Exupery

Cameron Moll brings back one of my favorite citations as he writes about skills that separate good and great designers, and you can even get nice presenation

September 27, 2006

simple.pie

that’s quite good idea to use the working solution than take much time to implement your own… for RSS feeds parsing :..  SimplePie is really simple to use.