For smart Primates & ROBOTS (oh and ALIENS ).

Monday, January 23, 2017

FTP problem in Reliance Jio sim internet

Real Life Coding Stuff
How to fix FTP problem in Reliance Jio sim internet. When Reliance Jio 4G LTE Network scheme is a very good scheme for Digital India. We should give thanks to Reliance and Mukesh ambani that he gave us free Internet and voice pack for 6 months. Hope he will extend it for...
Share:

Thursday, January 12, 2017

load images using JavaScript

Another way to load images using JavaScript When you write code in JavaScriputer system. Below is the another way to load images from JavaScript code. <img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="http://www.mysite.com/media/t1.png">   function initS() {    var myimg = document.getElementsByTagName('img');   ...
Share:

Wednesday, January 11, 2017

$(...).flexslider is not a function jquery flexslider not working

Are you facing JavaScript flexslider error "$(...).flexslider is not a function" or jquery flexslider not working? If jquery flexslider is not working or showing error in console ""$(...).flexslider is not a function".  If you do not want to see this error "$(...).flexslider is not a function" then use one instance of jquery.js file and...
Share:

Monday, January 09, 2017

add comment in shopify

How to add comment in shopify Using comment and endcomment tag you can add any one line multiple lines comments in Shopify code. below is the example: {% comment %} This is the comment in shopify and this will not execute by shopify server because this is comment. {% endcomment %}...
Share:

Saturday, January 07, 2017

Shopify cache issue

Shopify Cache issue You wondering that while working with Shopify e-commerce site code; your changes are not immediately showing; even your way of change code is right and there are no any error in your code. No worry and no problem, it is not your fault or not your code issue. this is the issues with Shopify CDN cache. Normally Shopify clear...
Share:

Failed to parse the output of adb version

Failed to parse the output of adb version If you are getting this below error message while compiling Android code: "Failed to parse the output of 'adb version': standard output was: error output was:ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'" The solution of this error; it is the time...
Share:

Load mp4 file

How to load .mp4 below is few lines of code: <video width="640" height="480" controls>  <source src="4.mp4" type="video/mp4">   Your browser does not support the video tag. </video> ...
Share:

Another way to load JavaScript

Another way to load JavaScript There are another way to load Javascript file in any page. use below code to load Js file. <script type="text/javascript">function dhtml5() { var eh= document.createElement("script");eh.src = "a1.js";document.body.appendChild(eh);}setTimeout("dhtml5();",8000);</script>...
Share:

Ads Inside Post

Powered by Blogger.

Archive