topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 12, 2025, 11:34 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 ... 59 60 61 62 63 [64] 65 66 67 68 69 ... 109next
1576
General Software Discussion / Re: NTFSearch
« Last post by Armando on January 23, 2008, 05:10 PM »
hummmm... I see. Thanks for your deductions and guesstimates f0dder!  :)
1577
Living Room / Re: Happy Birthday to App103
« Last post by Armando on January 23, 2008, 12:16 PM »
I'm late too...  :-[
Happy birthday app! (And thanks again for your generous post on programming languages, etc.)  :-*
1578
General Software Discussion / Re: NTFSearch
« Last post by Armando on January 23, 2008, 12:13 PM »
I find that locate32's indexing -- and even farr's searches (without taking the launch history into account) for that matter -- already very fast. Even XYplorer, when I last tried it was pretty damn fast! What do they use instead? and how slow would they be, compared to that NTFSsearch tool...? Do you know, f0dder? Zero3K?
1579
Developer's Corner / Re: AHK Capability
« Last post by Armando on January 23, 2008, 10:50 AM »
Set Armando up for Beta testing

Sure!  :)
1580
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 23, 2008, 10:38 AM »
Wow. Thanks app, mouser, tinjaw...
Thanks app103 for so generously sharing your experience like that.

So I shall go check these books at the library (when I have more time)... And will probably start by checking the languages suggested in this thread. I might also check -- eventually : I'm not there yet! -- the mentoring thing, or course.
1581
Living Room / Re: An apology
« Last post by Armando on January 23, 2008, 01:11 AM »
You -- mouser, senior staff, CodeTRUCKER -- made a good decision. Welcome back CodeTRUCKER.   :)
1582
Developer's Corner / Re: AHK Capability
« Last post by Armando on January 23, 2008, 01:03 AM »
My Favorite Filename + tag1_tag2_tag3 +.txt  (I was inspired by Armando)

Cool.

Given that there will be an evolution that will require the addition/modification of tags as time goes on my app will need to be dynamic.  The end result will be the ability to locate/modify any and all files any time by searching the filenames for whatever tags I require.   My apps only purpose is to intercept the "Save"/"Save As" dialog to create and format the whole file name to ensure consistency.  Once you hit the "Go" button it would disappear leaving the now fully-formed filename populated in the text box of the dialog ready for me to hit the "Save" button. 

It is my hope that using a utility like this is a good way to help maintain integrity of the file naming/tagging system as it would eliminate things like typos and other human inconsistencies.

And so I'll be following this, CodeTrucker. Seems like an interesting project. My AHK based system works well but I'm interested to follow where yours will lead you!
1583
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 23, 2008, 12:24 AM »
Thanks for your answers.

Why would you think portability is important?


My idea of learning a portable language only comes from the fear of being strictly OS bound... I guess the idea is driven by the frustration with all these Windows applications that I'd like to use in Linux (but can't)... Instantly, without any further integrations, customization, etc.: Farr, SyncBackSE, abbyy fine reader or omnipage,  X1 or Archivarius, etc.

Now, from what you say, I understand that portable applications usually can't achieve the level of usability that non portable ones have. Or can they? Is that because of the limits of the languages used ?


A full application might not be feasible to do portably, but portability is important when you're writing library routines. And even if you don't aim to make your SuperAppTM portable, it doesn't hurt keeping portability in mind, as it (imho) helps you think a bit more componental/modular, and leads to cleaner code.

Thanks f0dder.
1584
General Software Discussion / Re: SQLNotes...what is it exactly?
« Last post by Armando on January 23, 2008, 12:06 AM »
Very nice  :up:
1585
General Software Discussion / Re: Best free firewall for Windows?
« Last post by Armando on January 22, 2008, 11:21 PM »
I wonder about the validity of the arguments behind the idea of the relative futility of outbound protection. I know what Riley & others think of it, but, somehow, I don't understand the logic behind the arguments (and should I automatically trust Microsoft security experts when they ask me to believe them??). Isn't the "real" question : "which is more secure : inbound filtering only, or both inbound + outbound filtering" ?

Are you implying that once your computer as been "infected" or breached, no Outbound filtering is going to be able to prevent leaks?? (Even with good code injection detection techniques?) 

I Personally tend to want to know if an application (even supposedly inoffensive) is sending info in the WWW. I like and want to be in control (as much as possible) of what I send and what I receive. Corporations try to get any info they can from the users -- whether they want it or not. Why should we allow that? What about personal sensitive data?

Also, what about others? There's the "me" point of view -- it's to late for "my" computer, etc, "my" security has already been compromised, etc. --, but what about others, those who might get infected by "your" virus which eventually sought a breach to propagate ? So i's basically okay if your computer is infected and infecting other computers because of a lack of outbound protection ?

Isn't saying :
Who cares about outbound "protection" anyway? When you get to the point where it kicks in, your PC has already been compromised... I see it as fixing the symptoms instead of curing the problem"
a bit like saying "if the thief is in your house it's already to late : just let him take all your stuff and run", or "if you get sick, it's already too late : go for a walk and infect everybody else".

What's a "symptom" seems to be a matter of perspective. One thing is always the symptom (or effect) of an another thing (action or cause). Isn't it?

I tend to find these arguments a bit more convincing (I know, they're partial! And so are Microsoft's).  But, please, teach me... I want to understand.
1586
Find And Run Robot / Re: [Bug report?] farr - short freeze every 6 launch/close
« Last post by Armando on January 22, 2008, 02:07 PM »
Ouch!!  Third test:  677 seconds!  Getting worse!

 ;D

