-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: IE
Können Web Components die Web-Welt revolutionieren?
Bevor wir diese Frage beantworten können, müssen wir im ersten Schritt analysieren, was man unter dem Begriff Web Components versteht. Nach dem World Wide Web Consortium (W3C) soll die Web Components Spezifikation einen Weg bereitstellen, mit dem man Web-Anwendungen in … Continue reading
Posted in Web as a Platform
Tagged chrome, custom tags, firefox, HTML 5, IE, safari, Web Components
Leave a comment
GWT RPC deserialization vs IE8
Almost every web developer knows the nasty browser popup asking to cancel a long running JavaScript execution. In the case of Internet Explorer this message is “A script on this page is causing Internet Explorer to run slowly”. This post … Continue reading
Posted in Java Web Frameworks
Tagged GWT, gwtrpc, IE, Internet Explorer, javascript, optimization, performance
Leave a comment
Vertically centering elements with CSS
Vertically centering elements used to involve tables. But as we all know it is an antipattern to use tables for layouting purposes. The following will show how to solve this without tables by using CSS. As an example I will … Continue reading
Bad performance on IE?
You should take Microsofts advice and upgrade you IE. And if IE8 is not fast enough or you cannot upgrade, try using Google Chrome frame. This is good news for companies willing to switch from IE to chrome, but for … Continue reading
Testing with different IE versions
Testing with different versions of Firefox or Google Chrome is easy since there are portable versions available. But what about the Internet Explorer? You can install different versions of the Internet Explorer using Multiple IE With Expression Web SuperPreview it … Continue reading
Javascript performance comparision
Nice article about comparing javascript framework performance on different browsers: http://www.ibm.com/developerworks/web/library/wa-aj-advjquery/index.html?ca=dgr-twtrjQuery-Intrameddth-WD&S_TACT=105AGY83&S_CMP=TWDW You saw that jQuery can be considered one of the faster libraries you can choose. However, you also saw that even if you choose one of the fast JavaScript … Continue reading
Posted in Java Web Frameworks
Tagged chrome, dojo, firefox, IE, javascript, jquery, mootools, performance, prototype, safari, yui
Leave a comment