Abraham Garcia in Application Development   Wednesday, May 30 2018

The Missing Laravel Admin Package – Voyager

Voyager is the missing Laravel Admin. Voyager is a Laravel Admin Package that includes BRED(CRUD) operations, a media manager, menu builder, and much more.

Voyager is the missing Laravel Admin. Voyager is a Laravel Admin Package that includes BRED(CRUD) operations, a media manager, menu builder, and much more.  Full Features:  Media ManagerMenu BuilderDatabase ManagerBREAD/CRUD

Continue reading
Abraham Garcia in Javascript/jQuery   Friday, May 4 2018

Contact Form 7 Analytics Tracking

A short code snippet showing you how to enable google goal tracking analytics on your wordpress contact form 7 plugin.

GA Property First you must initiate the Analytics Property <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics -->

Continue reading
Abraham Garcia in Fun Stuff   Wednesday, April 18 2018

Tracking API Integration – AfterShip

A Detailed list on all AfterShip Tracking Features. The best option out there for Tracking Integrations.

Aftership is the #1 Tracking Solution for eCommerce Business. It is a great tool for end consumer to keep track and monitor their packages.  Engage Customers with Branded Tracking Page

Continue reading
Abraham Garcia in HTML/CSS Script   Friday, March 23 2018

How to Center Bootstrap Navigation

A short snippet to center bootstrap navigation.

This is a short code snippet on how to center bootstrap navigation.  .navbar .navbar-nav { display: inline-block; float: none; } .navbar .navbar-collapse { text-align: center; } Source: https://stackoverflow.com/questions/21980660/align-bootstrap-navigation-to-center 

Continue reading