in

Website Redesign Process: Your Website Redesign Strategy in 5 Steps

Your website is your virtual business card and it often provides the first impression of your business to future customers — making it one of the most important aspects of your company. But if your website still has cobwebs from the 2000s, it’s time to put together a website redesign process. A website redesign process […]

The post Website Redesign Process: Your Website Redesign Strategy in 5 Steps appeared first on WebFX Blog.




in

Psychology of Color [Infographic]

Perhaps no choice is as vital to marketing as color. Whether you are selecting the color for a product or for your email marketing campaign, color has a tremendous impact on all of us. Subconsciously, we associate different colors with different things. This infographic examines the psychology of color and looks at some common associations […]

The post Psychology of Color [Infographic] appeared first on WebFX Blog.




in

5 Magnificent Examples of Websites That Convert Visitors into Customers

Need some inspiration to build a high converting website? Websites that convert persuade visitors to become customers. These websites drive more revenue, so if you want to increase your site’s revenue, use these examples of websites that convert as inspiration! We’ll go over what makes for the best converting websites and five examples of websites […]

The post 5 Magnificent Examples of Websites That Convert Visitors into Customers appeared first on WebFX Blog.




in

How Fast Should My Website Be? [+7 Tips for Speeding Up Your Site]

Did you know that for every second faster your website loads, you increase conversions by 7%? A fast loading website leads to longer dwell sessions, improved engagement, and increased conversions. When people can access information fast, they’re more likely to stay on your page. So now you’re probably wondering, “How fast should my website be?” […]

The post How Fast Should My Website Be? [+7 Tips for Speeding Up Your Site] appeared first on WebFX Blog.




in

Printed Solar Cells Hold Promise for Unlit Rural Areas

By Sci Dev Net Advances in printed solar cell technology promise clean renewable energy, opening possibilities for 1.3 billion people still without electric power in developing countries. The technology, which only requires the use of existing industrial-size printers, can produce … Continue reading




in

Experimental Biomass Harvest a Step Toward Sustainable, Biofuels-Powered Future

By Jeff Mulhollem Penn State News The first harvest of 34 acres of fast-growing shrub willow from a Penn State demonstration field this winter is a milestone in developing a sustainable biomass supply for renewable energy and bio-based economic development, … Continue reading




in

Solar Surges: Renewable Energy Jobs Topped 8 Million in 2015

By Andrea Germanos Common Dreams On the heels of clean fuel milestones in Germany and Portugal , a new report finds that the renewable energy industry employed over 8.1 million people worldwide in 2015. According to the International Renewable Energy … Continue reading




in

Energy Department Reports Show Strong Growth of U.S. Wind Power

By Energy.Gov Annual reports analyzing the wind energy industry released today by the Energy Department show continued rapid growth in wind power installations in 2015, demonstrating market resilience and underscoring the vitality of the U.S. wind energy market on a … Continue reading




in

Study Links Texas Earthquakes to Wastewater Injection

By Joel Bahr Berkeley News A new study co-authored by UC Berkeley professor Michael Manga confirms that earthquakes in America’s oil country — including a 4.8 magnitude quake that rocked Texas in 2012 — are being triggered by significant injections … Continue reading




in

A Different Approach to Coding With React Hooks

React Hooks, introduced in React 16.8, present us with a fundamentally new approach to coding. Some may think of them as a replacement for lifecycles or classes, however, that would be wrong. Like trying to translate a word from another language, sometimes you’re facing a completely new entity, which seems identical on the surface but is very different semantically and can’t be treated as equivalent. 

React not only changed the approach from OOP to Functional. The method of rendering has changed in principle. React is now fully built on functions instead of classes. And this has to be understood on a conceptual level. 




in

Xamarin Native vs. Xamarin.Forms: How to Choose

As Android and iOS continue to dominate the mobile market, businesses need to develop applications that meet the diverse requirements of each operating system. Launching native mobile applications for Apple App Store and Google Play Store is going to be a long and expensive process. Not every business has adequate time and funds for developing native mobile applications. That is why cross-platform app frameworks have been rising to popularity.

Choosing cross-platform mobile app development services enables organizations to add their presence to both Android and iOS markets. Xamarin, recently acquired by Microsoft, is one of the best frameworks for cross-platform mobile app development. Rich features, agility, and cost-effectiveness make it an ideal choice for building cross-platform apps.




in

The Complete Tutorial on the Top 5 Ways to Query Your Relational Database in JavaScript - Part 2

