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, 10:19 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 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 40next
401
General Software Discussion / Re: What is your preferred font?
« Last post by CWuestefeld on September 06, 2009, 09:16 PM »
Just bumped into this in HackerNews:
Fonts for web design: a primer
...Modern CSS provides web designers with an unprecedented level of control over online typography. Restrictions are still imposed however by the limited number of “common” fonts—those typefaces that are generally available cross-platform. This article looks at the fonts web designers have available to them, and also considers their suitability for various tasks.

Along with exploring Microsoft’s “Core fonts for the Web” pack, which includes the most common online fonts, the article also looks at more recent typefaces that can work well online, along with briefly noting the new screen fonts created for Vista.
http://dev.opera.com...web-design-a-primer/

402
General Software Discussion / Re: What is your preferred font?
« Last post by CWuestefeld on September 05, 2009, 06:00 PM »
That Day Roman is pretty, but the "1" I could never live with. It's just too much like a capital "I".

If you like the descending numbers, take a look at Georgia. That's the font I use for reading ebooks on my PocketPC (I've gone through minor headaches to ensure that I've always had this font on whatever I do reading on).
403
Ahh, the religious war finally arrives on the DC shores  :o

In my experience working with many developers, the K&R style is almost universally derided, while the vast majority of developers prefer the Allman style.

However, more recently a couple of guys have convinced me of the philosophical superiority of the Whitesmith style that Mouser referenced. There's no practical difference relative to Allman. But in the context of the BNF for the grammar of C or C++ (see http://www.nongnu.org/hcb/ ), looking at the definition of statement and compound-statement, you can see that what you're indenting is, in any case, some kind of statement. The Allman approach would have you indenting the opening of a compound-statement at the same level as its controlling selection-statement. The Whitesmith style is entirely consistent, though.

From a practical perspective, either of these is superior to K&R because they allow you too comment out things like the controlling selection clause and still get a program that is syntactically correct. But with K&R-style, the opening curlybracket would have been commented out as well, breaking the code.

Let me add this to the controversy: with my style, single-statement blocks are never legal. Any block, even if it's just a single statement, must be enclosed in curly brackets. I've seen too many bugs that are the result of adding a second statement to what you'd like to have done in a conditional -- but since there were no curlies, that second statement is executed in all cases. Simply using curlies all the time prevents this from ever happening. (and it's also one reason why python's whitespace-based blocking is better)

And another thing: whenever possible, when doing comparisons, always try to have the lefthand side of the "==" comparison operator be an rvalue rather than an lvalue (that is, it's an expression that can't legally be assigned to). This prevents accidental assignment if one of the equals signs is inadvertently omitted.
404
General Software Discussion / Re: Add tabbed documents to MS Office
« Last post by CWuestefeld on August 27, 2009, 05:34 AM »
Only thing is, it doesn't work in Word in Office 2007, though it Works fine in Excel and PowerPoint.
It's working fine for me, Iain. Indeed, that's what the image is in my original post.
405
General Software Discussion / Re: Add tabbed documents to MS Office
« Last post by CWuestefeld on August 26, 2009, 01:35 PM »
What does that sentence even mean?  It's mostly gibberish to me.
I think it's attributable to English being a second language. My guess is that he's just acknowledging that he's used code from other sources, and not trying to claim copyright on everything for himself.
406
General Software Discussion / Re: Add tabbed documents to MS Office
« Last post by CWuestefeld on August 26, 2009, 12:26 PM »
Make sure you read the EULA carefully. I forget the exact wording but it said something about installing 3rd party software.
Hmmm. I confess to not looking carefully during install. I went back and looked, but can't find the license text. Checked the developer's page comments from users, as well as on ghacks (my source), and didn't find anyone complaining about it.
407
General Software Discussion / Add tabbed documents to MS Office
« Last post by CWuestefeld on August 26, 2009, 11:52 AM »
I think this is a must-have for Microsoft Office users. I hate the way that having multiple documents open pollutes the Windows taskbar, and makes it difficult to toggle between docs (you can only use the View/Switch Windows menu, which doesn't work very well).
OfficeTab.png
This Office Addin, OfficeTab, makes Word, Excel, and PowerPoint function like your favorite tabbed browser.
Link to tool's page: http://hi.baidu.com/...f6276f2431694b0.html
(Link to page translated to English)

(by way of ghacks -- thanks, guys!)
408
UltraExplorer has an embedded command prompt window. See red-circled area below:
UECommandPrompt.png
This also has an option to auto sync the command line cd with the currently-selected folder in the listview. It does this just by pumping cd commands into the command prompt.

But there's no way to insert the shell of your choice (I don't think).

Freeware.
Product site here: http://www.mustangpe...aexplorer/index.html
Previous discussion here: https://www.donation...dex.php?topic=8989.0
409
FARR Plugins and Aliases / Re: CZB pack
« Last post by CWuestefeld on August 12, 2009, 07:33 AM »
Problem solved; it has nothing to do with FARR itself.

