2018 tools for web design

UI design Every year there is a new tool for web design and development, and they keep getting better. This year, you can expect to use the following tools when considering designing a new website: Figma When it comes to designing a website, it is best to have the complete concept and prototyping complete before… Continue reading 2018 tools for web design

5 misconceptions about your website

We at Devradius have made a countless number of websites throughout the years, and see common particular misconceptions about customer websites. If you are considering creating a new website or redesigning your current website, you may want to consider the following. 5 Misconceptions about your Website 1. Build it and they will come. This may… Continue reading 5 misconceptions about your website

Simple Landing Pages

A landing page is the first thing your user sees when visiting the website. It is the most important page of the website. Why we do want to keep things simple on landing pages? We want to turn visitors into customers. You want to make the page simple and welcoming, uncluttered. The user should see… Continue reading Simple Landing Pages

Cross Browser Testing

Every website owner will one day or another run into browser related issues. It could be a simple thing such as the navigation menu running over text. Cross browser testing is the practice of making sure that the existing websites work across an acceptable number of web browsers. This can include Chrome, Firefox, Safari and… Continue reading Cross Browser Testing

Running regular updates on your CMS

Many CMS-based websites are vulnerable to exploits and attacks. Most studies have shown that large percent of websites are not being regularly updated. Even more is that certain CMS’s are at more risk than others of being compromised. Running outdated software is always a no-no as it exposes you to great amount of risk. Site… Continue reading Running regular updates on your CMS

Securing your Website and some Tips

With more than a billion websites being run all around the world. There is always risk for hacks and someone trying to exploit data. It’s important to stay on top of things. Simple things like regular site updates and patches can go a long ways towards staying secure. Here are some simple things to always… Continue reading Securing your Website and some Tips

How to choose the right WordPress Theme

Existing WordPress themes will have many advantages and they will determine the overall look of your website. Every WordPress sites comes with a general basic theme when setup, but there are many themes that already built out, which you can purchase through different stores. As well free ones that you can use. Let us go… Continue reading How to choose the right WordPress Theme

Customized registration forms

Websites are making themselves better and better to attract more user registrations. Recently I was working on a project with four different types of registration blocks appearing in various ways when anonymous users were looking around the site. I tried to use webform and a contrib module that stated it could turn a normal webform… Continue reading Customized registration forms

jQuery menu plugin – Sidr

Many third party CSS frameworks have these type of plug -ins embedded inside.If you want something specific to create menus on left and right Sidr can be your choice. Sidr Using this plug -in you will be able to create side menu bars on both sides which are responsive.You can modify the sidebars by placing… Continue reading jQuery menu plugin – Sidr

Stripe JS Payment tutorial

Stripe JS is a framework used to collect payments using credit card in an easy way. It supports all major currencies and can be included into your project with a single link. Here is the step by step tutorial for introducing a simple stripe payment. Step 1 <script type=”text/javascript” src=”https://js.stripe.com/v2/”></script> Step 2 So after including… Continue reading Stripe JS Payment tutorial