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.

Web server process running in the background needs to be closed

When working with web servers (such as Tomcat, Apache, etc.) their processes are usually started in the background and cannot be easily closed by Ctrl+C or the Close-Button in GUIs. This goes for both the development process on a developer's workstation, as well as directly on the server in test or production. In Windows based systems those processes can be easily found in the process manager that can be accessed via the GUI. In Unix based systems (Linux, MacOSX) such a GUI doesn't always exist (especially on the server) or is sometimes hard to find.

Extracting information from a website in Ruby

We want to integrate news items from third party news web sites into the news feed of our own web site (with proper attribution of the source, of course) and link them to the original source. For this we need to save at least the following attributes of an item: <ul> <li>Title</li> <li>Short Description</li> <li>Link to the original source</li> <li>(optional) Image</li> </ul> This information extraction should be done in Ruby. The process should be explained for every generic news website, but for a first solution t

How do I implement a custom "paging" script for a variable number of items?

A very common problem in web programming is to implement paging. Paging is required whenever there is an undefined amount of items (usually queried from a database) with a maximum amount of items to be displayed on one page. If there is more than one page, there must be a possibility to navigate through these pages while each page displays the desired amount of items.

Some starteri-help for android?

I would like to learn coding on Android, but Android is difficult and scary. Developing for Android is often described as a cumbersome task - I know Java, but Android is apparently a little more difficult than "mere" Java complexity.

How to block advertisements in Firefox, Internet Explorer and Chrome

There are two types of advertisements • Good advertisements: those which are available only to people who actively want to see them and • Bad advertisements: those which are forced onto people’s computer monitors without permission. Advertisements can be very annoying (especially Flash ads) and, I feel everyone should at least have the knowledge of how to block ads. Also unwanted advertisements are widely considered to be intrusive and irritating, and can be a real nuisance if you have a slow internet connection

Connect to the internet using your cell phone and laptop computer

Connecting your laptop to the internet using your cell phone can be easy , if you have the right phone, the right cell service provider, and a simple connection cable. You can connect anywhere, anytime, just one button to click.

How can we detect and remove the keyloggers?

A keylogger is a type of surveillance software (considered to be either software or spyware) that has the capability to record every keystroke you make to a log file, usually encrypted. A keylogger recorder can record instant messages, e-mail, and any information you type at any time using your keyboard. The log file created by the keylogger can then be sent to a specified receiver. Some keylogger programs will also record any e-mail addresses you use and Web site URLs you visit.

How to add a newsletter customer to MailChimp

It has to be easy to add users to a list which can be used to send newsletters. Modern newsletter campaigns are generated through tools like MailChimp, Amazon SES etc. So the challange is to the information about a user into a foreign system.

Change User to log into Microsoft TeamFoundationService in Visual Studio

Somertimes it is necessary to change the user to log into the TeamFoundationService in Visual Studio. Windows/Visual Studio caches these user credentials to log you in when opening Visual Studio. It is not possible within Visual Studio to change the use.

How to see all of the HTTP and SSL / HTTPS traffic of your smartphone

Sometimes it is interesting or maybe necessary to see which requests are running in the background while you are using your smartphone. This can be useful while you are writing a new application or when you want to ensure that some applications transfer their data secure.

Pages

Subscribe to TechScreen Revised RSS