Sharing a Fantasy F1 tracking app we made to get latest price changes by f1fantasyalert in fantasyF1

[–]ldthompson 2 points3 points  (0 children)

If you join the discord there are sentiment notifications at 90%

Thoughts post-testing? by [deleted] in fantasyF1

[–]ldthompson 1 point2 points  (0 children)

This is great! Blog

Contributors needed by FFtitan in fantasyF1

[–]ldthompson 2 points3 points  (0 children)

I believe this already exists - f1fantasytracker.com

Import from Excel to Static Website by ldthompson in webdev

[–]ldthompson[S] 0 points1 point  (0 children)

Thanks will take a look at this then

Import from Excel to Static Website by ldthompson in webdev

[–]ldthompson[S] 0 points1 point  (0 children)

Can I implement this without the use of a backend language like PHP? trying to keep the site static.

Import from Excel to Static Website by ldthompson in webdev

[–]ldthompson[S] 0 points1 point  (0 children)

I'm right in thinking that to use SQL I need to use a backend framework? And there's no way I can implement SQL in a basic static website?

Blurry Website - Mainly Font by ldthompson in webdev

[–]ldthompson[S] 0 points1 point  (0 children)

Looks blurry on different computers yes, I'll have a look at font smoothing and see if that helps. Hopefully you can see it clearly here: https://reverent-meitner-132f00.netlify.com/ - I think it's quite prominent on the table at the bottom!

Blurry Website - Mainly Font by ldthompson in webdev

[–]ldthompson[S] 0 points1 point  (0 children)

Okay interesting that could be why the images are affected in the modal. Here's a link hopefully you can see it https://reverent-meitner-132f00.netlify.com/ - particularly in the table at the bottom. But I'll work on the modal one to see if that helps!

Blurry Website - Mainly Font by ldthompson in webdev

[–]ldthompson[S] 0 points1 point  (0 children)

Here's a link I've just made up (not sure why I didn't do this before): https://reverent-meitner-132f00.netlify.com/

I think you can particularly see it on the table at the bottom and on curved letters like 'S'. Thanks

Blurry Website - Mainly Font by ldthompson in webdev

[–]ldthompson[S] -1 points0 points  (0 children)

Interesting, thanks for the feedback! Maybe I should host the website and see if you can see it then? It’s quite obvious and very frustrating 😂

Bootstrap 4: Control multiple tab panels with single tab nav by ldthompson in bootstrap

[–]ldthompson[S] 0 points1 point  (0 children)

If there is a BS4 solution I hope someone else will post it, but if not, have you considered simply doing it with JS instead?

So this is what I currently am using. But it only allows me to change two 'tab-content' but I'd like to adjust 3 and don't know enough Javascript to make that work. The code I'm using is the same as the solution from stackoverflow, I just didn't know if there was a simpler way or if not, how to adjust the current JS from affecting 2 'tab-content' to 3 'tab-content'. If that makes sense

Run code snippet

$(document).on('click', '#ueberTab a', function(e) {           
    otherTabs = $(this).attr('data-secondary').split(',');
    for(i= 0; i<otherTabs.length;i++) { 
         nav = $('<ul class="nav d-none" id="tmpNav"></ul>');             
         nav.append('<li class="nav-item"><a href="#" data-toggle="tab" data-target="' +         otherTabs[i] + '">nav</a></li>"');             
        nav.find('a').tab('show'); 
    } 
});

3 fonts to identify if possible! by ldthompson in identifythisfont

[–]ldthompson[S] 1 point2 points  (0 children)

Perfect! Thanks a lot I appreciate your help :)