topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday May 22, 2025, 11:52 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 ... 254 255 256 257 258 [259] 260 261 262 263 264 ... 438next
6451
Developer's Corner / Re: Writing to Form1 textbox from Form2
« Last post by Renegade on December 04, 2011, 07:14 PM »
It's kind of abusing the settings, but whatever.

I think I just threw up a little in my mouth. ;)

It creates a large window of exposure, and debugging anything that occurred from that (other than in the simplest case) is going to be a nightmare, IMO.

Not really... Like I said, if the situation is appropriate, then it's ok. Like in the simplest cases. :)

Here's an example.

You have FORM1 where you enter a value then store it. Later, you open FORM2, but need that value. You simply then retrieve it and handle the situation if the value isn't present. The key being that if the value isn't present when you open FORM2, then you should avoid it.

If you need to programmatically create values with both forms open, then it's a bad idea.

Basically, if you need a timer, it's a bad idea and a cheap hack that you should only use for prototyping.


6452
Living Room / Re: Rootkits on mobile devices ...
« Last post by Renegade on December 04, 2011, 12:52 PM »
The other question that arises is - if the information isn't being transmitted to someone what is the point of collecting and storing it?

Why just in case the empire need to checkup on and verify your activities, proclivities, & whereabouts of course.

And the correct answer is always...

"Yes, Lord Vader..."

But with a smile on your face. ;D
6453
Developer's Corner / Re: Writing to Form1 textbox from Form2
« Last post by Renegade on December 04, 2011, 07:31 AM »
Here's another way to do things... Keep in mind that is not appropriate for some things, but depending upon your logic, it can function perfectly fine with much less code.

Use settings. Done.

e.g.

Code: C# [Select]
  1. // Set it
  2. Properties.Settings.Default.SomeTypedValue = myvar;
  3.  
  4. // Get it
  5. mynewvar = Properties.Settings.Default.SomeTypedValue;

You can do that from anywhere in the application.

But, like I said, it's not appropriate all the time. It makes sense in some situations though.

It's kind of abusing the settings, but whatever. If you're careful about what you're doing, it's an incredibly cheap and fast hack to get the job done.

6454
General Software Discussion / Re: software directories
« Last post by Renegade on December 04, 2011, 05:58 AM »
You can try this:

http://www.koders.com/

It's a code search engine.

A lot of component vendors offer source code, but you won't find that in repositories.

There's also Codeplex - http://www.codeplex.com/ - Lots of stuff there.

6455
Living Room / Re: I Have an Itch for a Video Camera...
« Last post by Renegade on December 04, 2011, 01:36 AM »
Well, it isn't what I was looking for, but man... is that one wicked cool looking camera! The video showed nothing about the camera itself -- just the kinds of things you would do with it -- and it was one very cool vid!

Took me a bit to figure out the difference between the 3 models -- it's just the attachments that come with it. But you can buy them a la carte as well.

At $300, it's pretty darn cheap too.
6456
Living Room / Re: Rootkits on mobile devices ...
« Last post by Renegade on December 03, 2011, 09:37 PM »
Get yer pitchforks and torches~! BURN THE WITCH~! :P

In addition, carriers can configure Carrier IQ's software to record and transmit the URLs of Web pages visited, a privacy concern separate from keylogging.

Either way...

Why do carriers need to record URLs? They're completely irrelevant. The performance of any given server has no bearing on the carrier's network.

I dunno... I suppose you need URLs to know if its the server or your network that is the problem, but beyond that, I can't see any reason to store URLs that your customers are visiting.

