If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the Y
Is there an easy way to delete an element from an array using PHP, such that foreach ($array) no longer includ
I want to have a SPA that's doing all the work client side and even generating some graphs/visuals. I&ap
Greetings fellow developers, I am trying to use composer for a PHP project of mine on a development server I
I am working with angularjs 1.2.0-rc.3. I'd like to include html code into a template dynamically. For th
After I published an ASP.NET Core app to Azure from Visual Studio 2017 I am getting this message when I click
The answer that I found on the web is to use request.args.get. However, I cannot manage it to work. I have the
I'm using Firebase for a web app. It's written in plain Javascript using no external libraries. I c
How does a web server handle multiple incoming requests at the same time on a single port(80)? Example : At t
I'm using localhost for development; and I'm directly including jquery from CDN. It seems that pres
When pushing an array's contents to another array I get "Uncaught TypeError: Cannot read property &a
I'm trying to create an auto-complete list that appears as you type, but disappears when you click elsewh
I need to load a responsive website into a div in my HTML page without using an iframe element. I have tried
I have jquery ui sortables working fine but my sortable elements have other interactive elements within them.
so today I wanted to create a new Angular project using the command ng new <projectname> and I got this
I have a web application that has to perform a repeated tasks, Sending messages and alerts, I, already, use a