topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 6:22 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 75next
301
General Software Discussion / Re: Direct Access 2.0 - Getting Too Pricey for Me!
« Last post by tinjaw on November 13, 2008, 04:16 PM »
I bet that was a typo and he meant to say "of course you can continue...". I would reply to the email and ask for a clarification.
302
Developer's Corner / Re: Looking for a "Cover Flow" component/widget
« Last post by tinjaw on November 13, 2008, 11:34 AM »
Close, but not good enough...

http://steverodgers....coverflow-clone.html

coverflowclone.jpg
303
Developer's Corner / Looking for a "Cover Flow" component/widget
« Last post by tinjaw on November 13, 2008, 11:24 AM »
There are several available for web/javascript apps, but I can't find one (yet) for compiled applications.

I am looking for a FOSS component that does the same as the album viewer in iTunes.

There is an opensourced javascript version at

http://www.se51.net/devnull/cover-flow/

ipoditunescf.jpg

For the projects I have in mind, a .NET component version would be good. Ultimately a wxWidger version would be best.
304
N.A.N.Y. 2009 / Re: NANY 2009 Intro
« Last post by tinjaw on November 13, 2008, 09:20 AM »
305
General Software Discussion / Re: Any good free OCR software?
« Last post by tinjaw on November 12, 2008, 08:12 AM »
From what I have heard Evernote has great OCR. Not sure if that is a viable option for your needs.
306
Older DC Contests and Challenges / Re: Is it too early for NANY?
« Last post by tinjaw on November 11, 2008, 11:01 AM »
I would like to ammend mouser's suggestion to allow for exceptions.  :P

I will be going on vacation for three weeks in the Czech Rebublic starting on the 20th of December and I will be busy the few days before preparing for the trip.

If it is OK with mouser and the other folks here, I would like to be able to work on it Nov 15 - Dec 15. All other rules would apply to me except my timeframe would be shifted by a few weeks.

The application I have in mind is a replacement for the defunct Password Construction Kit. I would like to use it as my first IronPython project.
307
Older DC Contests and Challenges / Is it too early for NANY?
« Last post by tinjaw on November 11, 2008, 10:07 AM »
Mouser,

I have an idea for what I would like to code for the upcoming NANY. When will the festivities officially commence?
308
Found Deals and Discounts / Re: 30% price reduction on Microsoft home server
« Last post by tinjaw on November 06, 2008, 07:47 AM »


Bad Mouser! Go sit in the corner.
309
General Software Discussion / What application is stealing my keystrokes?
« Last post by tinjaw on November 04, 2008, 01:23 PM »
I'm not sure there is a program to do this, but if it exists, you folks will know about it.

I am running eclipse and some of the shortcut keys aren't working. I think it is because some other program I am running is intercepting the keystrokes for itself and not passing them on.

I am 99.99% certain that you cannot determine what application has a hold on a particular shortcut, but it should be able to determine what applications got their hooks into the OS to intercept keystrokes and it should be able to determine in what order they are processing them.

Does anybody know of an application that lists the applications, hopefully in order, that are grabbing keystrokes.

For example, I am running Direct Access and FARR. Both are interecepting keystrokes before they go to eclipse. That is why I can hit Pause/Break while in eclipse and have FARR come up or ``email and have Direct Access replace ``email with my email address.

If such a utility exists, it would be the Bee's knees. If not, then I will head over to our very own developer forum and start hacking away at the Win32API. :-(
310
Mini-Reviews by Members / Re: Locate 3.0 - great *FAST* HD search tool!
« Last post by tinjaw on October 30, 2008, 10:44 AM »
Locate is designed to serve the same purpose on Windows that GNU locate does on *nix boxes. It only indexes file metadata, not the contents of files.
311
Developer's Corner / Re: Free, non-sucky UML software?
« Last post by tinjaw on October 28, 2008, 11:31 AM »
Confession: I haven't used any UML tools yet. However, I have some bookmarks.

Free "Community" Editon of Visual Paradigm
http://www.visual-pa...communityedition.jsp

ArgoUML - open source
http://argouml.tigris.org/

PapyrusUML (eclipse)
http://www.papyrusum...mp;L=EN&ITEMID=4

312
General Software Discussion / Re: Best Python IDE
« Last post by tinjaw on October 27, 2008, 06:52 PM »
Anybody tried ActiveState's Python IDE?
http://www.activesta...vepython/index.mhtml

The IDE is actually Komodo and is usable with many dynamic languages. I haven't used it myself. There is a free version and a pay version of Komodo.
313
General Software Discussion / Re: Best Python IDE
« Last post by tinjaw on October 27, 2008, 06:50 PM »
That would be more like throwing into the tub: the baby, the bathwater, some soap, some rubber duckies, a teddy bear and a LEGO set :)
ROTFLOL @ that one.

