In this post I collect 5 libraries of effects and animations that will give you many ideas, apart from saving you work when it comes to animating your website. 1.Typed.js A JavaScript library that will help you create a typing animation on your web page. A good idea for a welcome message for your website visitor or to simulate a development console and much more. The library has also implemented a more SEO-friendly approach, as the text you want to animate can be read into the web page from an HTML div tag. 2. Vivus Vivus is a Javascript library to create animations with yourRead More →

Artificial light has allowed us to see in the dark for some time now. We can now light up the houses where we live, our workspace, and of course the streets we pass through. This invention has made our lives easier and, as street lighting has become an essential in most of the world. Street lighting is now a staple of urban and rural infrastructure, creating a safe environment for both pedestrians and drivers, and making the use of public spaces more welcoming. At local and municipal level, public authorities are in charge of providing street lighting. This, however, represents a major cost for theRead More →

User experience is the process that leads a user to interact with a product. This includes the feelings you have before, during and after interacting with a digital product, this is totally subjective and is based on the perception of each person. The user experience includes many other aspects: usability, visual hierarchy, accessibility… which will improve the UX of the digital product or service as a whole, making a better experience for users. Instead, when we talk about user interface (UI) we talk about the process of creating interfaces on devices paying special attention to appearance and style of the digital platform, involves all theRead More →

TOP 3 GAMES YOU COULD EASILY CREATE WITH JAVASCRIPT! 1. Maze Game One of the games that have the shortest amount of lines to develop in javascript is the Maze Game, it is a labyrinth where you have to go from point A to point B moving with the arrows of the keyword. 2. Three in a row Three in a row game is the most popular easy game for beginners, and you can create it easily with only HTML and javascript. I will give you a 20 minutes tutorial to help you create this enternaining game! 3. Ping Pong Ping Pong Game is aRead More →

The main goal of jQuery is to make it easy to use JavaScript (JS) on your website. This is the language of choice for developers when it comes to designing web applications. According to SlashData from 2020, this is the most popular programming code among developers. jQuery is a library developed in 2006 by John Resig that allows us to add an AJAX interaction layer between the web and the applications we develop by controlling events, creating animations and different effects to enrich the user experience. This library that achieves an environment where tasks and processes in JavaScript programming are simplified, making it easy toRead More →

Stephen P. Anderson through his 2010 seminar, “Seductive Interaction Design,” where he looks at ways we can employ psychology to design interactions that are more fun, engaging, and effective. An example he gives of seductive interaction design in a set of stairs that have been painted to look like piano keys with sensors to play notes when stepped on. The design put use of the stairs up 66 percent in comparison of the stairs right next to them. There are many paths to creating the type of innovative designs Anderson describes, but often, the need for familiarity and intuitiveness in interaction design takes precedence overRead More →

With the arrival of new technologies, museums “of the future” have become a reality that attracts the public thanks to experiences that go far beyond contemplating a painting or a sculpture. The museums of the future, are characterized by being interactive (inviting the public to participate). They include technological factors, we must not forget to make them intuitive, so that all audiences can enjoy this experience. And, of course, it will have to be a didactic innovation, because of its desired destination, the museum. In the museum of Pinacoteca de São Paulo, through the technology of IBM Watson, the computer system of artificial intelligence, BraziliansRead More →

Before showing you the 5 best javascript frameworks, I am going to explain to you along with an example what they are Think of building websites and web apps like building a house. When you set out to build a house, you could create all of your own building materials from scratch and start building without any schematics, but that approach would be incredibly time consuming and doesn’t make a lot of sense. It’s more likely that you would purchase pre-manufactured building materials (wood, bricks, countertops, etc.) and then assemble them based on a blueprint to fit your specific needs. Coding is very similar. WhenRead More →

JavaScript is everywhere, and for the seventh year in a row, in 2019 it has been ranked the most commonly used programming language. Created out of necessity, it is used to build 95.2% (1.52 billion) of websites today, including some of the world’s largest, like Facebook and YouTube. Without it, we would not have popular and useful web apps such as Google Maps and eBay. But…what’s the importance of Javascrpit? JavaScript is a scripting language that is one of the three core languages used to develop websites. Whereas HTML and CSS give a website structure and style, JavaScript lets you add functionality and behaviors toRead More →

The best code editors don’t just let you edit files, they help you find and fix bugs and make it possible for you to customize just about anything you want. Next, we have a selection of the best. 1. Visual Studio Code Free, stable, very robust and good working speed are some of the main features of Visual Studio Code, the code editor developed for Windows although it also works with Mac. Especially recommended for large and complex projects. 2. Sublime Text Is a valid code editor for Mac, Windows and Linux and is one of the most complete text editors that exist. Its easeRead More →