A tag is a marker that represents a specific description in a markup language that is enclosed in angle brackets.
0
votes
0answers
16 views
Separating implementation from definition of a tag/element
I've a problem regarding the datastructure to represent a tag (for example HTML tag/element). On one hand I'd like to have my program keep a list of all supported tags and their supported attributes ...
0
votes
0answers
3 views
how to remove the #prettyphoto from the url
i m using prettyphoto media wordpress plugin(version 3.1.4).
its working fine for me but my problem is that when i click on any image and it opened in lightbox then there is some additional tag in url ...
0
votes
1answer
11 views
Check if exists and replace
$server['s']['name'] = "§4Hello world i'm §1Mafios_X";
//
$name = $server['s']['name'];
How i can check if in the $name exist $4 change it in < font color="red" > and close the < /font> tag ...
1
vote
1answer
10 views
Copy row with account_id=account_id1?
insert into user
(account_id, name, e_mail_addr)
select account_id, name, e_mail_addr
from user
where account_id='1';
How to copy row with id = id +1 and loop 100 times. It mean it will create ...
0
votes
0answers
13 views
Tags attribute in symfony2 service config
I am writing a service to handle AccessDeniedException and I found a way to solve it from Using Symfony2's AccessDeniedHandlerInterface
firewalls:
secured_area:
.....
...
0
votes
1answer
7 views
Synergy template won't run <script> code
While working on a project that uses the Synergy template from Themeforest (see http://themeforest.net/item/synergy-responsive-interactive-html-portfolio/3054099) I stumbled upon a problem.
In the ...
0
votes
1answer
22 views
How to create input-tags style just like this website's askquestion tags block?
I wan't to create a form with input .
U can enter what u want in it ,and u also can easy remove it.
Just like stackoverflow's ask question tags block.
what should i do!
what should i do
0
votes
1answer
12 views
How to tell when a user is making a tag vs a commit in Mercurial
I have a hook written for Mercurial. It uses the pretxncommit to make sure that the user includes an 'issue number' in their commit message. But sometimes the user may use the 'hg tag' command instead ...
-1
votes
1answer
27 views
Forward slashed removed in form id
I am using Struts2(2.3.14) and a forward slash character included in a variable created in the java server-side code is being escaped to _ after using it inside an struts form tag.
The code (jsp):
...
0
votes
1answer
17 views
address tag for seo help google?
does address HTML tag helps for SEO, it shows map when searching??
If it does, i need that for events website, so can i set address tag display: hidden, and seo will work fine?
<address ...
0
votes
2answers
30 views
XAML C# Tag to Double
I have a XAML file with a bunch of TextBlocks in them, and a button with a tag which contains the average of those values. The code for the button is this:
<Button x:Name="ltavg_button" ...
0
votes
1answer
27 views
Inserting text after specific tag
I have a text file comprised of different tags. I am able to find out if a specific tag exists within the document using the following...
Public Class Form1
Private Sub Button1_Click(ByVal sender As ...
0
votes
1answer
43 views
html tags on sqlite db
I'm italian and I'm new to android language. Please help me and forgive my very bad english.
I need to use html tags (like ) on my sqlite db.
I insert the words, but they are displayed like they are ...
0
votes
2answers
78 views
Sort array on key value
I have a function which sorts by name currently and an array of value / key pairs.
I wonder how can I pass the key on which sort is being performed so I can call same function every time like so:
...
0
votes
2answers
32 views
jquery - Facebook tagging
Is there a plugin that has similar behavoir like the Facebook tagging?
Whats so special about this, is that it features:
Autocomplete in between typed words
Special outputted html (which is synced ...
0
votes
0answers
9 views
Adding title tags to language folders in Joomla
How can I add a title tag to language folders in Joomla? I use the fallang option to translate all the pages but there is no place to be found to edit the title tag or meta tags of any of these page.
...
2
votes
2answers
39 views
What HTML tags to use to describe an image?
My typical image will have an event name (short text), a description text (longer text), and copyright text (short text) below it. I'm looking for the best tag use case. Don't worry about ...
-1
votes
1answer
15 views
Should tags in Google Tag Manager (GTM) Appear in Network Waterfall?
Recently we moved about 10 tags out of our home page source code and moved them into Google Tag Manager (GTM) to try and speed up our website. I could have sworn that the tags were not showing up in ...
1
vote
1answer
58 views
Powershell - how to set “title” in extended file properties
I'm trying to write a tagging system in Powershell. I would like to be able to set a 'tag' of my choice in a file for example by using the 'title' field as I don't use it. The files I'd like to tag ...
0
votes
0answers
32 views
PHP how to fetch Text with TAGS
i'm using PHP Simple HTML http://simplehtmldom.sourceforge.net/
I use this code, to change IMG links to shows up with fancybox script, it works, except that the var $full does return only plain Text ...
0
votes
1answer
16 views
iMacros: export error by missing tag to csv
i export data from a webpage to a csv with a fixed number of columns.
When a tag is missing, the macro ignores it and proceed to the next tag.
As result, this tag is also missing in the csv an there ...
0
votes
1answer
31 views
How to select a specific tag content inside li tag?
<ul id="listQ">
<li><txt>part01</txt><from>part02</from></li>
<li><txt>part01</txt><from>part02</from></li>
...
0
votes
0answers
35 views
Python HTML getElementsByClassName alike manipulate on file content
I have saved the source code of a page to a file using Sikuli. I need a "roundup" on a batch of matrix style placed elements. But I don't want to calculate dimensions between them. I want URLs to type ...
0
votes
2answers
23 views
Remove href links and label using html dom parser
First I am getting html of the web page and then I am removing href links which normally appear on the left or right side of the page (not in the page body). Href links are being removed but their ...
0
votes
1answer
35 views
What are those gmail's email placeholders in the “TO” called?
this may sound like a stupid question but I want to know what are those placeholders which we find in gmail's "To" box called?
They display the receiver's name with a close button on them.
In fact ...
1
vote
0answers
16 views
Center image within div
I've looked around and tried the suggestions to center an image, and it usually works just fine, but I've got a situation where something isn't right.
If you go to the test page:
...
0
votes
0answers
24 views
viewWithTag only updating last tag in set
I am trying to create series of labels with tags, then update the text. But, only the last label ever gets updated. How do I update a all of them, or a specific tagged label?
This example should ...
1
vote
3answers
51 views
How would I tidy this code into a loop in java?
public class TagHandler {
private final String START = "<START ";
private final String END = "<END ";
public String handleTag(String buf, String[] attrList) {
String ...
-1
votes
0answers
11 views
Loading images in RSS [closed]
Greeting
I have a question about load the images in RSS. for loading images in RSS, we can use the html codes in XML, but I want to know Is there any way to load the images by using xml tags for RSS?
0
votes
1answer
18 views
Batch add tags to posts via phpmyadmin - wordpress
How would I go about batch assigning tags to posts via phpmyadmin? I have a custom table in my database that contains the postID and one column with a comma separated list of keywords for each ...
0
votes
2answers
57 views
Replacing HTML String & Avoiding Tags (regex)
I'm trying to use JS to replace a specific string within a string that contains html tags+attributes and styles while avoiding the inner side of the tags to be read or matched (and keep the original ...
-1
votes
0answers
21 views
WordPress Custom Permalinks [closed]
I would like to set permalinks for WordPress as follows:
For single posts: sitename.com/%category%/%postname%/
For a list of posts in a category/tag combo: sitename.com/tag/%tagname%/%category%/
For ...
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
37 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
33 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
46 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
29 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
31 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
48 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
48 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
52 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
22 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
29 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
37 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
44 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
22 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 ...







