Paragraphs Module

I have to be honest, before completing Day 2 tasks, I had never actually used the Paragraphs module before. I heard others mention it in the past and considered looking at it at some point, however until today I did not realize what I was missing in terms of the power and flexibility that this module has to offer. The d8cards.com Paragraphs Module card begins with directing you to YouTube tutorial by Zane Sensenig, embedded below. ...

August 8, 2016 · 3 min · 573 words · icarnaghan

Drupal 8 Configuration Management

THE 21 DAY CHALLENGE I’ve been trying to learn Drupal 8 for the last couple of months as I was landed in the middle of a D8 project at work. Being involved on the project has taught me a lot about Drupal 8 module development and Symfony in general, however I have started questioning the way I am writing code and if in fact it is the best way or the ‘Drupal’ way. I decided I needed some additional exposure to Drupal 8, not only in terms of module development, but as a platform in its entirety including front-end, configuration as well as back-end. ...

August 7, 2016 · 2 min · 285 words · icarnaghan

Xdebug + Scotchbox Vagrant + PHPStorm in Three Steps

I come from a .NET background where I was spoiled by the ease of use and integration of Visual Studio. Recently much of my development work has moved to the open source and the world of Drupal 8 where I have gotten by until recently with Sublime Text and Atom. Since I have started writing custom modules, I needed a way to effectively debug my code and I had heard good things about the PHP debugger Xdebug. Unfortunately it can be a little tricky to setup, so I have outlined the basic steps I needed to go through using my favorite Vagrant environment Scotchbox. If you are unfamiliar with Scotchbox, check out my earlier posts Scotchbox Vagrant LAMP Stack and Drupal Development Environment in less than 10 Minutes ...

August 6, 2016 · 3 min · 620 words · icarnaghan

How to compress or minify HTML of a WordPress site?

Minification is a process of stripping whitespaces and comments of a page. When you minify a web page, the visitors to your website will experience faster browsing experience on their desktop or mobile device. The page speed insights tool will not request you to minify HTML, JS, or CSS code. When you minify HTML, CSS or JS code on your website, the server will send a small page to the client. The file size is yet another factor in determining the page speed of a website. The browser on the client device will download a smaller file faster. ...

August 5, 2016 · 2 min · 325 words · prhost78

How to get great blog post ideas for free in 2018?

Being a professional blogger is not easy. You will have to think about new blog post every day. Sometimes, you will struggle to get new ideas. You will be frustrated, depressed and think of quitting as a blogger. Before you take any major decision, go through the below top five places from which you can get new topics for your blog. How to get new blog post ideas? Use RSS reader: Feedly and QuiteRSS are my favorite applications. Feedly is a web-based tool whereas QuiteRSS is a standalone desktop software for Windows OS. I switch between the two RSS readers whenever I am bored with one. ...

August 3, 2016 · 3 min · 469 words · prhost78

Using PostGreSQL with Scotchbox Vagrant LAMP Stack

I have been using Scotchbox for a while now and continue to be impressed by it’s simplicity and ease of use compared to other Vagrant environments I have used in the past. Recently I started working on a Drupal 8 project that required the use of a PostGreSQL (PostGres) database. Thankfully, when I checked the Scotchbox 2.0 documentation, it appeared that PostGres came packaged up with the environment and ready to use. After doing a little bit of research I realized I needed to follow a couple of steps in order to get this running properly with a PostGres client. I am outlining the steps below. ...

August 3, 2016 · 3 min · 467 words · icarnaghan

Bluehost vs Hostmonster vs JustHost (2018)

People are often confused in choosing a hosting service for their sites. On the internet, you will find details on 100s of web hosting companies. Yesterday, one of our readers dropped me an email to know which is the best hosting among Bluehost, Justhost, and HostMonster. The reader was confused because the plans and features offered by the companies are almost the same. I have shared a comparison of JH, HM, and BH in this article to help our readers in buying the best hosting plan for their site. ...

July 29, 2016 · 3 min · 523 words · prhost78

How to remove this site may be hacked message from Google?

Google makes sure that the site which the user is about to visit is clean. It displays a warning message for the websites which are not safe. One of the most common messages that a search engine user see is “This site may be hacked” The search engine will show this message in the search results in one of the below cases. Malicious code in web pages The hacker may have inserted a malicious code in the web pages. When Google comes across this code and finds it suspicious, your site will be flagged as hacked. You can use the free AW Snap tool to find malicious pages. ...

July 26, 2016 · 3 min · 507 words · prhost78

Fix 404 not found wp-admin or wp-login PHP error in WordPress

On a bad day, you may face difficulties in logging into the WP dashboard or opening the login page. These two problems can be easily fixed if you know the HTTP status code or error message shown by the browser when you access the twp pages. Today, we will help you out in fixing the 404 not found error message displayed by the web browser when you try to open wp-login or wp-admin PHP files. Earlier, we had shared a tutorial on fixing error establishing a database connection. ...

July 25, 2016 · 2 min · 382 words · prhost78

Namecheap Review 2018: Cheap SSL certificates and domains

Last week, I was thinking about registering a new domain name for my new project. My first choice was GoDaddy. I had shortlisted a few TLDs from GoDaddy, but I was not able to buy a domain name for less than 10$. GoDaddy runs a promotion wherein new customers can register a TLD for USD 0.99. I’ve been using GoDaddy for three years. Hence, I was not eligible for this offer. ...

July 22, 2016 · 3 min · 557 words · prhost78