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)

0
votes
0answers
44 views

Remove some not need Meta tags in Product page (Magento)

In my Magento store in product page only i have problem with meta tags. There is 3 meta tags under robots meta that i don't need! See image: http://i.imgur.com/4UdiMdG.jpg How to remove them and ...
1
vote
1answer
28 views

Generate list tag and object tag in jaxb

I want to generate list tag and object tag in jaxb. I have two classes. @XmlRootElement(name = "firstclass") class Firstclass{ List<secondclass> secondclassList = new ...
0
votes
1answer
49 views

HTML5 Image and Text are not inclined in the same place

I am learning HTML5 and I need some text along with the image . Image should be come on the left side and text should come on the center . what I am trying to do is I created a div layout into that I ...
0
votes
0answers
23 views

Show tags in a post Tumblr

I'm using the tumblr-in-link widget 1.0 (by gayspirit) to show some posts with a specific tag. What i'd like to do is add the tag to each post title, for example: Some Related Posts: "Post ...
0
votes
1answer
33 views

Why does “git tag -l” return different listings for my coworker and me?

My colleague created a tag for a particular version of our code. He named it "x". Today, I wanted to get "x" for myself, so I did git tag -l. As a result I got a listing of "y". I asked him to ...
1
vote
1answer
40 views

How to structure SVN Repositories?

I have a problem with my SVN structure. How can I implement the "best practices" in the next case? I have the following subdirectories: SYSTEM/ /trunk /branches /tags ...
0
votes
1answer
23 views

deleting article does not delete its associated tag in ruby on rails

I have implemented blog where I have many to many associations between article and tag. When a article is crated, it would have one to many tags. When I delete article from my application, it does ...
0
votes
1answer
37 views

Add after_save callback for tag gem model to update tire index

I have a posting model that has tags using the rocket_tag gem class Posting < ActiveRecord::Base attr_taggable :tags def tag_list self.tags.join(",") end def tag_list=(new_tags) ...
0
votes
0answers
16 views

Select photo_tag from friends

Recently I deleted many photos from my profile but I did not untag myself first. Now I have 100 photos active, though my profile says that I have 700. It seems that it still counts the photos of my ...
0
votes
1answer
32 views

Inserting echo inside echo on php

I try to call an echo inside the shortcode. The line of code is like this: <?php echo do_shortcode('[audio src="<?php echo $audio; ?>"]'); ?> The complete code is like this: <?php ...
0
votes
0answers
22 views

Getting the total number of search results for a word

To measure the normalized Google distance between to words x and y as described in this formula I need to count the total number of search results for both x and y The Google search API is ...
0
votes
0answers
56 views

Matching content between tags from RSS and inserting each match into an array - perl [SOLVED]

I'm not sure how else to word what I want, so I'll just use examples for what I have and what I want. I have: my $rss = ("<item><title>this is a test title</title></item> ...
0
votes
0answers
12 views

Error editing elements in editable region of page created from template

Im using dreamweaver CS4 and I have designed a "about us" page from a template, then later decided I wanted a blog on this page and so it became a .php. Now, I'm not sure if that has anything to do ...
0
votes
0answers
21 views

WordPress - producing a list of posts filtered by category and then tag

I am working on appswoo.com . If someone is in category iphone 5 wallpapers and click on a tag (sweet), only those posts should be shown that are in iphone 5 wallpapers category and has tag (sweet), ...
0
votes
1answer
94 views

JSON Exception : JSONObject xxxx is not a JSONObject

I want to use this class https://code.google.com/p/ext-c/source/browse/trunk/src/nz/ac/vuw/ecs/kcassell/similarity/GoogleDistanceCalculator.java This is my code (my object is to compute pairwise ...
-3
votes
1answer
56 views

Get Html H2 tag id value

I want to get h2 tag id value in the edit mode. Because if DetailsHeader is blank then I have to display error message. <div class="modal-header"> <h2 class="tc_pageheader editableName" ...
-1
votes
0answers
64 views

Implementing tagging functionality like facebook app on android

I am trying to implement facebook android app like tagging User Experiance. My question is how to show the name of the person being tagged in the post at the end of the textview such that when the ...
0
votes
0answers
8 views

Is there any implementation of Flickr Context Similarity or Normalized Google Distance?

I need to measure semantic similarity between two tags The best way is to use the FCS (Flickr Context Similarity) as my tags are associated with images crawled from Flickr . This document show how ...
0
votes
2answers
43 views

What to use instead of tags for accessing/identifying uiviews [closed]

This is more a conceptual question and I would really like a thorough answer. I read a few times in different places that accessing/identifying uiviews by tags is a cheap way of doing things, and/or ...
0
votes
0answers
46 views

HTML - Custom [code] Tags in textarea

I would like to make my textarea format so that, if the user entered [code], it would output gray background in between the two [code] [/code]. I'm using this for a comment box. I've already blocked ...
0
votes
3answers
34 views

Html Form Action; are HTML tags added to the url page?

You know how in HTML you have input forms specifying the action: <form action="example.php" method="get"> First name: <input type="text" name="fname"><br> Last name: <input ...
0
votes
1answer
38 views

PHP XHTML self closing input not working

I MUST do this page in XHTML1.0 Strict. I try for hours now to get an input tag like <input type="text" />. In the developer console of Firefox & Chrome it kicks out the slash. ...
0
votes
1answer
43 views

Dynamic filter bar using tag links in tumblr

I have 10 links to 10 TagPages, when clicked they take you to a page with all the posts with that tag. That’s easy enough. I’d like to know if its possible to stack more than one tagged post in a ...
0
votes
1answer
74 views

displaying related articles according to tag in ruby on rails

I am trying to show related articles on show page of article. When user views any particular article, all related articles in db should be displayed on that page ( in right side bar) according tag( as ...
1
vote
0answers
98 views

spring security jsf/facelets tag library no tag “authentication”

I'm new to spring security. I use the JSF Framework too. In the xhtml page I use spring security tags. This one works : <sec:authorize access="hasRole('ROLE_USER')">HOHO</sec:authorize> ...
1
vote
1answer
209 views

NFC tags unique ID

I'm developing a system including NFC tags and Android phone , using unique ID of NFC tags . But don't know what is the differences between 4 types NFC tag . I've found this : "NFC-compatible ...
-6
votes
1answer
44 views

@Tag() notation in java [closed]

I was going through a java code where I saw a tag @Tag(6). Please explain the meaning of the same.The code imports the following package and the tag has been used on top of a field of a class. import ...
0
votes
0answers
104 views

Processing struts2 tags in freemarker templates

I have a requirement to process freemarker ftl file on server side and return back the HTML to the client. I would like to know if it is possible to process freemaker template having struts tags in ...
1
vote
0answers
31 views

Is there a better way to do it? ( Mongoid + TaggableWithContext )

is a few days I'm trying to learn how to use MongoID and I found myself faced with a problem: there is a better way to do this? Group.find_by(name: params[:group]).subgroups.tags.each do |l| ...
-1
votes
2answers
36 views

(Drupal) Trying to set mouseover images, yet Drupal mangles it with garbage code. How can I resolve this?

Good morning, Stackoverflow! Fairly simple question - I'm trying to set up mouseover images on Drupal, and I provide this again, fairly simple image tag: <img ...
1
vote
3answers
88 views

Canonical way to work on Option elements in Scala

As an example, I want to apply a function f: (Int,Int) => Int to two elements of type Option[Int]. My thoughts were something like (a,b).zipped.map(f), but this yields a List, and I want to get a ...
0
votes
0answers
95 views

Is there an app, website, or any way to search all tagged Facebook or Instagram photos of someone?

I would like to find a way to search all tagged Facebook or Instagram photos of someone? I have found many ways to search hashtags and topics but that is not what I'm trying to do. I want to search ...
1
vote
1answer
22 views

Trying to create a hyperlinked “hashtag” when inputting text in a text box

I'm creating a website where users will be posting text. One of the text boxes on the "posting" page is for tags/hashtags. A user will type in this text box "#food" or "food", but as soon as they hit ...
0
votes
1answer
68 views

HtmlAgilityPack and php tags

I'm trying to make out, make changes and save the document with HtmlAgilityPack. But if a document contains php-tags, they go bad when attempting to save. Regular expressions do not want to use, there ...
1
vote
2answers
50 views

Printing values from tag select option

I don't know why, but when I click the print button, the print preview always shows the the first option on the tag select option as an example : testingprint.html <!DOCTYPE html PUBLIC ...
0
votes
0answers
82 views

Could not add one or more tag libraries (in jspx)

I get the following error when I try to visit the configured indexpage: /WEB-INF/JSP/index.jspx (line: 6, column: 67) Could not add one or more tag libraries This is a part of my web.xml //... ...
-5
votes
4answers
89 views

Correct way to insert div tag on php [closed]

I create a code like this and works perfectly. <div class="custom-thumb"> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"> <?php $thumb = ...
0
votes
0answers
49 views

Unknown action The action 'create' could not be found for FlickrController

Hi there I am trying to incorporate the Flickr API onto my website. I am following a tutorial from here http://showmedo.com/videotutorials/video?name=ruby5MinuteFlickrInterface&fromSeriesID=29 ...
0
votes
1answer
42 views

WebMatrix SendMail additional headers

I need to add the following tag to my outgoing emails: {"X-MC-Template", "testheader"} the code i currently use to send emails is: var header = new[]{"X-MC-Tags:test"}; try { // Send email ...
2
votes
0answers
36 views

Surface SDK TagVisualizationHostAdapter internal crash

We're working on a SUR40 application that supports tags. But sometimes we get a strange and hard to reproduce crash inside the TagVisualizationHostAdapter when moving a tag. We have a ScatterView that ...
0
votes
3answers
62 views

how to display all articles published under a tag in ruby on rails

I am trying to show all articles published under a tag( currently, tags are displaying on article index page). I can fetch all tags on article index page. But those tags are not have any article with ...
0
votes
5answers
57 views

separate words like tags php

I want to separate words from 1 line. I tried this with my following code: $tags = 'why,what,or,too,'; preg_match_all ("/,(.*),/U", $tags, $pat_array); print $pat_array[0][0]." <br> ...
0
votes
0answers
38 views

How to get content from XML file filtered by attribute?

I have the following XML file structure <test> <aTag key="Peter">Pan</aTag> <aTag key="Paul">Paulsen</aTag> <aTag key="Mary">Me</aTag> </test> ...
0
votes
1answer
25 views

HMTL Page Text search and navigation without pre-embedded tags

I'm looking for ideas/solutions for the following scenario: I'm a website developer that is given 150'ish HTML pages from a 3rd party who update and re-issue the html pages from time to time. Im ...
2
votes
1answer
28 views

Zope (ZPT) overlapping tags

I try to create an open div tag condition and close a div tag in another condition with TAL in a Zope Page Template but I'm not allowed to overlap tags. Here is my code : <div ...
1
vote
3answers
62 views

Split XML based on Tag values

Hi I have an XML and I want that to be split into multiple XML's based on a tag value inside it. Example:- <HEADER> <ROOT> <TAG1>ABC</TAG1> ...
0
votes
1answer
44 views

Tagging and sorting core-data, many-to-many

I'm trying to create a tag based sorting system. So far I have a many-to-many relationship between 'tag <<->> movies'. What I want is to be able to sort the movies different in different tags. ...
2
votes
3answers
93 views

Is effective usage of hashes of changing audio (mp3) files possible

I'm going to create a music library program, easy. Storing the information, easy. I previously looked at another music library made in c#, the guy claimed that even if you move the file, on ...
0
votes
1answer
77 views

Application launched by Action Main (from AAR) instead of Ndef Discovered

I'm trying to launch my application by scanning a tag, but the intent I get is the action Main and not the Ndef Discovered as I would like. Here is my code I use to write the NdefMessage : ...
2
votes
3answers
71 views

How to append Img to Img in html or javascript

Hello I am trying to make status bar, which I add some image after previous image. Let me explain it clear. I have two image(gif). Guess white 10x10px and black 10x10px. I use this tag <Img ...

1 2 3 4 5 82