Nice Background Particle Animations For Your Website

In this post I would like to share with you few nice animations from codepen for your inspiration. Some particle animations already looks very outdated but are a lot of nice animations out there which can be added to your website. Here is a short list with 5 animations: Background Particle Animations: 1. Full Background… Continue reading Nice Background Particle Animations For Your Website

How To Paste Image On Textarea With jQuery

In this tutorial I will show you how you can upload by ajax an image after you paste it on textarea using jquery. Is very useful this feature because you don’t lost any time when it comes to send files to other person. Especially when you do a printscreen using windows tool, you just copy… Continue reading How To Paste Image On Textarea With jQuery

How To Create Secure Server With Ratchet Websocket Php

In this tutorial I will show you all required steps in order to implement a websocket server using Ratchet library. Ratchet is PHP library which provide necessary tools for developers to implement real time applications. Using ratchet you can create a websocket server which will handle all concurent connections. Then, from server side you can… Continue reading How To Create Secure Server With Ratchet Websocket Php

Published
Categorized as PHP

Tutorial how wordpress themes are made

Many of you are wondering how wordpress themes are made or how are working. There is no hard to do a wordpress theme because you have all the informations you need on the internet. All tutorials and steps you need to follow in order to do your first theme are at a click away. First… Continue reading Tutorial how wordpress themes are made

Which CMS is the best? WordPress vs Wix compare

In my opinion there is no doubt that WordPress is much better then Wix due to many factors. Among them I will show you a short list in the below infographic. Anyway the below image is not enough to understand how many things you can do in WordPress but not in Wix. Even if you… Continue reading Which CMS is the best? WordPress vs Wix compare

How To Create A Custom Page In WordPress For Begginers – Part 1

Here you will see how you can create a simple custom page in wordpress using the best practices. If you want to start learning web development, wordpress is the best option for you because is not hard to understand and also you can do almost everything you want in this CMS. WordPress has evolved a… Continue reading How To Create A Custom Page In WordPress For Begginers – Part 1

How To Upload SVG Images In WordPress

As you probably already know, WordPress does not allow you to upload svg files due to an update few months ago.  Here I will show you a simple method through you will be able to upload again svg files in wordpress.  WordPress SVG Files WordPress stopped the upload of svg files because it can cause… Continue reading How To Upload SVG Images In WordPress

How To Keep Toolbar Sticky In Quill js editor

In this tutorial I will show you how to keep the toolbar from quill js editor sticky when you have a big data in your editor. Even if you can use the second theme from quill js, in some cases the toolbar which is all the time visible is better. In order to keep the… Continue reading How To Keep Toolbar Sticky In Quill js editor

Published
Categorized as jQuery

How To Create New Customer Address Programatically In Prestashop

This tutorial will show you the required steps you need to implement in order to create new customer address programatically in prestashop. First step we will need to create a postProcess function in your module. If you don’t have already a module created you can override the FrontController.php and add it the that file. So… Continue reading How To Create New Customer Address Programatically In Prestashop

How To Get Customer Address Through AJAX Prestashop

As you maybe already know you can do a lot of things un prestashop being built on a MVC framework you have all the control you need in this CMS.  This tutorial will try to show how can you get customer address through ajax in prestashop. You will see is nothing complicated you will have… Continue reading How To Get Customer Address Through AJAX Prestashop