Meaning of back-end or front-end development
Back-end and Front-end, two terms that refer to developers, usually web developers, and who have specific skills. What makes you apt to call yourself with one term or another? Let's…
Back-end and Front-end, two terms that refer to developers, usually web developers, and who have specific skills. What makes you apt to call yourself with one term or another? Let's…
These days, every self-respecting web developer should know the acronym MVC. Some acronyms that Let's see what these acronyms are and why they are so important. Content What is MVC?…
In this tutorial you will learn how to make a simple web paging but efficient. A simple implementation that will simplify your life when creating your web applications. Content What…
HTML5 comes with a well-stocked API that provides us with various functionalities as standard, thanks to which we can develop more complex and attractive web applications. In this tutorial you…
In this tutorial we are going to see step by step how we can easily generate PDFs with PHP, HTML and CSS. Content How to get PDFs using PHP? How…
With this JavaScript and HTML snippet you can create a button or link on your page so that Your visitors can add your website to Favorites with a simple click.…
Tabulate in a textarea It is an impossible task without the use of javascript, since the default behavior of this key in a web is to change the focus of…
with the following snippet PHP you can get the city of a user just using their IP. The snippet is a PHP function that you can incorporate into your helpers…
The next snippet php will help you to obtain the source code of any URL in text format let it happen This code is perfect for creating, for example, crawlers…
Are you wondering how it would be possible add an image to TinyMCE at the cursor position? Well, you're in luck, because in this article I'm going to give you…