Welcome back! In the first part of this series, we looked at a very "low-level" way to interact with a relational database by sending it raw SQL strings and retrieving the results. We created a very simple Express application that we can use as an example and deployed it on Heroku with a Postgres database.

In this part, we're going to examine a few libraries which build on top of that foundation, adding layers of abstraction that let you read and manipulate database data in a more "JavaScript-like" way.




in

Destination Heroku

[In the second part of his series, a Zone Leader begins the process of using Heroku for the very first time. In this article, he walks through the new account process, then performs the necessary setup of a database and RESTful API for use with the application built for a family member.]

In the "Moving Away From AWS and Onto Heroku" article, I provided an introduction of the application I wanted to migrate from Amazon's popular AWS solution to Heroku. While AWS is certainly meeting the needs of my customer (my mother-in-law), I am hoping for a solution that allows my limited time to be focused on providing business solutions instead of getting up to speed with DevOps processes.




in

Syncing Local Alexa Skills JSON Files With Alexa Developer Console Settings

In the Alexa Skills for Node.JS ASK SDK development world, the Alexa Skills Kit (ASK) Command-Line Interface (CLI) is one of the most overlooked tools.

Boosting Developer Productivity

With proper use, one could really increase productivity when developing Alexa Skills. This is especially so if you are creating many Alexa Skills, either because you are in the learning process or you are just managing multiple Alexa Skills projects for yourself or your clients.




in

.NET Development Tools for Smart Development in 2020

.NET is indeed an important application development platform, as it's secure, robust, and quite easy to learn and implement. Developers are widely using the .NET framework to build web applications and even modernize legacy programming based applications into .NET-based ones. .NET developers also use many third-party tools to carry out development. These tools have proven to provide the best support for development.

Here are some of the top useful tools being used by many.NET development teams, .NET developers, individual .NET programmers, etc.




in

Beginners Guide to CSS Flexbox With Examples

Flexbox is not a single property; it's a complete module that comes with a number of features. In this article, we will look at a complete guide for CSS Flexbox.

Before going into detail, I just want to answer why we should use flexbox layout instead of a traditional way of doing layout webpage using display properties, float properties, positional properties




in

What’s New With Node? Interview With Bethany Griggs, Node.js Technical Steering Committee

Node.js 14 is available now. We wanted to get more context and details about the state of Node, and why developers should care about Node.js 14. We talked with Bethany Griggs, Node.js Technical Steering Committee member and Open-source Engineer at IBM, to find out more. 

Bethany has been a Node Core Collaborator for over two years. She contributes to the open-source Node.js runtime and is a member of the Node.js Release Working Group where she is involved with auditing commits for the long-term support (LTS) release lines and the creation of releases. 




in

Using Heroku for Static Web Content

In the "Moving Away From AWS and Onto Heroku" article, I provided an introduction of the application I wanted to migrate from Amazon's popular AWS solution to Heroku.  Subsequently, the "Destination Heroku" article illustrated the establishment of a new Heroku account and focused on introducing a Java API (written in Spring Boot) connecting to a ClearDB instance within this new platform-as-a-service (PaaS) ecosystem.  My primary goal is to find a solution that allows my limited time to be focused on providing business solutions instead of getting up to speed with DevOps processes.

Quick Recap