Maybe someone here knows more about telco quality assurance and can shed some light on that.
6457
See if you can get a copy of IcoFX 1.6. (PM me with your email address if you can't and I'll email it to you -- IF you can accept an EXE in your email, e.g. Gmail doesn't allow EXE files.)
6458
Living Room / I Have an Itch for a Video Camera...
« Last post by Renegade on December 03, 2011, 10:57 AM »
I have a serious itch for a video camera and I really need to scratch...

I'm posting in hopes that some people here have some decent experience to share, and hopefully some recommendations.

My knowledge of the video camera market is way too low level to be useful. e.g. Die processes for chips, substrate technologies, etc.

There's a lot more to a DVC than just that...

So...

Requirements:

* HD - goes without saying
* Full 30 fps for HD (this is chip dependent, and a low requirement as chips now can easily do full HD at 60+ fps)
* Excellent lens - very important - arguably, this is the absolute most important thing
* Preferably fully digital for storage, though USB for storage (or something similar) is an option
* Decent battery
* Sane format support -- I'll be using Adobe Premiere for editing

I'm open to both full sized and compact options. My main concern is quality. Things can be edited afterwards, so I only care about the initial quality from the camera.

I'd like to keep costs down if possible, and if anyone knows the "sweet spot" in the market right now, please let me know.

On the DSC/DSLR front, I have a Nikon 5000 and am very happy with it. I'd like to aim for something in that comparative range. i.e. Not an uber-pro camera, but something that you could use professionally if required. If the price point is too high, I'd be willing to drop my expectations.


Thank in advance for any recommendations.



6459
Sigh... You're killing me...

I've been dying to get back into coding mode, and this is only fueling that!

(Stuck in marketing mode ATM.)

Looks super sexy though! I can't wait to try it in a month or 2 when I can free myself of some stuff.

 :Thmbsup:
6460
Living Room / Re: Rootkits on mobile devices ...
« Last post by Renegade on December 02, 2011, 07:57 AM »
apparently 1% of people are completely retarded

Only 1%? That's either a vast improvement for society in general, or an obvious flaw in the test. The missing 1% is probably just the rage clickers that suffer from premature submission...before a choice is made.

Hahahah~!

Yeah, seemed a bit low to me too. ;D

6461
Living Room / Re: Rootkits on mobile devices ...
« Last post by Renegade on December 02, 2011, 12:11 AM »
Sigh...

Why am I unphased?

And in related news, apparently 1% of people are completely retarded, while 2% are partially, and somehow 1% have simply vanished from reality all together...

Screenshot - 2011-12-02 , 5_08_07 PM.png

6462
General Software Discussion / Re: RANT: Google UI Developers should be SHOT!
« Last post by Renegade on December 02, 2011, 12:00 AM »
Note to everyone: stop fixing what's not broken.

Grrr... People like you are the reason that unemployment is so high! :P

(Just kidding!)

But seriously, +1. Sometimes stasis just works best.
6463
General Software Discussion / Re: RANT: Google UI Developers should be SHOT!
« Last post by Renegade on December 01, 2011, 11:48 PM »
Uh, they're still in beta?

Not an excuse from true definition of beta (if you really want to go there).  And GMail is out of beta, and has been for a while.

They had introduced a black bar at the top with all of your options and menus and stuff that unified with G+ UI.  Now they have some of that stuff hidden under a drop down when you click their name on the left side, and other stuff under a gear on the right side, and yet more stuff when you click your picture on the top right side (which is what I was trying to find... how to change accounts).

I was just joking around. :) Not serious.

But yeah... I've found it somewhat annoying, though mostly because they simply cannot figure out what language I want to use, and keep mucking it up on me. Like just how hard is it to get the UA language from the browser preferences? Duh? That's been driving me nuts for years though, and isn't anything new.
6464
Developer's Corner / Re: Ribbon UI - is it really THAT good?
« Last post by Renegade on December 01, 2011, 11:46 PM »
Heheheh~!

Seems like my first comment about the ribbon/menu thing was right. It is a holy war~! ;D

If I may, would anyone mind if I interject with another possibility that will hopefully fuel the ever-burning fires of holiness? :P

The "Opera" or "Firefox" button or the Google wrench, or the IE gear...

Yet another way to work a menu that takes up minimal screen real estate. :D

I think it works well in a browser, though for most software, I doubt it would be an improvement, and most likely, a hindrance.


But whatever works seems good by me.


I think the only holy war I'd like to get into is with anyone who still thinks that the command line should be used for everything and by everyone. :P (Just kidding.)

6465
General Software Discussion / Re: RANT: Google UI Developers should be SHOT!
« Last post by Renegade on December 01, 2011, 11:44 AM »
Uh, they're still in beta?

