Ionic 3 – Installing Ionic Framework in Windows
Ionic Version 3 Step 1: Installing Node.js Download the installer for Node.js 6 or greater and then proceed to install the Ionic CLI and Cordova for native app development: Download…
Ionic Version 3 Step 1: Installing Node.js Download the installer for Node.js 6 or greater and then proceed to install the Ionic CLI and Cordova for native app development: Download…
Ionic Version 3 Build your app for testing: ionic cordova run android ionic cordova build android --verbose PUBLISH:: 1>>Remove console ionic cordova plugin rm cordova-plugin-console 2>>Release: This will generate a…
On the past few days Ive been working on a PHP spamd client, and I think it is somewhat usable for now since it already implements all of the protocol commands. This is…
Port Forwarding In order to be reached by the world, you should tell your gateway where is your web server. All incoming request on port 80 should be redirected to…
Just Add the following short code in your theme function.php // Enable shortcodes in text widgetsadd_filter('widget_text','do_shortcode'); Now check it ... Don’t auto-p wrap shortcodes that stand alone use this like…
$('body').mousedown(function(event) { switch (event.which) { case 1: alert('Left Mouse button clicked.'); break;…
Don't know about you but a lot of what I do requires having access to multiple email addresses (testing websites that require signup etc). To aide my development I have…
<?php $num_rec_per_page=10; mysql_connect('localhost','root',''); mysql_select_db('apex1'); if (isset($_GET["page"])) { $page = $_GET["page"]; } else { $page=1; }; $start_from = ($page-1) * $num_rec_per_page; $sql = "SELECT * FROM student LIMIT $start_from, $num_rec_per_page"; $rs_result…
Everyone uses WhatsApp but only as a messenger or having fun like jokes etc. Some peoples also use WhatsApp for their work. Today We are sharing a WhatsApp based service.…
Do you know that you can use your Whatsapp to search anything on the web just like how you use Google, ask, yahoo and other search engines? Do you know…