practical

Manually setting object's position or have the object do it all?

I'm stuck thinking about the best way to go about setting a line segment's position, I have a class Line(length, angle, previous) being called from a class Polygon.. Right now I have: public class Line extends Sprite { public function Line(length:Number, angle:Number, previous:Line = null) { if (previous != null) { ...

Put a Mark in aspCode

Hi every one, This is a practical question, i wonder if its possible to put a mark in code to quickly refind the place. So i'm working in the middle zone of a big ASP page (so debug dot isnt possible) and i have to get any information at the top of the page.. It would be cool to put a mark to come back quicly at the first place.. Than...

Main Interface, Actual Tabs or Separate Entities

Hello, I am looking at doing a program as a hobby and to help a friend with a printing problem they have. The application is pretty simple, just taking in data and sending that data to a print job so my friend doesn't have to manage each thing individually. My question is this: I want to use a tabbed main interface (Like how Meego ...