There has been many comparisons about Ionic 1 and 2, but this comparison from Raymond Camden is by far the one that is quite clear and easy to understand. So for this post, we will read about how Raymond gave a comparative presentation to the Ionic NYC Meetup .
All posts filed under “JavaScript”
All the JavaScript-related tutorials, ideas and various posts in Stampede Constructs
JavaScript without jQuery
The majority of web developers are dependent on jQuery as their go-to JavaScript framework. It is flexible and evolving with every version. The community is also very huge, so you can always find a solution with a Google search.
Scrolling SVG Sunset
Have you played Firewatch? It is a mystery set in the Wyoming wilderness, where your only emotional lifeline is the person on the other end of a handheld radio. For me it’s definitely therapeutic. If you have, you might as well have visited their website. What do you see? A landscape illustration that moves along a parallax background. But what does parallax mean?
Badass Page Transition with Barba.js
Transition effects are not to be underestimated, as it aids the user in knowing that something is happening or loading. These effects are part of micro-interactions, which we have addressed in our sister blog, Stampede Curated.
Read More
Add Interactive Maps to WordPress with MapSVG
MapSVG is a plugin on WordPress that helps you build vector maps which are both visually pleasing and scalable. These maps use SVG images meaning that the end result is mobile-ready. MapSVG can also handle any SVG file, so you can even use it for creating interactive floor plans, infographics instead of just geographic maps.
Read More
RELEASED : Release Candidate for jQuery 3.0!
It’s finally here! Well this was last week but there’s no harm in being excited. The big news is that jQuery 3.0 will become the only version of jQuery. The 1.12 and 2.2 branches will continue to receive critical support patches for a while, but will not get any new features or major revisions.
Despite the 3.0 version number, these releases shouldn’t be too much trouble when it comes to upgrading existing code. Don’t worry much on the complexity of migrating to the new version of jQuery, the devs were fairly kind to provide a guide and also a plugin to check compatibility issues before you migrate your codes.
Note that jQuery 3.0 will not support IE6-8. If you need IE6-8 support, you can continue to use the latest 1.12 release.
Useful Javascript Style Guides
Style guides have no fixed definition as its meaning changes depending on what area it is applied to. However, one thing that all style guides have in common is its usage; to provide a general guideline for the team to refer to. This gives the team a base of mutual understanding on what needs to be done. It can also be used across departments between developers, designers and project managers.
Read More
New @mention Engine, Tribute.js
@mention is a user interface technique for addressing someone directly. When you@mention someone, they are tagged into a conversation.
Zurb, makers of Foundation are back with a brand new, open-source, ES6 JavaScript @mention engine called Tribute.js. A native JavaScript solution, meaning that it avoids relying on 3rd party plugins or scripts and is simple to use.
The Rise of the Full Stack JavaScript Developer
When it comes to Web Development, developers are commonly sorted into two groups; the Front-end developer, and the Back-end developer. These developers will work together to create beautiful websites which are also functional.
Read More