Archive for December, 2007

So howzz Rails2.0? Its Awesome !

General| 3 Comments »

Added the “rake routes” task, which will list all the named routes created by routes.rb.
All resource-based controllers will be plural by default. This allows a single resource to be mapped in multiple contexts and still refer to the same controller. Example:
  # /avatars/45 => AvatarsController#show
  map.resources :avatars
  # /people/5/avatar => AvatarsController#show
  map.resources :people, :has_one => […]

Notes on using fb:swf in FaceBook

General| 2 Comments »

In facebook groups or discussions… I saw plently of developers struggling to embed fb:swf using FBML.
An example for them to make their life easier
<fb:swf swfsrc=”SRC_URL” allowscriptaccess=”all”
bgcolor=”#ECECEC” id=”some_id” wmode=”transparent” SWLIVECONNECT=”true”
flashvars=”serverPath=http://dynamic_url?fbid=<%=uid%>&some_params=blahblah” height=”200″ width=”382″
imgsrc=”img_url_at_beginning” />
The other Common Wiki Notes for this to be noted:

Currently, Facebook requires Flash version 9.0.0 for all <fb:swf> tags.
Make […]

Embedding Flash in Google Gadget !

General| No Comments »

A static flash play can be easily embedded using _IG_EmbedFlash() function in the gadget but since we need to load the xml according to the User Login preferences. I need to do some more modifications.
The issue I faced here is :
For security reasons, a Macromedia Flash playing in a web browser is not allowed to […]

Import Tool - ScRUBYt

Ruby| 1 Comment »


Powered by WordPress | Created by miloIIIIVII | Entries RSS | Comments RSS