-
Began Watching Delete A Thread
Hey guys! I really need to remove a thread I made because my code is in there and I think my professor won't like it if he sees it in … -
Replied To a Post in Delete A Thread
Even if it's your site, if you don't want anyone to see it, don't put it on the Internet, or else it might get cached by Googlebot, Archive.org, etc. -
Edited SQL Query Help please
Trying to update Packet.MSGState to P where if not R or D and it is Y in table Packet.MSGState SQL is MS-Access var ODBC from c# This is not undating … -
Began Watching Is there no "Swift" forum?
I expected there to be one, especially on a site as popular as this one. -
Replied To a Post in Is there no "Swift" forum?
No, we stopped adding new forums in favor of tagging. Just create a new thread and tag it with "swift". -
Began Watching Bulk code net
Any one used Bulkcode.net for verifying mobile on social sites -
Replied To a Post in Bulk code net
Nope, never even heard of it. I dunno, the website doesn't look very reputable. I would avoid. -
Edited Algorithm - cars crossing the bridge
Hi, I would be very glad if someone can help me with algorithm to solve following task. We have a convoy of cars that are lined up in a row … -
Edited You have an error in your SQL syntax
dashboard2.php if (isset($_POST['ok'])){ if (empty($_GET['class_id'])) { $class = $_SESSION['class']; $sqlstr = "INSERT INTO material2(`subject`, `title`, `content`) VALUES('".$class."', '".$title."','".$content."')"; echo $sqlstr; } else { $class = $_SESSION['class']; //echo $class; $sqlstr = … -
Replied To a Post in Upgraded editor
Amazingly awesome. -
Replied To a Post in Upgraded editor
Now that we got Problem 2 (as defined by the OP) resolved, on to Problems 1 and 3. Cereal and Mike, still experiencing those issues? -
Replied To a Post in Upgraded editor
It looks like the cause was the Chrome/webkit-specific CSS property body { text-rendering: optimizeLegibility; } -
Replied To a Post in Upgraded editor
Cereal, does an upvote mean it's working for you now? -
Replied To a Post in Upgraded editor
So I *think* I finally figured this bad boy out. Yes? No? Testers? -
Replied To a Post in Upgraded editor
OK so that's two people using Linux / Chrome combo. Any non-Linuxers having the issue? -
Replied To a Post in Upgraded editor
Cereal, are you using a Linux flavor as well? Also, would appreciate some help seeing if the problem is reproduceable at https://www.daniweb.com/dev/codemirror -
Replied To a Post in Upgraded editor
I really need help reproducing this so I can debug it. The next time this happens, PLEASE tell me the specific post in question (or give me some dummy text … -
Began Watching Response we should not make, to questions they should not ask
that question is so ... **things we perhaps should not post in a reply** "You personify the zero end of every 0-10 scale" "We have never seen that point on … -
Replied To a Post in Response we should not make, to questions they should not ask
I wonder if we could get Narue posting here. -
Replied To a Post in Duplicate notifications
Oh, and also, would you be able to provide the email headers for the duplicates? -
Began Watching Duplicate notifications
Dani: I've started getting duplicate notifications by email. I forwarded them to your regular email address. -
Replied To a Post in Duplicate notifications
Thanks ... I'll reach out to James #1, but I believe he's feeling under the weather right now. -
Replied To a Post in Upgraded editor
Again, is this problem specific to the quick reply or is it when trying to create a new thread as well? *Really* need to know this. -
Began Watching please i need tis answer with in 30 min
1. Write a program to demonstrate Disk I/O with good functionalities for ELASS or any other assembler of your choice. The program should at least deal with the following functionalities: … -
Replied To a Post in please i need tis answer with in 30 min
Why would we do your homework assignment for you?? And telling us that we need to do it within the next 30 minutes is not going to motivate us, either. … -
Began Watching What are the differences between SMO, SMM and SEM ?
What are the differences between SMO, SMM and SEM ? I have some knowledge on these topics but still i am confused, so please help me out... -
Replied To a Post in What are the differences between SMO, SMM and SEM ?
Now if only people would realize that Googlebot doesn't see our forum signatures! -
Began Watching Hi! Everyone?
HAPPy 2015:) -
Replied To a Post in Hi! Everyone?
Hi there. Happy New Year!!!!! -
Replied To a Post in Tell me about PPC
PPC is generally referring to keyword search advertising but is also used for some banner advertising - especially though the search engines -
Began Watching How many limit of adgroups you can create in a Campaign?
limit of adgroups you can create in a Campaign? -
Replied To a Post in How many limit of adgroups you can create in a Campaign?
you can have 100 ad groups per campaign and 100 campaigns per account -
Edited C++ file handling problem
and my code to write into a file is ofstream file; file.open("CustomerFile.txt",ios::app); file.write((char *) & customer,sizeof Customer); file.close(); file.open("AccountFile.txt",ios::app); file.write((char *)& account,sizeof Account); file.close(); can someone figure out my mistakes. … -
Began Watching New Web Browser replacing Internet Explorer Codenamed Spartan
There is talk about a new web browser codenamed Spartan replacing Internet Explorer in the next version of Windows 10 Thomas Nigro a Microsoft Student Partner former developer of the … -
Replied To a Post in New Web Browser replacing Internet Explorer Codenamed Spartan
Yeah I read about this on Mashable earlier today. -
Began Watching What is your dream vacation?
What is your dream vacation? -
Replied To a Post in What is your dream vacation?
> I love action, so it would be Las Vegas or New York City. Don't you live in Vegas? -
Edited vb6
is there a way to search database viwable in datagrid view by selecting rows through a combo box, values trough a text box and display resoult in label? here is … -
Replied To a Post in Proud to announce...
CodeIgniter, yayyyyy!!!! -
Edited PHP mail()
$headers .= 'From: <donotreply@maysite.com>' . "\r\n"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'Return-Path:<donotreply@maysite.com>\r\n'; mail($to, $subject, $messageEmail, $headers); _____ what i need … -
Began Watching 2260 posts and still a newbie poster?
Curious as to why this is. -
Replied To a Post in 2260 posts and still a newbie poster?
I'm not sure where you are seeing that you are a newbie? -
Began Watching Season's Greetings
Just like to wish all the members of Daniweb peace and goodwill. -
Replied To a Post in Season's Greetings
Happy Holidays diafol!!! -
Edited C++ file handling help please?
i need to make a c++ console based program for a banking system using files. i implemented some code but having difficulty with withdrawing money from the account, checking balance, … -
Edited Calculate the No. of days from Dates NOT in the same row
I'm trying to calculate the number of days a particular property is vacant. From this query... SELECT Properties.PropId, Tenants.TenantId, Tenants.PropertyID, Tenants.TenantAdress, Tenants.MoveIn, Tenants.MoveOut, Properties.P_GpNo FROM Properties, Tenants WHERE Tenants.PropertyID=Properties.PropId AND … -
Began Watching classes
give me some information about classes -
Replied To a Post in classes
They define objects. Give me a more specific question and I might give you a more specific answer. -
Edited Buying a New Monitor
Hello Community, I'm planning on buying a new computer monitor soon but I'm not sure which one I should buy. These are the two I'm trying to decide between [LG … -
Edited Did Lizards, rather the US, just go cyber on Kim Jong-un?
Oh the irony. In what is starting to read very much like the script to a Hollywood movie itself, the latest twist to the Sony Pictures hacking plot took an …
The End.