159 Topics

Member Avatar for
Member Avatar for delta_frost

I wish to implement a tag system for a gallery,I have a huge number of images and all of them are to be associated with one or more tags. The number of tags is also large,but not exceeding say 500,isn't constant.Tag texts may also be large in certain cases. What …

Member Avatar for delta_frost
0
246
Member Avatar for grafic.web

Hi, i would love to put the tag <span></span> inside my link, this is my link : @Html.RouteLink(menu.MenuName, "MagazineRoute", new { controller = "Magazine", menuid = menu.MenuId, menuname = menu.MenuName }) and this is how it should be : <a href='#'><span>Link text</span></a> I have to put the span tag inside …

0
130
Member Avatar for pritaeas

A while ago I explained how you could tag articles (see [this thread](http://www.daniweb.com/web-development/php/threads/387961/php-code-to-show-related-posts-on-a-blog)). Now you get a full working example. This code and the SQL script is also available on GitHub. The attached MySQL dump needs to be imported into your database, and you must update the credentials in the …

Member Avatar for aufche
2
906
Member Avatar for polarpandabear

Hello Everyone! I'm a return user to this community. I just want to ask some help regarding of my problem in my site. the problem is that some of my php files can't display some of my content in our website. I'm a main programmer in our team and in …

Member Avatar for cereal
0
466
Member Avatar for anku83

Here i have this code which read from a text file and fills the 2d array.Then calculates the sum of each column.I want all those column names whose sum is greater than 5 to be written in output file. /* * To change this template, choose Tools | Templates * …

Member Avatar for stultuske
0
240
Member Avatar for zentsang

OK... so here's the deal. I have tried multiple Google and forum searches to no avail. Maybe it's they way I'm searching but this is a last resort. I'm trying to have a page (HTML and Javascript mix) that a user can input a few lines of code into. Then …

Member Avatar for zentsang
0
6K
Member Avatar for rajendher

anybody please help me to read id3 tag information name : myfile.mp3 artist : singer album name : private album bitrate : 320 kbps year : 2014 length : 5:15 size : 5MB downloads : 50 i need like this . please anybody tell me. send me any links if …

Member Avatar for diafol
0
333
Member Avatar for davecoventry

I have a link in my web page: <div class="site-logo"> <h1 class="site-title"> <a href="http://10.0.0.201/wp/" title="Document &amp; Draft" rel="home">Document &amp; Draft</a> </h1> <h2 class="site-description">For power CAD users</h2> </div> The "site-logo" class is as follows: .site-logo{ display: block; text-align: left; color: #9FA32E; font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif; font-size: 42px; text-decoration: none; } I'm expecting …

Member Avatar for JorgeM
0
863
Member Avatar for Ambrish_1
Member Avatar for JorgeM
-1
209
Member Avatar for Iikeloa

Hi <form action="check.php" method="POST"> <input type="text" name="keywords" /><br /> <input type="submit" value="Save The Keywords" /> </form> I need the keywords to be links for example : when the member put : php,mysql it should turn like this in the database : <a href="#">php</a> <a href="#">mysql</a> so when I query the …

Member Avatar for diafol
0
249
Member Avatar for HoverportMedia

Hello everyone, I may not be no SEO expert (yet), but during my studies of SEO, I was wondering about tag cloud generators. The reason I question these tag cloud generators is one, are they reliable in any sense and if they are, what is the one you would recommend? …

Member Avatar for jafrain_jaff
0
325
Member Avatar for Fiorentino01^

Hi I am studying html5 and have a hard time understanding exactly how those tags function.Maybe I am used to the old div tags and cannot figure out what is going on. For example I look at a page made with html5 and css3.In the page there are 3 article …

Member Avatar for Fiorentino01^
0
280
Member Avatar for rpv_sen

Hi I need an help on showing related post in an website. i want to display my related posts with help of keywords column. Below is my database structure id int(12) title varchar(250) content varchar(250) image_path varchar(250) type varchar(250) keywords varchar(250) can any one please help me. Thanks

Member Avatar for dom246
0
301
Member Avatar for CoilFyzx

Hello good day. I am hoping to discover some free/trial software that will allow we to identify a printed/drawn symbol/sticker on images in a folder. I have taken a picture of a few pages from my notebook(handwritten). On these pages I have put stickers. Is there a software that allows …

Member Avatar for DM Galaxy
0
227
Member Avatar for mark.kj.125

Currenlty i have learned html5 and css3 from different sites no one give complete tutorials about everything and doesn't made me satisfied when i see uniques combinations of tags and and some that i don't know i totally get disappointed.People have done great work only with html and css and …

Member Avatar for best4earn
0
277
Member Avatar for rmad17

<%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> <html> <head> <title>Hello World</title> </head> <body> Hello World, <s:property value="name"/> </body> </html> I tried this code from an online tutorial. However eclipse says 'Can not find the tag library descriptor for "/struts-tags"' in line 2. Do I need to set …

Member Avatar for rmad17
0
270
Member Avatar for Violet_82

Chaps, I have a question about nesting elements. I am using bootstrap for a project I am working on, and for whoever didn't know that - I am one of those - in bootstrap buttons are `display:inline-block;` Now, I have this situation at the moment: `<p><button>My button</button> This button means …

Member Avatar for Violet_82
0
2K
Member Avatar for davidkroj

Dear All, How many tags we can use on single Page? Also please how we can analytize to which tag for content? Regards, David Kroj

Member Avatar for bhav123
0
226
Member Avatar for solomon_13000

The line appears as a red line in google chrome for the below tag: <hr width="1052" style="border: 1px solid #990000" color="#990000" size="1"> However when I view in IE it appears as a box with white filling but red border line. Did I miss something? Your help is kindly appreciated. Thank …

Member Avatar for Violet_82
0
240
Member Avatar for sciwizeh

Hello All, So I'm working on hand-coding a forum-like website, just for the experience, and I want to have a similar feature as you'll see above where a thread will have its ancestors linked: "Web Development > JSP > Parent traversal of tree-like Structure" I have several beans for different …

Member Avatar for sciwizeh
0
272
Member Avatar for ndeniche

Lately I have seen several threads that people have "tagged" as intended. Why is *tagged* in quotes? Because instead of putting *keywords* into the tags box, users are describing the question they're asking in the thread, and thus creating tags that look this way: **Time zone** `how` `to` `find` `frame` …

Member Avatar for ndeniche
0
389
Member Avatar for dhimanbiswas4u

sir i want to get data between to tag... example:(showing in my view source) <img class='stat_icon' src='/images/green.png'> **data to be extracted**</a> or like <input type=hidden name=timestamp value='**data to be extracted**'> for the first example i wrote like: Imports System.Text.RegularExpressions Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

Member Avatar for tinstaafl
0
268
Member Avatar for kumar89hitesh

how to postion tags fix like <p>,<div>. that could not move when i add some contents at same web page.

Member Avatar for annaharris
0
159
Member Avatar for theHop

I recently undertook a development job where i needed to create a music player. We decided that the music should be managed from soundcloud.com (let them deal with the storage band width). There was one problem. to make it work in ALL modern browsers there needed to be be at …

Member Avatar for theHop
1
242
Member Avatar for ptduran

Guys.. Is there any app(iOs/And) to find the specific location of a user ? Or is there a way I can find a specific location ? Please let me know.

Member Avatar for raavn111
0
221
Member Avatar for saadi06

Hi, I am habving problem with tcpdf library.I am using Version: 5.9.162.I have a table format structure and the user writes in the table format and add the data and creates the pdf but my pdf file is not creating as i wish to create them some of the data …

Member Avatar for diafol
0
1K
Member Avatar for singularity~

I'm trying to parse ID3 tags and I can't find any good documentation explaining the structure of the ID3 tag format. Does anyone know of a good source where I can find information on how to parse ID3 tags? I don't want to use someone else’s code; I want to …

Member Avatar for Momerath
0
222
Member Avatar for john.knapp

So when I attempted to tag an untagged article, I received a message about not having permission to delete existing tags - of which there were *none*.... Is this a feature or by design? Thanks, JK

Member Avatar for Dani
0
132
Member Avatar for eburlea

Hello. I want to get data from a table. I wrote the folloing JavaScript code: var homeTeam = document.getElementById('home').firstChild.data; The html code for the table is: <table> <tr> <td id="home"><span class='yellowcard'></span>Tottenham</td> <td id="away">Chelsea</td> </tr> </table> How is it possible to get the word 'Tottenham' in this case? My JavaScript code …

Member Avatar for Jimnto
0
17K
Member Avatar for shiv.hikumar

Display tag with strust2, tiles, export option to pdf, excel is not working in WAS7.Working perfectly in Jboss6.Below is error trace.

0
100

The End.