Is Shared hosting bad for SEO and is it safe for your site?

SH is a type of hosting in which your site will run along with several other websites on the same server. If you are planning to purchase a web hosting plan, you may be having a doubt whether shared hosting is bad for SEO and is it safe? I will try to clear the confusion for you but before that, you should know the below important points. Shared website hosting assigns: ...

August 12, 2016 · 2 min · 406 words · prhost78

Services and Dependency Injection

For several years I have worked as an ASP.NET MVC developer and have become intimately familiar with terms such as services and dependency injection and services. It is refreshing to see some of these familiar concepts surfacing in Drupal 8. Day 6 focuses mainly on introducing us to services and dependency injection via several online resources. There is no exercises or tasks in this card as the aim is to simply gain an understanding of some of these concepts. I saw a lot of overlap in terms of syntax and how dependency injection is handled in Drupal 8 compared with Unity and StuctureMap in ASP.NET, so anyone from background or other traditional object oriented languages such as Java will be familiar with a lot of this. I have outlined the main takeaways I got from the Day 6 below. ...

August 12, 2016 · 6 min · 1071 words · icarnaghan

Drupal 8 Migration

I have had some exposure to the migrate module in the past, mostly with Drupal 7 and more recently for a Drupal 8 migration project that required importing of a small (under 1000) set of records stored in a CSV file. Todays D8Card focuses on the new migration module that comes partly with core and also partly in the form of contributed modules. Migrate Core & Migrate Contrib The purpose of todays set of tasks was to import a couple of small CSV files using migrate and some of the contributed modules. I started out by reviewing the links posted in the card and then proceeded to download and install migrate_tools, migrate_plus, and migrate_source_csv. What comes with Drupal 8 core out of the box is pretty limited and only contains migration functionality for moving content from previous Drupal sites. It definitely makes the upgrade process less painful, however if you want to get into migration code that can manage a multitude of external sources, then you will want to grab to contrib modules above. ...

August 11, 2016 · 6 min · 1071 words · icarnaghan

StudioPress Genesis Pro Plus Package : All themes at great price

StudioPress Genesis Framework powers 1000s of WordPress sites. It is better than Thesis and many other WP frameworks. It is SEO friendly, mobile optimized, lightweight, and fast. SGF includes several intuitive features. It includes special modules that save your money. Example, you won’t need a premium opt-in form aka newsletter plugin if you use SGF. Many top bloggers who earn six figure income per month use SGF. StudioPress Genesis is the highest rated and most successful WordPress product. ...

August 11, 2016 · 3 min · 507 words · prhost78

The New Block System in Drupal 8

Among the many changes in Drupal 8, the blocks system received an overhaul, which has improved much of its functionality significantly. Some of the most notable take aways include the new block page layout and UI for updating, adding, and editing blocks, the addition of custom blocks and fieldable types (similar to content types), and integration with display view modes to allow for rendering changes based on block placement. Day 5 directs you to a good introductory video of the new blocks system by the Drupalize.me team. ...

August 11, 2016 · 4 min · 722 words · icarnaghan

Best AdSense alternatives to earn dollars not cents (2018)

AdSense is a great platform for making money online. But getting approved for it or having a five or six figure AdSense revenue is a difficult task. People have a misunderstanding that GA is the only advertiser with which they can make them rich. They are wrong. Nothing is predictable in the world of internet. Hence, you should always try out different strategies for maximizing revenue from the blog. There are many methods of monetizing a website. This is what I have learned from my 3 years of experience as a blogger. People make a mistake by depending only on AdSense aka a single source for their earnings. They don’t experiment with other monetization programs aka AdSense alternatives. ...

August 10, 2016 · 4 min · 685 words · prhost78

Building Configuration Forms

In Day 3 we are starting to accelerate in terms of skills developed by the cards. This card has us create our first Drupal 8 module, learn about Drupal 8 Form API and learn about the Configuration API. The card starts off with directing you to several Drupal.org documentation pages including Creating a Custom Page, Defining and using your own configuration in Drupal 8, Providing Default configuration, and Simple Configuration API. Except for the Creating a Custom Page document, everything else here is focused on giving you a solid overview of the configuration system within Drupal 8. ...

August 9, 2016 · 5 min · 1036 words · icarnaghan

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