
Search In
Before the 2020 coronavirus (COVID-19) pandemic, working from home was considered a luxury(1). Today, advancements in the information age and a more knowledge-based economy have allowed engaging in remote and hybrid work to be more realistic and prac
Findnerd Product Release - 27-Oct-2022Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Comma
To start up with CURD(Create,Update,Read,Delete) operations in unity3D using SQLite.
You need to follow few steps:
Steps for installing and use sqlite browser:
1.You need to have an SQLite Browser installed in your system:
Which you can get from t
Actions Class[Mouse Actions]
In order to perform exact mouse related operations such as moving a mouse on the menu so that sub menus are displayed or dragging and dropping an element etc, we use Actions Class.
Moving A Mouse Pointer
In order to pe
Facebook is the biggest social media website, where we can post daily status updates, share images, videos, create groups, write notes, and ask question and answer and create pages for promoting business. We can also use Facebook platform for prom
MVC Action Results:-
ActionResult is a return type of a controller method,it's also called an action method. In MVC by default the controller actions will return the ActionResult Object. You can return various types of
If you want to know any mobile device is accessing your website, Then the easy way to detect device is to run a php code.
Lets see the code below :-
<?php
$useragent=$_SERVER['HTTP_USER_AGENT'];
if(preg_match('/(android|bb\d+|meego).+mobile|av
Hello Guys,
To install Aeroo Reports and all related dependencies please do the following at a terminal in Ubuntu 14.04:
0. cd/tmp
0. sudo wget https://raw.githubusercontent.com/OdooCommunityWidgets/install-scripts/8.0/aeroo_reports /aer
Hello Guys.
Important: Make sure Odoo is correctly configured to send email before starting this tutorial. Odoo will need to email an activation link when you enable OAUTH.
So, let’s get started.
Enabling OAuth Support in Odoo
Login to Odoo as the
The main use of a pie chart is to show comparison. When items are presented on a pie chart, you can easily see which item is the most popular and which is the least popular.
you can create the pie chart in iOS by using the following methods.
Her
