Posts belonging to Category 'Technik'
Oktober 21, 2012 | Posted by tla
Last friday I held a talk on secure password handling in web applications at „The Next Web“ Barcamp. A good time to try Slideshare! User Credential handling in Web Applications done right from tladesignz
Categories: Technik | Tags: Credentials Security, Password Security, Web Application Security | No Comments »
Februar 1, 2012 | Posted by tla
Finally my customer ncm released their HTML5 webcam panorama viewer for Hotel Goldener Berg, which, I’m proud to say, is mostly my work! Check it out with your desktop browser, your smartphone and your tablet. It even degrades gracefully to Internet Explorer 8, though no zooming is possible there.
Categories: Technik | Tags: HTML5, Mobile Web App, Panorama, Web App, Webcam | 3 Comments »
Januar 17, 2012 | Posted by tla
During the last month I was working on a project for a customer, who wanted a reverse proxy, so he could modify his web pages before delivery. This posed a very interesting problem which I chose to solve with good old Perl. Why Perl? Because it’s the absolute right thing to use, when you want […]
Categories: Technik | Tags: Charset Guessing, Mojolicious, Perl, Proxy, Reverse Proxy | 4 Comments »
Juli 20, 2011 | Posted by tla
Letzten Monat wurde ich engagiert um die Registrierung für eine neue Webapplikation zu bauen. Die bereits existierenden Teile waren in Java mit dem Spring 3.0 MVC Framework gebaut, dabei sollte ich natürlich bleiben. Das letzte Mal, als ich Java gemacht habe ist schon eine ganze Weile her, damals an der Uni, dementsprechend war die erste […]
Categories: Technik | Tags: Java, Spring | No Comments »
Februar 20, 2011 | Posted by tla
Letzte Woche mußte ich in einem Kundensystem das Caching optimieren. Damit dieses Wissen nicht wieder verloren geht, habe ich dabei gleich mal die wichtigsten Grundlagen hier zusammengetragen. Die wichtigsten Tools Firebug, Netzwerk Tab -> zeigt Ladezeiten und Cache Hits Firbug Add-Ons machen Performance Analyse und geben viele gute Hinweise: Yahoo’s YSlow (Erläuterungen) Google’s Page Speed […]
Categories: Technik | Tags: Cache, Caching, Firebug, http, Page Speed, YSlow | No Comments »
November 23, 2010 | Posted by tla
Yesterday I went over some code in a project I’m currently working on with a colleague of mine. It’s an administrative tool, where we allow the user to save his own icon for an item to have better visual hints in the items list. This icon is stored directly in the database, which greatly reduces […]
Categories: Technik | Tags: hidden input, input type="hidden", seccurity, web app security | No Comments »
Oktober 18, 2010 | Posted by tla
Nicht zuletzt durch meine Arbeit 🙂 hat bwin eine Auszeichnung als Best Operator of Mobile Gaming & Betting (unter anderen) auf der Monaco iGaming Exchanges gewonnen! Es wäre zwar schöner, ich könnte mit meiner Arbeit die Welt retten, doch solange mich dafür niemand bezahlt, freue ich mich erst mal nur darüber, daß ich das, was […]
Categories: Technik | Tags: Android, Black Jack, bwin, igaming, iPhone, MiE, mobile gaming | No Comments »
Oktober 4, 2010 | Posted by tla
SproutCore 1.4 was released a few days ago, but as it seems, the project doesn’t scale very well with the increase in attention it’s getting lately. The repositories were moved from github.com/sproutit to github.com/sproutcore, but the source is not adapted to it, yet. Therefore, if you check out git://github.com/sproutcore/abbot.git don’t do ~/workspace/abbot$ rake init It […]
Categories: Technik | Tags: git, Hello World, install, SproutCore | No Comments »
September 29, 2010 | Posted by tla
After searching the whole day to fix a problem with a web app on Android devices, I had a real facepalm moment. Just in case, you ever stumble across the problem, that your XHR returns successfully, but empty – check the event, which triggers it! In my case, it was a <a href=“#“> tag, styled […]
Categories: Technik | Tags: Android, facepalm, failing, status = 0, xhr, XmlHttpRequest | No Comments »
August 11, 2010 | Posted by tla
12 days ago, my first Palm webOS application went live in Palm’s App Catalog – and I didn’t recognize it… (Thanks, Palm!) It has 1497 downloads already and an average rating of 3.8. (of 5!) It’s called „Pit Stop“, or „Boxenstopp“ in german, and is a very simple app, where you can record the fuel […]
Categories: Technik | Tags: app, boxenstopp, Palm, pit stop, webOS | 4 Comments »