Quantcast
Channel: DaniWeb Solved Topics
Browsing all 564 articles
Browse latest View live
↧

Cronjob is running once, but reports are generating twice

Team, Hope you all are doing fine I have one admin server which is being used dedicately to run cron jobs on hourly basis, fetching the details from Database which is in a different server.These...

View Article


How to read the attributes of an XML file with VB.Net

Hello friends I would love to have your help with a blocking for hours. In summary, I have to read an XML file and retrieve information with the VB.Net language. I would like to recover the "name",...

View Article


Help with basic code

python 3.7 Hey im very new to programming and just made my first program. My goal is to have a program that checks user name and pass with a few other tricks as you should see in the program....

View Article

Save csv File in database using classic asp

Hlo Plz anyone give a coading of classic asp i want to save my csv and excel file in databse

View Article

how can i get the cookie who created by server side (C#) using javascript

hi brothers , i work on a ASP.NET MVC Project, please i try to get a cookie who created already using server side C# , and in a pure HTML page not .CSHTML i talk now about .HTML page , in this page i...

View Article


JSON result prepended with `

I am working on a project for drag and drop items in a shopping cart. For an item dropped into the cart, I am trying to implement jQuery $.ajax. The result back from the PHP is pre-pended with '`' and...

View Article

Redirect Users to different pages based on user role php

I need to redirect users to two (2) different pages based on the roles given to them in the database. Only the email and password is submitted on the login page. I have to fetch the role from the...

View Article

How to find data from date to date and ID

I am working on my company's ledger and my accounts department need a search ledger by COA id with from date to date. I am able to find the record from date to date but when I write the code for COA...

View Article


Should I not using third party for development?

I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm...

View Article


Which layer should we start with when building an application?

When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top?

View Article

Paypal PHP SDK, how to send the amount of the payment?

With this php code, I send a request for payment with Paypal sandbox account. However when I go to the submit page I cant see what amount I am paying: https://i.imgur.com/iTra1SQ.png -> here in the...

View Article

Image may be NSFW.
Clik here to view.

Problem with wxPython and GridSizer

I have been wrestling with this for two days now and getting nowhere. Something is broken, either the GridSizer control or me. I'm hoping it's me and someone can show me the problem. I've stripped my...

View Article

Receive notification when someone is posting a post

Hi,if I have interested on one of the forum, example post which has Java tag, can I receive notification if someone is posting on that forum?

View Article


JavaFX server client program

I am making a program, and I don't know why my program becomes unresponsive, when I click the button ): I have a feeling its because of this: "connection = server.accept();" I don't know how to fix...

View Article

JavaFX TextField Append delay

So, I made a simple server-client chat program, but I have a problem: if the server tries to message the client, the server lags or freezes a bit, same with the client. is there something that I do...

View Article


JavaFX AudioSpectrumListener

So I am making a responsive audio waveform, if you don't know what that is, it is something like this: (btw this is my goal to make those audio waveforms)....

View Article

Breadcrumblist is not working correctly

I have used the breadcrumblist mentioned by the schema.org for my [website](www.xenex-media.com.au) <script type="application/ld+json"> { "@context": "https://schema.org/", "@type":...

View Article


JavaFX Smooth Key Events

I am making a ping pong game using JavaFX, but before I am going to make that, I like to test the KeyEvents. I made a simple ping pong game about 2 years ago, but I like to improve my game. And was...

View Article

C++ Pyramid of numbers: Print numbers that count by two's and not by one's

Hello. I am taking a "Data Structures" class. I have to create a code that will print the following "Output": 8 6 4 2 0 6 4 2 0 4 2 0 2 0 0 I tried doing this code three different ways. Here is the...

View Article

Need some help with secure attribute access

So I've successfully written a metaclass that gives python the functionality of private attributes in classes. Q: But what about inst.__private? A: >>> class A(object): __slots__ =...

View Article
Browsing all 564 articles
Browse latest View live