Details
-
AboutFrench Designer and Front-End Developer. Learn by myself
-
SkillsHTML / CSS / PHP / BASH / WordPress / WebDesign / JS and JQUERY beginner !
-
LocationGrenoble, France
-
Website
-
Github
Joined devRant on 4/4/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@spongessuck Thanks. I understand the difference. I will try to update my code with the help of @example-user and yours. Thx a lot
-
@example-user Thank you so much for this and for the explanations. I will read it again and again till I figure it out. Maybe I'm not logical / good enough to become a good developer ^^
Thank you for your help, really :) -
@example-user Hi. This is already what I'm doing.. well I guess. See attachment.
-
@example-user I already use async / wait.
-
Because this is the idea behind my app ^^
-
@spongessuck Thank you for your answer. I appreciate.
Did you think of faking the result ? Like instead of waiting to fetch the entire collection (mine for example, there is 10 pages so 10 fetch), maybe I can push the first fetch into an other array (a temporary one) and randomize this array first while doing the rest of fetch.
Your comment made me think of this, maybe it's a good idea and good practice. -
@Benutzername Not a WordPress website 😉 And yeah not mobile friendly right now.
-
@Benutzername You will learn as you grow 😉
-
@Benutzername Stop saying shit. You can totally develop a fantastic wp website and no one will notice that's a wp theme. I've build myself a wp theme for a friend of mine who doesn't have time or skills to update the website with his contents, so I created a wp website from scratch and you can't notice this is a wp website. It's 100% designed and build by myself.
So yeah there are wp website where just the color has changed from the original theme and the others 😉
Problems don't appear with the tool but with the developer. 😉 -
@SortOfTested You can also turn your key into a numeric one by linking your PC to Microsoft's servers. Then when you want to upgrade your computer or reinstall windows you can simply link your your installation with your outlook/live/hotmail address
-
In France, there are exactly the same ads than this one ! It's a real pain. How to get a first job in that conditions...
-
@netikras Ahah, I don't. Use windows for gaming and Photoshop 👌
-
@melezorus34 I'm on an old motherboard that doesn't support UEFI.
-
Not only that !
To me, the last windows update had erased my dual boot with elementary OS and I fucking can't retrieve it !
Two days I work on but I can't figure it out 😩
My grub has disappeared ! Boot-repair disk can't find any grub location.. os-prober only find my Windows 10 OS..
This is a real pain 😭
Fuck you Windows ! -
Welcome back !
-
I'm on ElementaryOS.. Is it bad ? ^^
-
@Kruzifix Thanks for your comment. I understand and I think it would be a good idea to not make a e-commerce website. Maybe later.
-
@norman70688 Nope, we have to build a website with the knowledge we have right now (PHP with SESSION and POST, JS, CSS ans SQL).
-
@AlmondSauce Just 4 days.
-
@jak645 Oh OK. Thanks for tour answer. Son.. What's the best ? Flexbox or Grid ?
-
@nothappy CSS Grid VS Flexbox, a good question. But Grid is not a good choice for production. You need to enable Flag on Chrome & Firefox (https://caniuse.com/#search=grid)
-
@CoffeeNcode Thanks. I made this pic on photoshop
-
@jonhyfun Ahah, in France. Sorry.
-
@ihatecomputers Thanks for your contribution, that's pretty good but that's not perfect yet. I think we need an other motherfuckingwebsite update to improve accessibility to people with disabilities.
For exemple :
- Cat picture don't have an ALT attribute which is important to people who visite a website with a screen reader.
- Add an option to let the user choose between Default, Reinforced or inverted contrasts.
- Add an adapted font to dyslexics (Open-Dyslexic font)
- An option to let the user increased line spacing, etc. -
You have two awesome books written by Jon Duckett titled
1/ HTML and CSS : Design and Build Websites (A good introduction).
2/ JavaScript and JQuery: Interactive Front-End Web Development.
https://bit.ly/2TUhzFX -
@Fast-Nop That's a great website ! Thanks mate.
-
@seraphimsystems AV1 is only supported by Opera and Chrome, and partially by Firefox. So nope, not a good choice IMO.
The best containers / codecs for web is :
- Ogv with Theora + Vorbis
- Mp4 with h264 + AAC
- WebM with VP8 + Vorbis
Works like a charm with the previous client video. But the new one is 2x longer.. So I need to find a good preset to encode video to be under 5Mb -
@seraphimsystems h265 codec will be decode by browsers ? I used the h264 with the Mp4 container instead.
-
@C0D4 The Autoplay video is mute.
-
@electrineer This is the client desire. So, I do my best to implement that feature. Thanks for your advice.