6
votes
1answer
90 views
What use does the *tag* attribute have in C#
Hey everyone,
I've been working with C# for over a year now, and I was wondering what other functionality the tag attribute has of a control, till now each .net control I've used …
0
votes
1answer
49 views
What is the most commonly-used version control system with support to tagging/labeling?
Actually I'm using VSS, but I was wondering if there is another tool for version control with support for labels/tags (the subversion implementation doesn't count:). What are you g …
2
votes
5answers
70 views
Automatically pick tags from context using Python
How can I pick tags from an article or a user's post using Python?
Is the following method ok?
Build a list of word frequency from the text and sort them.
Remove some common wor …
0
votes
3answers
19 views
Displaying list of categories and tags in Wordpress
I'd like to display a list of categories and tags, that are picked manually. So I'd pre-define what categories and tags are to be shown.
So there'd two blocks in the sidebar:
Maj …
3
votes
4answers
112 views
Anyone familiar with <center>?
I see this in a website for the first time of life.
Is it supported by all browsers?
2
votes
4answers
131 views
linq query for tag system - search for multiple tags
Hi
I have two tables, Tags(tagid, postid, tagname) and posts(postid, name, ...)
now i want to make a query that returns me all posts that have a generic amount of tags.
like: i wan …
0
votes
5answers
126 views
Splitting a string in C#
I was wondering if somebody could help me use string split to get all occurrences of text in between <p> </p> tags in an HTML document?
3
votes
14answers
319 views
Is it something bad to use <BR />?
Hi,
Is it something bad to use <BR/> tags? Why I ask this is, in our development team it was one of the first advices to me not use <BR/> but to use styles.
But why? …
0
votes
0answers
11 views
Embed font into PDf file by using iText
Hi,
I defined a tag map, and got a xml data file. I want to convert the xml data file to PDF by using iText. The question is how to embed fonts (e.g. polish font, chinese font) in …
1
vote
1answer
31 views
alternative to Tag in asp.net
What is the alternative to winforms-style control.Tag in asp.net?
For example:
ListItem li = ListBox1.SelectedItem;
Product prod = (Product) li.Tag;
How can I rewrite this …
0
votes
1answer
40 views
Unknown language identification
Hi all!
I'm currently working with a dead network application that received packets for a chat.
I checked that it received text like this one:
hi there! {c:0000FF}foo{/c} senten …
2
votes
2answers
55 views
Re-insertion of <script> tags
Insertion of a file's tag, thus executing the file's code.
Removal of the file's tag.
Insertion of the same file's tag.
Firebug does not seem to acknowledge and does not show …
0
votes
3answers
52 views
add id to li a using jquery
Hi all,
I'm looking for something that will allow me to add an id tag to the 9th li a tag in my list.. I'm not even sure if it's possible?
Here's the code:
<ul id="p7menubar …
1
vote
2answers
51 views
What is the keyboard shortcut for jumping to the matching tag in Visual Studio 2005?
When editing HTML in Visual Studio, is there a keyboard shortcut for jumping to/from the matched html tag in much the same way that you can do so with matched brackets?
I've alrea …
0
votes
2answers
53 views
iphone - Get dynamically created UITextField by tag
I add a UITextField to a table cell dynamically in my app. I'd like to implement a "backgroundClick" method to dismiss the keyboard if the user presses outside the textfield (and o …