While I was rebuilding my system, I was using a file manager that I copied off my flash drive. It had been modified to make it operable as a portable app. What I hadn't known was that this modification put the app into a virtualizing wrapper, so that registry and other "system changes" were stored in its own subdirectory. When I ran the installer for DCUpdater, I did it through this file manager. The result was that it didn't really get installed into my system, although it appeared to be. It actually was installed into the FM's virtualizing wrapper.

So I uninstalled the DC stuff (and several other apps), threw out the virtualized FM, and reinstalled from a real FM. Everything is working splendidly now.

Your intuition about having an extra FARR was correct. But it was odd; even Process Explorer showed that the executable lived in the correct location -- I guess it was a very good virtualizer.

Sorry to have gummed up the CZB thread on what turns out to be unrelated.
410
FARR Plugins and Aliases / Re: CZB pack
« Last post by CWuestefeld on August 10, 2009, 10:56 AM »
what operating system?

Windows Server 2003. 32-bit. I am a local admin.
411
FARR Plugins and Aliases / Re: CZB pack
« Last post by CWuestefeld on August 10, 2009, 10:31 AM »
Nope. I checked in Process Explorer, the place I'm putting the plugins is a child of the place that FindAndRunRobot.exe is running from.

In options/configure plugins, FSubScript does not appear on the list at all.
412
FARR Plugins and Aliases / Re: CZB pack
« Last post by CWuestefeld on August 10, 2009, 09:43 AM »
No, "aplugins" doesn't show it.

Here's the bottom of my troubleshooting log:
Spoiler
::: [ Starting Find and Run Robot v2.75.01 on Monday August 10, 2009 at 10:38 AM ] :::
*Loading plugin: FarrFox\FarrFox.dll
 Success.
*Loading plugin: FarrFox\pcre3.dll
 Failed.
*Loading plugin: FCalc\FCalc.dll
 Success.
*Loading plugin: ServiceCtrl\ServiceCtrlPlugin.dll
 Success.

413
FARR Plugins and Aliases / Re: CZB pack
« Last post by CWuestefeld on August 10, 2009, 09:28 AM »
ok sounds like you havent installed fsubscript, which is a separate download:

I did download the referenced ZIP, and extracted it into the FARR plugins directory. It contains the files
* deactivated.png
* FScript.dll (dated 2/7/2009)
* fscript.js (dated 2/27/2009)
* FSubScript.dcupdate
* FSubScript.ico
* hardCodedExtensions.js
* help.html
* manager.html

As I mentioned before, FSubScript doesn't appear in either DCUpdater (despite having a .dcupdate file) nor FARR's plugin list.

Is there a script I need to run to register the DLL or something?
414
FARR Plugins and Aliases / Re: CZB pack
« Last post by CWuestefeld on August 10, 2009, 09:10 AM »
thats normal that they dont show up there because they are fsubscript plugins.
type: fssc
to see a list of fsubscript style plugins.

Thanks, but that didn't help. I just get a list of files that have the letters f,s,s, and c in them. Also, I'd expect the FSubScript plugin itself to show up in the list of plugin, right?

Even if it does work, I'd be a little disappointed. It used to be that Timer was a first-class pluging: typing "tm" would bring it up. It sounds like (once this is working) I'd need to type "fssc tm", right?
415
FARR Plugins and Aliases / Re: CZB pack
« Last post by CWuestefeld on August 10, 2009, 09:02 AM »
Not working for me *at all*. I can't even see the plugins listed.

My work system died last week, so I'm rebuilding it now. I need the Timer plugin to tell me when to take my cold soda out of the freezer, before the can explodes  :)

I'm running FAR 2.75.01. I've downloaded FARR_SubScript and CZB_pack. In extracted these so that they each have directories under C:\Program Files\FindAndRunRobot\Plugins\
* FSubScript (containing files FScript.dll, etc.)
* CZB_pack (containing directories Character_Table, Definr, etc.)

I go to the Plugin Manager, Find and Reload. But none of the plugins in the CZB pack are shown.
416
Take a look at DeVeDe. It does any encoding necessary, and lets you build a simple menu.
http://www.majorsilence.com/devede
417
Living Room / Re: Things your kids will never know - old school tech!
« Last post by CWuestefeld on June 04, 2009, 03:16 PM »
Then I saw it was a hex keypad and it all made sense!

Any old-school phreaks out there that remember silver boxes?
blacklisted-keypad.gif
silverbox.jpg

Google let me down here. I used to have a real phone with the extra buttons, but I can't find an image of it now.
418
Word Processor Roundup / Re: Textmaker (Softmaker/Ashampoo Office) 2008
« Last post by CWuestefeld on June 03, 2009, 08:41 AM »
I, too, recommend this. In fact, I just recently bought a Linux license of it for my netbook. IMHO, it's a *much* better product than OpenOffice, even factoring in that OO is free.

