The Flashback
- My experience with web development started out with designing websites using WYSIWYG editors.
- Eventually, I learned HTML from a Dummies book my sister gave me as a Christmas gift way back when I was in high school.
- I learned CSS, some Javascript here and there, web design concepts and some graphic design by self-study, application and learning by example.
- I learned some PHP from self-study and took an elective in college because I wanted to learn more.
- I learned some Java web development but never got to use or apply it for a long time so it's not really my forte.
- I used to design and create websites as a hobby.
The Discovery
So, the website loads and I see a bunch of boxes, some buttons on the top, and some combo boxes on the left. For a few minutes me and my lazy brain were thinking "Okay, so what's the big deal?" and then BAM! it hit me and I was all "THIS IS SO COOL!"
In the JsFiddle's documentation it says:
JsFiddle is a playground for web developers, a tool which may be used in many ways. One can use it as an online editor for snippets build from HTML, CSS and JavaScript. The code can then be shared with others, embedded on a blog, etc.It's a playground for web developers. A PLAYGROUND. How awesome is that? You can even make use of a Javascript framework like Mootools and Prototype. JsFiddle offers the opportunity of trying an idea or a theoretical solution out first before going on a full-blown solution build. You can share ideas and solutions with other developers online without going through the trouble of uploading code and taking screenshots. I think it's really awesome.
I find my reaction to this discovery a bit funny, though. It's the first time I've seen anything like it that's why I'm so impressed. Also, since it has been a while since I've done any web development discovering this kind of tool really feels like a big jump from the tools that I used to use. In short, I feel so old, haha.
But, seriously, finding out about JsFiddle has rekindled my interest in web development. I feel like coding something.