Projects

Sunday, November 06, 2005

TODO

Port shuttercity to using PHP + MySQL
Create an opensource alternative to Flex
Create an Eclipse plugin for actionscript (include refactoring, code generation, etc.)

Tuesday, August 16, 2005

An effective anti email spamming tool

The current email spam filter is such a disappointment, I mean, they use Bayesian statistical analysis or whatever academic crap there is, but bottom line is, anti-spamming tool don't work, well they do help you cut down the number of spam emails you have to delete each day, but that's about it.

What about this for an idea:
The moment you get an email, your email server automatically replies to the address, if replying to the mailto fails, it's automatically marked as a spam. Assuming the sender gets your email, they would have to click on a URL which will track their IP, which also validates their emails. And if you don't mark this email as a spam, the sender won't ever have to verify again.

Saturday, June 18, 2005

Articles to write

Implementing a basic character jumping/falling physics
Collision detections

Research

Subjects to delve into:

ASP.NET

AI
- implement AI stuff in Flash

Flash

SWIFT3D

Game Math

Illustrator
- Draw more!

Lightwave
- Model more!

Dreamweaver
-

CSS

C++

ATL

TCP/IP networking
- Write some .NET tools on this

Saturday, June 04, 2005

Trouble ticket systems and Code Generation tools

Make a ColdFusion version of trouble ticket system. Look at what has already been done out there: FogBugz.

CodeSmith pro edition is so expensive it kinda ticks me off. I am going to make one that will cost just a fraction of that using Java/SWT.