I went back to Delphi

I'll forgive you, but only because it was Delphi.  ;)

If I can type objectinstance - dot - Ctrl+Space and have a list of methods and their signatures, I'm happy, and I can try things out in no time and actually get results.

That is why IPython is a good "middle ground".
314
Developer's Corner / Re: Where to start with computer programing
« Last post by tinjaw on October 27, 2008, 01:30 PM »
Thanks for the compliment Shades. I don't want to hijack this thread, so maybe I'll post to the Living Room.

Back to talk of programming...

I have preordered a copy of IronPython in Action and am looking forward to playing with IronPython -- especially if it ends up with official support in Visual Studio.

The other piece of advice I would like to give josephus, is one that I have given to others before on this topic. Pick something you like to do, a hobby, and build a *complete* program for something related to it. Complete shouldn't imply large or comprehensive. Small is good. But *complete* it. It will help you learn how to program while still keeping your interest. Something book example don't always do well at. That means to do the boring stuff like adding comments, aligning stuff in the correct columns on output, using the proper text color on output, etc. All the nitpicky stuff that turns out to be 80% of what a programmer needs to do in any given programming language.

315
General Software Discussion / Re: Best Python IDE
« Last post by tinjaw on October 27, 2008, 12:44 PM »
A couple of you noted pydev, so I looked a little deeper there. It bothered me a little that it's an extension to Eclipse. That makes it kinda heavy-weight, and it seems to be a second-class citizen there; the environment certainly isn't designed for the peculiarities of python.

Although pydev is a plugin to Eclipse, it does work very well. BTW, if you didn't realize, there are two parts to pydev - the opensource basics and the commercial extensions. I am on my second year of subscription to the commercial extensions and a happy camper.

Yes, it is a bit heavy-weight, but that is because Eclipse is meant as a general purpose tool out-of-the-box. You could limit what is loads to thin things down. I, however, use it because I use Ecplise as my main development tool for other stuff as well. So I get the added benefit of it being the same tool for my Java developments as well as other things.

Pydev is also under active development, as has been since day one. It was also recently brought under a corporate umbrella which will directly fund its further development under the same developer, Fabio.

There still isn't *any* good tools for GUI development under Python. I beg my contacts at Borland come CodeGear come Embarcardero for Delphi for Python. With it I couLD RULE THE WORLD!!!  >:D
316
Developer's Corner / Re: Where to start with computer programing
« Last post by tinjaw on October 26, 2008, 02:20 PM »
However, once we get to the .Net 1.1 platform, C# and VB are almost equivalent. I'm pretty sure that you could port from one to the other just using some clever regular expression substitutions. So there's no reason you can't get on board with C# as easily as with VB.Net.

You can do that online.

Screenshot - 10_26_2008 , 2_19_38 PM.png

Oh! I suggest you learn to program here.
317
General Software Discussion / Re: Best Python IDE
« Last post by tinjaw on October 26, 2008, 02:15 PM »
It depends on how much coding experience you have. If you have already worked with IDEs and/or know another object oriented language already, then you can already appreciate the advantages of using an IDE to do things like take advantage of class outlines and templates. However, if you are new to both, then I suggest following 40hz's advice and just worry about learning the language using something like notepad++. In the case of python, you are also lucky to have something inbetween, IPython. For learning about IPython, I can't stress enough that you should watch the videos on ShowMeDo before you even install it.

I have been coding Python for a couple of years now and I use a IPython and Pydev Extensions at the same time. They work very well together.
318
N.A.N.Y. 2008 / Re: Click2LogIt
« Last post by tinjaw on October 24, 2008, 08:43 AM »
P.S.  May I inquire as to reason for your long absence?  We all have enough to deal with in our lives without adding in anything 'extra', I hope everything is OK.  No need to respond if I'm out of line to ask.  --appy

I guess the cynical short version is that I stopped sitting in front of my computer 24x7. I started working out regularly and getting out of the house and socializing. I stopped staying up to the whee hours of the morning. I then started dating - a non-computer geek. I just didn't have any time left to hang out on IRC and here in the forums as much. I'm still working out, going to bed on time, and my girlfriend has moved in with me -- so that does take up most of the time I used to spend on DC. However, I still want to be part of this wonderful community and participate as much as I can.

