I have a Czech registered business with which I'm serving a web app mostly (but not exclusively) targeted to Italian customers. The server is in Amsterdam. The site will be multilingual (with 4 languages supported) but for now it's Italian only.
What language should the privacy policy and terms and conditions be? What law should they refer to?
…
We have a global site, all hosted on one .com domain (www.website.com/en www.website.com/es www.website.com/pt www.website.com/ru etc)
each language sub directory is identical to one another (apart from being in different languages)
My question is, should I translate each meta keyword for each page or just use the english versions?
e.g.
…
The expressions language is a C style syntax, so you may need to escape certain characters, for example: "C:\FolderPath\" + @VariableName Should be "C:\\FolderPath\\" + @VariableName Another use of the escape sequence allows you to specify character codes, like this \xNNNN, where NNNN is the Unicode character code that you want.…
Google I/O 2012 - Dart - A Modern Web Language
Lars Bak, Kasper Lund The two creators of Dart will discuss the rationale behind Dart's design and its impact on web scalability and performance. They'll also present how Dart helps developers innovate by increasing their productivity without breaking backwards compatibility. For all I/O…
I am wondering which numeral system different programmers are using, or would use if their language has support for them. As an example, in C++ we can use:
Octal by prefixing with 0 (e.g. 0377)
Decimal by default (e.g. 255)
Hexadecimal by prefixing with 0x (e.g. 0xff)
When working with bitmask, I am using hexadecimal but would…
What do you think? What is the ideal programming language learning sequence which will cover most of the heavily used languages and paradigms today as well as help to grasp common programming basics, ideas and practices?
You can even suggest learning sequence for paradigms rather than languages.
N.B. : This is port of the…
I am happy to start Screen cast/Video tutorials of Microsoft .NET. In this video Series this is the first Episode, I explained Common Language Runtime of .NET framework. It covers basic functionality CLR and not specific version of .NET framework. Hope it helps.
span.fullpost {display:none;}
As a professional SEO article service I have witnessed a great deal of confusion, misunderstanding and downright idiocy when it comes to writing articles for the web, or content for websites. Creating effective SEO articles or search engine optimized content is not easy - yet so many people seem quite happy to take…
Possible Duplicate:
How to effectively do manual debugging?
Programming in a debugger is ideal. When I say a debugger, I mean something that will allow you to:
Pause execution in the middle of some code (like a VM)
Inspect variable values
Optionally set variable values and call methods
Unfortunately,…
How common are circular references? The less common they are, the fewer hard cases you have if you are writing in a language with only reference counting-GC. Are there any cases where it wouldn't work well to make one of the references a "weak" reference so that reference counting still works?
It seems like…
There are suddenly a number of strong alternatives to C# or VB. F#, IronPython and Iron Ruby are now joined by an open-source alternative called Cobra. Phil is taken by surprise at a language that is so intuitive to use that it is almost like pseudocode.
It may sound naive, but is there any programming language, or research thereof, based entirely on category theory?
I mean this as opposed to embedding CT concepts as an additional feature (like for Haskell or scala).
Would it be too abstract or too complex as an approach, or are there any known reasons that…
Possible Duplicate:
What are some good tools for introducing kids to programming?
Long-long time ago I had a great book by Frank DaCosta about writing adventure games in Basic, it had a great influence on me.
I would like to show the world of programming to my child too but I have two problems:
I…
After a new install of 14.04 I have quite a few extra locales/languages. Is this normal?
I installed using English (GB) I think since en_AU isn't an option. At some point apt offered a list of unused files which I removed. Now when I open Language Support it warns me that "Language support is not…
<b>Developer.com: </b>"The open source R language has been in use by statisticians to do data analysis, predictive modeling and visualization for over a decade. This week, R is set to undergo a revolution of sorts with a revamped commercial effort."
Which is more common, creating a new variable versus assigning an existing variable (field, array element etc - anything that syntactically uses the assignment operator)?
The reason I ask is that I'm designing a new language, and wondering which of these two operations should get the shorter syntax.…
I'm toying around with LLVM and looking at what it would take to make yet another strongly-typed language, and now that I'm around the syntax, I've noticed that it seems to be a pet peeve of strongly typed language to warn people that their constants won't fit inside a float:
// both in Java and C#…
The app I'm thinking of making would be little similar to fruit ninja. The app/ game would involve different types of animals flying straight at and you have to choose the right item to catch the animal before he gets to you. For example to capture a fish you would have to select the net and then…
With Oracle vs Google trial, it seems that Java is not entirely Open and free (as free software) as I expected. Although there exists completely free/open JVM, it's hard to know what is a copyright infringement with Java, and what is not.
So I'd like to know if there is a completely Open and…
If I take a program, and basically translate its source from some language to python, with some small changes, can I do a entirely my new lib or I have to make a "version" of the old one?
would this be a copy of the first or a new lib based in the ideas of the first?
OBS: Consider the…
This is not a question about which of the two languages is better than the other. I myself can't really decide. Pros and cons as always I guess.
Also, if you feel you always would prefer C over C++, this poll is not for you :-).
However, when I work in C projects I usually feel I'm…