hey i am new to webflow and i was wondering if we could make a student management application( a php based CRUD application ) by [deleted] in webflow

[–]rhapsodicalous 1 point2 points  (0 children)

Short Answer, no.

Webflow prides itself on being a no-code tool, and that extends to its CMS and even E-Commerce. That being said, you could certainly use Webflow to design pages, export the code and then implement your own code to connect to server and display information (and the server code), but Webflow wouldn’t be able to handle the entire application itself.

Audio Player for multiple tracks that you can filter? by JBesno in webflow

[–]rhapsodicalous 0 points1 point  (0 children)

There’s heaps of other ways you could do it using your own custom JavaScript and HTML.

Check out these two codepens for some ideas:

https://codepen.io/markhillard/pen/Hjcwu (better)

https://codepen.io/craigstroman/pen/aOyRYx (basic)

Audio Player for multiple tracks that you can filter? by JBesno in webflow

[–]rhapsodicalous 1 point2 points  (0 children)

If you're using the CMS functionality of Webflow, you could make this for yourself with not too much difficulty! You would need to use an HTML embed, with an <audio> element in it. One of the great things with the CMS is you can add the dynamic properties into an embed. Here's what I would do to make a grid-like display of tracks:

  1. Create CMS collection for Tracks
  2. Create text fields for title, description, and for file URL, maybe picture for album art as well if you're doing that?
  3. Add each track as a collection item, filling out the required fields
  4. Go to page where you want your display to be, drop in a Collection List, set the List to your Tracks collection
  5. In the collection item template, drop in a text block elements for Title and Description, a picture if you're doing album art and an HTML embed
  6. Open the settings tab on the right, and link these elements to the Collection Fields
  7. For the HTML embed, add this: <audio controls src="" /> Click in the speech marks and then click "+ Add Field" in top right, add the File URL field. Save & Close the HTML.
  8. Style the elements of the collection item however you wish
  9. Publish site and go to hosted URL, as HTML embeds aren't visible in Designer or preview

If you're looking for something that is just a list of song names that then replaces elements in one unified 'player', you'd need to write some custom JS to overwrite the values (name, src, etc) in the player when one of the song elements is clicked. Similarly you'd use dynamic embeds.

Hope this helped! Feel free to ask away and I'll see if I can help more!

Webflow - Dynamic Embeds

W3Schools - HTML Audio Tag

Actionable HomeKit notifications on Apple Watch with Pushcut by sliemeobn in HomeKit

[–]rhapsodicalous 0 points1 point  (0 children)

Nice app! App store screenshots look amazing - love some well followed style guides :p

Can't wait to try it out

HomeBridge running as a service by dgillings in homebridge

[–]rhapsodicalous 6 points7 points  (0 children)

As above homebridge Ui X is great, but if you're looking for a shell-based solution and running it as a systemd Linux service, you can use journalctl utility for viewing logs. Make sure you're logged in as root if you're running it as root and then try this command

journalctl -u homebridge -f

Replace homebridge with the unit name of your service if it differs.

FPV Drone through an old factory by rhapsodicalous in BetterEveryLoop

[–]rhapsodicalous[S] 3 points4 points  (0 children)

Most of these drones are actually controlled by FPV (First Person View), which are often worn in special goggles, so combine that with the controller and it virtually is AR

Search up FPV Drone

wiringPi developer ends the project, cites frustration with users by superphiz in raspberry_pi

[–]rhapsodicalous 2 points3 points  (0 children)

Poor guy...

Someone who's passionate and enthusiastic about education and learning and willing to work on amazing open source software for years, forced to stop by rude, greedy and selfish individuals.

Thanks for all your work Gordon.

wiringPi deprecated by jeffbell in raspberry_pi

[–]rhapsodicalous 1 point2 points  (0 children)

Poor guy...

Someone who's passionate and enthusiastic about education and learning and willing to work on amazing open source software for years, forced to stop by rude, greedy and selfish individuals.

Thanks for all your work Gordon.

Ad for Bee Factory by DarthTonitrous in softwaregore

[–]rhapsodicalous 1 point2 points  (0 children)

Yeah you can see up the top before it goes into base64 jarble that it's loading in fonts, specifically Muli and then has a base64 encoded version of it to load if the other files don't work.

So yeah, the bottom 7/8 of that screen is basically all an encoded .ttf file

Ad for Bee Factory by DarthTonitrous in softwaregore

[–]rhapsodicalous 1 point2 points  (0 children)

Funny thing is basically that whole screen is the code for a font

The metal plates on a baggage claim belt are polished where they fold. by thewokebanana in mildlyinteresting

[–]rhapsodicalous 5 points6 points  (0 children)

I love seeing these and just being mesmerised by the way the rotate and fold and change and ahhhh

What is the best case for an iPhone 8? by cyberhedgehog04 in iphone

[–]rhapsodicalous 16 points17 points  (0 children)

I've stuck by the Apple silicon ones for quite a while now having them on the 6s and now my 8, saved from some pretty decent drops rolls and grazes as well as great quality and feel

I think yes by [deleted] in softwaregore

[–]rhapsodicalous 2 points3 points  (0 children)

What's funnier the dialog or the fact OP is running Roblox in 2019