Sampling of UX Organizations – (User Experience)

http://www.ixda.org

http://www.iainstitute.org/

http://www.asis.org/

http://www.sigchi.org/

http://www.usabilityprofessionals.org/

Posted in User Experience | Leave a comment

Great User Experience Websites

Touching Interface – Touching considerate design – http://physicalinterface.com/

Boxes and Arrows is devoted to the practice, innovation, and discussion of design; including graphic design, interaction design, information architecture and the design of business.

http://www.boxesandarrows.com/

Smashing Magazine delivers useful and innovative information to Web designers and developers.
http://www.smashingmagazine.com/

The top source for news in social and digital media, technology and web culture. – http://www.mashable.com/

Posted in User Experience | Leave a comment

Interactive Fun Sites

The Impossible Quiz – http://www.addictinggames.com/theimpossiblequiz.html

A Very Fun Interactive Adventure – http://feedthehead.net/

Posted in Fun, Interaction Design | Leave a comment

Image Gallery Applications

http://www.smugmug.com

http://www.cooliris.com

Posted in Image Galleries | Leave a comment

JavaScript sources

http://www.hotscripts.com/

http://www.dynamicdrive.com/

Posted in JavaScript | Leave a comment

CSS3, Please! The Cross-Browser CSS3 Rule Generator

You can edit the underlined values in this css file,
      but don't worry about making sure the corresponding
      values match, that's all done automagically for you.

      Whenever you want, you can copy the whole or part of
      this page and paste it into your own stylesheet.

http://css3please.com/

Posted in CSS | Leave a comment

Interaction Design Research Resources

http://www.instructables.com/ – Instructables

http://www.rcetj.org – Journal of the Research Center for Educational Technology

http://www.cs.umd.edu/hcil/ – The Human-Computer Interaction lab

http://www.educationfutures.com/ – Education Futures

http://graffitiresearchlab.com/ – Graffiti Research Lab

Posted in Interaction Design | Leave a comment

Locating the Flash Client API in SmartFoxServer

API is Application Programming Interface that allows other software to interact with it. Flash Client API for SmartFoxServer is the interface that allows Flash to connect to the SmartFoxServer and interact with it.

The following code snippet shows how Flash uses the client API to interact with SmartFoxServer.

Create an instance of client API object:

var client = new SmartFoxClient();

Connect the client to the SmartFoxServer with specific IP address and port number:

client.connect("127.0.0.1",9339);

The connection between the Flash client and the SmartFoxServer is established now.

Next, we log in the user to the zone simpleChat with the username John.

client.login("simpleChat","John","");

Send public messages to all users in the same room.

client.sendPublicMessage('Hello SmartFoxServer’);

The Flash Client API is located in SmartFoxServer installation directory | Flash API. There are four directories inside it. They are ActionScript 2.0, ActionScript 3.0, RedBoxClient_AS2, and RedBoxClient_AS3. RedBoxClient is the client API for connecting the media streaming Red5 component.

Posted in Flash, Games | Leave a comment

Visual Attention Prediction Tool for Landing Pages

http://www.attentionwizard.com/

Posted in Tools | Leave a comment

The 150 Best Online Flash Games

http://www.techcult.com/the-150-best-online-flash-games/

Posted in Flash, Games | Leave a comment