-
Created DaniWeb going into read-only mode
We are currently in the process of migrating onto all new server architecture. Tonight, at approximately 9 pm EST, we will be putting the database into read-only mode while we … -
Began Watching DaniWeb going into read-only mode
We are currently in the process of migrating onto all new server architecture. Tonight, at approximately 9 pm EST, we will be putting the database into read-only mode while we … -
Began Watching Community Center Chat window
The Community Center Chat window keeps appearing (opening) after I close it which is rather annoying. -
Replied To a Post in Community Center Chat window
Currently running an experiment where it opens by default. If you close it, it stays closed for the rest of your browser session, but then reopens again the next time … -
Began Watching I might drive you around one day!
That's right! One day you might buy a car equipped with several autonomous driving features, maybe even door-to-door autonomy, and guess what? A part of me might be driving you … -
Replied To a Post in I might drive you around one day!
Absolute congratulations!!!!!!!!!!!!!!!!!!!!!! -
Began Watching I am newbie in this giant forum
hello every member, In actual fact, I found this forum suddenly when I was searching the best forums in which I will find the solutions which solve my issues, once … -
Replied To a Post in I am newbie in this giant forum
Hi there. Welcome to DaniWeb!! :) -
Began Watching (') sign will be replaced with (\') when the text is sent to db and echo
Hi. There is a textarea in my page. I type a text in the textare and then in the script there is: $text = nl2br(htmlentities($_POST['text'])); Now what is the problem? … -
Replied To a Post in (') sign will be replaced with (\') when the text is sent to db and echo
You want to use htmlentities() or htmlspecialchars() when sending data to an HTML page, not when preparing data to be entered into a database. In fact, htmlentities() is not what … -
Replied To a Post in pending cash out
As mentioned, there was a bug last month that was preventing people from requesting a cashout. As soon as the bug was fixed, *everyone* suddenly requested a cashout all at … -
Began Watching pending cash out
Hi Dani, I pushed the cash button one month ago and since then the status is `Last Cash Out: Pending for $21.63`, is there something wrong? I remember there was … -
Replied To a Post in pending cash out
It's not a bug. Our web traffic has just been super crappy lately, advertising revenue is down, and donations are way down too. The pool in which we pay cashouts … -
Replied To a Post in Chat Log Suggestion
I don't see it as stalky, lol. All messenging applications have a list of online users. -
Replied To a Post in Chat Log Suggestion
Go to the main chat page (where it lists all the active rooms) at https://www.daniweb.com/chat and then initiate a chat with someone who happens to be online. Their shoutbox will … -
Began Watching Chat Log Suggestion
I was just in the Hardware & Softwre Chat. Here are a few lines Mon 1:31 pm savedlema I see Reverend Jim here...you have answered so much of my difficult … -
Replied To a Post in Chat Log Suggestion
We do that in the static chat log but, due to the nature of our chat application, it isn't very easy for us to do it in from within the … -
Replied To a Post in Site width??
> I really hope this is an experiment and not the final design. Every change I make is always an experiment. I evaluate feedback and study analytics to see if … -
Edited two ajax in a single form
Hi , In a form I have two funtions using that two ajax functions I retrieve values from mysql database. My problem is both functions are not working at the … -
Edited How to calculate factors?
can anybody explain with details how to calculate the factor of a number ? i m trying to do this with while statement. how can i do this ? please... -
Began Watching cannot cancel your daniweb account
so, those of you with points probably never try this, close your account on DaniWeb. Well, you can't. I have tried in vain for 5 years to cancel. I have … -
Replied To a Post in cannot cancel your daniweb account
https://www.daniweb.com/members/edit_membership -
Edited Do revisions in file names matter to google?
Hello fellow Daniwebbers, So I use grunt-filerev to cache bust any files that I make changes to, and what it does is change `style.css` to `8729.style.css` every time I make … -
Edited fill checkboxes in edit form which are saved by html inut form in database
Hello, I have stored values in database via html and php form. Now I am creating form which will enable users to edit inputs. I am having trouble with input … -
Began Watching Email notification
Did you change the frequency of notification e-mails? Yesterday cereal voted on a post, and I got an email today. I've noticed this last week too, yet remember getting them … -
Replied To a Post in Email notification
There was a severe problem with our email server that had been going on for about a week. Unfortunately, no one brought the issue to my attention, so I had … -
Began Watching Do revisions in file names matter to google?
Hello fellow Daniwebbers, So I use grunt-filerev to cache bust any files that I make changes to, and what it does is change `style.css` to `8729.style.css` every time I make … -
Replied To a Post in Do revisions in file names matter to google?
On the surface, how you choose to name your external resources won't negatively affect your SEO. However, I do think it's a good general practice, especially for your logo and … -
Began Watching Ad cloaking + google's no captcha reCAPTCHA?
So, a few months ago, google has released their own "no captcha recaptcha" which analyses if the user is a bot or a human. Now the way that they do … -
Replied To a Post in Ad cloaking + google's no captcha reCAPTCHA?
I have no clue what ad cloaking is?? Cloaking, in general, is the concept of serving different content up to Googlebot than to actual humans. I'm not sure what you're … -
Began Watching Does humans.txt matter to google?
So I see humans.txt http://humanstxt.org/ pop up all over the web lately and was wondering if it has any effect on seo? Google even has it on their root domain … -
Replied To a Post in Does humans.txt matter to google?
I have never heard of humans.txt before, but my first guess is that it does not help SEO in any substanial way. That being said, the homepage you linked to … -
Edited Welcome
Hi ! I m new here . Please anybody help me for how i get benefit of this site. -
Replied To a Post in Site width??
> I have a high resolution so I can see more on a screen, not less. You definitely can see more of the screen, not less?? -
Began Watching Site width??
Is it me or has the site width increased? Site looks bloomin' enormous. -
Replied To a Post in Site width??
Yes, both the site width and font size have increased for people with large screen resolutions. I noticed this has been a growing trend on a lot of content-based sites … -
Marked Solved Status for Mysql - How to use UPDATE with SELECT???
[B]Mysql - How to use UPDATE with SELECT???[/B] I have two tables: [B]1) products_category[/B] -cat_id -cat_name [B]2) related_category[/B] -rel_cat_id (exaclty same as products_category.cat_id==related_category.rel_cat_id) -rel_cat_name [B]products_category table[/B] [IMG]http://www.ephpsolutions.com/scud/rrr/product_category.gif[/IMG] [B]related_category table[/B] [IMG]http://www.ephpsolutions.com/scud/rrr/related_category.gif[/IMG] … -
Edited JSP database connectivity according to Model View Controller (MVC) Model 2
After spending some time on JSP section of this forum as many before me, I come to the conclusion that we are in need of "proper" tutorial on this topic. … -
Edited JSP database connectivity according to Model View Controller (MVC) Model 2
After spending some time on JSP section of this forum as many before me, I come to the conclusion that we are in need of "proper" tutorial on this topic. … -
Marked Solved Status for How to Retrieve data from URL into string JSON
I newbie in JSON Programming . I have scratched to much youtube and also google about the retrieve of data into string json using C# windows form application .. I … -
Marked Solved Status for NumericUpDown to Int
Hey, For some reason the numericUpDown is a decimal or a double or one of those ;) I find that annoying, but whatever. So how do I use it as … -
Marked Solved Status for My monitor displays the image the wrong way round (90degrees)
All of a sudden my computer turned the picture the wrong way round...i have to tilt my head 90 degrees to the left to read the right way up. HELP!!!PLEASE? -
Edited PHP email problem
Hello, Im trying to send an email which will send information from a enquiry form. but everytime i fill in the details and press send this error comes up: Parse … -
Edited Why Intel wants to kill the x86 platform
In a post earlier today, I asserted that Intel wanted to get rid of the x86 platform. It occurred to me that a lot of folks may not understand this … -
Edited Shell sort
Hello friends, I am new participant in daniweb Here is the fantastic coding of SHEEL SORT.. -
Revoked Solved Status for c++
hiiiiiii -
Marked Solved Status for NoClassDefFoundError
hi , today i got an error with : Exception in thread "main" java.lang.NoClassDefFoundError : Loop i have gone thru so many links which i found in google but i … -
Edited database in mysql
hi, please help this problem , iwill used query after while condition this will not run the program. -
Edited Linux & MS Virtual PC
Hi, I thought I would give linux a try. Is there a free version that is similar to linspire that I can download the .isos online? Also, can I set-up … -
Began Watching Newbie Here
Hi all. I am newbie here a web developer curently working in CSS, Jquery and php+mysql. Hope to learn new things and solutions. Regards
The End.