Premium Plugin
-
Posted: March 04, 2016|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic Framework , Android
In this post I will show how you can add banner ads to your Ionic apps. I will be doing this on a new app but you can do it to your existing app as well. I have also written a post on adding banner ads to Ionic 2 apps, so if you are looking for Ionic 2
-
Posted: February 26, 2016|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic Framework , Android
The error you have received is from NPM (since the Cordova CLI is installed via NPM). This is a tricky issue where using NPM with
sudo
, and then not usingsudo
will result in weird permission issues.Posted: February 26, 2016|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic Framework , AndroidFAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':CordovaLib:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'coPosted: February 26, 2016|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic Framework , Androidi have this error when i am trying to build
[Error: Failed to find 'ANDROID_HOME' environment variable. Try setting setting it manually.
Failed to find 'android' command in your 'PATH'. Try update your 'PATH' to include path to valid SDK dPosted: February 15, 2016|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic FrameworkI'm using PHP's built-in DOMXPath() class to do some simple web-scrapping. However, it works on my 4.2 site, but not my 5.1 (both are on same installation of PHP).
Here's the error:
Read more »
Posted: February 15, 2016|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic FrameworkI'm using PHP's built-in DOMDocument() class to do some simple web-scrapping. However, it works on my 4.2 site, but not my 5.1 (both are on same installation of PHP).
Here's the error:
Read more »
Posted: September 15, 2015|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic FrameworkThis script quickly adds a Magento Admin user directly into the database. It is possible to run this script from the command line or by copying and pasting into phpMyAdmin. Just make sure to edit the following fields with your personalized data and imp
Posted: September 05, 2015|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic FrameworkIntroduction:
Few days ago I received a comment from one of the reader of my blog to show an example on CRUD (Create, Read, Update and Delete) with the database. So in this post we will explore the use of CRUD operation using SQPosted: August 04, 2015|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , Laravel , Mysql , Ionic FrameworkRemove selected table insert content from dump file
grep -v "INSERT INTO \`big_table\`" dump.sql > dump_stripped.sql
Remove all insert content from dump file
grep -v "INSERT IN
Posted: July 08, 2015|Categories: News , Magento Tutorial , Wordpress , vTiger CRM , vTiger CRM Customer Portal , Premium Plugin , Git , LaravelMagento Product email Notification to send mail to subscriber to new product created and every time
product save with the price changes . You can alert your subscriber about the your new product or
the product price change .