tags

Can you help with a regular expression or function to remove HTML encoded tags?

I need a regex or function that can remove the ENCODED HTML tags from a database record. I have text in a database that is being stored (from TinyMCE) as encoded HTML. The code has the 'less than'; and 'greater than'; tags encoded. I would like to remove all the encoded tags and HTML and just leave the plain text and spaces only. ...

Modifying tags in a web app. Best practice.

Is there an efficient way for a system to update tags for an item when presented side-by-side in a text box, similar to StackOverflow? In my web app, individual items have tags and I am using a link table between a tags table and the items table to keep some normality. Database schema are discussed here: http://stackoverflow.com/questi...

How do I use version control tags?

I have developed a kind of brochure website template that I base most of my clients' websites on. The template and derived sites are stored together in a Subversion repository. Bleeding-edge (but stable) code lives in /trunk; and each website has its own branch, to make customization easier. Now that I'm approaching a 2.0 release, I feel...

Central tag repository ?

Thunderbird tags my email, Flicker tags my images. I use the same tags and have to repeat them for every webapplication that I use, I'm too lazy for this. Is there any remedy for this ? ...

XSLT : Merge duplicate scenario

Hi, I have an XML like this <ContractInfo ContractNo="12345"> <Details LastName="Goodchild"> <Filedata FileName="File1"/> </Details> </ContractInfo> <ContractInfo ContractNo="12345"> <Details LastName="Goodchild"> ...

ASP.NET "special" tags

What is the official name for the "special" ASP.NET tags like this: <%# %> <%= %> <%@ %> <%$ %> I can't seem to figure out the conceptual or well known name for these, so I'm having trouble searching for more info. As a bonus, can anyone give me a quick rundown of all of the possible "special tags" and what each one of them does (or ...

Fetch fields from a table that has the same relation to another table

I'll try to explain my case as good as i can. I'm making a website where you can find topics by browsing their tags. Nothing strange there. I'm having tricky time with some of the queries though. They might be easy for you, my mind is pretty messed up from doing alot of work :P. I have the tables "topics" and "tags". They are joined usi...

Tag library?

What is the purpose of having tag library? Though we have the basic tags available which makes our work very simple, what is the reason to have a struts-html.tld. Though we can call and use the bean easily through usebean, setProperty and getProperty tags why we have struts-bean.tld. I am a newbie, so kindly clarify my doubts.. Thanks i...

SAXException: bad envelope tag

I'm trying to connect to a webservice https protected through a webservice client. Eclipse generated a stub based webservice client and looks nice to me. The problem comes when I try to call a method from the webservice: String a = (String)webservice.userProfileServices(xml); I'm also using the following SOAP headers: esgGateway...

Scalable Database Tagging Schema

EDIT: To people building tagging systems. Don't read this. It is not what you are looking for. I asked this when I wasn't aware that RDBMS all have their own optimization methods, just use a simple many to many scheme. I have a posting system that has millions of posts. Each post can have an infinite number of tags associated with it. ...

how to add tag suggestion functionality to my blogware?

I am creating a blogging functionality to my website running on a cms. My requirement is this: When a person has written an article, he must automatically provided with 'suggested tags'. These words must come from the article. How can I implement this functionality? I thought some ideas. Like: Suggest words which are the longest. Us...

Why is it common to create toolbar with tag <UL> and <LI>?

I found that quite a few "toolbar" in web page is implemented with HTML tag UL and LI with style "float:left". Fore example, with the help of FireBug it is easy to find this pattern in http://www.yahoo.com/. Is there any reason for that? I don't think that UL and LI are invented to create toolbar. ...

Why IMG tag of HTML renders null on Firefox ?

<html> <body> <img id="j_id58" width="800" border="0" height="400" src="c:/test/tmp/imageEE3A7BA3F55BC67061FD778F1B0136D6.png"/> </body> </html> Why does this not render any image when I open it on firefox but does it on IE 6? ...

Escape tags in html

What are escape tags in html? are they &#34; &#60; &#62; to represent ", <, > And how do these work? Is that hex, or what is it. How is it made, and why aren't they just the characters themselves? ...

Is there a Visual Studio shortcut for replacing the beginning and ending tag name in XAML/XML/HTML at once?

I want something similar to this post but with Visual Studio. This would be very helpful when editing XAML, XML, or HTML. For instance: <StackPanel> <Button>I'm A Button</Button> </StackPanel> If I start changing the 'StackPanel' tag, I want to automatically change the end tag to match (say if I switch it to a 'Grid' instead). ...

What is trunk, branch and tag in subversion?

What is a trunk, branch and tag in subversion and what are the best practices to use them. What tools I can use for subversion in Visual Studio 2008? ...

Delphi: How to tag photos the way facebook does.

I need a way to tag photos in a Delphi desktop application the way Facebook does it. That includes some way to easily add the tags over the people, and then hovering the mouse over the person in the photo to show the tag. The two suggestions in the answer given to: "Delphi Components for Face Identification and Tagging" don't solve th...

iPhone: How do I capture the "tag" of a view I am touching

I am having trouble determining the tag of the view I am touching. I have a scrollview and subclass-ed it inorder to capture touch down events (I have pictures on the subview). However, I need to determine which picture I touched down. I want to determine that .tag of the subview, but I am getting random results (mostly tag 0). Whats t...

extract title tag from html

I want to extract contents of title tag from html string. I have done some search but so far i am not able to find such code in VB/C# or PHP. Also this should work with both upper and lower case tags e.g. should work with both <title></title> and <TITLE></TITLE>. Thank you. ...

What's the best way to search GitHub?

The search feature on the site seems pretty awful. Are there any external sites that do a better job of categorizing projects with tags, etc? Or maybe I'm just not using GitHub correctly? ...