Archive

Archive for August, 2005

Partnership considerations

August 10th, 2005 Lloyd Leung No comments

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
Categories: Business Tags:

New pet project, simple group schedular

August 9th, 2005 Lloyd Leung No comments

- 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

Categories: Programming, Technology Tags:

Funny video

August 9th, 2005 Lloyd Leung No comments
Categories: General Tags:

Free VPN like Solution

August 8th, 2005 Lloyd Leung No comments

VPN via SSH and putty.. Kind of says it all.

Categories: Technology Tags:

Flash Burnin Effect

August 5th, 2005 Lloyd Leung No comments

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. Read more…

Categories: Programming Tags:

Cool

August 2nd, 2005 Lloyd Leung No comments

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.

Categories: Cool Tags: