Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
12answers
1k views

How do multiple-languages interact in one project?

I am a Youngster so i have a lot to learn :) A Question that stuck on my mind is : I heard some people program in multiple languages in one Project.I can't imagine how the languages interact with ...
8
votes
4answers
2k views

Most efficient way to do language file in PHP?

Questions Updated instead of making a new question... I really want to provide a few alternative languages other then English on my social network site I am building, this will be my first time ...
7
votes
15answers
696 views

Are there any reasons not to use “this” (“Self”, “Me”, …)?

I read this answer and its comments and I'm curious: Are there any reasons for not using this / Self / Me ? BTW: I'm sorry if this has been asked before, it seems that it is impossible to search for ...
6
votes
13answers
1k views

Dangerous learning multiple languages at the same time?

I have been learning PHP for a few months now and I'd also like to learn JavaScript as I think they would make a good set of languages together for the type of projects that I like to do. But is it ...
4
votes
3answers
211 views

Managing multiple .NET languages in a web application

I am part of a development team building a new ASP.NET 3.5 web application. Two of us are C# coders, and the other is a VB.NET coder. I know that we can mix languages on a per-project basis, and one ...
3
votes
2answers
4k views

How to design database schema for a content management system (cms) with multiple language support?

I am going to build a site with multiple language support, and I need to have the ability to control the workflow of the articles, companies, products. All with multiple language support and multiple ...
2
votes
2answers
206 views

Instantiating a c++ class in x86 (32bit) assembly (Passing a c++ class by copy to a method in assembly)

In my project, I have, amongst many other things, to call a c++ method from assembly and to pass a class by copy. It would be quite simple if I could pass it by reference, but I cannot. I assume it ...
2
votes
4answers
697 views

How to call a php function within <script> tag from coldfusion 9

I have this nice big Dev Kit written in PHP, but the application I'm currently developing is in CFML. In an attempt to avoid rewriting the PHP, I'm going to try to just wrap the PHP in CF ...
2
votes
7answers
292 views

Compiling multiple languages together

Is it possible to compile multiple languages together in order to get the best of the different languages.
1
vote
1answer
36 views

DVCS: Single source control repository across different programming languages?

I have a system that's broken down to three different programming languages: C#, C++ and Java. The first two are managed in two separate Visual Studio solutions, the latter in an Eclipse project. I ...
1
vote
1answer
110 views

how to force to install MSI with spcified language

I have a 3rd-part MSI package with multiple language transform, the language for MSI is english, when I install this MSI package, it will automatically check setting of "Regional and Language Options" ...
1
vote
2answers
225 views

How do you organize 100+ projects in Eclipse?

When you have 5+ languages and 100+ projects, IMO the default of using one workspace is not acceptable because the one workspace becomes horribly disorganized. Having one huge unorganized workspace ...
1
vote
5answers
88 views

Representation of enums

How do enums work 'behind the scenes' in programming languages? I am guessing that each language has a different way of representing these datatypes. In java you can use the == operator, for example: ...
1
vote
3answers
129 views

Multiple Apps in Multiple Languages on different OS's. Should I attempt a unified Test Harness?

I am the newest member of a project that is an amalgam of various Applications written in various Programming Languages on both Unix and Windows operating systems. I get the 'honor' of figuring out ...
0
votes
1answer
79 views

Opinion of best Linux OS for situation [closed]

I know that there's probably several questions out there similar to this one, but none that I could find really answered my question tot he extent I was looking for. I am looking for a distribution ...
0
votes
1answer
181 views

Multiple Languages for Phonegap Application

Does anyone have experience to build phonegap app that support multiple languages (english, french, german etc...) ? I'm looking a way to change ui of my app most efficent with javascript. It would be ...
0
votes
2answers
51 views

Cooperation between multiple programming languages

I'm a fairly advanced hobby programmer. I consider myself capable at Objective-C, Java, some straight C, Python, and general MVC design. I've written quite a few programs but they have all been ...
0
votes
2answers
815 views

Multi-language Translation on Web Site

i want to know how did facebook do it, did they add two different html+css or its just css only for changing there theme for different language or is there any special html attribute that changes the ...
0
votes
4answers
113 views

Compiling multiple languages together to make them run on different platforms

I would like to start with a THANK YOU to all those that answered my previous question on Compiling multiple languages together. Now I want to know whether or not it's possible to Compile multiple ...
0
votes
2answers
196 views

Annotate images using tools built into OS X

I want to overlay text on images on OS X, preferably without installing additional software, so that, as a sysadmin, I can know at a glance that machines are up-to-date, in a way that is easily ...
0
votes
2answers
181 views

How can I call an executable to run on a separate machine within a program on my own machine (win xp)?

My objective is to write a program which will call another executable on a separate computer(all with win xp) with parameters determined at run-time, then repeat for several more computers, and then ...