The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
1answer
126 views

What is the difference, between a server and a mainframe? [closed]

To me, it seems as though "mainframe" is a somewhat dated term; is it simply an older synonym of "server," or does it server a purpose more similar to a cluster/supercomputer?
4
votes
3answers
200 views

What is the right HTTP method for upvoting?

From a RESTful point of view, what is the most appropriate HTTP method for the action of upvoting a forum post (like on StackExchange)? I would say POST for voting and DELETE for canceling vote, but ...
3
votes
5answers
205 views

Using 'new' in a projection?

I wish to project a collection from one type (Something) to another type (SomethingElse). Yes, this is a very open-eneded question, but which of the two options below do you prefer? Creating a new ...
3
votes
1answer
111 views

What is meant by a “First Class Protocol”

The Node.js about page describes HTTP as being a "first class protocol" within node.js. What does this mean? http://nodejs.org/about
6
votes
5answers
420 views

Why is semantic markup given more weight for search engines?

This question follows directly from the part of an answer of this question - Why would one bother marking up properly and semantically? . I would like to understand why SEO techniques gives more ...
46
votes
7answers
2k views

Why would one bother marking up properly and semantically?

Note that I (try) to mark up as semantically as possible because I like they way it looks and feels, but not because I'm aware of any other stunning advantages. The point of my question is to be ...
7
votes
7answers
353 views

Using empty subclasses to add to the semantics of a class hierarchy?

I was wondering whether using (almost) empty derived classes to give additional semantics to a class hierarchy was a good idea (or practice) ? Because a (not so short) example is always better than a ...
1
vote
2answers
286 views

How to create a Semantic Network like wordnet based on Wikipedia?

I am an undergraduate student and I have to create a Semantic Network based on Wikipedia. This Semantic Network would be similar to Wordnet(except for it is based on Wikipedia and is concerned with ...
8
votes
3answers
323 views

does one method overload an other, or are both methods “overloaded”

If i create this method public void foo() And then i create an overloaded version like this public void foo( string bar ) Do we say that the second functions overloads the first, or are both ...
3
votes
1answer
206 views

How are RDF and RDFS related?

I've been reading about Semantic Web technologies such as RDF/RDFS and "ontology", but was wondering how each of these are related? At the moment the terms all seem interchangeable, or I'm not ...
7
votes
2answers
161 views

RDF and OWL: Have these delivered the promises of the Semantic Web?

These days I've been learning a lot about how different scientific fields are trying to move their data over to the Semantic Web in order to "free up data from being stored in isolated silos". I read ...
61
votes
10answers
3k views

Never use Strings in Java?

I stumbled upon a blog entry discouraging the use of Strings in Java for making your code to lack semantics, suggesting that you should use thin wrapper classes instead. This is the before and after ...
0
votes
3answers
321 views

Insert grammatical mistakes in a correct sentence

I'd like to insert grammatical mistakes (not typo) in a correct sentence, to make a small game. For instance: My name is John -> My name are John He leaves the room -> He leave the room I ...
1
vote
1answer
39 views

Looking for an information system for collaborating on files metadata [closed]

I am looking for an information system which has the following features: upload files and add custom properties depending on file type (e.g., author, composer, painter, singer); support for ...
36
votes
11answers
11k views

What's the difference between syntax and semantics?

I've always thought that referring to the syntax of a language was the same as referring to the semantics of a language. But I've been informed that apparently that's not the case. What's the ...

1 2
15 30 50 per page