Welcome to TechScreen

Welcome to the TechScreen site. This side shall support the exchange of knowledge in the domain of Web Engineering and related aspects. As a side effect, this side is used for research on knowledge management technologies. User can pose challenges in the problem domain and can participate in quizzes. Further a bibliography about arcticles in different related domains is continously extended. Finally, questionnaires on different issues are provided. To be able to participate you need an account and a password from TU Wien's TISS system.

Testing JavaScript with various frameworks and sharing them

In an experimental state of your new solution there is often a phase where you don't know how to solve a problem in JS/HTML in the best way. The set up that is required localy is often complicated because of including of all necessary libraries and the testing is often a very monotonous repeating of adding of files.

How to use Google Advanced Search?

Everyone of use knows Google. It would be pretty surprisingly if somebody did not. When you first go to www.google.com, you don't see much. It looks like a very simple search engine. In actuality it is, but it can be used for much more. You most probably have any idea how to use it for finding the exact information. There are some tricks which I will show you in my solution part. In the right down corner, there are three links: - Advanced Search, - Preferences, - Language Search. We will work mostly with them.

How to implement a secure session management system in PHP (and generally)?

Developers, especially unexperienced PHP developers, have a tendency to not care much care about security-related issues. This is true for the problem of secure sessions, too - and the reason why attackers of a certain website or service can easily hijack sessions to get access to data, which they should not have access to. Because HTTP is a stateless protocol, sessions are required to identify a certain client on multiple requests.

How can I run Wordpress on Heroku?

A friend recommend running my Wordpress sites at Heroku, a few months ago. So what steps do I have to talk to make this happen?

How to run Apache And Nodejs together?

Today i was facing the problem to run nodejs on a server which is already running apache as webserver. So i had to choose a different port for the node app, but i didn’t want to enter an url like this http://nodeapp.domain.com:port. So how can I achieve this, without entering the port at the end of the domain?

How to run MobileWorks with Python at Windows?

I need to get MobileWorks running with Python at Windows. Therefore I have a couple of questions: <ul> <li>What are the necessary steps to do?</li> <li>What do I have to install?</li> <li>In which order do I have to install which tool?</li> </ul>

Quick installation of version control for linux

You need an easy version control for Linux? Okay, it's clear that everything could be executed from the command line but why not use a graphical tool if available? Maybe it integrates nicely into nautilus the standard file manager for gnome linux systems?

OntoGraf for visualizing ontologies in Protege does not start

I wanted to visualize an ontology with Protege. After a fresh installation of Protege (which btw does not work with openJDK out of the box) the bundled plugin for visualizing ontologies - OntoGraf - does not start.

debugging a node.js javascript application

With node.js internet applications can be developed in a quick manner. The programs are written in javascript. They do not run on a web server. Programs are server-side javascript applications. The bigger your application gets the more tools one wishes to have for debugging (setting break points, step through/over parts of the code, etc.).

How to collaborate on a Java project

When working in team on a Java project, we want to be able to contribute to the code, even though sitting in different locations. The changes to the code should be synchronized, and it should be possible to comment on the recent changes.

Pages

Subscribe to TechScreen Revised RSS