Web Development

0 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
1
 
 

Deno.cron allows you to easily create scheduled jobs and is available on Deno Deploy. Here's how it works.

2
3
4
 
 

PostgreSQL says it’s included in Ubuntu related operating systems, but I’m not sure. I’m unable to start the service, or set up new servers in PgAdmin. I’ve tried to install the repositories but I’m either getting “1831” architecture errors, or no release file errors. I’ve tried fixing the list file, but it doesn’t seem to help. If anyone can help i would really appreciate it

The course I’m taking provides download links for an installer for windows, and Mac. After this and another problem I’ve had on Mac back in the day I’m thinking of switching to windows. Maybe the development software works better there.

5
6
 
 
7
8
9
10
 
 

This will disable many popular extensions for example uBlock Orgin

11
12
13
 
 

I am looking for the easiest and quickest solutions for reselling domains and email hosting.

Right now buying a domain and setting up email with Google Workspace is really annoying because we have to set up an account for them. We also need to get their payment information in order to even start on that, which can be a huge pain. This is also annoying for the client as well. Additionally, when the client needs a change, like adding a new email account, then we have to get access to their account again.

What we need is to allow a client to buy domains and email through our service which would allow us to administer those services without having to sign into their accounts. Is there anything like that?

14
 
 

Subhosting is a new way to leverage Deno Deploy's fast, scalable multi-tenant v8 isolate cloud to run your users code securely.

15
 
 

CSS content-visibility helps boost rendering performance by controlling whether or not an element renders its contents.

16
17
18
12
HTML First (html-first.com)
submitted 10 months ago by mac@programming.dev to c/webdev@programming.dev
19
13
Comig Soon: MDN Observatory 2.0 (developer.mozilla.org)
submitted 10 months ago* (last edited 10 months ago) by starman@programming.dev to c/webdev@programming.dev
20
 
 

Deno KV is now even more flexible and powerful with self-hosted options, replicas, and S3 and GCS continuous backup support.

21
 
 

Deno 1.38 ships with HTML doc output, hot module replacement, improved Node.js compatibility by allowing you to use your own node_modules folder, and more.

22
23
 
 

Hello,

I'm able to make texts fade in and out sequentially, like the following :

F
Fi
Fir
Firs
First
 irst
  rst
   st
    t
S
Se
Sec
Seco
Secon
Second
 econd
  cond
   ond
    nd
     d
T
Th
Thi
Thir
Third

Demo : https://jsfiddle.net/KaKi87/t3jm8yhx/2/

But I'd like to to make these fade in and out simultaneously, like the following :

F
Fi
Fir
Firs
First
S rst
Se st
Sec t
Seco
Secon
Second
T cond
Th ond
Thi nd
Thir d
Third

How to do that ?

Thanks !

24
 
 

Hi, I’m curious about an alternative to google analytics. I found some projects on GitHub but I want to know lemmy’s opinion, which one is worth try.

Umami, Plausible, Matomo are first three that have been recommended to me, but I’m not sure about the pricing and tiers …

I want to test it on small scale websites only for now, and also I can run it on my own iron. Not to be dependent on any other company or cloud service is the best thing possible for me personally.

So what repo you found most useful?

Thanks for your advice and opinions. Have a nice one.

25
 
 

Hi,

I'm rather new to web development. For my local scouts troop I'm currently trying to build a webapp to show a big browsable timeline of the troops chronicles (We have many big folders of paper showing what the scouts did that year). I've already build the ground structure based on Django for the backend and vue for the frontend. And I can display the individual elements of the chronicles (Writings, articles, pictures; videos and audio for newer entries) in a list.

Now I want to create a component, that will display a horizontal timeline with the ability to move and zoom, showing elements depending on the zoom level with different level of detail. I want to make it easy to browse the timeline of over 70 years with entries per year (like 30 elements per year).

I already tried timeline-js, but it doesn't quite behave like I want it to be (zooming, different levels of detail,...). For me it seems, that it cannot really be customized enough to reach my goal (though I might be wrong about that).

Then I thought about building that timeline component myself, though I don't know where to start in building such a component (how to draw the timeline itself with its markings, how to draw the elements at the correct position,...)

Can you give me a hint/direction where I should look for a solution? Maybe you know a tutorial for a similar situation (creating your own complex UI components)?

Thanks in advance for your help! Currently I feel like I don't know enough to ask the correct question to a search engine for a solution.

view more: next ›