Pages

Sunday, 29 September 2013

youtube video is not showing in Mozilla Firefox but google chorome and safary ok

It is a recent problem/bug with Mozilla Firefox browser.
We know, in your computer the browser is updating each time if you are net connected.
If you open your Mozilla Firefox browser and click on Help->About Firefox the it search the latest version of Firefox and update it.

In latest version of Mozilla Firefox it is now showing embeded  videos like youtube.
If you get this problem  that youtube video is not showing in Mozilla Firefox but in Google chrome and safari it is showing the videos then you will have to do the following tasks.

1. Clear the cache  from Tools->Options->Advanced->Network tab Ofline web content and user data. Click on Clear Now Button.

2. Now go to Tools -> Options -> Privacy .  Click on remove individual cookies link at the last line in History section.

If you load the video by iframe just add https:// ( dont use http:// ). ie. https://www.youtube.com

This will fix your bug.

Monday, 23 September 2013

Online Income Types

If you want to be expert in IT profession, then at first you will have to make your mind that anyhow i will be IT expert.

There are lots of non IT works in online too. But those are low price than IT work hour rates. So it is better to adopt IT techniques.

If you have a rich elance or odesk profile then it will be easy to get works.

There are lots of freelancing sites in online. but you will have to work from reliable sites.

Learn php

Now we will start learning php:

at first you will use the php start tag <?php

then write your codes, suppose:   echo "This is my firt line of code!";

then close the php tag by ?>

If you run it in server then we will get the following output:

 This is my firt line of code!

so the code is here:

<?php

  echo "This is my firt line of code!";

?>