A tag is a marker that represents a specific description in a markup language that is enclosed in angle brackets.
0
votes
3answers
33 views
How to make HTML not render in a specific div? [duplicate]
I'm making a mini social-network type site, where poeple can submit questions/chat things to a php page, which adds that data to a database, then gets all the data from the database and puts it in its ...
0
votes
2answers
40 views
Grabbing Name attribute of Tags/Tag in Rally
I have been looking at the rally Object model, but I can't figure out how to grab the Name attribute of a Defect's Tag.
I made sure to include Tag and Tags in my fetch statement. I am storing all the ...
0
votes
3answers
37 views
Removing last comma in array when looping without turning it into a string
I have a set of tags that I stored in the database separated by spaces as a string. When I echo them out with php, I explode them and loop through them with a for loop.
My code looks something like ...
-2
votes
6answers
44 views
Outputting a PHP variable inside a HTML image tag. Syntax problems [closed]
I'm storing image names in a database and I'm trying to work out who to output them in image form when I'm displaying the database contents.
Currently I'm doing
echo $rank . " " . $row['name'] . " ...
-5
votes
2answers
48 views
How to replace all tags “<br>” (and its variants) by System.getProperty (“line.separator”)? [closed]
How to replace all tags <br> <br /> </br> <BR> </BR> by System.getProperty ("line.separator") in Java ?
Unfortunately this question can not help me
1
vote
1answer
31 views
XSL Rewrite a straight xml structure to nested xml
I've a XML structure like:
<TOP>top</TOP>
<HDR>header</HDR>
<LINE>line1</LINE>
<LINE>line2</LINE>
<LINE>line3</LINE>
...
0
votes
1answer
17 views
IE or Firefox not autoresizing
First off, I'm new to this and have been doing a lot of research, but can't find the answer.
I have set a div container at the top of my page to 100% width and 20% height.
I wanted to insert an image ...
0
votes
2answers
32 views
Wordpress if has tag or in category
<?php if (has_tag('abc') && (in_category('d')) { echo '<div class="xxx">' ; } else { echo '<div class="yyy">' ; } ; ?>
Im using the above but it returns an error, am i ...
0
votes
3answers
32 views
Beautiful Soup Child Tags Left Over After Extract
When extracting tags I don't want with the list comprehension there are still some tags that were supposed to be removed still there.
import requests, pprint
from bs4 import BeautifulSoup as bs
...
1
vote
1answer
50 views
Jquery not displaying UL or LI tags in html
I have a simple code:
//preview copy as it's being typed
$('#copyText').keyup(function(e){
$('#copyPreview').html($('#copyText').val());
});
when a user enters html - they can see a preview of ...
3
votes
2answers
52 views
regex java: how to replace a string in a generic between the start tag and end tag of a generic
In java, I have a string like so:
"bla bla bla bla [BACK] bla bla bla [bla bla [GO] bla bla bla bla [bla"
and I want to find a rule with the regex to replace start tag "[" with "(start)" and the ...
-5
votes
2answers
54 views
How to add html tags in a php
I'm new to php. Does not know how to use with expressions.
Here is a php code from search file of my site.
I want add html tags such as href, div, li, ul, etc. How could i do it?
...
0
votes
0answers
23 views
Retrieving formatted text from MySQL database
I send text from with html tags to MySQL database:
<p>Hello</p><br>
<h3>Header</h3>
But when I retrieve it from my database to my JSP page it looks like:
...
0
votes
1answer
32 views
How to read NFC tags to prevent system dialogs NFC starter list and Tags being displayed
I am working on NFC RFID Tag reading application that needs just to read NFC ID number and write it to EditText in some NOT MAIN activity. NFC reading is just one of hundred functions in that app.
...
0
votes
0answers
10 views
Sublime2 delete HTML tag with different values
I'm trying to remove all mc:edit="" tags from my files.
the values for each tag changes:
mc:edit="2-column"
mc:edit="question"
etc.
is there a quick way of doing this? I can't seem to highlight ...
0
votes
0answers
39 views
Why is my domain prefixed to the value of href of <a> and/or the url of window.Open()
Every so often (1/20) I use to have issues with the href value of a hyperlink being prefixed with my domain. Same goes for the url of window.open().
For example:
<a href="http://www.SomeURL.com" ...
0
votes
3answers
52 views
Intent not sending right data on next activity from ListView
I made one ListView with ImageView and TextView.
When I click on image then by using intent i pass Image uri and text to next activity.Now for first four cells of listView i am getting right data on ...
0
votes
0answers
26 views
Android webview how to start downloader with .mp3 file?
Here is my main activity,i want to change .mp3 to be download ,instead of audio
package com.djmaza.mobile;
import android.annotation.SuppressLint;
import android.app.Activity;
import ...
0
votes
0answers
9 views
Getting span content domDocument within html tags
I need to get the content within html tags. For example, given this:
<div id="hpage_latest"><p><div style="background:#F0F0F0;border: 1px solid black;padding:5px;"><p><span ...
-1
votes
2answers
38 views
PHP - Call echo script outside
I've got a real problem, I want to make an alert using PHP to call JavaScript, but my PHP is inside a textarea, is there anyway to echo out the script outside the textarea without moving the PHP code?
...
-2
votes
0answers
11 views
Tool for register values and tags [closed]
I would like to know if there is a tool that get, after each execution of an instruction in taindroid system, all current register values and their tags.
Thank you for your help
2
votes
0answers
65 views
Group php scripts as processes and display message
I found a little bit of documentation here: http://php.net/manual/en/function.posix-setpgid.php http://www.php.net/manual/en/function.posix-getpgid.php
But I really am not sure how to do this. I ...
-1
votes
1answer
33 views
Play framework 2 tag compilation error
I am new to Play framework 2 and I am trying to implement a simple tag supported by a Java class.
But I can not get working because I am getting a compilation error
compilation error on the browser
...
0
votes
0answers
33 views
Using Script Tags To Add Modules To Javascript
I'm need my JavaScript client to encrypt data with a public key sent by the server. Nothing is built in for JavaScript to do this, so I have to add modules that allow this capability. This is my ...
0
votes
2answers
23 views
Labels created with jquery not responding
when I create an html tag, for example:
$j('#edit-gen').append("<a class=reloadInput href=javascript:void(0)> change </a>");
$j('.reloadInput').click(function(){
alert("test");
});
...
0
votes
0answers
19 views
Check for Transform ID SVG
I'm parsing an SVG file. Sometimes, the 'transform' ID (under the <g> tag is part of the file, and sometimes it isn't. I want to check to see whether the tag exists and if it does, grab the ...
0
votes
0answers
9 views
How do I allow f.ex Color-tags while using preg_replace?
I've been working on how my users could be able to use BB-codes (html-tags) at their public profile. I'm currently using preg_replace, and it's working fine. Tho' now I want them to be able to use ...
0
votes
1answer
25 views
LinkedIn RSS Feed(s)
Does any one know if there is a posibility to get LinkedIn searches, updates, shares etc. via RSS or any other API? I need a feed or something like that to use on a campagne website.
I'm looking for:
...
0
votes
1answer
57 views
android nfc - mifare classic 1k Increment operation tranceive failed
I want to store an integer value and increment or decrement it with API function.
I have readed the card with an utility and this is the content of block 5:
It seems that there is not any value ...
1
vote
4answers
136 views
WordNetSimalarity in large dataset of synsets
I use wordnet similarity java api to measure similarity between two synsets as such:
public class WordNetSimalarity {
private static ILexicalDatabase db = new NictWordNet();
private static ...
4
votes
1answer
131 views
jquery search in table and tag data [closed]
How do I do this?
I have html and jquery code for type and filter table data (http://jsfiddle.net/tutorialdrive/YM488/) , and type and tag data in same input box,
but i want to merge both.
I have ...
-4
votes
3answers
81 views
0
votes
1answer
24 views
Issues with text / links within <div>
I've been looking around and can't seem to find anyone with the same issue on here.
I'm rather new to CSS3, and I'm not sure what's up, but the text and links aren't working and you can't highlight ...
0
votes
1answer
47 views
Get index from text using PHP [duplicate]
This question is a continuation of my previous question:
Check tag & get the value inside tag using PHP
I have a text like this :
<ORGANIZATION>Head of Pekalongan ...
0
votes
1answer
68 views
Adding a new element to a collapse navbar (Bootstrap)
So I have a navbar in Bootstrap. (The navbar is also collapsible).
Inside the navbar, I have several different buttons.
I'd like to add more elements to one of the buttons that also serves as a ...
0
votes
0answers
45 views
Anchor tag in iframe via fancybox
I am using fancybox to open an iframe and scroll to an anchor tag but apart from IE where it works perfectly, all other browsers are not consistent and stop in a different place that not the anchor.
...
0
votes
0answers
11 views
How are the StackOverflow tag descriptions assimilated? [migrated]
I can't seem to find anything on SO about SO's tag system, and I was wondering how SO programmatically creates the descriptions linked to each tag. I noticed that there are a few descriptions (if not ...
2
votes
1answer
34 views
RegEx like conditional statements (with tags)
I have 12 images and I wanted to check if they were all invisible. So I would have to check if they were either hidden or if they just had no content in them. Rather than check if each one was hidden ...
-1
votes
0answers
47 views
Combine Bootstrap Typeahead with Tag Manager
i'm using bootstrap typeahead with some custom code from this site.
http://fusiongrokker.com/post/heavily-customizing-a-bootstrap-typeahead
i'm using the second example where you select from the ...
2
votes
1answer
40 views
Can git list the tags that occur between two particular commits?
Is there a way to get git to list all the tags that were added in between two commits? That is, only show me the tags that appear between point A and point B.
0
votes
1answer
37 views
How to display only specific part of the_content(); text?
Is there any way how to trim content and only display text within h2 tags in wordpress?
I am trying to display only a specific part of post content on my specific page not the whole of it. The ...
1
vote
1answer
24 views
Get specific tag from api code
I want to get the IMG SRC tag from the following code:
<pod title="Scientific name" scanner="Data" id="ScientificName:SpeciesData" position="200" error="false" numsubpods="1">
<subpod ...
0
votes
0answers
47 views
Struts 2 w/ Hibernate 4 property tag issue in result jsp
I am trying to forward a string (resultado) that comes from a Hibernate List (result)
the HQL and listing goes well, and then i fetch a result (that answer is one siple row , i even selected a ...
0
votes
0answers
7 views
Number of photo annotated with a given tag
I need to compute the number of occurrence of a given tag in the Flickr website
It is possible to know via Flickr API Number of photo annotated with a given tag ?
2
votes
0answers
34 views
What is the correct usage of HTML table-related elements? [closed]
There are many ways to build tables in HTML, but I wonder: what is officially correct?
List of all the elements:
<table>
<caption>
<colgroup>
<col>
<thead>
...
0
votes
0answers
14 views
Wordpress tags with more used in posts
I can sort wordpress categories with more post counts by this code:
$args=array(
'orderby' => 'count',
'order' => 'DESC'
);
$categories=get_categories($args);
foreach($categories as ...
1
vote
0answers
51 views
Oracle SQL: Find {tags} in a sql string
I have SQL strings that my users write. They look like:
SELECT Name, Age from Users WHERE Name LIKE '%a%' AND {UsersWhere}
On the oracle server side when such an SQL is to be executed I want to ...
0
votes
1answer
22 views
How to get content of the meta tag of a webpage
I am trying to read the content of a meta tag of a secure web page. But finding it difficult as the properties are not the general one like name, author etc. If their is any way possible please tell.
...
-1
votes
1answer
23 views
Does jQuery added alt text affect SEO? [closed]
I wrote a short jQuery script to add alt text to A tags using their title attribute values.
var anchors=$('a.className');
anchors.each(function(){ //CYCLE THRU EACH SUBCAT ON PAGE
var ...
1
vote
2answers
25 views
What happens to files in folder when you switch tags using Git?
I have a folder with a git repository on my computer. When I checkout the latest code I am able to see all the newest files and changes. If I want to go back and look at a previous tag, I run the ...





