When you learn about increasing conversion rates you always get to know the basics like photo use, headlines, CTAs, product photo placements and similar. However, when you want to take…
Anush
Latest posts - Page 4
SEO in 2017: Mobile optimization as a competitive advantage
Smartphones have been big news for several years now and 2016 saw them playing an even bigger part in global Internet access. More people now access the Web using a…
User Account Details in Django Extended UserModel Serializer
How to access user account details like email address, username, first_name and last_name in django account models.
Configure and Deploy Django Project on VPS
Deploy django application for production. Unlike web languages like PHP where the deployment process can be narrowed down to just transfer of files where as django…
World Wide Web at end of 2016
A status report of the Internet in 2016, one among the million reports you can find online :)
6 Essential Practices for Ecommerce Blog
A blog can be an inexpensive, powerful, and effective marketing tool for any ecommerce website, if you update it often and share your posts. But it's not enough to slap…
Control ViewSet Method in Django
Model ViewSets packs up the common functions to create, list, patch, put and delete an object in the package, which saves the day in many places but there are situations…
Multiple File Upload with PHP and MySQL
Multi-file Upload with PHP, this includes verification for file extension and size, thus making it a secure way to upload files, and we will save the…