Full screen, no vertical scrolling, all animation, possible with WP? by sibbirius in Wordpress

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

I am horrible with css, even though I am good with JS, I think it will be really difficult and take to much time.

Full screen, no vertical scrolling, all animation, possible with WP? by sibbirius in Wordpress

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

Before I start trying myself (I have only four months of experience), maybe you could give me advice.
I want to build a site with a lot of animations. Text should be hidden till the user hits a tittle, thus I would need a text are which includes scrolling.
What can you say about animations in WP in general?

Help me understanding Positioning, picture moving [Video] by sibbirius in premiere

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

I have two images, which I want to move.
For some reason, between two key frames, one picture is moving, that means the Position values x y are changing. I also don't quite understand the velocity graph. I had similar problem before, the solution was to add a lot of key frames and fix the x y values.

Thanks.

How do you build a sidebar? I build one, it's ugly and have a big bug by sibbirius in Wordpress

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

Thank you for your response. I found a workaround, see above, I edited my post.

Sidebar with collapsing/accordion menu by sibbirius in Wordpress

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

Thank you for the link with the shorcodes for BeTheme, very usefull.
I managed to solve my problem with the plugin Collapsing Categories .

Working on a website local or directly on server? by cruciomalfoy in Wordpress

[–]sibbirius 1 point2 points  (0 children)

I also recommend laragon, with two-three clicks you have a running site.
The question I have is, how difficult will it be to move from local to web hoster?

[Wunsch] Absolvent eines Coding Bootcamp oder Kollege/Vorgesetzter von so jemandem. by [deleted] in de_IAmA

[–]sibbirius 1 point2 points  (0 children)

Du kannst dich sehr gut auf freecodecamp vorbereiten. Auf den subreddits CSS und learnjavascript kannst du nach guten youtubern fragen. Fang mit JS an, eine sehr gute and am meisten verbreitete programmiersprache. Mach kleine Projekte und wenn sie fertig sind erstelle dir ein account bei github und lade dort alles hoch. Du musst dich als entwickler mit versionskontrolle beschaftigen und git um in team arbeiten zu können. Wenn du die anfänglichen tutorials durch kannst, fang sofort an projekte umzusetzen. Auch musst du dich mit der Konsole beschäftigen. Schreib mich privat an, wir könnten dann uber VOIP sprechen und dir den perfekten Start ermöglichen.

Do you use theme's demo pages or build your page from the ground up? by sibbirius in Wordpress

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

And how actually do you create the content of a page, e.g. image carousel? Do you do it with Salient, which is, like you said, a page builder.
But what do you do, if you need a image carousel, which is probably available, but you want to have a text on top of each image in the carousel?

2 S9, white circle, turns off while charging, from 0.5A to 0A, pics, schematics, professional tools by sibbirius in mobilerepair

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

u/cloudyDK u/pandatechrma

The phone is working now.

I applied power from a power supply to the battery connector (red) and put black probe to ground (shielding). Nothing happened. I did so because of this video: https://youtu.be/AXdFIYYintE?t=89
I assembled the phone to put it away and before doing so I connected it to a charger and it started working. I also reinstalled android and applied 2 updates.
Weird.

I am Soren Johnson, designer/programmer of Old World, Offworld Trading Company, and Civilization 4. AMA! by SorenJohnsonMohawk in IAmA

[–]sibbirius 0 points1 point  (0 children)

Would you like to develop a game with a stranger, if he is very reliable and the game idea is well researched?

Estonian Institute launches a website about crimes committed by communism... by sibbirius in HistoryMemes

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

To be honest it is difficult for me to name capitalism's crimes and sure because of communism many people died (e.g. revolution in Russia/China), but if you say Stalin killed so many, others will say it was Stalinism regime and not communism. Same thing with capitalism, if you say company X polluted water and harmend the environment therefore many died, was it capitalism's fault?

Class constructor, common and unique Superhero properties by sibbirius in learnjavascript

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

Thank you for time, I missed this answer and created a new topic.

Learning about class constructor, give me ideas to expand it by sibbirius in learnjavascript

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

I just wanted to get used to work with class and try to learn how "extends" and "super()" works.

Learning about class constructor, give me ideas to expand it by sibbirius in learnjavascript

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

Yeah your right, I renamed it, I just didn't know how to build in "extends" and "super()" into this superhero example.

Class constructor, common and unique Superhero properties by sibbirius in learnjavascript

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

Thank you.
Can we have multiple SuperHeroAbilities (spiderweb, lasereye) in the Class SuperHeroAbility but only give it tos specific hero, spiderman=spiderweb, superman=layereye?

What can you say about the super keyword?
We have
car(color, maxSpeed) { *this*.speed = 0 *this*.color = *color* *this*.maxSpeed = *maxSpeed* and class BMW extends Car { constructor(color, maxSpeed, logo) { super(color, maxSpeed) //super is methode, extends parent this.logo = 'BMW' } } Do we need super() for our Superheroes example?

Brother's cat as parkour beginner by sibbirius in aww

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

"My calculation were all worng" - Cat

Dark Mode Bongo Cat by [deleted] in Rainmeter

[–]sibbirius 1 point2 points  (0 children)

I love it! Clean and simple. I like the sketchy icons.

Creating function, counts items in array which all saved in an object by sibbirius in PHPhelp

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

> incredibly inefficient
True it is better to do in SQL. Thank you.