Now I am trying to find the right balance between all of the things I love (like coding with Python!) and all of the things I don't love so much, but need to do (like go to bed on time and work out regularly). It's not going to be easy.  ;)
319
N.A.N.Y. 2008 / Re: Click2LogIt
« Last post by tinjaw on October 23, 2008, 09:24 PM »
Right-click and choose "Change Log Text", then just click "cancel" (as in, "nevermind").  Unfortunately the log text is removed.
Issue # 31. Thanks for spotting & reporting that.

Remember the last text so I can just click "OK" to use it again.

Added as issue #32 & linked to issue #23.

Also offer "Cancel" to abort creating a log entry (but don't lose the last text)

Added as issue #33 and also linked to issue #23.

Systray balloon when the log entry has been written

Ah Ha! I think I just found my test project for using Snarl. Issue # 34.

Manually clean up stored auto-complete entries no longer wanted

Added as issue #35 and linked to issue #24

My end goal is to create after-the-fact appointment blocks on my Outlook/exchange calendar.  My Outlook calendar serves as a record for my activities, it is a PITA to set up appointments directly on the calendar.  So I currently keep a spreadsheet of dates and text and already have a little macro that creates appointment import files in Outlook calendar import format (*.vcs). 

Would adding CSV as an optional format for the log help you with this?

Thank you for the great ideas!
320
N.A.N.Y. 2008 / Re: Click2LogIt
« Last post by tinjaw on October 23, 2008, 09:06 PM »
another idea...
I record streamed music, and later save selections from the file to individual mp3 files. At the moment if I hear a track I like I stop what I'm doing and jot down the time into the recording, the musician/track title, then the end time.
I could well use Click2Logit to do this, but it would involve a bit of maths(time on clock-time recording started). If I could set Click2Logit to use an elapsed time, it would be perfect.
I wouldn't be surprised if a lot of people have need to note something according to elapsed time.
tony

That's a good idea. I can combine this with issue #29 to allow for one type of click to reset the clock, one to use elapsed time, and another to use wall clock time. Issue #30.
321
N.A.N.Y. 2008 / Re: Click2LogIt
« Last post by tinjaw on October 23, 2008, 09:03 PM »
Ideas for expansion of this cool, simple concept:
   > New config dialogue in right-click menu: "Config" opens.  Writes to local .ini or .cfg (arbitrary extension type, who cares) when config menu closed (in case of system failure) & at shutdown. This local file config is for easy backup/portability.

Added issue #22: Add Configuration/.ini file

   > Default left click: Opens tiny dialogue where you can enter as much text as you want. Enter key would close the dialogue and write it out to the file.

That part I understand. It is the next part I don't. Added issue #23.

This would also necessitate having a different format that would allow you to display the text indented without actually writing that to the text (in case it needed to be recopied/pasted later). Think about the typical IM log viewer, with each person's msg indented after their name --> html like pidgin's logs perhaps?

If somebody could enlighten me as to what Brandon was talking about here, I can add it to the issue.

> Config: Drop down menu -> Allows the choice of behavior for left-click (orig/my sugg/???)

OK. Another variation on the theme. Issue #24.

> Perhaps a hybrid approach, with single-line/.txt behavior or multi-line/.html behavior

Allow for HTML in log entry. Issue #25.

> Config: Option to define where to write log file to.

Already there.

Possibly include ability to use environment vars (http://vlaurie.com/c...cles/environment.htm)

Good idea. Issue # 26

& ability to write to UNC path names (i.e. \\server1\c\logs\).

Also a good idea. Issue #27

Also enable single-log behavior or multi-log behavior (based on definable file name parameters, like %date% and %time% etc).

Brandon must have been hit in the face by the good idea fairy. :-) Issue #28.

> Config: Options to change icon clicking behavior by hotkey (i.e. ctrl-lclick or alt-lclick etc)

OK! Enough with the good ideas!!!! Issue #29.

K... that's it for now. I see this as a really neat idea that could grow to be massively adaptable to many different people if implemented in good, tight code (like FARR). And yeah, for me, the point of sweet usability starts with the second suggestion (default left-click change), so I was motivated to write to you by that and the rest just came as I wrote ;-). Good luck. I'll keep up with this and I hope it grows.

~Brandon

Those were a bunch of great suggestions. Thanks Brandon.
322
bump!

Any new ones shown up?
323
SMF Forum Mods / Scanning attachments on SMF with ClamAV
« Last post by tinjaw on October 21, 2008, 07:56 PM »
I am helping out an NGO. They have SMF setup and are concerned about attachments having viruses. They are running on Win 2003. I have been looking for, but cannot find a mod to run ClamAV on each file that is uploaded. Is anybody aware of such a mod or a way to do what I am looking to do?
324
Both. And toggling off startup support in FARR will also delete both.
325
WinXP SP3 here. I did a install from EXE about 5 days ago.
Pages: prev1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 75next