- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 79
- Posts with Upvotes
- 69
- Upvoting Members
- 41
- Downvotes Received
- 30
- Posts with Downvotes
- 21
- Downvoting Members
- 11
- Interests
- Computer programming, advanced system development and invention, cellular network operator
415 Posted Topics
Re: Hi Dani, I'm trying to reply with Chrome to test what I've noticed regarding the crash. I've attached relevant screenshots for 3 questions. I'm not using any plug-in    | |
Hi DW. I'm a bit confused and lost on how this App is working called Ha Tunnel Plus (You can check it on Playstore, and have a look on YouTube for the configuration file). Basically it somehow uses the internet connection of the server, it tunnels it to your Android … | |
Re: I was very much active back then on Expert-Exchange, Stackoverflow, but I was more into DaniWeb before the changes but I was and still not a fan of Stackoverflow because of its limitations when you try solving problems so that's the reason why I ended up focusing here and on … | |
Hi Dw, I want to get the keys and data of the php json response, heres the response I get {"content":{"1":{"title":"Present","start":"2025,01,29","end":"2025,01,29","backgroundColor":"#f39c12","borderColor":"#f39c12"}}} all I'm interested in starts from title. | |
Hi DW, I'm trying to get selected option id, the problem with my code is that it is only showing or returning the id of the first select only even if I click other options it doesn't return them. Heres my code var xid = $('#managsel option:selected').attr('id'); alert("The id is: … | |
Hi DW, I'm trying to automate using NAVIS, I tried using post method simulating how it does on a web browser but I get error 678 then now I'm trying to access it using vb.net web browser.It does load but the issue is that I can't set the input elements … | |
Hi Dw I'm doing a scanning program and now the problem is that there are some files and folders which the program can't access because of access denial and it just produce an error and don't continue with the scan so now I want to know how can I skip … | |
Hi DW, I'm having an issue here, I have 3 forms namely `start.h`,`home`,`Form1` in their order of execution, the problem starts when I include Form 1 to any of these forms then I get `LNK2005 'unsigned short MyprojectName::m_hservice' (?m_hservice@MyprojectName@@$$Q3GA) Already defined in home.obj` NB these forms are completely different, the … | |
Hi DW. Does anyone know how can I clear a devtool network monitor log of a browser using javascript. I know the `console.clear()` only clear the console log not the network monitor tool logs. | |
Greetings, I'm having an issue, I want to set my form to display at the very top right hand side corner of a screen, I've achieved this in vb.net using this code `Location = New Point(Screen.PrimaryScreen.WorkingArea.Width - Width, 0)` Does anyone know how I can do this in VC++? | |
Hi DW, I've faced an issue with my project, it has been working these years till I think last year or the other year. When I sync it fails saying unable to resolve dependency no matter which version I try I get similar error differs with version number. | |
Re: I think these chatbots are something great to offload work load from agents but the problem starts from us developers by not making a tailored chatbot to address that business queries but we generalize it which becomes a problem. This has to be done by account, product, business query which … | |
Hi DW, I'm having an issue on my Android studio I'm getting this error `Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.google.gms:play-services-measurement-api:[16.0.3].` Does anyone know how to solve this error? | |
Hi DW. Anyone who knows how can I achieve this? `List<String> dynamic[i];` The reason why I need this is that I'm creating a dynamic list with nested lists so there's no fixed number of data the list can be, this is inside the `for` statement which receive the json data … | |
Re: Does it also retrieve from the catch even if you had set your browser to not use catch? Thanks also for sharing your finding. | |
Hi DW. Is there anyone who know how I can I develop an App that's like TeamView for Android so that I will be able to remotely access the phone via browser on my website? What I want to do is that instead of directly accessing the phone I want … | |
Hi DW. I'm creating a chat system which will alow guests to send DMs to the operator and the operator can reply to it. I'm using MYSQL as my database, fingerprint2js for identifying the user since user has not yet logged in or registered but want to first communicate with … | |
Hi DW. I have code: <div class="lv-item media"> <div class="lv-avatar bgm-purple pull-left">u</div> <div class="media-body"> <div class="lv-title">dynamically_generated_value</div><!-- I want to get this value --> <div class="lv-small">Sample text</div> </div> </div> I use the following code to activate the selected list. NB the above is also dynamically generated for simplicity let say we … | |
Re: I also think the issue is within the CSS, see if you don't also have mixed bootstrap and also try to test it in a simple standard `radio` radio button or check box and see if it will work on a non-bootstrap element. If it work the you might need … | |
Re: Please verify your location/url which is `/data` I think you need to put the full path url there like `http://localhost/x/data` | |
Re: Ok here you need to first have some sort of differentiating when (a) the session doesn't exist then also (b) when the user has click remove then finally (c) another part is added to the category. That will be done by you but this will help you in that: <?php … | |
Hi DW. I want to get a message only on that specific targeted tab id. If the messege is sent to tab id 2, it should run a script under tab id 2 to update that page displayed or for simplicity log on tab id 2 console the message. The … | |
Hi DW, I'm experiencing an issue I've tried invalidating, fixed the offline sync but still I'm getting this error. My App uses Firebase FCM. On the dependencies I have `com.google.firebase:firebase-core:16.0.5 com.google.firebase:firebase-messaging:17.3.4` My implementation `com.android.support:appcompact-v7:28.0.0-alpha1` This implementation is underlined with a red line and I think it is what having the … | |
Re: You have too much code, that is why you don't get answers, it a bit hard to follow, rather point straight to the portion of codes that should be doing what you are trying to do, like just show that function with fewer codes for better answers. Make 1 example … | |
Hi DW. I'm trying to display a popup over an input box, but the issue is that some websites that I want to also display on have div class name that contains many classes in it which result it a div class name to have spaces in it which is … | |
Re: This depends on a personal of social media. But some are also running businesses so they will have sometimes more than one account on each social media to accommodate both personal use and business use. | |
Re: I think you need BRIWPED. It allows you to share tabs with any supported browsers. It support Firefox and all Chromium browsers. With it you also don't have to consume too much of your memory when you are busy online by having too many tabs opened, you can simply share … | |
Re: Where will those div values come from? Will it be known fixed (constant) values or dynamic? | |
Hi DW. Anyone knows how I can get the device name the browser is running on? I mean something like on the attached image with Javascript?  | |
Re: You have two operations depending on you start app approach. I mean if you always require login each time an App is started. In that case when the user attempt to login simply return the account status in whatever way you want so that you can check the value and … | |
Hi Dw. I had java 8 installed I'm, the problem is that when I run a bat file that uses the java it says Invalid maximum heap size -Xmx4g. I've even tried to uninstall and reinstall java but the same problem persists. I've added the Xms as well as Xmx … | |
Re: The 1500 is it a known value or? If it a known value then I would do it the other way around. Which is to divide 1500 but the number or days, let say from the first day it was entered so let say it has to be 1500 in … | |
Re: I've been busy with my data protection service browser extension to make it easy for our customers to use our service and also add a password manager feature. My company is BRIWPED(https://briwped.com) As of level 4 to now level 3 of lockdown I also do frameless stacking doors, frameless balustrades, … | |
Hi, I'm curious on how and which tools are used to develop an 8 ball pool game. The one I'm referring to is that you play online with strangers, and friends for coins and tournaments. Can anyone point me to the right direction. This will be my first attempt in … | |
Re: Then you will need to first declare a global variable then within your select statement assign this variable with the selected student name. | |
Re: Well I will say keep programming, I'm a full stack developer, I use different languages but that because I'm not just a web developer but a full software developer. In my case this is what I do, I work a lot on programming and developing new systems for different platforms … | |
Re: So you want excel to be like your database? | |
How many have websites here or own websites here? | |
Re: Also cheack for [BRIWPED](http://www.briwped.com) and see more | |
Hi DW. Well I'm very much interested in the data protection and also giving the best privacy to the public where we protect your passwords. I've seen something that Firefox had introduced to their browsers with also their Apps. This is called LockWise which is a tool to sync your … | |
Re: I've been hearing with this even here in RSA, people are complaining with this, I just wonder how they do it because it seems as if the victim is totally not aware of such. | |
How can I perform both ajax and form post sametime? currently the code only sends one that is called first and dont call the second one | |
Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the `message` or `body` it shows just the icon only if the notification was received when the App is open, and … | |
Re: Check this out. http://stackoverflow.com/questions/20649548/adding-records-in-vb-net-and-checking-if-records-exist-using-elseif | |
Hi DW. If you check [this](https://iwpe.000webhostapp.com/iwpe/) you will notice that at the bottom right hand side there's an added image which is also a link for the hosting site, note that I own the site you will see and I'm not the one who added that image but it was … | |
Hi DW. Can someone with Windows 10 help me out by testing my library on Edge browser and open the developers console and see if there are any errors that are causing the library not to work on Edge browser. The library is http://iwpe.000webhostapp.com/iwpe This should encrypt your password on … | |
Re: First of all the link you supplied is broken. Secondly if you have included the JQUERY library reference it should work on Firefox, Firefox seems to be the only reliable browser that allows Javascript as well as JQUERY whereas the rest of the browsers will require some sort of hack … | |
Re: I'm not sure if I hear your question straight. Are you saying on submit you don't want to submit the first two fields values or you want to also keep it for later use? |
The End.