Tagged Questions

A tag is a marker that represents a specific description in a markup language that is enclosed in angle brackets.

learn more… | top users | synonyms (1)

311
votes
20answers
87k views

What do “branch”, “tag” and “trunk” really mean? [closed]

I've seen these words a lot around subversion (and I guess general repository) discussions. Myself I have been using svn for my projects the last few years, but I've never grasped the complete concept ...
129
votes
5answers
68k views

How to use git to download a particular tag?

I'm trying to figure out how do download a particular tag of a git repository - it's one version behind the current version. I saw there was a tag for the previous version on the git web page, with ...
82
votes
5answers
8k views

How do you recommend implementing tags or tagging

I've heard of a few ways to implement tagging; using a mapping table between TagID and ItemID (makes sense to me, but does it scale?), adding a fixed number of possible TagID columns to ItemID (seems ...
62
votes
11answers
65k views

What is trunk, branch and tag in subversion?

What is a trunk, branch and tag in subversion and what are the best practices to use them. What tools I can use for subversion in Visual Studio 2008?
56
votes
12answers
9k views

Database Design for Tagging

How would you design a database to support the following tagging features: items can have a large number of tags searches for all items that are tagged with a given set of tags must be quick (the ...
47
votes
10answers
3k views

What is the best way to compute trending topics or tags?

Many sites offer some statistics like "The hottest topics in the last 24h". For example, Topix.com shows this in its section "News Trends". There, you can see the topics which have the fastest growing ...
45
votes
4answers
8k views

Rename a tag in git?

Today I was looking through the logs for a project and realized that I fat fingered a tag name some time ago. Is there some way to rename the tag? Google hasn't turned up anything useful. I realize I ...
40
votes
3answers
52k views

How to properly create a svn tag from trunk?

I am creating my first project in subversion. So far I have branches tags trunk I think I immediately need to make branches singular and start over. Update branches is the norm. I have ...
39
votes
4answers
2k views

ASP.NET “special” tags

What is the official name for the "special" ASP.NET tags like this: <%# %> <%= %> <%@ %> <%$ %> I can't seem to figure out the conceptual or well known name for these, so ...
36
votes
4answers
9k views

Git commit against tag with no branch

If I check out a tagged version of my source code without creating a branch, Git indicates that I'm not associated with any branch at all. It's happy to let me make changes and check them in though. ...
34
votes
4answers
1k views

Opening/closing tags & performance?

This may be a silly question, but as someone relatively new to PHP, I'm wondering if there are any performance-related issues to frequently opening and closing PHP tags in HTML template code, and if ...
27
votes
6answers
801 views

How can I implement an “interesting tags” feature like that on Stack Overflow?

Check my other question with bounty: http://stackoverflow.com/questions/3436287/finding-similar-number-patterns-in-table I'm trying to implement an Interesting Tags feature. For reference, this is ...
26
votes
2answers
2k views

Optimal data architecture for tagging, clouds, and searching (like StackOverflow)?

I'd love to know how Stack Overflow's tagging and search is architected, because it seems to work pretty well. What is a good database/search model if I want to do all of the following: Storing ...
21
votes
15answers
1k views

What are some of the most frequently misused html tags?

What non-deprecated tags in html are commonly misused? How should they be used/what should they be replaced with? It would be awesome if we had some sort of guide to help people learning HTML. An ...
20
votes
11answers
3k views

What disadvantages are there to the <button> tag? (It seems there are quite a few problems with ie)

I started using a diagnostic css stylesheet, e.g. http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/ One of the suggested rules highlights input tags with the ...
15
votes
4answers
3k views

JSP tricks to make templating easier?

At work I've been tasked with turning a bunch of HTML files into a simple JSP project. It's really all static, no serverside logic to program. I should mention I'm completely new to Java. JSP files ...
15
votes
2answers
3k views

What tag schema(s) are the most efficient/effective?

http://www.pui.ch/phred/archives/2005/04/tags-database-schemas.html Stackoverflow's tag handling is among the best that I've seen so far. Does anyone know if it is a schema pattern I could get some ...
15
votes
7answers
5k views

What is the most efficient way to store tags in a database?

I am implementing a tagging system on my website similar to one stackoverflow uses, my question is - what is the most effective way to store tags so that they may be searched and filtered? My idea is ...
15
votes
12answers
2k views

HTML <head> best practices

There are <meta> tags and other things you can place in the <head> of your HTML document. What <meta> tags etc. and best practices do you make use of in your HTML document to make it ...
14
votes
6answers
593 views

POST vs post, GET vs get

I realize that both will work, but is one more correct than the other? <form method="POST" /> vs. <form method="post" /> Why use one or the other?
14
votes
5answers
2k views

What does “href” stand for in HTML?

I understand what the "href" attribute in the anchor tag (<a />) is for, but what does the "h" stand for?
13
votes
14answers
2k views

Is it something bad to use <BR />?

Is it something bad to use <BR/> tags? Why I ask this is, in our development team it was one of the first advices to me not use <BR/> but to use styles. But why? Are there some negative ...
13
votes
14answers
2k views

Will the <b> and <i> tags ever become deprecated?

(This is more of a curiousity question than any pending disaster :D ) So the <b> and <i> tags have been around since near the beginning of the web (I assume). But now we have CSS and many ...
13
votes
7answers
22k views

SVN pre-commit hook for avoiding changes to tags subdirectories

Is there anybody who has clear instructions on how to add a pre-commit hook that avoids changes to tags subdirectories? I already searched the internet quite a bit. I found this link: ...
13
votes
5answers
6k views

ASP.NET Control to HTML tag equivalent

I'm looking for a cheat sheet that will allow me to show an HTML designer the equivalent asp.net controls for standard HTML tags. As an example the <asp:Panel> will render as an HTML <div> and ...
13
votes
3answers
1k views

Tag hierarchies and handling of

This is a real issue that applies on tagging items in general (and yes, this applies to StackOverflow too, and no, it is not a question about StackOverflow). The whole tagging issue helps cluster ...
12
votes
5answers
4k views

How do I enable TODO/FIXME/XXX task tags in Eclipse?

In all my years of using Eclipse, I never knew until now that TODO / FIXME / XXX comment tags are supposed to appear in the task list. Apparently this is something that is disabled by default because ...
12
votes
4answers
3k views

What is the best 32bit hash function for short strings (tag names)?

What is the best 32bit hash function for relatively short strings? Strings are tag names that consist of English letters, numbers, spaces and some additional characters (#, $, ., ...). For example: ...
12
votes
5answers
11k views

How to enable PHP short tags?

I have a web application on a Linux server which starts with <? I needed to copy this application to a windows environment and everything is working fine except that an SQL statement is being ...
12
votes
5answers
33k views

JSP <c:out> tag

Writing a JSP page, what exactly does the <c:out> do? I've noticed that the following both has the same result: <p>The person's name is <c:out value="${person.name}" /></p> ...
11
votes
3answers
331 views

Designing a different kind of tag cloud

Rather than having a bunch of links that are all different sizes, I want all of my tags to be the same size. However, my goal is to minimize the amount of space required to make the cloud, aka ...
11
votes
3answers
2k views

An easy way to support tags in a jekyll blog

I am using the standard jekyll installation to maintain a blog, everything is going fine. Except I would really to tag my posts. I can tag a post by using the YAML front matter, but how do I ...
11
votes
1answer
1k views

Cannot commit a git tag

I probably did this incorrectly. I made some changes to a git repository and committed these successfully, pushing them to the central repository. I realise now that I want to tag the current ...
11
votes
4answers
3k views

How to design a database schema to support tagging with categories?

I am trying to so something like Database Design for Tagging, except each of my tags are grouped into categories. For example, let's say I have a database about vehicles. Let's say we actually don't ...
10
votes
5answers
1k views

tag generation from a text content

I am curious if there is an algorithm/method exists to generate keywords/tags from a given text, by using some weight calculations, occurrence ratio or other tools. Additionally, I will be grateful ...
10
votes
6answers
1k views

jQuery Tag Editor?

Is there any open source tag editor for jQuery that works like the tag editor in stack overflow? Thank you.
10
votes
5answers
2k views

Which browsers support the <embed> and <object> tags?

I am working on a department website that needs to be standards compliant (xhtml 1.0 transitional), but embedded flash keeps breaking the validation. We use the <embed> tag because we need to ...
10
votes
9answers
11k views

Span inside a or a inside span or doens't matter?

I want to nest span and a tags. Should I Put <span> inside <a> Put <a> inside <span> It doesn't matter ?
10
votes
2answers
2k views

<pre> tag in HTML with fixed width

I'm using the pre tag to display preformatted text (including line breaks, spaces and tabs etc.) But large lines without line-breaks are shown in one line and a scroll bar is added. I want to limit ...
10
votes
5answers
5k views

Strip all HTML tags except links

I am trying to write a regular expression to strip all HTML with the exception of links (the <a href and </a> tags respectively. It does not have to be 100% secure (I am not worried about ...
9
votes
2answers
146 views

why are end tags somtimes required and sometimes not?

very basic question, but i haven't found an answer for it... why do some html opening/start tags require a closing/end tag? for example, <script> requires a </script>, while <img> ...
9
votes
4answers
186 views

In git, how can I find the revision at which a branch was created?

UPDATE: example repository, https://github.com/so-gitdemo/so-gitdemorepo In the context of the github repo. How can I easily locate rev "b0430cee"? I know I can just look, but the real example that ...
9
votes
3answers
1k views

what's the difference between hg tag and hg bookmark?

What's the difference between a tag and a bookmark in Mercurial? I can't seem to find any discussion of how the two differ.
9
votes
4answers
503 views

Why should I care about lightweight vs. annotated tags?

I switched from Subversion to Git as my day-to-day VCS last year and am still trying to grasp the finer points of "Git-think". The one which has been bothering me lately is "lightweight" vs. ...
9
votes
6answers
359 views

What does <link> tag do besides including stylesheets?

I know that the HTML <link> tag is used for attatching stylesheets, but looking at the W3CSchools tag reference, it has many other values for the rel attribute. I've looked all over the place, but ...
9
votes
6answers
9k views

Turn off enclosing <p> tags in CKEditor 3.0

Is there a possibility to turn off the automatic enclosing of all written content within <p></p> in CKEditor 3.x? I tried CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR; but this ...
9
votes
6answers
664 views

php echo vs open&close tag

Just to clarify: The issues "echo vs print" and "double quotes vs single quotes" are perfectly understood, this is about another thing: Are there any reasons why one would prefer: echo ...
9
votes
2answers
1k views

How can I always know about all tags in Mercurial?

I don't use Mercurial, but i'd like to start, so i'm reading about it. The only SCM system i've used extensively is CVS. Most of what i've read about Mercurial makes sense, and sounds good. But i'm ...
8
votes
9answers
181 views

The essential difference among HTML tags?

Says the <b> tag make texts bold, but if assigned with CSS "font-weight:normal;" then it's absolutely like a normal tag. In the other side, <i> tag can be styled to display the text ...
8
votes
1answer
73 views

What's an effective library for suggesting keywords for content?

Currently designing a CMS for use on my website. I am wondering if there were any free libraries available for creating tags based on the content. Example I like trees. Trees are plants that have ...

1 2 3 4 5 47