blog straight from Google Docs …
testing…
several possibilities in WYSIWG editor
a comment for this version
blog straight from Google Docs …
testing…
several possibilities in WYSIWG editor
a comment for this version
library for download and a comprehensive set od demos :.. on GURU4.net
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.
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 )
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.
Ryan Tomayko explains REST in nice, readable article :.. How I Explained REST to My Wife
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…
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.