Friday, April 7, 2017

Resolutions Every Marketer Should Make for 2017

We may be biased, but it seems like over the past decade marketing has grown in importance, largely surpassing the role of sales because customers are self-educating and making many purchasing decisions long before they ever talk to a salesperson. This is largely due to the advancements in digital...

[ This is a content summary only. Visit our website http://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Irfan Ahmad via Digital Information World

Planck.js – 2D JavaScript Physics Engine

Planck.js is a 2D JavaScript physics engine for cross-platform HTML5 game development.


by via jQuery-Plugins.net RSS Feed

An Alternative Laravel Package Development Workflow

Every framework gives developers a way to extend the system using packages / extensions. We can generally hook in our logic at any point where we want to provide specific functionality, and Laravel is no exception! Following the article of my fellow author Francesco Malatesta about his Laravel package development workflow, I noticed that mine is a bit different and I wanted to share it with you!

Laravel Package

Demo Package

As a demo package, we're going to build a Laravel two factor authentication package for this article. The package will handle the user authentication with a verification code being sent through a medium like Nexmo, Twilio, etc. You can check out the final package here.

Setting up the Repository

Before we start the development, we need to create a new repository inside GitHub so we can push/pull from it through the development phase.

Composer supports a repositories key inside the composer.json file. We can use this to specify our custom packages that don't yet exist on Packagist.

{
    // ....
    "repositories": [
        {
            "type": "vcs",
            "url": "http://ift.tt/2oJWyyj"
        }
    ],
    // ....
}

Now, we can require our package as usual.

{
    // ....
    "require": {
        "php": ">=5.6.4",
        "laravel/framework": "5.4.*",
        "laravel/tinker": "~1.0",
        "Whyounes/laravel-two-factor-auth-demo": "dev-master"
    },
    // ....
}

We can specify a branch or a version number. In case we want to use a branch, it should be prefixed with dev-. You can read more about configuring repositories on the Packagist website.

Continue reading %An Alternative Laravel Package Development Workflow%


by Younes Rafie via SitePoint

Intact

Intact - Premium WordPress Theme

'Intact' is a slick One Page WordPress theme suited for any startup or service business. The design is definitely above average for a template and features smooth load transitions as you scroll the long page. Sections include intro slideshow, services, team, video, client logo slider, pricing table, testimonials and a contact form. 'Intact' comes with several layout options, this one featured here 'Startup' is your best starting point for building a One Page website. Great to know the purchase comes with Visual Composer (valued at $34) page builder and Slider Revolution (valued at $25) plugins bundled in 🎁

by Rob Hope via One Page Love

out of necessity

out of necessity

Gorgeous, minimal Launching Soon page teasing the debut product by 'out of necessity' who plan to build "unobtrusive products for living".

by Rob Hope via One Page Love

Mirror Conf 2017

Mirror Conf 2017

Long scrolling One Pager for the 2017 'Mirror Conf' to be held in Braga, Portugal. The Single Page website features an interesting "mirrored content" blurred background effect to tie in with the branding.

by Rob Hope via One Page Love

How to Use the WordPress REST API's Index Route