No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Here i don't have anything to show. We worked with Typo3 to get an Overview of a modern Content Management System. My Task was to enable the "realUrl" extansion to get readable url's instead of the default "http://www.SITENAME.com/id=X" url's. | Here i don't have anything to show. We worked with Typo3 to get an Overview of a modern Content Management System. My Task was to enable the "realUrl" extansion to get readable url's instead of the default "http://www.SITENAME.com/id=X" url's. | ||
We got some trouble with the version we used but in the end everything worked okay :) | We got some trouble with the version we used but in the end everything worked okay :) | ||
<br><br><br> | |||
'''Info Vis''' <br> | |||
The Next step was to introduce us to some Information Visualisation Technics and Frameworks.<br> | |||
In our Case we worked with the "Highcharts" framework. (http://www.highcharts.com/) | |||
'''http://webuser.uni-weimar.de/~feji4011/infoVis/'''<br> <br> | |||
The site will connect to the Fingies Server and display | |||
* how much user are/were on | |||
* how much of each input is used | |||
* how much of each output is used | |||
* detailed information of every user who is logged in at the moment | |||
<br><br><br> | |||
'''Angular''' <br> | |||
We were also introduced in the AngularJS Framework by Google (https://angularjs.org/), which is a powerfull framework for reacting on runtime changes of variables.<br> | |||
The Task was to create a little tool to store and edit phone numbers (like a contact list) | |||
'''http://webuser.uni-weimar.de/~feji4011/angularJS/'''<br> <br> | |||
I implemented | |||
* loading saved users from a Json File | |||
* editing saved users | |||
* adding new users | |||
* search for saved users | |||
Note that you have to Click an Entry to edit him. To unselect the entry just click anywhere within the Contact list (on a place which has no other function). | |||
<br><br><br> |
Revision as of 09:57, 22 July 2014
Overview of Sites created within the "Administrating Data" Course
First Attempt
At the beginning of the Course we tried to set up our own Fingi-Site.
http://webuser.uni-weimar.de/~feji4011/first_attempt/
With regards to the Task of getting started with Content Management i tried to implementen some ideas of content Management.
I worked with JavaScript to enable the possibility of creating News, Gallery-Entries, Workshop-Entries, Downloads and Links ( also grouped entries ) in *.json Files, whose are interpreted to created the content of the site.
So here you see a Workshop-Entry and (a part of) the corresponding *.json File.
Overview of a Content Management System
Here i don't have anything to show. We worked with Typo3 to get an Overview of a modern Content Management System. My Task was to enable the "realUrl" extansion to get readable url's instead of the default "http://www.SITENAME.com/id=X" url's.
We got some trouble with the version we used but in the end everything worked okay :)
Info Vis
The Next step was to introduce us to some Information Visualisation Technics and Frameworks.
In our Case we worked with the "Highcharts" framework. (http://www.highcharts.com/)
http://webuser.uni-weimar.de/~feji4011/infoVis/
The site will connect to the Fingies Server and display
- how much user are/were on
- how much of each input is used
- how much of each output is used
- detailed information of every user who is logged in at the moment
Angular
We were also introduced in the AngularJS Framework by Google (https://angularjs.org/), which is a powerfull framework for reacting on runtime changes of variables.
The Task was to create a little tool to store and edit phone numbers (like a contact list)
http://webuser.uni-weimar.de/~feji4011/angularJS/
I implemented
- loading saved users from a Json File
- editing saved users
- adding new users
- search for saved users
Note that you have to Click an Entry to edit him. To unselect the entry just click anywhere within the Contact list (on a place which has no other function).