Thursday, December 9, 2010

Dynamic Writing

Information:
Dynamic information:
Certain words or phrase are rationed/checked...
 e.g. The prime minister of India is ABC. ABC is dynamic.
  This sentence will keep changing from time to time.
  By standardizing a word - *.primeministerofindia, we can write
   The prime minister of India is *.primeministerofindia.
   The asterisk can be used to indicate the dynamic behavior - current.
  This case can be seen in database handling.
 
 In near future, most of the information will be generated by people of all kinds from
 different background.
 A simple protocol is required for all of them to write dynamic content.
 A small kid should also be able to create such content. You may not be able to teach them database language..
 and concepts.

 A unified database/platform is required.
 e.g. The database should have the word 'primeministerofindia'.
  Whenever the monitor encounters such word, it will be replaced with the (updated) name of the
  prime minister looked up.

 For programmer, this is not new. But this is for the people who don't want to get stuck with
 codes just to write what they want to write.