A tag is a marker that represents a specific description in a markup language that is enclosed in angle brackets.
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 ...
0
votes
1answer
20 views
Delete all related records in another table when editing a record
I have 2 tables, one is news and another one is tags .
I store the tags of news records in tags table.
my tags table structure is :
id (int)
tag (varchar)
news_id (int)
in add/edit news form I have ...
0
votes
0answers
22 views
Out Of Memory while extracting tar.gz file using perl
I have a tar.gz file which is of around 60 MB and that file has a XML file inside it ...and while extracting the file I'm getting Out Of Memory! error ...
Below is the code I'm using for extracting ...
0
votes
2answers
47 views
adressing a “numbered” variable when moving slider, Objective-C
In my Mac OS X project I have a slider and a couple of "numbered" NSImageView outlets. Depending on the sliders value I would like to address the corresponding NSImageView for further actions.
...
1
vote
1answer
30 views
Character or Tag that Uses No Space
I've been searching for a character code or HTML tag to use in a div that takes up no space.
I don't have the option of hiding the div or masking the content, so I'm looking for any particular ...
0
votes
1answer
28 views
Insert script tag in Durandal
I am a bit struggling with what should be an easy task.
I want to insert a script tag inside a div tag. The problem is that Durandal (for a reason that I still need to understand) seems to ignore ...
1
vote
1answer
60 views
DIV tags changing size depending on content
I'm in the process of playing with HTML and CSS. I have the following at the moment:
/*Reset margins & padding*/
body, h1, h2, h3, h4, h5, h6, p, div, ul, li {
margin: 0;
padding: 0;
}
...
0
votes
1answer
54 views
Appending tags to a row in a MySQL db
I'm generally a front end developer (HTML/CSS etc) but currently getting my chops stuck into some back end development for a challenge. Please bear in mind I've only been doing this back-end thing for ...
0
votes
1answer
19 views
docpad plugin-tagging Why lists all the tags?
Why lists all the tags?
I use:
<div class="tags">
<ul>
<% for tag, item of @getTagCloud(): %>
<li><a class="tag_item" href="<%= item.url %>" ...
0
votes
1answer
53 views
For SafeHtml, Do we need to sanitize the “link” in <img src=link> tag, GWT?
I got a textbox that allows users to put image link (ex: http://abc.test.gif) & another textbox that allows user to put Alternate text (ex: "This is test.gif"), & a submit button.
When a ...
0
votes
2answers
29 views
detect from which recognizer a gesture is coming
I have 2 views: view with tag 1 and view with tag 2.
Each view has two gesture recognizers.
CGRect tempRect=CGRectMake(0, 0, 100, 100);
for (int i=1; i<=2; i++) {
UIView *tempView=[[UIView ...
1
vote
1answer
50 views
MagicSuggest add custom tags with HTML or jQuery code
I'm creating some input fields to insert search-tags (exactly same method as StackOverflow). It works great when the field is loading with no tags.
The problem is that i want to add custom tags to ...
1
vote
1answer
19 views
ASP.NET how to modify control id 'ContentPlaceHolder1'?
When I create a Gridview in ASP.NET, I set this control id "FactoryTable", but in browser html code, his id turn "ContentPlaceHolder1_FactoryTable"
Can I delete "ContentPlaceHolder1_" or modify for ...
0
votes
2answers
81 views
How to get a text field value from the form in PHP by using jQuery Tagit
I am using the JQuery Tags Plugin and when user enter some tags by comma separated then i want to get those tags after form submit by using PHP.
my coding...
<?php
...
0
votes
1answer
35 views
Searching for tags in Mongodb java
I have 3 different collections, with different content in my script:
image, audio and video.
In each element I put in the database, I add a tag.
When I am trying to search for the tags (of the files ...
0
votes
2answers
21 views
How to make the page load to an anchor tag?
how could I, or is it possible, to make it so when the webpage loads, the first thing it shows you is the part of the page, where the anchor tag is you want the person to first see.
Is it possible?
...
0
votes
1answer
69 views
Filter text from variable with jquery
I'm working with CKEditor and have created a Post button to post what the user types in the editor. I want the Post button to be disabled or enabled based on whether actual text has been typed in the ...
-2
votes
1answer
64 views
HTML IMG TAG Won't work in chrome [closed]
i have recently started a new website, and on my site when using img, they do not work on chrome, and only sometimes work on other browsers, but i have made previous sites and viewing them in chrome ...
-1
votes
3answers
76 views
How to remove all HTML tag exclude some tags [duplicate]
I creat a form and i want use PHP to remove all HTML tags but exclude some tags (<b>, <strong>, <em>, <i>, <p>, <br>, <ul>, <li> <ol>... (and some ...
-2
votes
0answers
39 views
Find text in source code with tags given [closed]
I have one question, I am doing some work but I am completely new at this. So this is the problem:
I have a source code of a website,and I need to get to the text for between some <p> or ...
-3
votes
0answers
23 views
best online audio file tag information provider/update like last fm api [closed]
I want a api like last fm for audio files tags update and coverart download for desktop application using fingerprinting. I am making commercial desktop application so need some api which support it.
...
0
votes
1answer
32 views
How to parse “invalid” nested XML tags
I'm trying to construct an XSLT file for an XML file like the following, which uses invalid nesting of tags:
<Page>
<Content>
<par>This content <i>contains</i> some ...
0
votes
0answers
25 views
Conditional Tags by mysql
I want to hide some content from viewers in some pages. So i created text field in admin CP. It works great for text and numbers. But when i put these tags" {ifnot code} Hide Some Text {endifnot ...
0
votes
0answers
17 views
Can I specify in wordpress which posts should be used in the next Mailchimp campagign?
Is there a possibility to set for example a tag, such that mailchimp knows, that it should use this specific post for the next campaign?
Or is there another way to implement this?
Thanks for any ...
0
votes
2answers
48 views
Wordpress: Get posts by tag where tag contains a name
I am working on a portfolio website with multiple artists, and each artist will have their own blog.
For each artist to have their own blog I decided for them to 'tag' themselves in posts that they ...
1
vote
0answers
42 views
How to use Tagedit plugin in Asp.Net
I want to add the Tagedit plugin in my project to add names to the textbox.
My requirements are:
1. The textbox should have autocomplete for existing names.
2. It should able to accept new names if ...
0
votes
1answer
26 views
How to create ctags only for c and h files in code
I have a compiled code. If i try generation the tags using the 'usr/bin/ctags -R *', it will include all the c,h,object files etc. So it is taking lot of time and also memory. Could you please let me ...
0
votes
0answers
40 views
Username, Password, Tag verification.
Can someone explain to me what's wrong with this code? My two goals are to show an alert if no tag was entered, or if a tag and password were entered, but an username was entered.
Basically, tag is ...
0
votes
3answers
37 views
Make quote begin at text, not at tag
I'm having some trouble getting my quote standing next to my text.
At the moment, the quotation mark is standing on the very left side.
Without centering the text, it works fine, but when I center ...
-1
votes
1answer
82 views
NFC apk in emulator [closed]
I am trying to run an NFC-enabled APK in Eclipse AVD. These are NFC payment apps that can load payment cards.
They can run in my Motorola HD Razr Maxx.
Is there a way to adjust the AVD to at least ...
0
votes
3answers
42 views
git: check out a tag, modify something, then tag it again
I feel like I should know this, but I'm getting confused.
I forked a repository on github. What I need is to checkout a tag (called 'v1.0.5'), modify a statement on a file, re-tag that state with a ...
0
votes
1answer
24 views
Read NFC into browser
First of all I would like to thank everyone beforehand.
I want to know if it's possible to write a plain text to a NFC tag,
and make the reader read it to an application?
Basically write number 0000 ...
0
votes
2answers
38 views
HTML Move DIV Tags Freely on the Page
This is kind of off the wall but is it possible to have a webpage where the user can move the content within DIV tags freely around the page?
The internet doesn't have much information about it but ...
1
vote
0answers
37 views
HTML tags IE9 not rendering properly
hi all i got a strange behavior .
i got this html structure in Chrome :
<div id=xxxx>
<div style="position:absolute;width:100%;overflow:hidden"></div>
<div id="id_xxx" ...
-4
votes
2answers
27 views
What's the meaning of the slash in the HTML tag? [closed]
Consider the following HTML code:
<img/asimpletest/onerror=alert('Error') src=test />
I'm very confused with the slash / in the code above. With the junk code /asimpletest/, the web browser ...
0
votes
3answers
25 views
Make text appear in tricolour or more
Does anyone know how to make a text appear in tricolour or more colours? Is it possible in PHP/HTML? By tricolour I mean horizontally not vertically. For more clarification horizontal means flag of ...
0
votes
1answer
52 views
php file_get_contents on 3rd party xml with a broken tag
$url = "http://example.com/get-xml.php"; // contains broken XML
$file = file_get_contents($url);
$xml = simplexml_load_string($file);
Message received when simplexml_load_string is called:
...
1
vote
1answer
34 views
How to add multiple objects into a ModelAndView?
How to add multiple objects into the ModelAndView in a controller in Spring MVC 3 ? Is that possible?
0
votes
1answer
56 views
The validator is not working - Spring MVC 3
I want to add a user to my database so i create a form with a validator but this one is not working, when i leave some feilds empty and i click on button submit nothing happend i just have this error ...
0
votes
1answer
45 views
Use DomDocument to replace all header tags with the h4 tags
I've used DomDocument to to GetElementById. It has selected a div. I need to replace all the header tags within that div with the h4 tag.
1
vote
1answer
62 views
What does actionURL tag do in Liferay?
What does the following code do in Liferay portlet JSP:
<portlet:actionURL var="editPromotionURL">
<portlet:param name="mvcPath" value="/edit.jsp" />
</portlet:actionURL>
...
0
votes
0answers
26 views
HTML5 Video tag not displaying video in any browser
Video displays inside dreamweaver, however when in any web browser i get the 'Your browser does not support HTML5 Video' i have inputted.
<video width="300" height="200" id="low" controls="">
...
2
votes
6answers
66 views
Calculate number of list items for each list separate and append
I'm trying something simple(?), to calculate the number of list items and append it to the list in the parent div. The problem is it is always taking the value of the last, as you can see the first ...
0
votes
1answer
54 views
wp page navi not working on tag.php
Im trying to add pagination to my tag.php file in wordpress, to get it working I used wp_pagenavi(). I have set the $paged variable but for some reason when I click on page 2 it takes me to a broken ...
0
votes
2answers
65 views
Accessible PDF: tab follows tag-structure
I have to create PDFs from ODT Files. I'm using this script: https://github.com/mirkonasato/pyodconverter
The PDFs must meet the following accessibility requirements:
1 .Document is marked as tagged
...
0
votes
3answers
52 views
what can go wrong with javascript if the attribute “type” is omitted?
what can go wrong with javascript if the attribute type is omitted ?
In other words, what can go wrong if I use the tag <script> instead of <script type="text/javascript"> ?
0
votes
1answer
60 views
Javascript inside SVG Image doesn't get executed
i've been trying to script an svg file that with some basic javascript.
to change the border color of an svg element ( a path ), using the event onmouseover(), but the problem i'm having is that the ...
1
vote
0answers
43 views
Sorting å, ä, ö - gets mixed with a / o
Using WordPress and PHP, I'm creating a list of tags on a site sorted by their first character,
<?php
$letters = range( 'a','z' );
array_push( $letters, 'å', 'ä', 'ö' );
foreach ( $letters as ...
0
votes
3answers
77 views
How do you replace an HTML tag with another tag in jquery?
I have a site I'm working on and it uses 'aside' tags, which I'm not getting IE8 to be able to read no matter what I try, even with an HTML5 Shiv. So, I'm wondering, how would you replace existing ...
0
votes
2answers
32 views
Need to parse out Numbered Tags data and group the data appropriately using XSLT
I got a great answer for the scenario I posted previously, but the solution didn't work (or at least I couldn't get it to work for the full XML file).
I need something that will keep my current ...




