Category Archives: Data Integration

Data integration involves combining data residing in different sources and providing users with a unified view of these data ( Wikipedia )

PHP/Javascript/HTML Public JSON Data Usage More Tutorial

Here is a tutorial that builds on the previous PHP/Javascript/HTML Public JSON Data Usage Primer Tutorial in introducing you to the idea that you can use public data sources of JSON data, for instance, to construct informational web applications. Today … Continue reading

Posted in Data Integration, eLearning, Software, Tutorials | Tagged , , , , , , , , , | Leave a comment

PHP/Javascript/HTML Public JSON Data Usage Primer Tutorial

Here is a tutorial that introduces you to the idea that you can use public data sources of JSON data, for instance, to construct informational web applications. The two big PHP functions of use are: file_get_contents json_decode The public data … Continue reading

Posted in Data Integration, eLearning, Tutorials | Tagged , , , , , , , | Leave a comment

Linux join MySql Primer Tutorial

Today’s tutorial follows up on phpMyAdmin interface to MySql and PHP Primer Tutorial in that we again use the brilliant phpMyAdmin to use MySql calls to create several tables and show that you can build a Linux or Unix based … Continue reading

Posted in Data Integration, Database, eLearning, Operating System, Tutorials | Tagged , , , , , , | 2 Comments

OpenOffice MySql Import Data Migration Primer Tutorial

Here is a tutorial that shows you some database functionality of a great suite of office automation programs called OpenOffice, by Apache Software Foundation. OpenOffice has functionality like the Microsoft Office suite of programs, bringing the user a lot of … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , , , , , , | 1 Comment

OpenOffice DOC to PDF Primer Tutorial

Here is a tutorial that shows you some word processing functionality of a great suite of office automation programs called OpenOffice, by Apache Software Foundation. OpenOffice has functionality like the Microsoft Office suite of programs, bringing the user a lot … Continue reading

Posted in Data Integration, eLearning, Tutorials | Tagged , , , , , , , , , | Leave a comment

OpenOffice CSV Chart Primer Tutorial

Here is a tutorial that introduces you to a great suite of office automation programs called OpenOffice, by Apache Software Foundation. OpenOffice has functionality like the Microsoft Office suite of programs, bringing the user a lot of the feel of … Continue reading

Posted in Data Integration, eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment

PC Html/Doc to Pdf via Mac TextEdit Primer Tutorial

Found this tutorial very interesting. It can be wasteful to overlook simple things. Take, for example the humble Mac application called TextEdit. From now on, am going to call it “The Broker”. The reason is, it is a simple application … Continue reading

Posted in Data Integration, eLearning, Networking, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , | 30 Comments

ASP.Net Dynamic Data Entity Framework Primer Tutorial

Today’s tutorial integrates an SQL Server database with an ASP.Net website using dynamic data (ADO.NET) entity framework (also look up CRUD), building on previous Sql Server Stored Procedure Primer Tutorial as shown below. The word dynamic is very suitable for … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 3 Comments