Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
your_tag_here
- Page 1
Re: Best Approach for Starting a Linux-Based Home Automation Pro
Hardware and Software
Linux and Unix
2 Weeks Ago
by Dani
Huh? I'm referring to [these](https://www.amazon.com/Google-Nest-Temperature-Sensor-Pack/dp/B0D5J7G9J2/ref=asc_df_B0D5J7G9J2?mcid=eae5a49f4a903a8db2d8e80887222083&hvocijid=7880327826579386076-B0D5J7G9J2-&hvexpln=73&tag=hyprod-20&linkCode=df0&hvadid=721245378154&hvpos=&hvnetw=g&hvrand=7880327826579386076&hvpone=&…
Re: Anti-Hotlinking Script for WP on Apache (.htaccess) - Linkspam Prevention
Programming
Web Development
1 Month Ago
by Dani
CDNs such as Cloudflare offer hotlink protection via a toggle switch you could enable. But, yeah, the primary benefit of hotlink protection is that a website doesn't upload images to *your* site, and then include them in their own site without having to pay for the bandwidth of hosting the images. Just make sure that if you turn on hotlink …
Re: Tag Cloud Generators?
Digital Media
Digital Marketing
Search Engine Strategies
11 Years Ago
by jafrain_jaff
Tag cloud generator is a block to generate most popular keyword and the frequency of the website. It analyzes those keywords which user can type for searching the website through Google. And yes it is very reliable and I recommend you to go for: http://www.scotiasystems.com/keyword-tag-cloud/keywordcloud.php
Re: tag printing
Community Center
14 Years Ago
by fpsasm
tag, as in barcode? or as in a small piece of "paper" with a few characters?
Tag System
Programming
Databases
11 Years Ago
by 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 is the best way to implement such a tag system performance-wise(out of the following or…
tag <?
Programming
Web Development
12 Years Ago
by dourvas
hallo there i had built a bunch of webpages and they ve been working fine for months. yestarday i installed this website to another computer after i instaled easyphp 5.4.6 (Apache 2.4.2, mysql 5.5.27 and php 5.4.6). it seems that nothing is working as it should. after i debug my code i found out that the tag <?, that i used a lot, can not be …
tag system
Programming
Databases
18 Years Ago
by jboog
I'd like to add tags to my app. I have several different resources I would want to apply tags to, such as blogs, picture galleries and a few others. More efficient to add tag columns to each resource table or create a seperate table for tags that refrences each resource. I can't decide on the trade off. its a web app written in php5 and mysql5 I…
Re: tag system
Programming
Databases
18 Years Ago
by binaryten
[quote=jboog;316983]I'd like to add tags to my app. I have several different resources I would want to apply tags to, such as blogs, picture galleries and a few others. More efficient to add tag columns to each resource table or create a seperate table for tags that refrences each resource. I can't decide on the trade off. its a web app written …
Re: tag system
Programming
Databases
17 Years Ago
by dezignwork
I am in process of doing something similar for one of my web sites. I would add another question here for anyone to discuss. Is there a better design that allows to group tags so that they don't grow exponentially over time. Imagine tags like: tag, tags, the tags, tagg, etc. Any ideas? Tim
Tag Handler, HttpSessionBindingListener, Application Scope interactoin
Programming
Web Development
10 Years Ago
by sciwizeh
I'm trying to list currently online users on a pet project I'm working on. I've found a few ways to do it, but I'm having difficutly getting the one I chose to work properly. The basic idea was to use an HttpSessionBindingListener on the users information to add it to a list in the application scope, and remove it when the session was terminated.…
Tag archive page
Programming
Web Development
14 Years Ago
by reco21
Hello, I'm making a tagging system for a script. The tagging system is much like the one here. be it's not normalized like this one. It's a single table in my database with three columns. uid | id | name The 'id' field is not auto increment. It is a field which holds the corresponding tables unique id. Everything works well. I …
Re: Tag archive page
Programming
Web Development
14 Years Ago
by pritaeas
Problably something like: [code] $tag = $_GET['tag']; // tags.php?tag=php $query = "SELECT * FROM tags WHERE name='$tag'"; // slightly different, you know what should be here $result = mysql_query($query); if ($result) { while ($row = mysql_fetch_assoc($result)) { // output your data here. } } [/code]
Re: Tag archive page
Programming
Web Development
14 Years Ago
by pritaeas
I think you answered your own question already. A tags.php file should work just fine. You can get the tag through the URL. So, just make your tags clickable with an A tag, and point it to the tags.php?tag=bookreview
tag that shows hand on mouseover
Programming
Web Development
19 Years Ago
by hinde
I need a tag that doesn't go anywhere when I click on it but will show the little hand with index finger outstretched like I am hovering over the text teh tag applies to. I googled for a while, but could not find anything related to what I am looking for. I need this because I am writing a file that will execute a javascript function when I click…
Tag Remover
Digital Media
UI / UX Design
19 Years Ago
by ChandY5
I'm looking for a tag remover. What I mean by tag is all kind of stuffs u might find on a pic (written stuffs, signatures ...). I need it to view some pictures that contains tags (as I can't view them very well). It's for personnal use ^^ Thx for ur attention.
Tag Cloud - requirements
Programming
Web Development
15 Years Ago
by assaf
Hi I want to have a tag cloud on my site, and would like to know if there are free scripts for tag cloud and how much customization is involved (I'm a bit tech-challenged). Thanks, Assaf
Tag names for heading
Programming
Software Development
14 Years Ago
by techie929
How Can I fetch the tag name of the below xml file only once,without use of getElementByTagName. Like I have to display the XML as an HTML table.So the headings of the table would be COMMON BOTANICAL ZONE LIGHT PRICE AVAILABILITY I am getting tag name for all child nodes. How can I get it only once? COMMON BOTANICAL ZONE LIGHT …
tag printing
Community Center
14 Years Ago
by jlego
not sure where this should be posted. its a software / hardware suggestion question the company i work for has had nothing but problems with tag printers for as long as i remember (they print small tags that fit on jewelry, rings etc.). after hearing of the problems going and going, i wanted to do some research does anyone recommend …
Tag Cloud Generators?
Digital Media
Digital Marketing
Search Engine Strategies
11 Years Ago
by 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? The reason I'm asking this is for the input of tags in our Wordpress blog and/or …
tag error with the cloneNode in xml file
Programming
Software Development
10 Years Ago
by sing1006
I having a problem with the cloneNode tag problem. NodeList movielist = doc.getElementsByTagName("movie"); Element child = (Element)movielist.item(6); Element newNode = (Element)child.cloneNode(true); child.appendChild(newNode); newNode.setAttribute("id", "this is newnode"); code above …
Re: tag that shows hand on mouseover
Programming
Web Development
19 Years Ago
by tgreer
The last suggestion is the best. An anchor tag with the href set to "#" will navigate to the TOP of the page when clicked, which isn't quite the same thing as "go nowhere". Similarly, using an empty JavaScript is... well, silly, in my opinion. So I second IAMMATT's suggestion: just style a normal element, such as span, to …
Re: Tag Cloud - requirements
Programming
Web Development
15 Years Ago
by pritaeas
[url]http://www.lotsofcode.com/php/tag-cloud.htm[/url]
Re: Tag Cloud - requirements
Programming
Web Development
15 Years Ago
by assaf
[QUOTE=pritaeas;915403][url]http://www.lotsofcode.com/php/tag-cloud.htm[/url][/QUOTE] Thanks, it looks that is what I was looking for since it has MySQL integrated. I'll check it a bit more thorough later.
tag id after ajax call not visible by js
Programming
Web Development
17 Years Ago
by naju
i am using scriptaculous.js and prototype.js my ajax is returning following tags (text) [CODE]<p id="tobeedited4">one</p> (should manually select "two")[/CODE] and while calling the ajax it has [CODE] new Ajax.Updater('contact_div_edit',"./doit.php", {asynchronous:true, parameters:poststr,…
Re: tag id after ajax call not visible by js
Programming
Web Development
17 Years Ago
by naju
Thanks for everyone's follow-up i solved my funny problem ... i've should put the script tag along with the ajax return ... :D
Tag should be separated by comma and not space
Community Center
Meta DaniWeb
15 Years Ago
by ithelp
For example interview question is a valid tag but it can not be added in daniweb because of space .
Tag problems
Programming
Web Development
15 Years Ago
by nonshatter
Hey guys, I have been moving and testing my scripts on a different web server, but I am not getting the same results on both computers. Here is the code: [CODE] <?php session_start(); //THIS FUNCTION VALIDATES INPUT function VerifyForm(&$values, &$errors) { if (strlen($values['firstname']) == 0) { $errors['…
Tag CFAuthenticate is not supported in ColdFusion
Programming
Web Development
14 Years Ago
by lafalot
Hi all, We are migrating from Coldfusion MX to Coldfusion 9. Yesterday, we were able to access the cfadmin. Today, when I go to cfide/administrator/index.cfm, I get the following error: "Tag CFAuthenticate is not supported in ColdFusion" I don't use CFAuthenticate in any of my code. Can anyone help? Thank you!
Tag Alignment
Digital Media
UI / UX Design
14 Years Ago
by worldoflefty
Can you add and alignment feature to a <UL> tag so it appears at a top of a page? [CODE]<ul class=mainForm id="mainForm_2">[/CODE]
Tag clouds == Keyword Stuffing
Digital Media
Digital Marketing
Search Engine Strategies
14 Years Ago
by Dani
Do you think large tag clouds on a page can be considered keyword stuffing? Even if they are valuable to the end-users?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC