Universal Gaming
Introducing, Cory! - Printable Version

+- Universal Gaming (https://universalgaming.net)
+-- Forum: Universal Community (https://universalgaming.net/forumdisplay.php?fid=6)
+--- Forum: Start Screen (https://universalgaming.net/forumdisplay.php?fid=7)
+--- Thread: Introducing, Cory! (/showthread.php?tid=1001)

Pages: 1 2


RE: Introducing, Cory! - Moonface - Dec 15th, 2021

(Dec 13th, 2021, 11:16 PM)Cory Wrote:
Not InvisionFree, I know that much, since jQuery wasn't a thing at the time and wasn't installed by default when it became a thing. It's probably a tie between ZetaBoards and Jcink since the way you code for them is very similar.
Interesting. I would've expected Jcink to be more similar to IF than ZB, since they're both based on IPB. But I guess the lack of JQuery on IF is what makes it so different compared to ZB despite that being a completely different and custom software.


RE: Introducing, Cory! - Cory - Dec 20th, 2021

Yeah, jQuery really made a big difference for me. I was never able to master JavaScript, but the more jQuery I learned the more JavaScript I mastered.


RE: Introducing, Cory! - Moonface - Dec 27th, 2021

What got you into coding in the first place? Also how did you start, because I remember looking at it out of curiosity one time and felt instantly overwhelmed. D=


RE: Introducing, Cory! - Cory - Dec 30th, 2021

I think my original creation, the InvisionFree Archive is what got me into coding. I was looking for a way to index all codes and skins on the official InvisionFree board at the time and I started using HTML to create the structure of it all. I think CSS came more naturally to me the more I learned about HTML. JavaScript I wanted to learn for years and couldn't grasp it, but once jQuery came along I started learning it and in turn, it helped better my JavaScript skills since they work hand-in-hand.


RE: Introducing, Cory! - Moonface - Dec 30th, 2021

How long would you say it took you to learn enough about jQuery to the point that coding in that sort of language or reading code in it didn't just leave you entirely dumbfounded anymore? XD


RE: Introducing, Cory! - Cory - Dec 30th, 2021

Too far back to recall, but I'm going to go out on a limb here and say anywhere from 3 to 6 months, maybe?


RE: Introducing, Cory! - Moonface - Jan 2nd, 2022

Do you ever encounter coding these days that takes you time to decipher what all the parts do or does stuff like jQuery and the like just end up similar to CSS where all that takes time is knowing what part affects what but otherwise you can see what it's intention is right away?