
Category: Web Tips and Tricks

How to Build A Simple Ionic 4 WordPress Client
As basically the whole internet is powered by WordPress, chances are high you have to interact with it at if a client approaches you for a mobile app. Because by now WordPress includes a great REST API we can easily connect our Ionic app to the data it holds. While we previously used the wp-api-angular…

Easiest Way To Convert HTML Pages Into React Components
This utility was designed to free React developers from a boring work of translating HTML into React components.Imagine you just got a pile of HTML from your designers. The first thing you will do is break HTML into React components. This is boring and we can automate this. HTML components should be annotated with data-component attribute….

Top 8 Youtube channels for UI/UX designers
The Futur https://www.youtube.com/user/TheSkoolRocks The Futur comes to delivering rock-solid information on Branding, UX, Freelancing, education, design, business, learning and Graphic Design content. [divider style=”solid” top=”20″ bottom=”20″] Sketch together https://www.youtube.com/channel/UCZHkx_OyRXHb1D3XTqOidRw A channel dedicated to all things related to User Experience and User Interface design. [divider style=”solid” top=”20″ bottom=”20″] Maex https://www.youtube.com/channel/UCSdp5logiFTM3SyLJrHabOQ/videos This channel create tutorials about Sketch,…

Top 6 AI Tools for Designers
Visual Eyes www.visualeyes.design An Al-powered Attention Map, Areas of Interest, Clarity Score, Clarity Maps, etc. [divider style=”solid” top=”20″ bottom=”20″] This Person Doesn’t Exist www.thispersondoesnotexist.com Generate Royalty-Free Al-generated people’s faces. This can also be downloaded as a sketch plugin. [divider style=”solid” top=”20″ bottom=”20″] Colormind www.colormind.io Colormind is a color scheme generator that uses deep learning….

100 sources of free stock images for your templates, videos and websites
Images are great ways to express feelings. Visualizing ideas is very effective to gain more user engagement. But finding the appropriate image is not so easy. There are copyright issues as well. But don’t worry, lots of free images are available across the web. In this post, I’ll present 100 sources where you will find…

Web development on Chrome OS
This talk demonstrates how in a few clicks you can get a full web development environment up and running on Chrome OS, including how to do cross-browser testing! 🙂 Transcript Hi. I’m Emilie Roberts, a developer advocate with Chrome OS developer relations. Today, I’m going to talk about web development on Chromebooks. Here is a…

6 Tools to Track Your Instagram Followers
If you are merely a casual user of Instagram, showing a few pictures with your friends, you may not see any need to track your Instagram followers, or indeed how your posts perform. However, if you take your Instagramming more seriously, you are going to want to keep a vigilant eye on your Instagram account,…

Gatsby Easily Start with bootstrap
Hello Everyone. Today We are going to discuss about one of the best framework gatsby’s starter include react-bootstrap. Gatsby is a free and open-source framework based on React that helps developers build blazing-fast websites and apps. First of all Install Node.js and npm in your system Gatsby is built with Node.js. To get up and…

Scaling Images With Jquery (Resize Image on Hover)
Using only JQuery you can use the hover() listener for mouseenter and mouseleave events and manage the CSS properties also with JQuery using css() method. For scaling an element you can use the CSS transition in conjunction with transform: scale(<some_number>) properties. Check next example for better understanding: HTML : Javascript/Jquery: Output:

How to build a great dashboard that everyone loves?
The importance of having dashboards for different websites is unequivocal. Whatever the services or products are the websites about, the need of having a dashboard for them is immense. Day by day it is growing with the increase of business websites. So it opens a Broadway for smart people to start a business of providing…