A tag is a marker that represents a specific description in a markup language that is enclosed in angle brackets.
2
votes
0answers
80 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 ...
2
votes
0answers
52 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 ...
2
votes
0answers
87 views
Soundcloud api: Geo Tag search not working
Geo search tags appear not to be working. I have an app that has been running for months with no changes. It broke recently and upon troubleshooting I found that geo tag search, both specific and ...
2
votes
0answers
81 views
Message Received When Attempting To Tag
I am receiving this message: "Your Request Couldn't be Processed: There was a problem with this request. We're working on getting it fixed as soon as we can." when attempting to tag something I posted ...
2
votes
0answers
107 views
Deploying Google Analytics original snippet and Tag manager GA in one page
I have a situation when in page already is Google Analytics snippet which sends data to one account (Not mine).
And I have inserted Google Tag Manager snippet whit Google Analytics on it with ...
2
votes
0answers
330 views
mp4 tag editing with java
I want to edit tags of mp4 video file in java.
I find out mp4parser on google code but there is no enough documentation for that.
What would be the best lib for editing mp4 video tags in java.
And is ...
2
votes
0answers
811 views
Can't tag friends on uploading photo to user wall - Facebook iOS
I'm having an issue on uploading photo and tag user's friend to Facebook user's wall. It returns unknown error
If I removed the tags param, it will work perfect.
This is the code I use to post photo ...
2
votes
0answers
58 views
library/platform for managing folksonomy?
I'm building an application that involves significant user and automated tagging of clothing.
The structure generally looks like:
[Category Tag]
exclusive=true
values=pants,shirt,shoe,tie,etc
So ...
2
votes
0answers
83 views
Search Tags acts_as_taggable_on rails
I have created an app where advertising banners can be saved to a database and tagged with attributes, for example the dimensions of the banner (for example 300x250).
This has all been done using ...
2
votes
0answers
57 views
Gtags to index global variables
I want gnu global to index global variables of the project.
Is that possible (without having to get into the source of gnu global)?
2
votes
0answers
171 views
How do you retrieve a photo or photos containing only one tagged user using either FQL or Graph API?
I have tried accomplish this using both FQL and the Graph API.
I began by trying this FQL call:
$fql = "SELECT pic, src_big FROM photo WHERE pid IN (SELECT pid FROM photo_tag WHERE subject = me())";
...
2
votes
0answers
166 views
Looking for a good Emacs C++ tagging
I have used emacs for the past 25 years. I don't use it currently since I cannot find how to tag effectively a large C++ code base.
I had to resort to slickedit just because of its superior tagging. ...
2
votes
0answers
648 views
Why when NFC reader send command APDU to get data ATS operation failed and function not supported
ACR122U Get Data
Get UID
< FF CA 00 00 00
ACR122U APDU Command
90 00
UID: 13 29 DF 97
Get ATS
< FF CA 01 00 00
6A 81
Function not supported
1
vote
0answers
71 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 ...
1
vote
0answers
61 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 ...
1
vote
0answers
40 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" ...
1
vote
0answers
54 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 ...
1
vote
0answers
87 views
What NFC reader is on my Android phone?
I'm am currently developping an android app for NFC and I encountered strange behaviors on different android phones. For example a galaxy SII plus have its NFC crash when in contact with a raw NFC-A ...
1
vote
0answers
84 views
The output I get from scrapy appears null
I am scraping data from a certain website. My scrapy crawled and scraped it but the output is null.
Here's my code:
from scrapy.spider import BaseSpider
from scrapy.selector import ...
1
vote
0answers
161 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
0answers
34 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
vote
0answers
58 views
Display tagged items in lists sorted by tags
I have tasks that have tags in this format:
Array
(
[0] => stdClass Object
(
[task_id] => 10,
[task_text] => Mow and fertilize,
[tags] => Array
...
1
vote
0answers
35 views
C# XML Documentation - Tag for refering to a resource image
I would like to know which is the tag used for XML documentation when refering to an application resource, ie, an image in resources.resx file. Which is the most correct way to do it?
For example, ...
1
vote
0answers
39 views
Feature: photo tagging as part of html code
Currently, in html, for images, we have attributes like: [alt,align,border,crossorigin,height,hspace,ismap,longdesc,src,usemap,vspace,width].
Source: HTML img tag. I was thinking about embedding photo ...
1
vote
0answers
198 views
Integrate menu from jQuery filtering plugin (Filtrify) into site menu
I need to create a way for users to parse db query results by multiple tags from different categories, and displays a legend with the number of matches next to the related menu item (similar to the ...
1
vote
0answers
89 views
How to control changes to tags in SVN server on Windows
We use VisualSVN Server 2.5.6 on Windows (important!).
Most of our SVN repositories have the standard structure:
/trunk
/branches
/tags
We want:
allow people to create new tags
forbid them to ...
1
vote
0answers
148 views
Click Button on Web Page programmatically/Get Element Tag Name using Android Browser
Let me start by saying StackOverflow has been a great tool for me as I learn Android development.
What I am trying to figure out is how to click on the ‘OK’ button when I am using the default Android ...
1
vote
0answers
199 views
Android application - reading all mp3 tags
As I see at MediaMetadataRetriever API, there are constants for the common tags.
In my app I want to read all the mp3 tags. In order to do this I use jid3lib.
When I tried to read tags without any ...
1
vote
0answers
112 views
tagthe.net API couldn't connect to host error
I was using the follow code to access tagthe.net API successfully, but doesn't work now:
$content = "some content";
// Build the URL
$url = ...
1
vote
0answers
160 views
Getting K2 extra fields and rating into the search results, generic.php
I try to show tags, item rating and exztra fields in the search results. I got tags to show, but i fail with rating and extra fields. Can somebody advice me or give a code example?
Here is the code to ...
1
vote
0answers
46 views
appfabric cache Put operation removes tags
It seems that tags are not preserved after a Put operation on the cache.
Can anybody suggest a workaround in order to keep tags after update of the cache?
1
vote
0answers
187 views
How to extract keywords (tags) from text
i am currently trying to implement a tagging engine in Java and searched for solutions to extract keywords/tag from texts (articles). I have found some solutions on stackoverflow suggesting to use ...
1
vote
0answers
64 views
PHP API YouTube Video Tags Not Retrieving
I am having difficultly retrieving video tags from a PHP YouTube video feed.
All video properties other than the video tags can be retrieved successfully.
Please help me and Happy New Years!
Part ...
1
vote
0answers
202 views
Struts custom tag
Good evening!
I'm using Struts 1x
I want to write custom tag, which depends on data, stored in struts form. Now I have such code:
<tr>
<td>
<nested:form ...
1
vote
0answers
48 views
Get attributes from tags in XML document
I have a XML file with this content
<?xml version="1.0" encoding="utf-8" ?>
<Bill_Spec DN="s" DP="68734">
<cash_Share CS="1391/01/01" CL="1391/01/31" CB="1000" CI="200" CD="100" ...
1
vote
0answers
325 views
Twenty Twelve display only Title and Meta for tag, category, archive results
I want to only have the post title and meta (cat, tag, date) to be displayed on the results page.
I have used this code posted by Esmi at wp-forums to partially achieve this.
<?php if ( ...
1
vote
0answers
28 views
Indenting Issue after ?> in Aptana Studio 3
The formatting is giving me issue in Aptana studio 3, this is what I want.
<?php
if (condition) {
if (condition) {
if (condition) {
if (condition) {
} else {
...
1
vote
0answers
33 views
How to use Numerical URLs Instead of slug for tags & Categories?
I have a question concerning both tags and categories, I'd like to change the url structure from
"Mywebsite/tags/TagSlug" & "Mywebsite/tags/CatSlug"
To "Mywebsite/tags/TagId" & ...
1
vote
0answers
89 views
replace function to stop decoding my html tags SQL
I have this code:
DECLARE @body nvarchar(max)
DECLARE @Query nvarchar(max)
SET @Query = 'SELECT TOP 1 @body = sbdp.bdParameters from P'+@InternalEntityID+'..SchedulerBatchDetailParameters ...
1
vote
0answers
226 views
OBJECT and IFRAME tag to embed html pages on same domain
I have researched this question in numerous places, but I cannot find a definitive answer.
The question in detail is:
I want to import other pages from the SAME domain into EITHER an IFRAME or OBJECT ...
1
vote
0answers
148 views
Parsing Through HTML tags in Objective C ( XCode )
I'm trying to get string from the following html code
<tr class="details">
<td>
07/11/2012 09:30
</td>
<td>
something
</td>
...
1
vote
0answers
52 views
FMJ,JMF civil, about a bloody headache
I am trying to write a java application that uses the web cam and i am just desperate
feels just like mission impossible
i got two webcams
they are recognized by ubuntu as follows
ls /dev/vi*
...
1
vote
0answers
362 views
Itemization in textbox with auto complete box (example, yahoo, hotmail email, TO fields) ASP.NET + jQuery
I want to create Itemization in textbox to get email name with id like hotmail and yahoo to fields
I know how to work with jQuery auto complete box, the only problem is how could I get Itemization ...
1
vote
0answers
104 views
Facebook API taggin photos work only in sandbox mode
I'm having a problem with the function of tagging the facebook API, I'll do a summary of the application that I am creating for you to have a better idea of what I need.
I am creating an application ...
1
vote
0answers
115 views
How to load an XML file with multiple same name elements into a database using an SSIS package
I am struggling to load the xml onto database having multiple elements in a single node :
Example :
<EMPLS>
<EMPL>
<ID>1</ID>
<NAME>ALPHA</NAME>
...
1
vote
0answers
248 views
Setup rails3 text_field for rocket_tag tag list
This is the first time I've tried to add a tags field to a form so bear with me.
I'm using:
rails 3.2.8
Postgres 9.1
rocket_tag 0.5.6
squeel 1.0.9
I have installed the rocket_tag gem and run the ...
1
vote
0answers
65 views
Reliably navigating to correct function definition with tags in Emacs
So I've been using Exuberant ctags with Emacs to navigate my way around a Linux kernel driver I'm trying to understand. I just spent a day debugging a problem which boiled down to me reading the ...
1
vote
0answers
136 views
Wordpress - add categories meta box to plugin page
I am developing a plugin in which, from a page that I created in the administration dashboard, I want to post some content. I already added a TinyMCE editor, but also I would like to add some meta ...
1
vote
0answers
226 views
Tag friends in photo using graph api “500 Internal Server Error”
I'm developing an app that should be able to upload photo to a Facebook page business and tag a user in that photo.
My problen is that the photo upload well but when I tried to tag the photo, it ...
1
vote
0answers
50 views
how can i add geotagging on my website's photos?
I have a small socialnetwork and I would like users can geotag their photo using foursquare as histogram. Is it possible to do this and how can I do this? I'm not a expert developer.


