Month: August 2005

  • Partnership considerations

    Starting a new business partnership, one should consider the following aspects:

    • Voting, Who gets the final say.
    • Profit Split/Loss
    • Liability
    • Illegal activities, non-disclosure etc.
    • How new partners are to join, and they’re attribution to the above.
    • Expulsion of member (who has veto say)
    • Misconduct
    • Termination of contract
    • property rights
    • Competing against the firm
  • New pet project, simple group schedular

    – Allow user to login/register.
    – Select what days they are free to do this project.
    – Colate Dates which are good.
    – Different shades from Red to Green, where the more green something is, more people can show.
    User: ID / Login / Password / email / IM contact
    Event: ID / Description /Map / Date Start / Date Finish / Notes (Unique rows)
    Event_User: Event.ID / User.ID (Unique rows)
    Attendence: User.ID / Attending_bool / Note
    Populate Calender:
    Given: Event.ID
    Select * from attendence, Event_User where Event.ID = $EventID

  • Flash Burnin Effect

    This is for a flash action script 2.0 file.
    requires: http://laco.wz.cz/tween/to be installed to function
    Note some aspects of this code:
    – dynamically loads a directory full of images (jpgs specifically)
    – fade aspects are definable.
    – recursive function for looping through images.
    – just a setInterval for the master loop. (more…)

  • Cool

    cheat sheets
    Nanotechnology kills cancer cells Carbon nanotubes, binded with proteins to lock onto receptors that are cancer specific. Insert a few thousand of these, and add near Infrared light to them, and the nanotubes heat up, killing the cell.
    Prevent embedded flash popups for firefox.