Messages - steeladept [ switch to compact view ]

Pages: prev1 ... 41 42 43 44 45 [46] 47 48 49 50 51 ... 209next
226
Developer's Corner / Re: How to program for all 3 platforms at once
« on: January 03, 2011, 06:13 PM »
I think the component market is one of the most important though. I'd rather buy functionality that performs better than I could do from experts in the field than fart around trying to half-ass it. C# and Java have good component markets, but I really don't know how the Java desktop component market is. Anyone know?
I know that it exists, and that is kind of saying something since I am not a programmer - well not really anyway  ;).  I can't talk to the quality of it, however.  I have a few vendors that send me info on it at work because they know my company is a Java shop and they send their advertising to anyone who has an email in that domain.  It is annoying because I don't know how they got my email - my guess is I downloaded a white-paper or something - but they do stop when I send the request to stop, so I can't complain too much.  I just wish companies would stop advertising these white-papers that are just advertisements themselves, then force you to register just to find out that it is an advertisement.  I have stopped getting any white-papers I need to register for because of that. >:(

227
N.A.N.Y. 2011 / Re: NANY 2011 Release: TaskDaddy Release
« on: January 02, 2011, 04:49 AM »
To support future features, I think I need to test for not only the first character but the second as well. If it is a double quote then we have a string that can have whitespace in it. This would have several important benefits. I could say:

@"Waiting For" - supporting categories with spaces
#"next Friday" - supporting due dates with spaces still no luck in finding a document with all the Outlook "shortcuts" for due dates btw
:"task bodies can have spaces already" - no known benefit that I can think of

I think this is a good idea for other reasons too, though.  It makes it more transparent how things are parsed, and therefore easier for a user to create and/or read.  In other words, it just makes sense.
@ = category
# = date
: = body
" " = data
Once this is recognized as data, it is kinda like a comment - everything in between is ignored so any kind of character can be put in and utilized.  It also makes your data structures a little easier to handle as the space becomes your delimiter (unless it is between quotes) and the special character becomes your identifier.  Now that I think of it this way, programming it in Java (the only language I know with any semblance of depth) seems relatively easy to do.  Of course I bet you thought the same thing but with AutoIT when you started the project. ;D  I don't know what kind of string handling AutoIT has, but I know Java supports a rather rich set of string handling operations as does .Net languages, no doubt.  Perhaps one of those options would work better, unless you know C++ well already.

228
General Software Discussion / Re: pin a document to start menu
« on: January 02, 2011, 02:59 AM »
I know I am more than a little late getting here, but it was the Cautomation thread that led me here anyway, so here is my question -

Isn't this what hardlinks are for?  I am not real familiar with them, but from my understanding a softlink is essentially the generic term for shortcut as described and working with them like this is weak at best.  Hardlinks, from my understanding, provide an actual local file that you could pin against, but then the hardlink would then automatically redirect the data to the actual file location instead of the hardlink.  I am a little fuzzy on this, so perhaps I have a skewed understanding of it, but it is worth looking into as a solution that is much more robust.

Or maybe I am just looney... :huh:

229
N.A.N.Y. 2011 / Re: NANY 2011 Release: NetLaunch
« on: January 02, 2011, 12:27 AM »
Yea.  Final release 1.0. is done(ish?)!  Okay, so none are as happy as you.   :P

Sorry the screencast results were never posted.  I lost my Hard Drive to a corruption sometime around the end of November and had to rebuild the PC and start over.  Not all is lost, though, and this final release lets me make a new screencast with what I learned from the original.  I will try to have it up tomorrow or the next day here.

230
YEA.  NANY Day!

Pages: prev1 ... 41 42 43 44 45 [46] 47 48 49 50 51 ... 209next
Go to full version