Topic: Web 2.0 best practices? (Page 1 of 1) |
|
|---|---|
|
Paranoid (IV) Inmate From: Switzerland |
posted 01-26-2008 16:16
Hello. |
|
Paranoid (IV) Inmate From: Norway |
posted 01-26-2008 16:40
1) Atom is better specified. Supports I18N, creation and lastModified dates ( hence can be useful coupled with a versioning system ), unlike RSS it specifies the Content-type of the payload of each item,
There is certainly more reasons. |
|
Paranoid (IV) Inmate From: Switzerland |
posted 01-26-2008 17:08
Ok, thanks. Got something completely wrong for some reason : my question about Atom |
|
Paranoid (IV) Inmate From: Norway |
posted 01-26-2008 17:14
|
|
Paranoid (IV) Inmate From: Switzerland |
posted 01-26-2008 18:20
And what would be an alternative for making a "pseudo thread?" I mean, WTF??? |
|
Paranoid (IV) Inmate From: Norway |
posted 01-26-2008 18:26
|
|
Paranoid (IV) Inmate From: Umeå, Sweden |
posted 01-26-2008 19:26
code: setTimeout(fnorstring,time);
Is executed like this...
if fnorstring is a function:
when time milliseconds has elapsed:
add a call with zero arguments to fnorstring to the execution queue
else
set fn to new Function(fnorstring)
when time milliseconds has elapsed:
add a call with zero arguments to fn to the execution queue
|
|
Paranoid (IV) Inmate From: Switzerland |
posted 01-26-2008 21:51
Yeah, I know |