Links for the research Paper

Eletronic Publishing — Robert on October 1, 2008 at 6:30 pm

Graphic Novels, Online Comics in E-publishing.

http://eprints.rclis.org/archive/00011777/
http://journals.tdl.org/jodi/article/view/jodi-99/89
http://www.scribd.com/doc/894044/Ebooks-and-epublishing-by-Sam-Vaknin
http://delivery.acm.org/10.1145/370000/365914/p17-berghel.pdf?key1=365914&key2=0941582221&coll=GUIDE&dl=GUIDE&CFID=4707981&CFTOKEN=29547249

http://portal.acm.org/citation.cfm?id=501551
**** Writing preface on Research Paper
https://dspace.lib.cranfield.ac.uk/bitstream/1826/2383/1/Prelim.pdf

Uniqlock

Art & Designs — Robert on July 29, 2008 at 8:06 am

3D calendar

Resources — Robert on June 13, 2008 at 11:34 am

http://www.ii.uib.no/~arntzen/kalender/

via http://blog.simplehuman.com/2006/01/3d_calendar.html

Chronovenn

Project — Robert on June 9, 2008 at 4:51 pm

Major project

More info about my project here. and this blog’s visualization here.

Stefanie Posavec : Writing without Words

Art & Designs, Documentary — Robert on June 9, 2008 at 4:47 pm

Stefanie Posavec mapping literary space. More infor here.

Nature’s little Recorder

Documentary — Robert on June 5, 2008 at 12:03 pm

SWFBlog: alpha preview

Resources — Robert on May 19, 2008 at 7:47 am

A swf wordpress blog
SWFBlog: alpha preview

GreenSock » XMLParser - Painless XML Translation

Resources — Robert on May 11, 2008 at 12:00 am

GreenSock » XMLParser - Painless XML Translation

Piano Roll

Art & Designs — Robert on May 7, 2008 at 9:06 pm


Piano Roll - Little Fugue in G Minor from Christian Swinehart on Vimeo.

Diary 6

Actionscript — Robert on May 5, 2008 at 11:58 pm
  1.  
  2. //attach graphic and texts in circle
  3.  
  4. circleX = function(distance, angle){
  5.         var distance, angle;
  6.         return distance * Math.sin(Math.PI*angle/6);
  7. };
  8.  
  9. circleY = function(distance,angle){
  10.         var distance, angle;
  11.         return -distance * Math.cos(Math.PI*angle/6);
  12. }
  13.  
  14. for (var i = 0; i<idPage[categoryList].length; i++){
  15.         trace(i)
  16.         duplicateMovieClip(cat_txt, "cat"+i+"_txt", i);
  17.         // position text field
  18.                 _root["cat"+i+"_txt"]._x = 200+circleX(100, i);
  19.                 _root["cat"+i+"_txt"]._y = 200+circleY(100, i);
  20.         // change text in text field
  21.         _root["cat"+i+"_txt"].text = idPage[categoryList];
  22. }
  23.  
  24.  
  25.  
Next Page »
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. | visualize