Welcome tonko! Just wanted to drop in here and address some of the advice and add my own opinion.
As of the 14th January 2020, support for Windows 7 has been discontinued. This means that support...
Type: Posts; User: keyboard; Keyword(s):
Welcome tonko! Just wanted to drop in here and address some of the advice and add my own opinion.
As of the 14th January 2020, support for Windows 7 has been discontinued. This means that support...
The most practical replacement is currently HTML5 + Canvas. WebGL can further extend this functionality, and it'll be interesting to see if WebAssembly gains traction in the future.
Hi Jeff,
Unfortunately I haven't used the specific software you're referring to. I had a quick look and it appears that it has been discontinued (and version 5 is quite old on top of that) so it is...
It's refering to this part of the code
<div id="bottom">
<bottom>
There are rules about what elements are allowed to be inside of other elements. For example, div elements cannot be placed...
This thread is attracting a lot of spam so I'm closing it. If you have any further questions feel free to start a new thread.
It's also worth noting that most major word processors support the...
Good evening Deanna. Sorry to hear that. There is absolutely no reason to apologise! Best wishes for you and your family.
Hi Wads and welcome.
Unfortunately your post got caught in the spam filter. I've approved it now and hopefully someone will be able to help.
Try the following html -
<div style="text-align:center;background-color:red">Far Hills</div>
<span style="text-align:center;background-color:green">Far Hills</span>
The div tag is a "block"...
Hey Deanna, welcome to the forums.
So there's a couple of problems with the code sample you provided.
- The </div> right after the map is stopping it from working
- You're calling a function...
Hey Marain!
There's a few issues with the code provided:
1. I loaded up your code on a local server and got the same error -
Fatal error: Uncaught Error: Function name must be a string in...
Add a javascript function
function copyToClip(form)
{
form.display.select();
form.display.setSelectionRange(0, 99999);
document.execCommand("copy");
}
Add a new button
It should redirect regardless of http/https.
It works off hostname (e.g. google.com vs https://google.com)
Does it happen on all websites or just yours?
If that's the whole code then its probably a configuration error.
Does all php code in the input hang it or just the exact example you posted?
Let me know how you go, am curious about this one.
Is there more php code in test.php you can share?
Have you confirmed that that code alone is the problem?
What version of PHP is the server running?
I made a quick test script -
<?php
$h...
Hey James,
Just to add the easiest way to find if a character is present in a string is String.indexOf();...
Try running it in a browser and you get the error
Take a quick look at the definition of setFullYear...
I believe you're talking about this script - http://www.dynamicdrive.com/dynamicindex18/gajaxpausescroller.htm
Is that correct?
I'm not 100%, but I believe it stopped working because of YQL no...
It could depend on a number of things. Can you give more information?
What countries?
How are you testing?
What's the website?
I can't replicate the problem you're experiencing unfortunately.
Does it occur on the example page?
What browser are you using?
C++ and C# are mostly unused for web development.
If you want a basic journal/blogging platform, check out wordpress.
Hey Dave,
I checked the link you provided and I don't seem to be having the problem you are.
Here is a photo of the page you linked, is it correct - 6351
Can you replicate the issue you were...
Good afternoon Raymonet.
I don't have experience using either CMotion or Lightbox but I can take a look. Unfortunately the link you provided isn't resolving for me (pintor(...).com).
Do you have...
A quick google search revealed this SO post about the same topic.
https://stackoverflow.com/questions/42439727/is-there-a-way-to-convert-swf-to-html5
Hey Kuau. Sorry for the slow response.
Does google search give any more information about what the problem is with the script?
What exactly needs to be changed to make it more mobile friendly?