As a TL;DR (too long; didn't read) to the original article, I built an Angular client and a Java API for the small business owned by my mother-in-law.  After a year of running the application on Elastic Beanstalk and S3, I wanted to see if there was a better solution that would allow me to focus more on writing features and enhancements and not have to worry about learning, understanding, and executing DevOps-like aspects inherent within the AWS ecosystem.




in

Use Of Ngx-Bootstrap Typehead In Angular 8

Introduction

Ngx-Bootstrap has released a package of open-source tools which are native Angular directives for Bootstrap 3 and 4. It contains all core components powered by Angular. In this article, we will learn about the Typehead component which is a cool feature of Ngx-bootstrap.

What Is Typeahead?

Typeahead — Also known as autocomplete or autosuggest is a language prediction tool that many search interfaces use to provide suggestions for users as they type in a textbox. This is a method for searching and filtering through text. It is also sometimes known as autocomplete, incremental search, search-as-you-type, and inline search.




in

Getting Started With Angular Reactive Form Validation

Handling user input with forms is the cornerstone of many common applications.

Applications use forms to enable users to log in, to update a profile, to enter sensitive information, and to perform many other data-entry tasks




in

All About Lambda Functions in C++ (From C++11 to C++17)

Lambda functions are quite an intuitive concept of Modern C++ introduced in C++11, so there are already tons of articles on lambda function tutorials over the internet. But still, there are some untold things (like IIFE, types of lambda, etc.) left, which nobody talks about. Therefore, here I am to not only show you lambda function in C++, but we'll also cover how it works internally and other aspects of Lambda.

The title of this article is a bit misleading. Because lambda doesn't always synthesize to function pointer. It's an expression (precisely unique closure). But I have kept it that way for simplicity. So from now on, I will use lambda function and expression interchangeably.





in

Writing again

The mid-year slump hit hard this year. I’m rarely a prolific writer or blogger during the summer. Perhaps it’s the heat down here in south Alabama. It makes you want to sit under the shade of an old…




in

2019 year in review

It has been a whirlwind of a year. Looking back at where I ended 2018 and started 2019, I was not fully prepared for everything that happened. The big items from 2019 were: Yours truly turned 35. Shut down the business side of Theme…




in

Writing a WordPress book. Again.

TL;DR: Brad Williams, John James Jacoby, and I will be publishing the 2nd edition of Professional WordPress Plugin Development this year. It is hard to believe, but it has been nine years since I was approached by Brad Williams…




in

In Washington's rural pot shops, the effects of the coronavirus scare can be dramatic

The Cannabis Issue During normal times, I-90 Green House is like a destination resort for marijuana lovers.…




in

From culinary arts to binge-watching, here are some weed-friendly activities to get you through your isolation

The Cannabis Issue It's been almost a month since the COVID-19 pandemic forced folks inside and made "social distancing" part of our daily lexicons.…




in

So it's your first time trying CBD...

The Cannabis Issue Search online for information on CBD (cannabidiol), one of the main active components in marijuana and hemp plants, and you're likely to come across claims that it can help with everything from curing cancer to helping you sleep a little better.…




in

A guide to the Inlander's list of 2020 summer camps

Summer Camps 2020 "Regional Summer Camps Hope the Pandemic Doesn't Put Activities on Pause, But Have Backup Plans Ready if it Does" …




in

North Idaho Rep. Heather Scott reaps the glory — and the consequences — of being one of Matt Shea's biggest allies

At these gatherings in northeast Washington, the jackboot of tyranny is always said to be descending, the hand of the federal government always inches away from stealing your guns, your land, your freedom to speak or to pray.…



  • News/Local News

in

The cannabis industry is putting people to work

Legal marijuana might be putting dealers out of work, but it's definitely not harming the job market in general.…



  • News/Green Zone

in

They keep inventing new ways to consume cannabis

We've come a long way since the olden days before legalization, when basically the only product on the market was the flower you got from a dealer.…



  • News/Green Zone

in

Coronavirus update: UW busy with testing, new guidelines for visiting grandma and other COVID-19 headlines

Coronavirus Family Tree The University of Washington Virology lab, which is testing samples for coronavirus, tweeted last night.…



  • News/Local News

in

With a new coronavirus sweeping the world, how much should you really worry?

Since late last year, a new coronavirus, now dubbed COVID-19, has been sweeping the globe, sickening more than 114,000 with flu- and cold-like symptoms and killing more than 4,000 so far.…



  • News/Local News

in

Should I quarantine because of coronavirus? It depends on who you ask

Agencies, local authorities and national governments do not agree on who should be quarantined or what that should actually look like. Here’s what we do know. By Maya Miller, Caroline Chen and Joshua Kaplan ProPublica People who have been exposed to the coronavirus are being given incomplete or misleading information about whether they should quarantine themselves, exposing major gaps in the public health response to the pandemic and illuminating disagreement among officials about how useful the tactic even is at this point in the disease’s spread.…



  • News/Nation & World

in

How South Korea scaled coronavirus testing while the U.S. fell dangerously behind

By learning from a MERS outbreak in 2015, South Korea was prepared and acted swiftly to ramp up testing when the new coronavirus appeared there. Meanwhile, the U.S., plagued by delay and dysfunction, wasted its advantage. By Stephen Engelberg, Lisa Song and Lydia DePillis ProPublica…



  • News/Nation & World

in

The Innovia Foundation's former president has finally won his three-year battle to stop the organization from donating to a racist website

There's one thing the Innovia Foundation can never say: That it hadn't been told.…



  • News/Local News

in

These are are our neighbors. These are readers. These are the people we're all trying to save.

How the coronavirus outbreak has upended people's lives across the Inland Northwest The numbers don't lie.…



  • News/Local News

in

Make the most of your quarantine while stoned with these visual escapes

You shouldn't find yourself rewatching some sitcom for the thousandth time or sitting through a vacuous Hollywood blockbuster just because you're stoned and stuck inside during the age of social distancing.…



  • News/Green Zone

in

Rationing Protective Gear Means Checking on Coronavirus Patients Less Often. This Can Be Deadly

Low on essential supplies and fearing they’ll get sick, doctors and nurses told ProPublica in-person care for coronavirus patients has been scaled back. In some cases, it’s causing serious harm. By Joshua Kaplan, Lizzie Presser and Maya Miller, ProPublica Every morning, between 7 and 8, at Long Island Jewish Medical Center in Queens, several coronavirus patients are pronounced dead.…



  • News/Nation & World

in

Privacy is disappearing faster than we realize, and the coronavirus isn't helping

The apps and devices you use are conducting surveillance with your every move Sure, you lock your home, and you probably don't share your deepest secrets with random strangers.…



  • News/Local News

in

UPDATED: Spokane Veterans Home isolated residents back in February due to respiratory illness — with no way to test

UPDATE: The Department of Veterans Affairs announced after this article was first published that Spokane Veterans Home residents with COVID-19 would be moved to the Mann-Grandstaff VA Medical Center.…



  • News/Local News

in

A father sees his son for the final time through a pane of glass at a Lewiston nursing home

Monty Spears didn't know it at the time, but the last time he'd see his father would be through the window at the Life Care Center of Lewiston.…



  • News/Local News

in

A Beautiful Day in the Neighborhood is a gentle, deeply moving ode to the power of kindness

[IMAGE-1] I started sobbing from the opening moments of A Beautiful Day in the Neighborhood, and I didn't stop crying for two hours. And then after I left the cinema and ran into a fellow film critic who had also just seen it, I literally could not manage a word of discussion without bursting into tears again.…



  • Film/Film News

in

Someone's dead and everyone's a suspect in the slight but engaging all-star whodunit Knives Out

[IMAGE-1] Watching Rian Johnson's Knives Out, I was reminded of my middle school English teacher Mrs. Soderbergh, who loved Agatha Christie books almost as much as she loved diagramming sentences. There was a week when she brought in a box stacked high with her own Christie paperbacks, set it down in front of the classroom and had each of us pick a book based solely on the plot summary on the back.…



  • Film/Film News

in

You'll be wishing for Lego while enduring the plastic horrors of Playmobil: The Movie

We could blame the enormous — and justifiable — success of the Lego flicks for the existence of Playmobil: The Movie, but that would be unfair to all the shameless knockoffs and cinematic coattail riders.…



  • Film/Film News

in

Noah Baumbach's great Marriage Story finds comedy and empathy in the details of a painful divorce

[IMAGE-1] Noah Baumbach's Marriage Story begins as its central marriage is coming to an end. Our two protagonists are fiercely independent, articulate, opinionated creative types: Charlie (Adam Driver) is the director of an avant-garde theater troupe in New York City; Nicole (Scarlett Johansson) is an actress and one of his primary collaborators.…



  • Film/Film News

in

Clint Eastwood's true-life drama Richard Jewell takes aims at big targets, and misses

Once upon a time, Clint Eastwood, a notoriously outspoken conservative in supposedly liberal Hollywood, had no problem at all with cops who employed their own unconventional extra-legal brand of law enforcement (see: Dirty Harry). Today, in Richard Jewell, he really doesn't like the FBI.…



  • Film/Film News

in

Jumanji: The Next Level continues a one-joke franchise that wasn't all that funny to begin with

[IMAGE-1]Welcome back to the jungle. And welcome to an unfortunate new Christmas movie tradition: the Jumanji movie.…



  • Film/Film News

in

As The Rise of Skywalker readies to put a bow on a chapter in Star Wars lore, the franchise's omnipresence has shifted its fandom

With all due respect to Greta Thunberg and Billie Eilish, nobody had a better 2019 than Baby Yoda. The real star of the Disney+ flagship Star Wars series The Mandalorian, the little green puppeteering/CGI marvel (aka "the Child") might be the most adorable creature ever created.…



  • Film/Film News