Hi All,
Not sure really where this should go but.....
I have recently setup a shared HTDOCS under XAMPP across a dual boot system (Win7 & Ubuntu).
Not sure if there is an interest, but if anyone would like to know how to do it, please give me a shout and i can post up how i did it
Tutorials are always welcome. Write it up, post it, and then use "Flag bad post" to request an administrator to turn it into a tutorial (you can't do that yourself, nor can I).
Hello everyone how are you doing? I wonder if there is a way i can send a notification or URL from my website to user mobile from PC browser for ...
Hello,
I am trying to follow the following tutorials:
https://www.w3schools.com/angular/angular_tables.asp
<div ng-app="myApp" ng-controller="customersCtrl">
<table>
<tr ng-repeat="x in names">
<td>{{ x.Name }}</td>
<td>{{ x.Country }}</td>
</tr>
</table>
</div>
<script>
var app ...
bar_chart.html
<html>
<head>
<script type="text/javascript" src="fusioncharts/js/fusioncharts.js"></script>
<script type="text/javascript" src="fusioncharts/js/themes/fusioncharts.theme.fint.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
</head>
<body>
<script>
FusionCharts.ready(function () {
var revenueChart = new FusionCharts({
type: 'doughnut2d',
renderAt: 'chart-container',
width: '450',
height: '450', ...