My problem with FF is I have to jump through hoops to get at least somewhat close to what Vivaldi gives me out of the box, with no real advantage that would make it worth my while. (But hey, apparently there's now at least experimental support for HDR in FF. I mean it's about a decade too late, but still...finally!)
Brave I was never the least interested in, never saw the point, not to mention there's been quite a bit of drama surrounding them over the years.
But I've been a faithful and very happy Opera user all the way back to 2001(ish), so once Vivaldi showed up following that awkward period of time after the key people left Opera and the company was sold, I never really looked back. And they never once made me question my choices.
I see it has more memory, more storage, a better CPU, and a stylus, as you said.
Might be a good alternative. I see some refurbished for $150-200.
I'm not scared of refurnbished, as a lot of parts in my house are refurbished/used. All are working atm.
"TeamViewer is the fast, simple and friendly solution for remote access over the Internet"
Regarding the "friendly" description, has is stopped unceremoniusly booting your session after a couple of minutes accusing you of using it in a commercial environment?!
Question
Craig Hopson
hi guys i'm trying to understand JSON i have this please tell me if i'm wrong
test.php
test.html
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script language="javascript">
$.ajax({
url: [i]url[/i],
dataType: 'json',
data: [i]data[/i],
success: [i]callback[/i]
});
echo $arr; //I KNOW THIS IS WRONG
</script>
[/CODE]
so my question is how do i get the array in the test.html
tghanks
Link to comment
https://www.neowin.net/forum/topic/1121580-jquery-json-example/Share on other sites
9 answers to this question
Recommended Posts