9 Best Resources For Web Developers & Web Designers

In this assortment, we are presenting 9 best and useful tools and resources for web developers and web designers. When web developers use these tools and resources, I am sure they will like these tools and resources because all these tools and resources are fresh, trendy, up to date, time saving and easy to use.… Continue reading 9 Best Resources For Web Developers & Web Designers

The Smartphone’s Stunning Design Evolution

Today, practically everyone has an advanced smartphone that can do amazing things for you. Smartphone designs, however, have changed greatly since they were first introduced in the mid-1990s. You’ll gain a bigger appreciation for your current smartphone after you consider how the design for these devices has evolved over the years. The Big Brick IBM built… Continue reading The Smartphone’s Stunning Design Evolution

Best Free Programs & Online Services For Sending And Sharing Large Files

In this post, we are sharing 9 free tools to send and receive large files to your clients. When running an online business, it is indispensable to have some sort of tool that allow you to send and receive large files to your customers or boss. Regular emailing clients have some sort of limit when… Continue reading Best Free Programs & Online Services For Sending And Sharing Large Files

Top 10 resources for designing email newsletters

The world of email marketing is constantly changing. There are dozens of tools out there tailor made to help marketers write emails, designers craft emails, and developers code emails. But with so many tools available, it can be frustrating to find the best ones. That’s why, in this post, I’ve curated the top ten best… Continue reading Top 10 resources for designing email newsletters

Burnt Out Vs. Time for a Change

Posted · Category: Information It’s all too easy to fall into the trap of trying to move up the ladder, through trying to demonstrate your work ethic to managers and coworkers. While there’s certainly nothing wrong with that, it’s not always easy to recognize when this pattern has gone too far and has taken a… Continue reading Burnt Out Vs. Time for a Change

How to Send a Pull Request using the Github Desktop Client

In one of my previous posts, I outlined the process of contributing to open source software with a detailed account of each step. One of those steps was sending a pull request to the owner of the repository you forked from. I showed you how to send a pull request using Github‘s web interface. In… Continue reading How to Send a Pull Request using the Github Desktop Client

How to Enable Deep Links On Android

What Are Deep Links? Android deep links open a specific page within an app and optionally pass data to it. Developers may find deep links particularly useful for actions, such as clicking a notification or sending an app link via email. Let’s take an email client as an example. When the user clicks the notification of an email… Continue reading How to Enable Deep Links On Android

WP REST API: Internals and Customization

In the previous part of the series, we learned about creating, updating, and deleting content remotely through the WP REST API. It allows us to create platform-independent applications that work seamlessly with a WordPress powered back-end, providing a rich experience to the user. In the current part of the series, we will take a look at… Continue reading WP REST API: Internals and Customization

9 Best jQuery Autocomplete Plugins

For today’s round up, we have collected 9 best jQuery auto complete plugins for you. Auto complete feature lets your users to quickly find and select from a pre-populated list of values that they have previously saved in the form. This will result in saving lots of time and energy. This is exceptionally helpful for… Continue reading 9 Best jQuery Autocomplete Plugins

Exploring WordPress Managers: ManageWP, CMS Commander & MainWP

In the previous part of this series, we talked about two popular WordPress managers out in the field. In this second part, we’ll be checking out a few more of them. Also, there will be one bonus tip about a core WordPress feature that may help you manage your (or your clients’) websites. So, without… Continue reading Exploring WordPress Managers: ManageWP, CMS Commander & MainWP

WP REST API: Setting Up and Using OAuth 1.0a Authentication

In the previous part of the series, we set up basic HTTP authentication on the server by installing the plugin available on GitHub by the WP REST API team. The basic authentication method allows us to send authenticated requests by sending login credentials in the request header. While being quick and handy, there’s also a… Continue reading WP REST API: Setting Up and Using OAuth 1.0a Authentication

Build a Custom WordPress User Flow — Part 3: Password Reset

In the first two tutorials in this series, we have built custom pages for logging in and registering a new user. Now, there is only one part in the login flow left to explore and replace: what happens if a user forgets their password and wants to reset their WordPress password? In this tutorial, we’ll… Continue reading Build a Custom WordPress User Flow — Part 3: Password Reset

Freebie: Valentine’s vector pack

It’s that time of year again, when cupid draws back his bow, and florists quadruple their prices. As St. Valentine’s day rapidly approaches, it’s time to start thinking about who your special someone might be. And whilst the rest of the population buys cards for loved ones, as designers we’re in the enviable position of… Continue reading Freebie: Valentine’s vector pack

HTTP: The Protocol Every Web Developer Must Know

In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we’ll cover the most important bits. HTTP Connections… Continue reading HTTP: The Protocol Every Web Developer Must Know

jQuery Auto-Complete & Auto-Suggest Text Input

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields. It was built with focus on performance – results for every query are cached and pulled from local cache for the same repeating query. If there are no results for particular query it stops sending requests to the server for… Continue reading jQuery Auto-Complete & Auto-Suggest Text Input