Let's introduce Augmented Reality and Virtual Reality. What are they? Is there any difference between them? Let's start reading something on Wikipedia about Virtual Reality. "Virtual reality (VR) is a computer-generated scenario that simulates experience". The are various fields of application an... [...]
Read MoreInstalling Bootstrap 4 on your NG-Cli project can be more difficult than you think. NPM is a really strange dependency manager and you have always to solve problems because of its instability. I have had several errors installing any Bootstrap package. A very simple operation took me hours to find the right solution!NOTE... [...]
Read MoreStructured data is a way to annotate and mark up your HTML pages with machine-readable information that can be used by search engines and other applications to better understand the content of your pages.There are several different formats for structured data, including JSON-LD, Microdata, and RDFa. These formats allow you t... [...]
Read MoreA modern web developer must know about HTML, CSS, Javascript, Node JS and the whole ecosystem around these technologies. Let's how we can be prepared.HTMLAccessibilitySemantic HTMLStructured dataJavascriptLearning the core Javascript is very important. Javascript is living maybe the greatest moment... [...]
Read MoreXSS is one of the most common security issues we have to worry about. It can be simple to prevent it but sometimes it's not. We must pay attention not only on our PHP code but even on HTML and Javascript ocde without forgetting old browsers. Some malicious users can use old version of Internet Explorer to explore the DOM and... [...]
Read MoreOk this year Symfony3 will be launched but in the best practice book there are some good recommendations and warning for the next future. I'll try to summarize the most interesting concepts and warnings. There are a lot hints about what you can or must do and some warning about common mistakes and what you must not do.... [...]
Read MoreWhy have I decided t0 use Bootstrap 3 instead of 2 for my new project? I'm searching for new and simple templates made with Bootstrap 3. There aren't many options online but you can build your own template using different tools. BS3 is newer and I really love the new features such as font awesome and new g... [...]
Read MoreHere is a summary of the best validation tool I've found through years of work on accessibility. We can find always the best solutions online. I've made websites and applications for public administrations and I want to publish always the best from my source code.ValidatorsW3C validator, the official W3C valid... [...]
Read MoreHere we have some tools and solutions to test and increase the speed of our web applications. With PHP 7. every web application based on this technology will be faster twice! But we need to be very careful to update the PHP version: not every application can work correctly.Compress HTML with PHPCompress CSSCompress... [...]
Read MoreWhat is WebGL and how we can start to use this technology today? Considering WebGL as an extension of Javascript we can see it as a binding language to develop high quality website and application using OpenGL technology on browser. But the first disadvantage of WebGL is the compatibility: nowadays only the best browser are able... [...]
Read MoreThis is a very very interesting topic about web desgn and the large amount of possibilities we have writing once for all the HTML source code and using it on desktop and mobile devices. We can work less and have more! This is the aim and the management of our apps and websites will be more homogeneous and... happy! But... [...]
Read More