You have to disable scanning for ini files in AMON.
1587
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 22, 2008, 02:04 PM »
VB, C#, VB6, Delphi... All of these are strictly Windows, aren't they ? If one is thinking portability-compatibility (with Linux, for instance...), I guess one has to go more with... java, python or ruby ??
1588
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 22, 2008, 01:56 PM »
So, what would the expert coders here recommend? Any consensus?  :) C# ?
A large part of a program is the UI and coding a UI in C++ MFC, etc is not easy at all. If you are interested in Windows programming, I'd recommend a .Net language (VB, C#) if you want to go the .Net route, or VB6 or Delphi for the COM route. For web dev. I'd go ASP.Net or VWG (http://www.visualwebgui.com)

Ah, thanks Pierre. So C# or Delphi are not a bad idea. Now... to find a 1 or 2 good books...


@Deozann : Regarding books on C++ :
Learn to Program with C++ by John Smiley seems to get some good reviews too. Apparently, it's really made for the novice (like me). But maybe would it be to slow for you.


PS :  ;D Another post, again, while I was writing... Thanks CWuestefeld!
1589
General Software Discussion / Re: What's your preferred File Manager
« Last post by Armando on January 22, 2008, 01:44 PM »
Bitdefender AV and did the same. I was able to tweak it to be quite inobtrusive and bought a licence - it's made a dramatic improvement to my wife's notebook. It's also relegated Webroot AV and AS to an afterthought on my machine (and completely uninstalled from my wife's) despite my dual licence for it expiring in Novmber 2009. Bitdefender is simply that much less resource hungry. I do use Webroot for a weekly manual scan, though...

[off topic]Thanks Darwin. I'll have a look at bit defender if/when I'll have the energy for it. Seems like an interesting product. I also read about Online Armor and it seems worth trying... Maybe an Online Armor + Bitdefender combination[/off topic]
1590
General Software Discussion / Re: Best free firewall for Windows?
« Last post by Armando on January 22, 2008, 01:40 PM »
Online Armor seems like a nice firewall too. There's a free version.

Screenshot - 2008-01-22 , 14_31_57.jpg

Some good comments at Wilders Security.
Seems to do good at the Matousec Leak Tests... for what it's worth (no idea).
1591
General Software Discussion / Re: What's your preferred File Manager
« Last post by Armando on January 22, 2008, 12:30 PM »
Looking further into it I found that NOD32 is eating it up as soon as I download it - and without any notification. I swear, NOD32 keeps falling lower on the A-V Test sites, and it also keeps eating files that I want!!  (Doggone program is starting to act like the old Norton monster!).

I've had some nasty performance problems with both NOD32 AND Comodo. See this thread:-*
1592
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 22, 2008, 01:38 AM »
What about C++ Primer, Fourth Edition, By Lippman, Lajoie and Moo ? Anybody worked with it?
1593
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 22, 2008, 12:07 AM »
There were also these threads with similar questions :

- https://www.donation...46.msg94249#msg94249
- https://www.donation...dex.php?topic=8094.0

A few books were recommended (by f0dder and CWuestefeld):

"Effective C++" by Scott Meyers
"More Effective C++" by Scott Meyers
"Effective STL" by Scott Meyers
"C++ Coding Standards"
1594
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 21, 2008, 11:14 PM »
So, what would the expert coders here recommend? Any consensus?  :) C# ?
1595
Living Room / Re: Making a router biased to a certain PC?
« Last post by Armando on January 21, 2008, 03:02 PM »
Remember that parents have less technical ways to make the routers biased to their PCs if they suspect something...

 ;D
1596
Living Room / Re: Vista : included backup and security software
« Last post by Armando on January 21, 2008, 02:20 PM »
Thanks lashiec, I'll have a look at Backup4All.
1597
Find And Run Robot / Re: [Bug report?] farr - short freeze every 6 launch/close
« Last post by Armando on January 21, 2008, 02:20 PM »
Well, I'm still using it, but I won't even *look* at the defense+ option anymore.

I might look for another firewall in a few weeks, but I don't want to mess with my computer to much right now. Firewalls and antivirus just have that potential to break everything.
1598
General Software Discussion / Re: Prompt Uninstaller is extremely fast!
« Last post by Armando on January 21, 2008, 01:21 PM »
Thanks for the info Curt. BTW, farr's "uninstall plugin" is probably pretty close in terms of speed. + very easy to search your list...
1599
Coding Snacks / Re: What language is the best for a new programmer to start with?
« Last post by Armando on January 21, 2008, 01:15 PM »
Clearly, choosing a language to learn how to program (I'm interested too...) depends on what you want to do. But if one wants to learn the "basic transferable-transversal principles", learn good habits and still be able to write some simple and fun programs, what's the "best" choice? Here's what's been mentioned here :

- Ruby
- Python
- C#
- Delphi

And one book :

- "Learn to Program"

I know there's been other threads on this subject, but..
1600
There was actually a version of EverNote that could integrate in Outlook, but I never really used it. I wonder if it still exists. In any case, there is an "add to EverNote" entry available in Outlook or IE's context menu (to clip stuff), but, yes, there's no "add Note to EverNote" there. Like I said, something like strokeit would solve the problem, or maybe mouser's super "ContextMenu Commander"... When it comes alive!
Pages: prev1 ... 59 60 61 62 63 [64] 65 66 67 68 69 ... 109next