-1
votes
1answer
25 views
Google Semantic results question
http://www.google.co.uk/search?q=mark+zuckerberg+crunchbase
Guys, check out that search, in particular the first result's url. Crunchbase.com > People, and thus the people links t …
3
votes
11answers
186 views
What are the benefits of using semantic HTML?
Hi,
Are there some noticeable outcomes in terms of performance or other aspects to follow semantic HTML?
Thanks
0
votes
0answers
11 views
how to use jquery’s semantic tabs without the div switching functionality?
I need to have the tabs as rendered by jQuery's semantic tabs (semtabs) but without the functionality that shows one div and hides the others.
Is there a simple way to prevent t …
2
votes
3answers
33 views
Tools available to do semantic analysis of text
I'm looking for code or a product or a service to do semantic analysis of text (sentences and or paragraphs) to categorize the text by general topic, e.g.
Finance
Entertainment
…
0
votes
3answers
58 views
Set of books about Natural Language processing, Semantic Analysis and Data Mining.
So i´m starting to write my thesis of my master, next semester (should be done before june), i already have the theme, and i need to write the state of art till february.
The main …
0
votes
2answers
35 views
Using semantic MediaWiki for tabular data
Am I completely off-track to think about using Semantic MediaWiki to store (and organise, report on, etc.) 'tabular' data such as financial transactions or weather readings that wo …
4
votes
4answers
119 views
Semantically Correct HTML Checkbox lists
I've got an HTML checkbox list that I would like to display in the following format:
Click all that apply:
Title A Title B
Option 1 …
2
votes
1answer
105 views
make emacs semantic auto complete tip “always on”
Hello,
I have just installed cedet (CVS version) and I am now playing with in emacs and my C++ source code.
Regarding the auto complete, I can invoke the tool tip and the menu fr …
0
votes
4answers
31 views
Aggrivated unexpected T_ELSE in small PHP function
Hello,
I have a very aggrivated unexped T_ELSE on the last else in this function.
function QueryPeople($stringQuery, $table, $max, $cmd) {
$con = mysqli_connect("localhost"," …
24
votes
22answers
947 views
How do you make wrong code look wrong? What patterns do you use to avoid semantic errors?
Ever since I first made the mistake of doing an assignment in an if I've always written my ifs like this:
if (CONST == variable) {
to avoid the common (at least for me) mistake …
0
votes
6answers
219 views
CSS, nested divs & margins vs. padding
i totally understand the box model. this question is more about trying to pin down a semantic methodology regarding when to use margins and when to use padding.
here is a typical …
2
votes
4answers
142 views
a language for semantic analysis ?
hello gurus,
background:
- there are formal languages for expressing programming language valid lexicon and syntax
- such representations (e.g. regular expression and context-free …
4
votes
2answers
114 views
How do array semantic initializers work in C#?
in C# 3, initializers were added. This is a great feature. However, one thing has me confused.
When you initialize class, you typically have to specify the member variable or pr …
0
votes
4answers
109 views
standard Xhtml- div vs li.
Hi All,
I need ur suggestion in the following scenario.
Lets say I have an UI something like
Col1 Col2
A D
B E
C F
Now to get this right now in my HTML I am using ..lik …
0
votes
4answers
256 views
RDF integration with C#
Hi,
Im working on a project where i had been asked to do a senmantic search. The senario is, a database with a table containing 3 information, Doctor Name, Patient Name, and Date …
