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.
Type: Posts; User: keyboard; Keyword(s):
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?
So the first thing I checked was your website and I noticed you have a whole bunch of errors
Mixed Content: The page at 'https://danskeren.com/menus/hybrid/' was loaded over HTTPS, but requested...
Ok, I've cleaned up the code a bit, added comments and fixed a few problems.
I've edited my last post with the updated code (and zip file).
Check the top of marquee.js to see the options available....
Ok so I hacked something together. Please note it is very rough and should not be used in production. I am writing this at 1AM and there are no comments.
I will clean it up later.
I'll post each...
Hey Rain Lover.
I saw your SO post, and my personal preference is definitely this solution -
console.log(document.querySelectorAll("p[class]:not([class=''])").length);
Just adding it in here in...
I just tried using the email riddler tool with these two emails and both worked fine.
6343
Can you provide any more information?
Also just a side note - The script isn't actually encrypting...
Yes, you can input text into the box, but it isn't a valid input (I'm not 100% sure on this, I'm just going off my own testing while I was editing the code you put).
Try running the following code...
It only accepts numbers because in the form in the html the input type is set to number.
Change
<form>
<input type="number">
<input type="number">
<button type="button">Reset</button>...
Hey Green. Sorry to hear that you feel that. Unfortunately DD Is just a user forum that relies on members of the community to help out. The original writer of that particular script is no longer...
Hey mitza.dragan. Unfortunately your post got caught up in our spam filter and that's why it wasn't visible.
I've fixed that now and hopefully you can find an answer to your question.
fletch
Personally I've never used XCode so I can't comment on that, but it depends what you want to do.
If you want to make apps for iOS then use XCode for sure.
Otherwise, Java is a widely used...
Welcome!
If you want to use something other than newlines as dividers change this line -
Just replace "\n" with whatever you want to use as a divider instead. (\n is the symbol for newline)
Welcome to the forums!