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 →

Quantic Dream Quantic Dream is a French video game developer and publisher based in Paris that was founded in 1997. The company is known thanks to interactive storytelling, the main force of this type of stories is his founder David Cage. Motion Capture and Quantic Dream Videogames Quantic Dream has developed five video games, but today we’re going to talk about three of them which have used motion capture. But foremost, what is motion capture? Motion Capture or mo-cap is the process of recording the movement of objects or people. In video games, it refers to recording actions of human actors, and then use that information to animateRead More →

The New York subway has installed touch screens in the corridors of different stations for users to interact with. It will be possible to plan an itinerary, get last-minute information on delays and incidents, or view advertisements with these devices. Touch screen and wi-fi devices in underground transportation systems will greatly improve the way we move. The classic subway plan that we can find in all stations will be replaced by an interactive one that will help us move more intelligently. The New York Metropolitan Transportation Authority is offering “On The Go!” Service, which has installed at least 90 touch screens in subway stations. EachRead 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 →

If you have a web page and you want to improve your SEO positioning, in this post I will show you the best HTML links. The pages are programmed in HTML language. In the SEO context, an HTML tag is a piece of code used to describe the searches how to treat each part of a web page. They can be used to give instructions to search engines, to identify important parts of the text, and many other things. Below we see an example of the basic structure of a link: <a href=”https://xupxup.net/blog-xupxup/”>”anchor text”</a> A good SEO resource is to put the keyword that weRead 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 →

Being a junior, mid-level, or senior developer isn’t just about years of programming experience you have. A junior developer can even be older than a senior developer. It all comes down to skill. But more than just coding skills, it is what differentiates the senior developer from the junior and mid-level developer. So what exactly are the differences? 1. Years of experiences A junior level programmer is a professional who has less than two years of experience. If he is above this time, then he can be considered mid-tier. For his part, from the age of 10 he can be called a senior programmer. ItRead More →

Before we get into the history of HTML, it’s important to note what HTML is. What is html?The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.And why hypertext? Because it is not just about a sequential text, but about all the possible links that we can integrate in it, from other designed pages to complex tables, videos or games, among others. The origins of HTML In the early 1990s, physicist Tim Berners Lee, a researcher at the European Organization for Nuclear Research (CERN), published anRead More →