BlooGee - Nr. 5
BlooGee - Nr. 4
BlooGee - Nr. 3
BlooGee - Nr. 2
BlooGee - Nr. 1
!!Example 4
Even the smallest blog provides categories... no need for this special property. Simply use keywords as URI to create category MCOs. Add to the array of relatives in Example 3:
{{{
< related > http://page/contains/linktothis.html http://thissite/index.php?fitem=100 http://anysite/permalink=122 < fitem> http://anway/image.jpg keyword category
}}}
Since 'http://myweblog/permalinksphp?myID=11' is the permalink to this entry, http://myweblog/rpc.php?myID=11' its API for this entry. At this time (1 think ?;-)) there seems no way to use a simple convention to build querfies an items 'keyword' and 'category'. By default, the controller has to deliver an object based an a translation from 'keyword, category' to appropiate entry IDs. These entries contain information about all known (at least local) entries related to 'keyword, category' an your server. So the object representing a collection of categorized MCOs for 'keyword' may be:
{({
keyword
< URI > http://myweblog/permalinks.php?myID=keyword http://myweblog/rpc.php?myID=keyword
< body >
[CDATA]
< related>
< fitem > http: //page/contains/linktothis.html http://anway/image.jpg
< fitem > http: //myweblog/permalinks php?myID=12 < fitem > http: //myweblog/permalinks.php?myID=17 < fitem > http: //myweblog/permalinks.php?myID=19 http://yourweblog/categorycontroller/category
< /rel ated >
}}}
By default, the controller application (i.e. [[Pseudocode Controller - Beispiel]]) should search for an entry with the title 'keyword' if given a non-numerical ID.
!! Active Blog Objects (ABO) as MCOM implemetation
let you collect and combine information from a variety of sources
* help you find and display related content
* work with any permalink capable CMS and Weblog System
* fully integrate into DOM and MVC
* let you create Portals and blogs from scratch, based an semantics (related content) from various sources
* Show you which other objects link to an ABO
* provide a full API and messaging format
* let you create drill down pages and document trees
By using ActiveBlogObjects, instead of putting pieces of text together an one page and loading another fulll page by clicking some link you Start combining pieces of microcontent by referring them by their permalink. If the user loads a page, he receives a collection of microcontent objects from various sources. Then he might drill down into the contenxt of each object without euer reloading the main page or leaving the page where he had started from.
ABO consists of two main Parts: a JavaScript for the client, and specialiced Controllers written in PHP for the Server. Additionally, ActiveBlogObjects provide a wrapper and text parser dass to transform sources which do not even make implicit use of MCOM.
ActiveBlogObjects is a proof-of-concept implementation of the MicroContentObjectModel. Since Weblogs are perfect sources of semantical !inked microcontent objects, full of links and based an a common model of blog entries. Most of them allready provide a Standard Port for messaging (trackback) Support permalinks and are capable of appropiate tagging Single entries.
!!How to use ActiveBlogObjects?
All you haue to do is sending the JavaScript and a set of Parameters (URLs of the MCOs you want to display initially) to your visitor, along with the header of your index.html. Second, haue the appropiate controller(s) for the CMS(s) installed an your site(s). Third, create stylesheets for your views, create your own interface, view document trees and find paths between documents. Simply display together what is related. And saue the information of being diplayed along with the information to be dispfayed. Ask objects about their relatives, and Start to build networks of sematically linked microcontent.
!!Programmers only?
Noop. While lt is quite usefull to understand the concepts of related microcontent and MCOM (which both are no rocket sciences nor require a degre in informatics), only little technical knowledge is needed to use fit: simply add URLs to your entries, using the field for trackbacks. Getting a little help an designing Interfaces is recommended. By default, you can simply insert the JavaScript part into an empty entry, add the permalinks you wart to haue an the st arting page, and the script will overlay the containing page with a switchable Interface to this MCO's context. ABO IS ENTIRELY ALPHA VERSIONED!
XIwwwIMCOMTXT-File date: 13.05-2006-File time 10'49'33
X1 wwwIMCOM TXT - File date: 13.05.2006 - File time: 10:49:33
Keywords:
AJAX, Web 2.0, WEB 2.0, BlooGee, Markus Koch, Markus C. Koch
(siehe Koch in der Literaturliste Weblogs/Wikipedia und PHP-Nuke/Wikipedia)
BlooGee - Nr. 3
BlooGee - Nr. 2
BlooGee - Nr. 1
!!Example 4
Even the smallest blog provides categories... no need for this special property. Simply use keywords as URI to create category MCOs. Add to the array of relatives in Example 3:
{{{
< related > http://page/contains/linktothis.html http://thissite/index.php?fitem=100 http://anysite/permalink=122 < fitem> http://anway/image.jpg keyword category
}}}
Since 'http://myweblog/permalinksphp?myID=11' is the permalink to this entry, http://myweblog/rpc.php?myID=11' its API for this entry. At this time (1 think ?;-)) there seems no way to use a simple convention to build querfies an items 'keyword' and 'category'. By default, the controller has to deliver an object based an a translation from 'keyword, category' to appropiate entry IDs. These entries contain information about all known (at least local) entries related to 'keyword, category' an your server. So the object representing a collection of categorized MCOs for 'keyword' may be:
{({
keyword
< URI > http://myweblog/permalinks.php?myID=keyword http://myweblog/rpc.php?myID=keyword
< body >
[CDATA]
This Image describes best what this category 'category' is all about:
< related>
< fitem > http: //page/contains/linktothis.html http://anway/image.jpg
< fitem > http: //myweblog/permalinks php?myID=12 < fitem > http: //myweblog/permalinks.php?myID=17 < fitem > http: //myweblog/permalinks.php?myID=19 http://yourweblog/categorycontroller/category
< /rel ated >
}}}
By default, the controller application (i.e. [[Pseudocode Controller - Beispiel]]) should search for an entry with the title 'keyword' if given a non-numerical ID.
!! Active Blog Objects (ABO) as MCOM implemetation
let you collect and combine information from a variety of sources
* help you find and display related content
* work with any permalink capable CMS and Weblog System
* fully integrate into DOM and MVC
* let you create Portals and blogs from scratch, based an semantics (related content) from various sources
* Show you which other objects link to an ABO
* provide a full API and messaging format
* let you create drill down pages and document trees
By using ActiveBlogObjects, instead of putting pieces of text together an one page and loading another fulll page by clicking some link you Start combining pieces of microcontent by referring them by their permalink. If the user loads a page, he receives a collection of microcontent objects from various sources. Then he might drill down into the contenxt of each object without euer reloading the main page or leaving the page where he had started from.
ABO consists of two main Parts: a JavaScript for the client, and specialiced Controllers written in PHP for the Server. Additionally, ActiveBlogObjects provide a wrapper and text parser dass to transform sources which do not even make implicit use of MCOM.
ActiveBlogObjects is a proof-of-concept implementation of the MicroContentObjectModel. Since Weblogs are perfect sources of semantical !inked microcontent objects, full of links and based an a common model of blog entries. Most of them allready provide a Standard Port for messaging (trackback) Support permalinks and are capable of appropiate tagging Single entries.
!!How to use ActiveBlogObjects?
All you haue to do is sending the JavaScript and a set of Parameters (URLs of the MCOs you want to display initially) to your visitor, along with the header of your index.html. Second, haue the appropiate controller(s) for the CMS(s) installed an your site(s). Third, create stylesheets for your views, create your own interface, view document trees and find paths between documents. Simply display together what is related. And saue the information of being diplayed along with the information to be dispfayed. Ask objects about their relatives, and Start to build networks of sematically linked microcontent.
!!Programmers only?
Noop. While lt is quite usefull to understand the concepts of related microcontent and MCOM (which both are no rocket sciences nor require a degre in informatics), only little technical knowledge is needed to use fit: simply add URLs to your entries, using the field for trackbacks. Getting a little help an designing Interfaces is recommended. By default, you can simply insert the JavaScript part into an empty entry, add the permalinks you wart to haue an the st arting page, and the script will overlay the containing page with a switchable Interface to this MCO's context. ABO IS ENTIRELY ALPHA VERSIONED!
XIwwwIMCOMTXT-File date: 13.05-2006-File time 10'49'33
X1 wwwIMCOM TXT - File date: 13.05.2006 - File time: 10:49:33
Keywords:
AJAX, Web 2.0, WEB 2.0, BlooGee, Markus Koch, Markus C. Koch
(siehe Koch in der Literaturliste Weblogs/Wikipedia und PHP-Nuke/Wikipedia)
Liliths Loge - 18. Mai, 09:57
Trackbacks zu diesem Beitrag
jackie chan leung ting - 30. Mär, 12:49
jackie chan leung ting
">Ospedale San Camillo Roma Pediatria [weiter]
nota prot convocazioni classe concorso - 30. Mär, 17:14
nota prot convocazioni classe concorso
[weiter]
limite assunzione apprendisti - 30. Mär, 20:33
limite assunzione apprendisti
">Acqua Pie Sicilia [weiter]
nashville best western downtown conv ctr - 31. Mär, 03:17
nashville best western downtown conv ctr
[weiter]
music equipment stores - 31. Mär, 05:25
music equipment stores
">Compro Casa Provincia Di Milano [weiter]
autorita comunicazioni - 31. Mär, 15:41
autorita comunicazioni
">Agenzia Matrimoniali Incontri [weiter]
forum facolta medicina veterinaria messina - 2. Apr, 15:03
forum facolta medicina veterinaria messina
[weiter]
gianni conte bene male - 10. Apr, 15:04
gianni conte bene male
">Offerte Di Lavoro A Tempo Indeterminato [weiter]
edificio a pianta centrale - 10. Apr, 15:43
edificio a pianta centrale
">Armpits Hairy Girl Teen [weiter]
consiglio di stato sez v - 11. Apr, 00:59
consiglio di stato sez v
">Fondo Bpb Breve Termine Prumerica [weiter]
forum concorso polizia stato alievi agente - 11. Apr, 05:19
forum concorso polizia stato alievi agente
[weiter]
sbk world championship 07 pc - 11. Apr, 12:22
sbk world championship 07 pc
">Linguaggio Java Programmazione... [weiter]
ricerca diritto dell uomo cittadino 1789 - 11. Apr, 14:38
ricerca diritto dell uomo cittadino 1789
[weiter]
prezzo sacro di birmania - 11. Apr, 17:33
prezzo sacro di birmania
">Andrew Spaces Atripalda [weiter]
classifica mondiale italia ricerca scientifica - 11. Apr, 18:59
classifica mondiale italia ricerca scientifica
[weiter]
coop ss pietro paolo patrono roma - 12. Apr, 00:59
coop ss pietro paolo patrono roma
">Hotel Avignon Nord [weiter]
augurio natalizialle maestre elementare - 12. Apr, 23:19
augurio natalizialle maestre elementare
[weiter]
disdetta contratto adesione club editoriale - 13. Apr, 16:38
disdetta contratto adesione club editoriale
">Croce Rossa Militare Italiana [weiter]
vendita cucciolo campania - 13. Apr, 18:40
vendita cucciolo campania
">Chanson De Roland Nova Nova [weiter]
vendita stecca da biliardo - 13. Apr, 22:20
vendita stecca da biliardo
">Eugubini Nel Mondo [weiter]
stato patrimoniale laboratorio analisi clinica - 14. Apr, 09:34
stato patrimoniale laboratorio analisi clinica
">1 Czk In Eur [weiter]
sirio plus 2000 view manuale - 15. Apr, 06:59
sirio plus 2000 view manuale
">Giocattolo Isola Gorm [weiter]
gestione distributore automatico pasti caldi - 15. Apr, 11:39
gestione distributore automatico pasti caldi
[weiter]
guanto protezione rischio meccanico - 15. Apr, 11:44
guanto protezione rischio meccanico
">Formula1 Com [weiter]
forno micronde de whirpool at315 - 16. Apr, 20:05
forno micronde de whirpool at315
">Non Gridate Piu Ungaretti [weiter]
regista giorno dell abbandono - 16. Apr, 20:50
regista giorno dell abbandono
">Agenzia Moda Citta Castello [weiter]
prestito onore elicicoltura - 17. Apr, 05:02
prestito onore elicicoltura
">Scrittura Privata Contratto [weiter]
ditta idraulica t s vigevano - 17. Apr, 12:14
ditta idraulica t s vigevano
">Villaggio Dei Fiore Bussolengo [weiter]
depression or bipolar - 18. Apr, 00:32
depression or bipolar
Aaa Auto Club South Phone Number [weiter]
information on plant diseases - 18. Apr, 00:33
information on plant diseases
A Case Of You Lyrics [weiter]
kentucky land area in sq miles - 18. Apr, 00:39
kentucky land area in sq miles
Donut Picture [weiter]
central michigan university alumnus - 18. Apr, 00:41
central michigan university alumnus
Brattle Group [weiter]
gorgeous girl gallery - 18. Apr, 01:58
gorgeous girl gallery
">Battisti Costituzione Giurisdizione [weiter]
distribuzione macchina caffe - 18. Apr, 13:30
distribuzione macchina caffe
">Dolce Gabbana Punto Vendita [weiter]
ericsson b connect driver download - 19. Apr, 01:40
ericsson b connect driver download
">Cd Key Windows 98 [weiter]
imposta bollo rimborso spese - 19. Apr, 02:33
imposta bollo rimborso spese
">Shrink Duplicate Copy [weiter]
torino scienza costruzione - 20. Apr, 21:01
torino scienza costruzione
">Download Dragon Ball Budokai Tenkaichi... [weiter]
how do i backup my outlook address book - 22. Apr, 06:58
how do i backup my outlook address book
Alternative Birthday Invitations [weiter]
Trackback URL:
https://lilithsloge.twoday.net/stories/2025872/modTrackback