-
Replied To a Post in fyp
WebRTC video chat with integrated payments for adult performers and smut peddlers, perhaps? -
Replied To a Post in how to add two input value?
You need to provide more info. Is this a form you're submitting to the server to calculate or do you want all this to happen in the browser? Have you … -
Liked / Shared how to add two input value?
how I can substract value from balance when i input value. when i add value , it will be added to balance. please see like example below: https://imgur.com/a/9EeviDi -
Replied To a Post in Increment mysql database table column by +1 continuously in every 24 hours
I think you're approaching this from the wrong direction. You should be storing the start date and calculating the increment using `datediff` in a computed column. If you need more … -
Replied To a Post in Ink or toner printer for work
If you *really* care about image quality (say if you're printing fine art photos), Inkjet is better. For almost all office environments where most printing is black text with the … -
Replied To a Post in Delete all tables from schema
What's the advantage of this over `drop schema myschema`? -
Replied To a Post in Biggest DaniWeb pain points
Perhaps there is another solution. When new members make posts, hide them by default until admins have marked them as being a non-spammer. Once they've been greenlit, show them. ## … -
Gave Reputation to flashx4u in PHP SQL Adding Column Values of Two Tables
Hello Anitg, that was my fault, I wrote for MSSQL. However, mysql V8.0 supports the WITH Syntax. [Click Here](https://dev.mysql.com/doc/refman/8.0/en/with.html) With an earlier Version of MySQL I would suggest to use … -
Replied To a Post in PHP SQL Adding Column Values of Two Tables
There most definitely *is* a one-query solution. You'd effectively have to do both stages of the route I suggested in one go, using subqueries and a union. Using views to … -
Replied To a Post in Title for web based system final year project
> my project is about the cleaning service app "Cleaner than your mom" -
Replied To a Post in Biggest DaniWeb pain points
Just to add, my last comment was made in reference to a spam post advertising holidays that briefly appeared in this thread. On its own it sounds rather prickly! -
Replied To a Post in Biggest DaniWeb pain points
And here lies the problem. Not to mention the 11 year old green underlining thread that was just resurrected. The reason people like and keep going back to SO is … -
Replied To a Post in PHP SQL Adding Column Values of Two Tables
I'd do this in stages. Create a view where for each table you summarise totals by the month, you'll need to use `extract` or `date_part` to split the date into … -
Replied To a Post in Biggest DaniWeb pain points
Posts like [this](https://www.daniweb.com/programming/web-development/threads/516332/javascript). They should be deleted instantly. To be honest, for new members, the post shouldn't even become visible until an admin has verified it. It's **pollution** and it … -
Replied To a Post in Microsoft buys Github. MSFT's track record on prior acquisitions?
If you're a developer and list your skills and past places of work there you simply become a magnet for recruiters and are inundated with requests. Some recruiters are ok, … -
Replied To a Post in Microsoft buys Github. MSFT's track record on prior acquisitions?
Microsoft has a mixed record. LinkedIn was barely touched (and remains a cesspit of the highest order), Skype was mangled and is a shadow of its former self, as was … -
Replied To a Post in eBay really sucks
I'm a frequent eBayer and in all the years of buying I've only been stung once, a long time ago, and stupidly I used nochex instead of PayPal and couldn't … -
Gave Reputation to Asim_10 in How to create counting ?
I want to ask that " In some sites we see that when some peoples comments or share or click they got coins or points" so how to make this … -
Replied To a Post in JSON and databases
If you're using a capable database you can create a JSON field, but as with every choice there are pros and cons. The pros are, of course, flexibility. Providing your … -
Replied To a Post in what (powerful) general purpose (ide) language do you recommend i use ?
If you want a cross-platform UI that doesn't suck golf balls through a hosepipe I'd recommend Qt and [Qt-Creator](https://en.wikipedia.org/wiki/Qt_Creator). It's extensive, well-tested, been around since the mid nineties and has … -
Replied To a Post in Who might have interest in building a Dazah app?
LinkedIn has an [extensive API](https://developer.linkedin.com/legal/api-terms-of-use-upcoming). Of course they restrict aspects of it because they don't want people competing *against* them, and Salesforce is Siloed so wouldn't really be suitable for … -
Replied To a Post in Who might have interest in building a Dazah app?
> to provide matchmaking between users Is there value in that? I know there is value in informed matchmaking but you need a high quality pool of users and companies. … -
Replied To a Post in Action Result method response on client is a literal "500"
Sounds like a bug in the API to me. Did you write the backend too? I'd use a tool like HTTPie/cURL so you can accurately and repeatably test requests -
Replied To a Post in Encryption Example
SSH with keys is the way to go. Written and vetted by cryptography experts, battle tested, hugely widespread and supported by all modern deployment mechanisms. Rolling your own encryption routine … -
Replied To a Post in border-collapse
Ah, one of my posts is editable and one isn't.  The difference is that the first was made on my phone and the second on a computer. If there … -
Replied To a Post in border-collapse
Has the edit button disappeared? My last post doesn't make sense, it should say 'your failing css'. -
Replied To a Post in border-collapse
Learn how to combine CSS selectors. Clue, your failing for is looking for a `table` within `#profitlosstbl`. https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors -
Replied To a Post in table css
The `cellpadding` attribute has been dropped, the suggested method these days is to use `padding: val` in css. -
Replied To a Post in Select from multiple tables
He's clearly not tried anything Shark_1, it's just a homework question he's pasted. Giving him the answer will encourage this kind of behaviour in the future and further pollute our … -
Replied To a Post in table css
You want your table and every cell within it to be `5px` wide and have `5px` padding? I think you should start by learning [how CSS selectors work](https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Selectors). -
Replied To a Post in Select from multiple tables
The fact this post hasn't just been deleted is a bad sign. Burn it with fire. -
Replied To a Post in email not validating
Use [the standard method](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/email). It's much cleaner, nicer, simpler and more robust. <input type="email" ... /> -
Replied To a Post in Plugging my project
It should run natively on Windows although I haven't tested it. Of course, the easiest method of running it is to use the [Docker image](https://hub.docker.com/r/graphia/cms/) which [will work just fine … -
Replied To a Post in AWS
It is none of those things. Amazon have lots of servers, in some cases it's easier/cheaper/more-reliable to use theirs than have your own. If you don't know the difference between … -
Replied To a Post in Plugging my project
Yep. This isn't a SAAS, it's self-hosted; either on your own cloud platform (AWS, GCP, Azure, whatever) or on your own hardware. -
Replied To a Post in Plugging my project
Oh, and in case anyone hasn't guessed, the website is still in progress. A logo is in the works and the text needs some refinement. -
Created Plugging my project
Inbetween contracts over the last year or so I have been beavering away building a CMS with a difference. https://www.graphia.co.uk/ It's aimed at companies that have huge libraries of documents … -
Replied To a Post in Grabbing data from an sql table and then adding the new value to a label...
So you want a number in the web page to increment when a backend operation takes place? To do this 'on the fly' would require you to implement [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) … -
Replied To a Post in on the website there are same id
Change the `id` of one of the inputs, perhaps? -
Replied To a Post in code works in test file but not live form
 http://www.giphy.com/gifs/15bTYLER1ssltxjfZO -
Replied To a Post in code works in test file but not live form
I'm not quite sure what the problem you're having is. [I have put your code in a codepen](https://codepen.io/anon/pen/oqzbOG) and it *looks ok* (selecting a region updates the postcode prefix dropdown). … -
Replied To a Post in Checking for array value in another array
Like my post perhaps? -
Gave Reputation to manoj_12 in encryption in c# and decryption in Java
can you please tell encryption in java and decryption in C# -
Replied To a Post in IP Address Conflict
How are your networks connected together? Are you using a site-to-site VPN? -
Replied To a Post in Checking for array value in another array
And the reason your code wasn't working is that you were calling `include?`on a string and passing an array. Both string and array have an `include?` method, string's only accepts … -
Replied To a Post in Checking for array value in another array
As John suggests, array intersection will work. If you don't need to know what clashes, this *might* be faster due to `any?` stopping as soon as it's fulfilled. colours = … -
Gave Reputation to davy_yg in Facebook Analytics vs Google Analytics
What is the difference between facebook analytics and google analytics? -
Replied To a Post in Datepicker to display div based on day & ISO week #
There's [a progress HTML element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress), you shouldn't need to use any additional libraries or plugins and [you can style it with CSS](https://codepen.io/amwill/pen/RWBpBZ). It's as simple as: <progress value="75" max="100"></progress> -
Replied To a Post in a foreign key constraint fails
No, the foreign key is *working *. Have you read the documentation? If you do and still don't understand I'll tell you how to fix it, but you clearly haven't … -
Replied To a Post in helo :)) help me
Yes. Run the website on your local machine and then take a screenshot, and upload *that* to your host. Then, people can see your *AMAZING CONTENT* but won't be able …
The End.