On the other hand, after looking at their description of the upcoming DB application, I'm not impressed with that. It looks like a clone of Access. That is ... OK. But Access has evolved into a monster, with all kinds of oddities as the product grew over time, and tried to remain compatible. I wish they'd started from a clean slate. (Or maybe I'm reading too much into their screen shots)
419
Living Room / Re: Help me build the ultimate metal playlist
« Last post by CWuestefeld on May 27, 2009, 11:38 AM »
If you're looking for speed...

+1 for Metallica's cover of Sheer Heart Attack. I recall learning to play this from tablature in Guitar magazine. Usually they specify the speed in terms of beats per minute; in this case it just said "as fast as possible".

Also, see:
  • Anthrax - Got the Time
  • Overkill - Fast Junkie, Elimination, Birth of Tension
(obviously I've got a thing for Overkill)
420
Living Room / Re: Cheap Photo paper recommendations?
« Last post by CWuestefeld on May 15, 2009, 01:39 PM »
I don't have a specific suggestion for you, but an admonition.

I've found that it's impossible to say that a particular paper is good (or not) without qualification. That's because the performance is a combination of the paper and the ink. That is, a paper that performs well with one ink may perform poorly with a different ink.

So I recommend that you first buy the smallest package possible for testing purposes. Once you've verified that your paper/ink/printer all like each other, make sure you've got enough of all these things to keep you going. Otherwise you may wind up with extra ink you can't find paper for, or vice versa.

The color balance doesn't need to be a big concern, at least within reasonable values. You can use something like Profile Prism to generate a color profile for the printer/ink/paper that will adjust the curves to approximate a direct color match.

However, you still need to watch for bleeding and puddling on photopaper.
421
If the government can do this, aren't they morally bound to enforce liability against themselves?

If I elect a politician based on a promise that he breaks, can I hold him liable?

If he fails to vote against a bill that later has negative consequences, can I hold him liable?

If either answer is "yes", then why do politicians get held to looser standards when the amount of power they wield -- and thus the damage they can do -- is so great?
422
Here are a few of my favorites:
  • Collapsible Amazon - selectivelyget rid of some the vast amount of cross-sell sections that Amazon throws on all its pages
  • Amazon Historical Price Linky - link to a site that shows price change history: are you getting a good deal?
  • Hacker News OnePage - Make the Hacker News site much more user-friendly
  • Remove Facebook Ads - just what it sounds like
  • Facebook Fixer - restructures the FB page to carry a little more info, a little less fluff
423
FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.1.0
« Last post by CWuestefeld on May 07, 2009, 04:26 PM »
The biggest problem I've got with WDS is that there's no real GUI for it, you've got to know all their secret incantations for any specific filtering.

So I've just put together a cheat sheet containing all the interesting property names, and some other miscellaneous information. Attached is a PNG of the sheet, as well as a ZIPped PDF.
AQSCheat.png

(mouser: any reason not to allow PDFs to be used as attachments directly?
424
Living Room / Re: Help me build the ultimate metal playlist
« Last post by CWuestefeld on May 05, 2009, 08:45 AM »
It looks like you're an old-timer like me: NWOBHM into the thrash era, and nu-metal isn't invited to the party :) Here are some of my favorites fitting that bill (scanning into my MP3 player now):

  • Overkill - Skullcrusher (playing with spiders), In Union We Stand
  • Slayer - South of Heaven, Raining Blood
  • Annihilator - Alison Hell
  • Pantera - Mouth for War (assuming the groove metal isn't too new for you)
  • Savatage - Gutter Ballet
  • Helloween - I Want Out
  • Testament - Practice What You Preach
  • Anthrax - Madhouse
  • Dream Theater - Pull Me Under
  • Fates Warning - Silent Cries
  • Flotsam and Jetsam - Hard on You
  • Accept - Balls to the Wall
  • Queensryche - Queen of the Reich, London, Screaming in Digital, The Needle Lies, Suite Sister Mary ... most anything from the first 4 albums
  • Metallica - anything from the first 3, especially Master of Puppets, Creeping Death
  • Megadeth - Wake Up Dead, The Conjuring, In My Darkest Hour
  • Led Zeppelin - Achilles Last Stand (I'm not kidding, listen and you'll see that it's the prototype for later thrash)

Some of these (Helloween, Savatage, Queensryche, Dream Theater) are a bit more of a prog metal or power metal sound than what you listed, but I think would fit well.

I didn't list anything from newer genres (e.g., Opeth, Evergrey, Dragonforce) because it doesn't seem to fit in as well.
425
I was on vacation last month. We had dinner with another couple who had to bring their stuffed monkey for photos. It seems that the wife's office has this monkey mascot, and any employee who goes away on vacation brings the monkey and takes on-location photos of the monkey back to share.
Pages: prev1 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 40next