Showing posts with label Blogger. Show all posts

Toronto Canada

Everyone wants to work in the best company for his growth and work & personal life balance. And if the opportunity is in abroad a country like Canada, then it would be much better. Glassdoor has an excellent review option so that employees can review their company which is very helpful for others to find the right company for him. That is why here I am giving the list of 10 best companies in Canada according to Glassdoor, where you can try to find an opportunity for you to have a great career.

List of 10 Best Companies to Work in Canada According to Glassdoor

  1. Microsoft is a computer hardware and software company, having 10000+ employees, revenue $10+ billion (CAD) per year, having rating 4.1, 85% recommended to a friend, and 95% approve of CEO.
  2. PointClickCare is computer hardware and software company, having 4000+ employees, having Glassdoor rating 4.5, 89% recommended to a friend, and 97% approve of CEO.
  3. SAP is computer hardware and software company, having 10000+ employees, revenue $10 billion (CAD) per year, having rating 4.5, 93% recommended to a friend, and 98% approve of CEO.
  4. Keg Restaurants is a restaurant, having 4000+ employees, revenue $500 million (CAD) per year, having rating 4.1, 86% recommended to a friend, and 97% approve of CEO.
  5. Ubisoft is a video games company, having 10000+ employees, revenue $5 billion (CAD) per year, having rating 3.8, 80% recommended to a friend, and 94% approve of CEO.
  6. LinkedIn is a business and employment oriented company, having 10000+ employees, rating 4.3, 86% recommended of a friend, and 96% approve of CEO.
  7. Facebook is an internet social media company, having 10000+ employees, rating 3.9, 96% recommended to a friend, and 100% approve of CEO.
  8. Google is an internet company, having 10000+ employees, rating 4.4, 89% recommended of a friend, and 94% approve of CEO.
  9. Lululemon is Department, Clothing, & Shoe Stores company, having 5000+ employees, revenue 500 billion (INR) per year, having rating 4.1, 84% recommended of a friend, and 89% approve of CEO.
  10. Southwest Airlines is Airlines, having 10000+ employees, rating 4.3, 87% recommended of a friend, 90% approve of CEO.

To run shell commands from Oracle Forms, use /bin/ directory as a source in the Linux or Unix environment. The following is the example:

Run Shell Command from Oracle Forms Example

Suppose you want to run mv command to move a file from one directory to another. Then use the host command as following:
host('/bin/mv /user01/myfiles/abc.txt /user01/oradocs/abctxt', no_screen);

If the file is too large, then it can take time to move from one folder to another, and in this case, Oracle Forms will be engaged until the command finish. So to run a command in the background put ampersand (&) in the end of the command. Below is the example:
host('/bin/mv /user01/myfiles/abc.txt /user01/oradocs/abctxt &', no_screen);
Execute Shell commands from Oracle Forms example.

Follow these steps to convert FMB to FMT file in Oracle Forms.

Steps Convert FMB to FMT in Oracle Forms

  1. In Oracle Forms, click on the menu File > Convert.
  2. A dialog window will open as shown below. Choose direction Binary-to-Text. Specify the FMB file in File field. Then click on the Convert button to convert into FMT file.
Oracle Forms convert FMB to FMT file example.

You can now find the file excel_rep.fmt in the same folder location of the excel_rep.fmb file.

In this tutorial, you will learn how to add Google Analytics to Blogger with some easy steps.

Steps To Add Google Analytics to Blogger

  1. Click the following link https://analytics.google.com/analytics/web/ to Sign-UP with Google Analytics using your same Google account with which you created Blogger account. Google Analytics will quickly verify your website because it is already on Google's Blogger. After confirming your blog, Google Analytics will show you the Google tracking code as shown below. Just copy your UA ID from the highlighted part below. 
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-X"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-XXXXXXXXX-X');
</script>

Or copy from the highlighted parts shown in the below image:

Google analytics tracking code preview.

  1. But if you missed checking Analytics code at that time you can find by clicking on the Settings Icon > Tracking Info > Tracking Code.
  2. You have copied the Google Analytics UA ID, now return to Blogger and click on the Settings > Other.
  3. Then under Google Analytics, you will find the field Analytics Web Property ID.
  4. Paste the UA ID value in it and then click on the Save settings button.
You have now added Google Analytics to your blog, and you can start tracking.

Powered by Blogger.