Mozilla Weave
Weave is firefox add on which currently supports syncing your bookmarks, forms, history, passwords, preferences, tabs, and now, Personas.
http://labs.mozilla.com/weave/
Posted in Web | August 30th, 2009| Add comment
Weave is firefox add on which currently supports syncing your bookmarks, forms, history, passwords, preferences, tabs, and now, Personas.
http://labs.mozilla.com/weave/
Posted in Web | August 30th, 2009| Add comment
A video game framework for rapid game prototyping. Partly modeled after Britt Hannah’s article Object-Oriented Game Design. Slowly building toward a strong sprite sheet component and eventually a 2D tile engine component.
The aim of cloak is to provide a simple framework that anyone can use to create games. You may not able to develop a Quake or Grand Theft Auto clone however you will be able to quickly code that retro arcade game you fell in love with as a child.
Typhon provides a uniform platform for real time oriented software development in Java on Windows, Linux, Mac OSX, and the Android OS.
Posted in mobile | August 19th, 2009| Add comment
http://www.youtube.com/watch?v=cNu4CluFOcw
by this guys:
http://www.augmentedenvironments.org/lab/research/handheld-ar/arhrrrr/
Posted in iphone | August 14th, 2009| Add comment
http://processingjs.org/ “is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element. The code is light-weight, simple to learn and makes an ideal tool for visualizing data, creating user-interfaces and developing web-based games.”
Posted in Flash | August 12th, 2009| Add comment
here is a page that gathers a few example of augmented reality on mobile technology.
http://www.ismashphone.com/2009/07/innovative-examples-of-augmented-reality-on-the-iphone.html
http://www.youtube.com/watch?v=UMEnIRvAOoY
Posted in iphone, mobile | July 31st, 2009| Add comment
here is a list of all the mxmlc compiler options. This is a very handy list for when you start building ant tasks to compile your project and module.
http://www.docsultant.com/site2/articles/flex_cmd.html#mxmlc_3_opt
Posted in Flash, flex, as3 | July 27th, 2009| Add comment
Learning Objective-C: A Primer
http://developer.apple.com/iphone/gettingstarted/docs/objectivecprimer.action
The Objective-C 2.0 Programming Language
https://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html
Iphone reference
https://developer.apple.com/iphone/library/navigation/index.html
Memory Management Programming Guide
http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html
cocos2d - is an awesome framework which allows developer to develop games in openGL without having to learn any openGL - the transistion for Flash developer in using this framework is very smooth.
wiki: http://www.cocos2d-iphone.org/wiki/doku.php
google code: http://code.google.com/p/cocos2d-iphone/
recommend read: http://www.cocos2d-iphone.org/wiki/doku.php/resources:iphone_recommended_reading
Posted in iphone | July 24th, 2009| Add comment
Interview of Aaron Koblin about his work on data visualisation.
Interview:
http://www.etapes.com/actus/video-interview-de-aaron-koblin
work:
http://www.aaronkoblin.com/
Posted in Off Topics, Techology, processing | July 16th, 2009| Add comment
Is this a new google analitics?
http://www.hitwise.co.uk/
Posted in Web | July 10th, 2009| Add comment
here is a page on the Adobe site which demystify everything about the cross doamain xml file settings.
http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
updated 25/10/09:http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html
This file sits on the server where the data is being pulled from.
here is an example which will let everything through:
< ?xml version="1.0"?>
< !DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
< cross-domain-policy>
< site-control permitted-cross-domain-policies="all"/>
< allow-access-from domain="*" secure="false"/>
< allow-http-request-headers-from domain="*" headers="*" secure="false"/>
< /cross-domain-policy>
Posted in Flash | June 12th, 2009| Add comment