-
Marked Solved Status for Donation question
I sent a donation a week or two ago but never received an acknowledgement. Years ago I made one as well and received notice the $ was received. Is there … -
Marked Solved Status for Maybe I misundertand "New Message Email Notifications"
I have it set to Daily Digest yet I get near instant alerts on posts I am watching. Maybe broke, or it's just me. -
Revoked Solved Status for Maybe I misundertand "New Message Email Notifications"
I have it set to Daily Digest yet I get near instant alerts on posts I am watching. Maybe broke, or it's just me. -
Stopped Watching c# how to insert item and subitem in listview ?
hi guys i am a new of programming and new of c# i try to learn it , i try to understund how work a listview , i have a … -
Began Watching c# how to insert item and subitem in listview ?
hi guys i am a new of programming and new of c# i try to learn it , i try to understund how work a listview , i have a … -
Replied To a Post in Any one owning a website here?
I do! I do!! -
Began Watching Any one owning a website here?
How many have websites here or own websites here? -
Replied To a Post in How to develop a website on Magento?
DaniWeb doesn't have a lot of tutorials, really. We are mostly a chat community offering both group and one-on-one chat. If you're stuck with something, in particular, in terms of … -
Began Watching How to develop a website on Magento?
Or maybe you have some tutorials how to migrate from WP to Magento? -
Began Watching How to install a download counter in my code
I have a download section in my index.php that I'd like to add a download counter to but have no idea how to accomplish this. The existing code works perfectly … -
Replied To a Post in How to install a download counter in my code
Your code `<a href="<?php echo "/{$file}";?>">` is a link to the actual .iso file you want them to download. Instead, you want to create a new page such as download.php?file=123 … -
Replied To a Post in java script to python
What is blynk? What is servo? -
Replied To a Post in How to code an image button on a contact form
Oh nevermind. I see the question has been marked as solved. -
Replied To a Post in How to code an image button on a contact form
Did it work? -
Replied To a Post in can you convert it by Java please?
What language is it currently in? What is it supposed to do? -
Began Watching can you convert it by Java please?
class Node(object): def __init__(self, data): self.data = data self.nextNode = None class Queue(object): def __init__(self): self.head = None self.tail = None self.size = 0 def enqueue(self,data): self.size += 1 newNode … -
Replied To a Post in java script to python
What does it do? And what would be the advantage of converting it to Python? -
Began Watching java script to python
how would one convert this to python? var unlockedState = 1000; var lockedState = 2200; var motorPin = 14; var buttonPin = 4 var ledPin = 17 var blynkToken = … -
Replied To a Post in Hi everyone, I'm linkstore
I think the difference is that W3C is a validator ... the markup is either correct or it's not. All these other tools are just providing suggestions to optimize browser-side … -
Replied To a Post in Hi everyone, I'm mycontentstore.com
And what's wrong with that?? https://www.youtube.com/watch?v=1hvaeHllwtw https://www.youtube.com/watch?v=fnx-SqMYknI -
Created Cookie www subdomain
What is the difference between setting a cookie domain to `www.site.com` vs `.www.site.com` when I want to limit a cookie to the www subdomain? -
Began Watching Cookie www subdomain
What is the difference between setting a cookie domain to `www.site.com` vs `.www.site.com` when I want to limit a cookie to the www subdomain? -
Replied To a Post in Hi everyone, I'm linkstore
You know what ... I actually thought about it some more, and I realized there actually are tools that can be used to test each different component of a site. … -
Replied To a Post in Hi everyone, I'm linkstore
> What paid tools do you like? I have no recommendations to offer because I've never used any. I just know they exist because I've come across landing pages or … -
Replied To a Post in Hi everyone, I'm linkstore
The best way I could describe it would be if this were C++, and there was a GTMetrix for your code that basically resulted in: * We detect you are … -
Replied To a Post in Hi everyone, I'm linkstore
Tools such as GTMetrix can be used to make improvements, so suggesting that people use it to check their site and look into the suggested recommendations is not bad advice. … -
Replied To a Post in Hi everyone, I'm mycontentstore.com
Hi and welcome to DaniWeb!! -
Began Watching Hi everyone, I'm mycontentstore.com
Hi everyone my name is mycontentstore.com I am a professional writter and an author at mycontentstore.com -
Replied To a Post in Hi everyone, I'm linkstore
> So beyond that how can folk automate site checking for other than valid code. As in items that matter. I don't know of any free tools, but I have … -
Replied To a Post in Hi everyone, I'm linkstore
I put a lot more weight in the W3C Validator because it's either valid code or it's not. Using a compiled language as an analogy, W3C Validator checks for parse … -
Replied To a Post in Hi everyone, I'm linkstore
I just plugged DaniWeb's homepage into GTMetrix and we got a C grade for browser caching just because we aren't caching the Google Analytics tracking pixel for an extended period … -
Replied To a Post in Hi everyone, I'm linkstore
I dunno, rproffitt. I don't really put a whole lot of weight in those things because they are soooo cookie cutter. For example, he got dinged because "There are 5 … -
Began Watching Hi everyone, I'm linkstore
I have just designed this web: https://linkstore.com.vn/ -
Replied To a Post in Ticket reservation...
Is this a homework assignment? -
Began Watching Ticket reservation...
What is the c program for airline ticket reservation system using file handling? -
Replied To a Post in Introduce Myself To All
Hi there! Super nice to meet you. So sorry I didn't see this forum thread until now. Welcome!! -
Began Watching Introduce Myself To All
I am skilled in Core PHP, JavaScript, Mysql, Ajax, HTML, CSS, jQuery and Codeigniter and having 4+ years of experience in Web Development. I have very vast knowledge in dynamic … -
Edited Replace XML value with batch file
Hi, Can anyone advise on why the following code does not replace an XML value? It seems the code does not bring up any known errors as such and when … -
Replied To a Post in How to code an image button on a contact form
Try `<input type="image" src="images/button_send-email.png" alt="Email">` You can see according to [W3](https://www.w3.org/TR/html401/interact/forms.html#h-17.4.1) that `type="image"` creates a graphical submit button. -
Began Watching How to code an image button on a contact form
My contact form starts with: <form id="form1" method="POST" action="mail.php"> I'd like to replace the last line in my contact form: <button type="submit" value="Send" style="margin-top:15px; margin-left: 500px; text-align: center;">Send Email</button> with … -
Replied To a Post in Hello there, this is about me
Here we were the first county in the US to go into "shelter in place", which essentially means you're confined to your home 24/7 unless it's for a life-sustaining reason. … -
Replied To a Post in Hello there, this is about me
Nice to meet you. I wrote DaniWeb in PHP. I’ll check out your game a little later. I actually just recently woke up and am just surfing the web in … -
Began Watching Hello there, this is about me
My name is Leon de Groot. I'm from the Netherlands (the best country in the world to live in). I started "programing" when I was 10. That's 14 years earlier. … -
Replied To a Post in Change PW via RDP
Try Ctrl+Alt+End instead of Ctrl+Alt+Del. Does that work? Good luck. -
Began Watching Change PW via RDP
Is there a way to change a host workstation password using RDP? -
Replied To a Post in Hi everyone, I'm Lilimae
LOL. Few words, indeed. -
Began Watching Hi everyone, I'm Lilimae
Java -
Marked Solved Status for php validation in contact.php sending me back to index.php on error
The validation section of my contact.php page is sending the user back to my index.php instead of staying on the contacts.php page so the user can correct the reported error. … -
Replied To a Post in php validation in contact.php sending me back to index.php on error
I'm marking this question as solved. In the future, click the Question Solved toggle :) -
Replied To a Post in Nested Array - MVC
I'm going to try formatting your query: SELECT * FROM coupon c INNER JOIN coupon_customer cc ON c.coupon_id = cc.coupon_id LEFT JOIN coupon_store cs ON c.coupon_id = cs.seller_store_id LEFT JOIN …
The End.