lukesh (Francis Lukesh)

Name
Francis Lukesh
Email
Website/Blog
http://lukesh.com
Company
andCulture
Location
Harrisburg, PA
Member Since
Jan 28, 2009 (9 months)

Following 2 githubbers and watching 18 repositories view all →

Public Repositories (14)

  • hydraframework_core

    A prescriptive development framework for Flex that facilitates rapid development of encapsulated,...

    legend

    Last updated Wed Nov 18 05:48:21 -0800 2009

  • hydraframework_libs

    SWC binaries for all projects in one neat project.

    legend

    Last updated Wed Nov 11 07:39:09 -0800 2009

  • hydrademos_masterdetail

    Demonstrates the implementation of the hydraplugins_masterdetail plugin.

    legend

    Last updated Thu Sep 17 06:30:16 -0700 2009

  • hydraplugins_masterdetail

    MasterDetail mixes in notifications, a proxy, and commands for maintaining a collection of object...

    legend

    Last updated Thu Sep 17 06:29:55 -0700 2009

  • hydraplugins_authentication

    Authentication plugin for the HydraFramework

    legend

    Last updated Tue Sep 01 10:20:54 -0700 2009

  • hydraplugins_configuration

    HydraFramework plugin for loading and managing external XML configurations.

    legend

    Last updated Fri Aug 21 08:36:11 -0700 2009

  • hydracomponents_growler

    HydraFramework component that does OSX Growl-style notifications in Flex

    legend

    Last updated Tue Aug 18 14:31:27 -0700 2009

  • hydraplugins_statemanager

    A more abstract state manager than the one found in hydraplugins_navigation

    legend

    Last updated Wed Aug 12 08:15:12 -0700 2009

  • hydrademos_website

    Website demonstration that shows Navigation Plugins as well as proper user of delegates.

    legend

    Last updated Wed Aug 12 08:14:48 -0700 2009

  • hydraplugins_pagenavigation

    HydraFramework plugin for managing a page-ish Flex application. Dependencies: hydraplugins_naviga...

    legend

    Last updated Mon Jul 20 17:29:17 -0700 2009

  • hydraplugins_navigation

    HydraFramework plugin for managing browser history states.

    legend

    Last updated Mon Jul 20 17:28:51 -0700 2009

  • hydraplugins_error

    HydraFramework plugin for error logging.

    legend

    Last updated Mon Jul 20 17:28:28 -0700 2009

  • hydrademos_clock

    Work-in-progress demo for an extremely basic round-trip data interaction.

    legend

    Last updated Tue Jun 09 11:20:49 -0700 2009

  • hydracomponents_growler_demo

    Demo of hydracomponents_growler

    legend

    Last updated Wed May 20 18:19:24 -0700 2009

Public Activity feed

lukesh pushed to master at lukesh/hydraframework_core Wed Nov 18 05:48:21 -0800 2009
HEAD is f861541fae566b7e4a137f9314e5d8a3f4c378e0
lukesh pushed to master at lukesh/hydraframework_libs Wed Nov 11 07:39:10 -0800 2009
HEAD is 6d6936ff56e9a8d76182d8f3be04d89a69d991dc
  • lukesh committed 6d6936ff:
    Updated to version 1.3.1: Overrode sendNotification() in SimpleCommand to pass the notification to its listening Facade. This makes for more readable code and reduces errors where the Command could send Notifications into the ether if the developer used this.sendNotification and not this.facade.sendNotification. It is now proper to use this.sendNotification everywhere, even in Commands.
lukesh pushed to master at lukesh/hydraframework_core Wed Nov 11 07:36:33 -0800 2009
HEAD is d98c92ed3bb4a5bcbdea6aa6e8b6116dbd6ad52f

2 commits »

lukesh pushed to master at lukesh/hydraframework_core Wed Nov 11 07:28:04 -0800 2009
HEAD is 85f6661340a0756a655a3c007c53dc5f0931d6ea
  • lukesh committed 85f66613:
    Overrode sendNotification() in SimpleCommand to pass the notification to its listening Facade. This makes for more readable code and reduces errors where the Command could send Notifications into the ether if the developer used this.sendNotification and not this.facade.sendNotification. It is now proper to use this.sendNotification everywhere, even in Commands.
lukesh pushed to master at krazylegz/Flex-Tutorial Wed Nov 11 04:39:01 -0800 2009
HEAD is e48adb960cdb5e5a68ec19d5bcf3418610c3637e
  • lukesh committed e48adb96:
    Some minor package structure restructuring just to serve as a loose guide, and an example of encapsulating a component's functionality via Events and declaring the event in the component's Metadata. (Also note that you can delcare an Event in a pure AS component as well, just use the [Event] metadata tag at the top of the class--see Adobe docs here: http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf67fe7-7ffd.html)
lukesh created branch fran at krazylegz/Flex-Tutorial Thu Oct 29 17:28:44 -0700 2009