-
Began Watching When to use PHP interfaces?
I've been working in various companies and I've seen different reasons for using PHP interfaces. I would like to hear your opinion, what do you think **in which cases** should … -
Replied To a Post in Hello Everyone Good Evening
Welcome. I wonder if you know Bengaluru, Karnataka, India? -
Began Watching Hello Everyone Good Evening
I am Xyton from Melbourne -
Replied To a Post in How can we improve the speed of our custom website?
Why does this site have 6,923 DOM elements? Seems excessive to the max. Read the full report at https://gtmetrix.com/reports/www.buycustomlogo.com/tK3rZfLY/ At 3.3 seconds you have your work cut out for you. … -
Began Watching How can we improve the speed of our custom website?
Not sure if this is the right forum to post this. We are looking to improve the speed of our [custom website] to rank higher on google. Can anyone guide … -
Replied To a Post in Visual basic 6.0 (not .net) how to join two list box
Since VB6 is ancient and I don't have it up and running I'll share how I do this in just about every coding system. 1. Add the usual ONCHANGE event … -
Began Watching Visual basic 6.0 (not .net) how to join two list box
i have two table one in arabic language and another in english.(bothe same field and same data but diferent language) i want specific word touch or select and want to … -
Replied To a Post in AIO Cooler for 10+ years?
I wish this was simple to answer. First I'll reveal at one time I worked on determining reliability for electronics long ago. The basic rule is more parts means less … -
Began Watching AIO Cooler for 10+ years?
Would it be bad to use a aio cooler (even if it is a reliable one like corsair) for 10 years or more? I would not have the pc running … -
Replied To a Post in Running VirtualBox
Nobody I know tries to get ISO files burned to DVD. There are many reasons why: 1. Current distros are often too big. 2. Folk struggle with creation of the … -
Replied To a Post in Running VirtualBox
Now that you mention Ubuntu, if the simple change noted by James doesn't fix it, I worry that your current Linux is the issue. Here's why: > Ubuntu Linux 14.04 … -
Gave Reputation to Xozz in Running VirtualBox
I think this is what you're looking for: [Click Here](http://speccy.piriform.com/results/B4pS75GdMDaCalersSBkclf) And my Linux version is: Distributor ID: Ubuntu Description: Ubuntu 14.04.6 LTS Release: 14.04 Codename: trusty -
Replied To a Post in Create stylish Stripe forms without coding (feedback wanted)
Can you write how this is unique? Why I ask is it seems to be a common offering as I read https://stripe.com/partners/apps-and-extensions/form-building I can't find at your site information about … -
Began Watching Create stylish Stripe forms without coding (feedback wanted)
Hi community, I developed the prototype of a web app that helps you to create custom design Stripe forms without coding. It does not require any front-end or back-end development. … -
Gave Reputation to Greg_13 in Graphics card replacement El1200-05w
I know this topic has long since been forgotten. I have a good gaming computer but I tinker with old computers just out of curiosity of wanting to mess with … -
Replied To a Post in showing package system doesn't exist
Line 5 has a small error. Try System.out.println(srv); -
Began Watching showing package system doesn't exist
public class Hello { public static void main (String[] args) { System.out.println("My contact number is: "); int srv = 82; system.out.println(srv); -
Replied To a Post in Get latest Govt job updates
Share how you do this now. Then we can discuss how to automate. -
Began Watching Get latest Govt job updates
Hello, I am creating an app that will list the recent govt job openings. For this, I am looking for some solution that can give me updates for jobs. I … -
Replied To a Post in ParentElement JS extract "name".
Why did you change line 23? Mine: var x = document.getElementById("mySelect").options[document.getElementById("mySelect").selectedIndex].text; Yours: var x = document.getElementById("mySelect").parentElement.parentElement.nodeName; NOTE! If you change the object type, I consider this a NEW QUESTION!!! -
Replied To a Post in ParentElement JS extract "name".
I re-tested my example at the online page https://www.w3schools.com/js/tryit.asp?filename=tryjs_ifthen Copy paste my example and I get an Apple. -
Replied To a Post in Choose File and Display : ScrollPane Issue
I'm guessing you meant this example and scroller at https://www.jque.re/plugins/scrollbars-onscroll/jscroller/index.html In example 4 there, the scroll bars do hide when the mouse is not on the image. -
Began Watching Choose File and Display : ScrollPane Issue
Hello, I have a program below where I am selecting a file and displaying the content using a JTextArea. It works fine, but when I add a JScroller, it does … -
Replied To a Post in If else condition in mysqli_connect
You should share that code from line 1 to at least 3. -
Began Watching If else condition in mysqli_connect
Hello friends I am new to php. I just wrote a code to connect php to database For that I am getting an parser error as Parse error: syntax error, … -
Replied To a Post in ParentElement JS extract "name".
Example follows of how to get the ALGARRABO but in this case fruit. <!DOCTYPE html> <html> <body> <form> Select your favorite fruit: <select id="mySelect"> <option value="apple">Apple</option> <option value="orange">Orange</option> <option value="pineapple">Pineapple</option> … -
Began Watching ParentElement JS extract "name".
Hello. I noob programing. I need extracting "ALGARROBO" and put in variable in JS. <select> <option value="0560200101">ALGARROBO</option> <option value="0760200601">CALIFORNIA</option> "" "" "" +70 options </select> Someone would be so kind … -
Replied To a Post in ASP.net Menu item Control Submenus not tapping in Touch screen
I do not have a dev setup for me to look deeply into this but if you research this, look at the other events such as: $("#grid").on("doubletap", "tr[role='row']", goToDetailsPage); $("#grid").on("dblclick", … -
Replied To a Post in ASP.net Menu item Control Submenus not tapping in Touch screen
Try to avoid cross posting. https://www.codeproject.com/Questions/5293944/Asp-net-submenu-not-tapping-using-touchscreen https://www.google.com/search?client=opera&q=Telerik+ASP.NET+Core+Grid+-+Double+tap+event+on+row seems to find priors here. -
Began Watching ASP.net Menu item Control Submenus not tapping in Touch screen
Hi all, Used Asp.net Menu Control have designed a navigation bar .Using touchscreen Desktop in Internet Explorer(IE11), single tap not appear but double tap submenus appears but in Microsoft Edge/Google … -
Replied To a Post in I need a little help with my code its really simply
For this one I'd use a good solution like https://rosettacode.org/wiki/Tic-tac-toe#JavaScript -
Began Watching I need a little help with my code its really simply
This is a simple tictactoe game. When I launch my code, the alert to enter 1,2, or 3 for the row only shows up after I press enter. How do … -
Replied To a Post in Show username in chat
At this point I will guess this is what I call "found code." That is, you are not the author and need others to read and alter it for you. … -
Replied To a Post in Assembly language program
As this is homework, be sure to show your work as noted in the rules. - Do provide evidence of having done some work yourself if posting questions from school … -
Began Watching Assembly language program
Write a program that asks a user for a character and then displays a message whether the parity of the character is odd or even. For calculating the parity, instead … -
Replied To a Post in Convert Python to csharp
I'm going to remind you there are already thousands of discussions about such conversions. So anything I'll write will be a duplicate. Did you try https://github.com/uxmal/pytocs ? -
Began Watching Convert Python to csharp
I'm new to c# and would like to convert this code from Python. Any help or orientation would be great. Thanks D. api_url_base = 'https://oneapi.zemanta.com/o/token/' api_token = b64encode(b"2JreK10kPxO3P0wHPkqjfDSw8yKdHzSSyIQNavWH:JLYcjOjoP9LzTO6AI7N0FprW7Uuy8pZVFxk6eRIfDgTSHNaZGAHOMbickdzvtv41PXVpJZ9O2y5DHPpJs4rTchpv9MIursLi4S1Om4qINLanazpygR3Zr8rKTHdsZm8B").decode("ascii") headers = … -
Replied To a Post in Show username in chat
The chat username would rarely if ever exist as a Windows environment variable. Given so little of your chat app's code to read, Carnac the Magnificent might say the answer … -
Began Watching Show username in chat
Hi guys, im making a chat app in C# I can get it to show time and text but the code im using shows PC username not login username of … -
Gave Reputation to Sukant_1 in Convert C to python
include <stdio.hu int maintint orge, const char * argv(1) ( int t,t, n ,count-0; for (int i=0; i<t; 1++) { printf("enter"); scanf("%d",&t); scanf("%d %d %d",&x,ay, &n); X ; for (int … -
Replied To a Post in How To Make A Reg File
Looks fine to me. My experience is that blank lines and spaces at the end of line are ignored. -
Replied To a Post in Reinstall Windows 10
What model and year Dell? Just last week I had this old Dell Inspiron 6000 which did similar and the short answer is it will not run W10 even with … -
Began Watching Reinstall Windows 10
Dell Inspiron is stuck in Network update configuration boot loop will not go into to set up or bios. Hard drive has been erased need to reinstall Windows 10 how … -
Replied To a Post in How To Make A Reg File
The same discussion? https://forums.anandtech.com/threads/exporting-a-single-registry-entry.1351174/ My answer is the same. Export, edit as you desire. -
Began Watching How To Make A Reg File
I want to make a reg file to automatically change the key KMD_EnableBrightnessInterface2 from 1 to 0 in the following string. This way I can use it on another computer. … -
Replied To a Post in Lazy Loading with a responsive script
I see line 28 calls out lazy so are you reporting it doesn't work? I won't breach into a discussion about what is lazy loading here but maybe you forget … -
Began Watching Lazy Loading with a responsive script
I have a script that calls image files through a database. It all works well but the image list is too long and loading is slow.I need to implement lazy … -
Replied To a Post in Running VirtualBox
"Is this enough information to get it done? " No. I think you want a detailed step by step along with more about this. You ignored my instruction above: "Be … -
Gave Reputation to Vishal_36 in Remove all occurrences of a string
when the string s1 = "aabcbc" and s2 = "abc" why after performing operations my s1 string is not null? is i am doing something wrong? -
Gave Reputation to AndreyCrops in Are you going to get the vaccine?
I am afraid to make a vaccine, it seems to me that it is not really clear how it affects the body
The End.