|
I'm building a C++/MFC program in a multilingual environment. I have one main (national) language and three international languages. Every time I add a feature to the program I have to keep the international languages up-to-date with the national one....
Started by djeidot on
, 15 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
I also checked RC-WinTrans Sisulizer now and it looks good on scanning the RC file, but I get errors when I try to addIf there isn't one, it would be pretty easy....
Lingobit Localizer looks good enough for me, thanks.
Worth it.
|
|
As our automated test infrastructure grows, we have a need to automatically manage the test resources (servers, etc). Not manage updates to the systems but have an automatic (programmatic) way to reserve resources for use in the automated test runs and...
Started by Jeremy Raymond on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Looks like the answer is there isn't one and I need to roll my own..
|
|
Recently, I have started to have to read a lot of XSL and XSLT at my job. Some of it makes sense and some of it really doesn't.
Here's an exmaple of what does not make sense to me
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/...
Started by Nick Stinemates on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you haveW3Schools has a very good tutorial with examples here:
http://www.w3schools.com/xsl/
The creator questions (like "what does xsl:param....
XSLT specification (along with the XPath specification ) a very good online resource.
|
Ask your Facebook Friends
|
I just got this Chumby thing for Christmas. I was thinking of writing a StackOverflow widget for it. Does anyone know any caveats to programming this, or especially good things for chumby virgins to know? I have not yet begun to do my research. I guess...
Started by Dave Markle on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There's also a Chumby dev wiki.
The chumby.com developer forum is a great resource.
The Chumby developers website ( http://www.chumby.com the veal.
Looks like the widgets are made with flash .
|
|
Are there any favorite online references or good introductory and intermediate/advanced books on this topic that you'd recommend?
The backstory is that I'm working on a web development project that is "re-skinning" our existing web site to make it more...
Started by Danny Whitt on
, 23 posts
by 23 people.
Answer Snippets (Read the full thread at stackoverflow):
This book is both a great introduction to CSS, and a very good resource that will suit your needs
...and this....
If it looks good, proceed" by Charles Wyke-Smith.
Done is implement some styles, then hit the page in each browser .
|
|
I would like to add a 5-10 day weather forecast to a website. I'm having trouble finding a website that provides an embed code for forecasts. The few I've found look awful (circa 1990's). I was just wondering if there was a halfway clean-looking solution...
Started by mikemick on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The weather channel has a very good service that google puts in it's home....
Looks like they have RSS feeds, and if you register you may be able to get more.
You have to embed JavaScript for that so I can't show it here .
Is a similar idea.
|
|
No disrespect to anyone that enjoys the mining aspect to RTS games but any game I have tried I have enjoyed until the mining becoes part of the game.
Maybe I am just a shallow man.
Anyhow, are their any good RTS games that do not have this resource crafting...
Started by ShampooMctavish on
, 20 posts
by 18 people.
Answer Snippets (Read the full thread at gamespot):
Anyhow, are their any good RTS games that do not have this resource crafting mechanism, are their any good RTS games that do not have this resource crafting mechanism?
Thanks in advance very good but ....
A shallow man.
|
|
In Stroustrup's book The C++ Programming language, He mentions "It is typically important that resources are released in the reverse order of their acquisition" why the order is important?
void acquire() { acquire resource 1; ... acquire resource n; use...
Started by northTiger on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So when you release....
Sometimes there is a reason; xxx; }
you first allocate the resource for A using new A , and later you need to manipulate A's fp and name .
Not that this example looks like a good design, but you never know.
|
|
Genesis Resource Pro won't display log information (and alt screen looks odd) I have a new Genesis Resource Pro and made a few dives over the weekend with it. It worked fine.
Now I'm trying to look at its log screen.
As per the manual I press the button...
Started by drobertsca on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at scubaboard):
I'm happer.
I upgraded to the ReACT pro and have a couple of good dives with it.
look at the ReACT pro manual which you can find on the Genesis site (a model up from the Resource Pro with it.
|
|
I know there are tools to get text files to resource files for Visual Studio. But I want to get the text from my resource files to a text file so they can be translated. Or is there a better way to do this?
Started by nportelli on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Read why here:
....
What kind of resource file? There exists vast oceans of tools, but without the resource file.
I'll have to agree with splattne, ResxEditor looks like a goodPlease elaborate.
Are talking about Microsoft RESX files.
|