-
Began Watching Rude replies while helping
I can't really understand how some people are thinking , the are inexperienced ok but what do they think ? . This thread has nothing to do with me , … -
Replied To a Post in Rude replies while helping
> One idea would be to have back the "Read this before posting" thread in top of each category. We determined after many years that no one read that :( -
Began Watching Some things I miss about the old layout
It's cool that you are constantly developing Daniweb, but I feel that it's time to mention some things that I feel are missing since the last overhaul: 1. Can't easily … -
Replied To a Post in Some things I miss about the old layout
Hi, I'm really sorry you feel that way. Obviously your donations have been extraordinarily appreciated. That being said, why can't someone give *just* PHP help, by just checking out questions … -
Began Watching SEO Optimized
Hello, I wonder how to create website with seo optimized? Thanks in advance. -
Replied To a Post in SEO Optimized
Huh? I'm confused by your question. Just how to have a website that is SEO friendly? There's thousands of things ... there's a whole industry around it. Do you have … -
Created About Dazah
I wrote an About page for Dazah today, and was really hoping to get some opinions and feedback. https://www.dazah.com/welcome/about Thanks so much in advance!! -
Replied To a Post in Abusive website
> If you cant find the cause, can you maybe just remove the url from that post? That would at least solve the issue for our site. From my perspective, … -
Replied To a Post in Abusive website
I still haven't, I'm really sorry. I can't find anything in our logs that is showing that we are attempting to retrieve your site, and the databse query is not … -
Replied To a Post in Unanswered and Self-Answered Threads
I've also seen many times where a newbie will mark their own new thread solved because they don't realize what the button means. -
Replied To a Post in Could not update my profile
Temporary fix: YYYY-MM-dd format Sorry! -
Edited Common Issues with MySQL and PHP
## Contents ## Overview 1. Alternatives to Deprecated mysql_* Functions 2. SQL Injection: What to do with $_POST and $_GET variables 3. How to Insert Tablenames and Fieldnames Properly 4. … -
Replied To a Post in Some things I miss about the old layout
Or just click in the search box while anywhere within the Web Development forum, and PHP will be one of the choices to come up. -
Replied To a Post in Abusive website
We've been going back and forth. Seems to be a bug on my side but I can't get to the bottom of it. -
Replied To a Post in Quotes not displaying in profile/posts page
It was me. :) The little quotation mark icons at the beginning and end of the quote are broken now though. But at least it's not gone. -
Replied To a Post in MySQL Foreign Keys
Incidentally I tried adding a semi-colon at the end of the UPDATE statement (before the END) but that didn't seem to work either. :-/ -
Replied To a Post in MySQL Foreign Keys
I have no experience with triggers. I did some Googling and came across something like this: CREATE TRIGGER members_username AFTER UPDATE ON members FOR EACH ROW BEGIN update posts set … -
Replied To a Post in MySQL Foreign Keys
That seems more like what I need then. P.S. Any advantages to a normalized database vs denormalized for an extremely read-heavy, write-light database? -
Replied To a Post in MySQL Foreign Keys
But how do you tell it that the username column should update? My database is denormalized. -
Created MySQL Foreign Keys
Funnily enough, I have absolutely no experience with MySQL foreign keys. I'd like to change that :) My database schema is rather complicated, and I have a lot of work … -
Replied To a Post in "This date appears to not be formatted correctly." Bug
[Looks as if Firefox doesn't support HTML5 date picker](http://stackoverflow.com/questions/17292910/html-5-datepicker-in-firefox) Time for me to come up with a backup plan. -
Replied To a Post in Change the username of a deleted account
Yes. -
Replied To a Post in Change the username of a deleted account
What is the username in question? -
Replied To a Post in Change the username of a deleted account
Hi, Unfortunately I don't have the ability to go into a deleted user's profile in order to make the change. Deleted profiles are entirely inaccessible. -
Replied To a Post in Abusive website
I've sent you a private message. You should be able to reply to it. -
Replied To a Post in Abusive website
Hi, Firstly, you can choose to disable ads from within your member settings. Secondly, we don't have any cron jobs running 25 after the hour that attempt to request any … -
Replied To a Post in Where did the General Chat went?
1. Newbies do not have the ability to make up tags ad hoc. They can only use existing tags. 2. The new tag picker I think does a good job … -
Replied To a Post in Quotes not displaying in profile/posts page
Darn CSS columns are really causing me trouble. -
Gave Reputation to Reverend Jim in The future of DaniWeb
Some of us (especially the dinosaurs) have to be dragged, kicking and screaming into the future. I was put off by the sudden change to the new UI but with … -
Replied To a Post in "This date appears to not be formatted correctly." Bug
Yeah, you should be seeing the HTML 5 date picker as opposed to a standard form textbox. My research indicated that nearly all people have web browsers that support the … -
Replied To a Post in Where did everything go?
I fixed your formatting by adding a blank line beneath each quote. This is how Markdown works. It's not unique to us nor unique to our recent design change. -
Replied To a Post in "This date appears to not be formatted correctly." Bug
Try YYYY-MM-dd (Sorry, are you using an older web browser?) -
Replied To a Post in 1$ Donation
Ddanbe, I think he's asking about DaniWeb's donation system. You can donate $1 or more *per month*, and every question you start (unlimited questions) as long as you are an … -
Replied To a Post in Moderator, Sponsor, Team Colleague, Featured badges gone
> There's room next to the rep count (or is that rap sheet?) Not at all resolutions. Perhaps I'll do a username in bold or something, but that's not necesarily … -
Replied To a Post in Moderator, Sponsor, Team Colleague, Featured badges gone
I can never win. Either people yell at me for having signatures too big with badges taking up too much room, or people yell at me for trying to condense … -
Replied To a Post in Where did the General Chat went?
https://www.daniweb.com/tags/geeks-lounge -
Replied To a Post in Where did everything go?
We needed to move away from just being another regular ole forum because forums have been dying for years. We needed to innovate to keep relevant. We've now essentially transformed … -
Edited I need help with my flash hidden files
Pls, i need to locate my flash drive content , the flsh drive contains some of my softwares but i cant see its contents whenever i open the drive. Kindly … -
Replied To a Post in UI inconsistency
I changed the name just the other day from Web Applications because people were thinking it was for web development related questions. I forgot to flush the cache. The Forum … -
Replied To a Post in Is there a "Favorite Tags" list we can make?
You can also type C# into the top search. -
Edited Codeigniter/JQuery
What is the best practice for including JQuery in Codeigniter? I've tried including the following line in my controller code: $this->load->library('javascipt/jquery'); But, when the page loads, I get > Unable … -
Edited Codeigniter/JQuery
What is the best practice for including JQuery in Codeigniter? I've tried including the following line in my controller code: $this->load->library('javascipt/jquery'); But, when the page loads, I get > Unable … -
Replied To a Post in Codeigniter/JQuery
jQuery is a front-end javascript library. You are trying to load it the way you would load a PHP CodeIgniter library. Put this in the HEAD section of your HTML … -
Replied To a Post in Unread PM Counter (bug)
I *think* this is fixed. -
Replied To a Post in Font size for html code snippet
I reduced the font size a tiny bit (I still want to keep it bigger than code within regular posts), and I forced the tab stop to 4. (Not sure … -
Replied To a Post in Font size for html code snippet
I honestly think the problem is the tab stop is 8 spaces instead of the normal 4. Not sure why that is. I'll investigate after I get all of the … -
Replied To a Post in Spammers don't like the new UI
There's no way it's a bot though. It has to be being hand-submitted. -
Replied To a Post in Font size for html code snippet
*Seems* being the operative word, because it's the same size as it always was. It just looks bigger in this design for some reason. -
Replied To a Post in Font size for html code snippet
The problem with the code snippet you linked me to is exacerbated in that the poster used 8 spaces for each tab stop, and intended 7 tabs in. In my … -
Replied To a Post in Adding code snippet
You only need to submit a code snippet 1% of the time, and typically only regulars do so, so it made sense to me to clean up the interface a …
The End.