An HTML "developer" needs to know the proper formatting (syntax) and structure that the browser expects from the HTML, but that's not all. HTML alone isn't going to get you very far. A developer should know, at minimum, HTML, CSS and JavaScript.
Thank you CReber. I do like my current company and the people I work with. I think I'm going to let my boss know I have an offer and that I don't REALLY want to leave, and try to get a little bump in my pay anyway. My heart is telling me to stay.
Yes, I set up an account earlier today and found it quite delightful. I set up a project and some tasks for my latest hack and so far it looks like it will be very useful. The interface is top-notch, and it encompasses a full range of uses such as bug-tracking etc...
It's really straight-forward for simple usage. There's no official river for mongoDB, so for now, since I've got very small documents, I just save in MongoDB, and then index an even smaller searchable document in ElasticSearch. My front-end talks to ElasticSearch through a simple node/expressjs route, which was made far simpler by this NPM module -->
I apologize for using the term "combining" as it's slightly misleading. I actually use ElasticSearch for search functionality only. I use MongoDB for the standard DB stuff (read, update, etc...)
I've been using MongoDB for about 5 months now and can say that it is an excellent tool. I've been tinkering with building a very fast search engine for my latest app by combining MongoDB with ElasticSearch and it's been a wonderfully pain-free experience. While I certainly believe in picking the right tool for the job, I don't see myself going back to SQL anytime soon.
Our clients are typically churches and small business who like to have banners on their home pages. There's always something "featured" that they want to show off.
Very nice! There are a lot of rotator plugins out there, but yours seems very complete and robust. I will definitely be using this in future projects since our clients always want more fancy sliders. Thanks again!
Just bought this app about a week ago and have been amazed ever since. It's surreal how you can travel back and forth through time and see the cosmos unfold.
I find this quite brilliant. I'm a fan of simplicity and minimalism, and this is a good example of implementing the bare-minimum and getting something useful out of it. I'm actually a bit jealous I didn't think of it first. Good work, and good luck to you!
I think this looks promising. Does it handle custom fonts? I had a problem with rendering custom fonts with the hack job of a screenshot app I'd built for myself. Best of luck to you though!
Honestly, I didn't see much that doesn't still apply to writing JavaScript today. However, I think overall code organization and re-usability is something that today's JS devs need to think more about. It's too easy to whip together a bunch of "cowboy code" with so many plug-ins and libraries available.