Archive for August, 2005

Partnership considerations

Wednesday, August 10th, 2005

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

Tuesday, August 9th, 2005

- 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

Funny video

Tuesday, August 9th, 2005

Funny video from .be

Free VPN like Solution

Monday, August 8th, 2005

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

Flash Burnin Effect

Friday, August 5th, 2005

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

Tuesday, August 2nd, 2005

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.