(I still can't stand how they can't manage to get their login system right... Like... I signed up so that I could login rather than get caught in infinite loops... sigh... :( )
6466
Developer's Corner / Re: Ribbon UI - is it really THAT good?
« Last post by Renegade on December 01, 2011, 11:05 AM »
Like others have said, the ribbon is either a "love it or hate it" item, for some reason.

Let me add my $0.02. The ribbon looks totally awesome, but I would argue that it less usable and in the long run more annoying than menus and toolbars.

First of all, you can navigate menus with the keyboard much easier than the ribbon. You can just browse the menu, and discover keyboard shortcuts in peace. IN the ribbon, accelerators only show up when you press Alt, and when they do, the labels obscure big parts of the buttons, so it's really hard to see what is what. Otherwise keyboard shortcuts are only displayed in mouseovers. Menus 1, Ribbon 0.

The ribbon, at least in Office, tends to be dynamic. When you're focused on a table, an additional page may be shown with table-related commands. I hate that truly, because after two years of using Word and Excel 2007 I still cannot find important functions I often use. Sometimes I cannot find them because they are simply not there - they only show when Word thinks I need them.

The ribbon does take a lot of space, and if you watch the MS presentation, the crucial point there is that they only decided to go with the ribbon when it became clear they could not fit any more stuff into the menus and toolbars, and when they knew users did not even know about a lot of fearures and so they never used them. OK, I buy that. But to day you often see applications that have a ribbon with only one tab, like this. Now that totally makes no sense. Clearly the author went for the Aaah! cuteness of the ribbon without anything close to the need for it that MS originally had. There are plenty of apps like this, and to me a design like that indicates the author wanted to entice users with cool-looking interface, but at a price in ease of use and convenience (and screen estate). When I see that, I am very unlikely to buy the product, because I know the author doesn't care much about how the app is actually used, only that it looks good.

(The same BTW goes for anything .Net based - same reason, except there's not even the visual reward there).

My rule of the thumb is, if you have enough UI to fill half a dozen tabs on the ribbon, then maybe  consider it. But if you're going to have a whole huge ribbon with only one tab and six buttons on it, then that's exactly what the ribbon was not designed for.


I'm not buying those.

The ribbon gives you a flexible toolbar. Looking at the example you gave there, that's what it looks like. You just don't get that nice, compact UI with most toolbars. A ribbon with 1 tab can do that. And that is what I'm seeing there.

Sure, the tab could go, but other than that, I don't see a problem. It's neat, compact, and gives you everything in 1 shot. It's easy to look at, and I think that's what most people need.

Yeah... I can see it being overkill... But it seems ok at a glance, and likely much better than burying them in an older menu style with flyouts.


As for screen real estate... Not buying that either.

If you can't fit in an extra 80 pixels or so at the top when you have monitors at 1920 x 1200... You have a real problem. It's not the software taking up 80 pixels that's the problem.

If you can't afford a monitor with a modern resolution, then the solution to me seems to be to use older software that's designed for small resolutions. But don't blame the software author for taking advantage of newer technologies that most people have.

10~15% (give or take a bit) of the vertical resolution for a toolbar or ribbon isn't unreasonable.

You can't even easily get 15" or 17" monitors anymore. Laptops regularly have 1600 x (whatever) resolutions now, or higher. The small laptops have 1200 x (whatever).


As for .NET. Who cares?

Quite frankly, when I use some software, I couldn't care less if it's written in Erlang or Fortran or .NET or C++ or Delphi or whatever. I only care that it does what I need it to do. Language is irrelevant.

Well, that's not always true... Some languages are better at some tasks and others excel at other tasks. e.g. C# for general productivity or anything, C or assembler for very low level networking, F# or Erlang or another functional language for computation, etc. etc.

But for general software, languages are irrelevant as a consideration for most users.


As for when it is appropriate to use a ribbon... Meh... Whatever works. I think it's all case-by-case.

For keyboard shortcuts:

Screenshot - 2011-12-02 , 3_58_49 AM.png

That seems to work fine.

I don't see what the resistance to the ribbon is. It's just another way of doing things, and for most people, I think it's much easier than farting around with menus and flyouts.


At the end of the day there is 1 and only 1 and exactly 1 consideration that matters: What will make life easier for the people that use the software? Nothing else matters beyond that. Nothing. If a ribbon fits that, then so be it. If not, then that's the answer.



6467
Living Room / Re: It's Dr. Brinkley, Rice is a university.
« Last post by Renegade on November 29, 2011, 09:57 PM »
The invited professor could have been mature enough and gracious enough to overlook the mistake, or even chosen to correct the congressman a bit more tactfully.  The congressman should have enough dignity not to have become offended even if corrected in a non-tactful way.

Or the congressman could have had a clue about what was going on. :P

Like seriously... Mistaking someone for a university? It's like mistaking a sandwich for a plow.

It shows that the committee/panel/whateveritscalled there is both ignorant and apathetic.

6468
Living Room / Re: Steam: Savior or Slayer of PC Gaming?
« Last post by Renegade on November 29, 2011, 01:44 PM »
Reading through, it seems like Steam is more like a disease than a cure. Apparently, it creates more problems than it solves. Am I reading the above wrong?
6469
Living Room / Re: Hard drive shortage
« Last post by Renegade on November 29, 2011, 12:50 PM »
And I have a pile of Seagate bricks (45 or so) and 0 WD doorstops to prove it as well.

I'm exactly the opposite.  I always go with Seagate now after much time using WD in home builds and at work in another lifetime of doing configuration and QA.  And I've never had a Seagate fail on me (the one time I thought it was, it was the cable... go figure), and have had quite a few WD bricks to my name.

I've had 1 Seagate drive go bad, and it did so with a SMART error about a week after I bought it. I took it to the Seagate service center, and they replaced it instantly.

Having had nothing but bad luck with dishonest companies, I was impressed at being treated fairly by Seagate. Almost every drive I buy is Seagate now. All of my large externals are Seagates.

Anyways, a +1 for Seagate.
6470
Developer's Corner / Re: Ribbon UI - is it really THAT good?
« Last post by Renegade on November 29, 2011, 01:15 AM »
I think this is really another one of those "holy war" issues. i.e. There is no answer other than "I like chocolate" and "I like strawberry". Whatever you like to use is best.

That being said, you might want to consider adding both in, then letting people select which they want to use. Yeah... It means maintaining 2 distinct sets of UI wiring, but it's not like any functional code will change.

You might want to make it a very prominent choice by actually putting a toggle menu item for it in the menu itself. By making it obvious, you won't end up with people used to the old UI screaming, "Oh man... the new version blows hard chunks of whale vomit..."

In most of my software, I generally try to have a few different ways to do things. I try to avoid menus as much as possible though... Long story. (I think I posted a Cynic.me blog about that...)

Anyways, just my $0.02 on UI design.

6471
Living Room / Re: It's Dr. Brinkley, Rice is a university.
« Last post by Renegade on November 29, 2011, 12:07 AM »
Oh man! Watch it again and pay close attention to what the Congressman (Can't see his name due to the graphic) says at about the 1:03 to 1:10 mark:  "...Nobody is perfect here. But to interrupt breaks the comedy of what we're trying..."

He has that right: comedy it is!


What ticks me off is that these people are so utterly incompetent... Like sheesh... If yer gonna do the job, might as well do it right and get the proper equipments and stuffs:

Super_Simple_cropped_mustache-glasses_345x284.jpg

Whoopee cushions would also help. :P
6472
Living Room / Re: Dell 4Gb to 16Gb DDR 3 upgrade --- £500
« Last post by Renegade on November 28, 2011, 06:26 PM »
Does the EU have a 99% group too?

Yes. Most seem to be in London though.

And it seems like Greece has a 100% group. :P

(Sorry - Couldn't resist... again. :) )
6473
Living Room / Re: Dell 4Gb to 16Gb DDR 3 upgrade --- £500
« Last post by Renegade on November 28, 2011, 06:12 PM »
But if you're a gamer then you've got to have it! :Thmbsup:

And if you're part of the 1%, you can afford it~! :P ;D
6474
Living Room / Re: It's Dr. Brinkley, Rice is a university.
« Last post by Renegade on November 28, 2011, 10:45 AM »
Sad... The beginning just sets up everything for pure 100% unadulterated failure.
6475
+1 for the "leave well enough alone" camp.

New updates and all that jazz... That's for suckers to figure out the problems. I. Can. Wait. :)
Pages: prev1 ... 254 255 256 257 258 [259] 260 261 262 263 264 ... 438next