Re: Completely stumped

2023-11-01 Thread Sandy
I knew what ever the answer would be - It would  be simple  - it was.

I received this today -it did the trick.

The page loads jQuery via HTTP instead of HTTPS which results in the request 
being blocked. I suppose if the script is loaded via https, your error should 
be fixed and the page load correctly. 

The working players were made about 5-6 years ago.

If you are an old timer and interested in the finished product it is here 
https://www.srq2.com/WebSongs/Playlist2023.html 


Sandy


On Nov 1, 2023, at 2:37 PM, 'Robert Janku' via BBEdit Talk 
 wrote:

I hate to be pedantic, but it's computers.

The two sites are not the same. First one has a cloud background while the 
second one has a purple background. What else has changed? 

Both work on my mac mini running macOS 10.13.6 using Opera 
Version:77.0.4054.277 (x86_64). 
I suggest trying another browser.

Looking at the differences between sites.  Solve this sort of malfunction is 
all about divide and conquer. I suggest staring by porting the working code to 
your new site. 

Robert 

On Wednesday, November 1, 2023, 09:48:24 AM EDT, Sandy  
wrote:


I have been using BBEdit for years (version 11.6.8 on Mac 10.13.6) Yes I know 
its old but has been working fine.

I’ve created a new mp3 player app which works fine viewing on my Mac,
Once I move to my website and view it there, it mall functions (half loads?).
And I’ve used the same code before which is still up and running at
https://www.abacoescape.com/BahamianMusic/BahamianPlayer.html 


The new one using the same code opens only the header the song list part 
doesn’t.. 
Example  https://www.abacoescape.com/OneHit/Onehit.html 


I have 15 play lists with the same issue,

Sandy

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: >
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/04DC7756-279A-4335-9F50-D988EEDFDDC5%40comcast.net
 
.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: >
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/212996007.1947000.1698863869555%40mail.yahoo.com
 
.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/A91AAE66-FB3E-4D00-8578-0C7A24D06D1E%40comcast.net.


Re: Completely stumped

2023-11-01 Thread 'Robert Janku' via BBEdit Talk
 I hate to be pedantic, but it's computers.
The two sites are not the same. First one has a cloud background while the 
second one has a purple background. What else has changed? 
Both work on my mac mini running macOS 10.13.6 using Opera 
Version:77.0.4054.277 (x86_64). I suggest trying another browser.
Looking at the differences between sites.  Solve this sort of malfunction is 
all about divide and conquer. I suggest staring by porting the working code to 
your new site. 
Robert 
On Wednesday, November 1, 2023, 09:48:24 AM EDT, Sandy 
 wrote:  
 
 I have been using BBEdit for years (version 11.6.8 on Mac 10.13.6) Yes I know 
its old but has been working fine.
I’ve created a new mp3 player app which works fine viewing on my Mac,Once I 
move to my website and view it there, it mall functions (half loads?).And I’ve 
used the same code before which is still up and running 
athttps://www.abacoescape.com/BahamianMusic/BahamianPlayer.html
The new one using the same code opens only the header the song list part 
doesn’t.. Example  https://www.abacoescape.com/OneHit/Onehit.html
I have 15 play lists with the same issue,
Sandy

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/04DC7756-279A-4335-9F50-D988EEDFDDC5%40comcast.net.
  

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/212996007.1947000.1698863869555%40mail.yahoo.com.


Re: Completely stumped

2023-11-01 Thread Sandy
Holger

That was fast and it makes complete sense. I knew it would be something simple.

Thank you so much - Gona get to it after lunch

Sandy





On Nov 1, 2023, at 10:00 AM, 'Holger Bartel' via BBEdit Talk 
 wrote:

Hi Sandy, 

The page loads jQuery via HTTP instead of HTTPS which results in the request 
being blocked. I suppose if the script is loaded via https, your error should 
be fixed and the page load correctly. 

Mixed Content: The page at 'https://www.abacoescape.com/OneHit/Onehit.html' was 
loaded over HTTPS, but requested an insecure script 
'http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js'. This request 
has been blocked; the content must be served over HTTPS.

Hope this helps, 
Holger 


> On 1. Nov 2023, at 14:10, Sandy  wrote:
> 
> I have been using BBEdit for years (version 11.6.8 on Mac 10.13.6) Yes I know 
> its old but has been working fine.
> 
> I’ve created a new mp3 player app which works fine viewing on my Mac,
> Once I move to my website and view it there, it mall functions (half loads?).
> And I’ve used the same code before which is still up and running at
> https://www.abacoescape.com/BahamianMusic/BahamianPlayer.html 
> 
> 
> The new one using the same code opens only the header the song list part 
> doesn’t.. 
> Example  https://www.abacoescape.com/OneHit/Onehit.html 
> 
> 
> I have 15 play lists with the same issue,
> 
> Sandy
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a feature 
> request or need technical support, please email "supp...@barebones.com" 
> rather than posting here. Follow @bbedit on Twitter: 
> >
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/04DC7756-279A-4335-9F50-D988EEDFDDC5%40comcast.net
>  
> .


-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: >
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/32477E8C-CDFF-43B6-8EBF-6DEFD414007E%40googlemail.com
 
.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/6DF67806-7E3F-4E53-98ED-7B865F9A3711%40comcast.net.


Re: Completely stumped

2023-11-01 Thread 'Holger Bartel' via BBEdit Talk
Hi Sandy, 

The page loads jQuery via HTTP instead of HTTPS which results in the request 
being blocked. I suppose if the script is loaded via https, your error should 
be fixed and the page load correctly. 

Mixed Content: The page at 'https://www.abacoescape.com/OneHit/Onehit.html' was 
loaded over HTTPS, but requested an insecure script 
'http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js'. This request 
has been blocked; the content must be served over HTTPS.

Hope this helps, 
Holger 


> On 1. Nov 2023, at 14:10, Sandy  wrote:
> 
> I have been using BBEdit for years (version 11.6.8 on Mac 10.13.6) Yes I know 
> its old but has been working fine.
> 
> I’ve created a new mp3 player app which works fine viewing on my Mac,
> Once I move to my website and view it there, it mall functions (half loads?).
> And I’ve used the same code before which is still up and running at
> https://www.abacoescape.com/BahamianMusic/BahamianPlayer.html
> 
> The new one using the same code opens only the header the song list part 
> doesn’t.. 
> Example  https://www.abacoescape.com/OneHit/Onehit.html
> 
> I have 15 play lists with the same issue,
> 
> Sandy
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a feature 
> request or need technical support, please email "supp...@barebones.com" 
> rather than posting here. Follow @bbedit on Twitter: 
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/04DC7756-279A-4335-9F50-D988EEDFDDC5%40comcast.net
>  
> .

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/32477E8C-CDFF-43B6-8EBF-6DEFD414007E%40googlemail.com.


Completely stumped

2023-11-01 Thread Sandy
I have been using BBEdit for years (version 11.6.8 on Mac 10.13.6) Yes I know 
its old but has been working fine.

I’ve created a new mp3 player app which works fine viewing on my Mac,
Once I move to my website and view it there, it mall functions (half loads?).
And I’ve used the same code before which is still up and running at
https://www.abacoescape.com/BahamianMusic/BahamianPlayer.html 


The new one using the same code opens only the header the song list part 
doesn’t.. 
Example  https://www.abacoescape.com/OneHit/Onehit.html 


I have 15 play lists with the same issue,

Sandy

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/04DC7756-279A-4335-9F50-D988EEDFDDC5%40comcast.net.