About
-
03.12. Setting up an own QA Environment for Javascript
von
Nearly every PHP project comes up with a great set of tools to assure the quality of source code; unit tests are a no longer a „nice to have“ feature, they are common components in new projects. While unit tests help you to provide solid interfaces and proof the functionality of a certain method, there…
-
Introducing Gigger, a Realtime Javascript Monitoring Framework
von
Go to Live Demo >>> Monitoring your web application is essential for professional maintenance and development. Especially if you have a high load on your website and you want to keep the current users on your site, you definitely should stay alert for problems and be able to react fast in case of problems.…
-
IPC die Erste – RIA – Entwicklung mit Ext JS
von
in EventsDer Tag startete mit einem Vortrag von Dominik Jungowski (Chip Xonio Online GmbH) und Hans-Christian Otto (crosscan GmbH). Das ganze war als Workshop angelegt und dementsprechend sportlich wurde auch sofort, nachdem jeder kurz seine Javascript und ExtJS Erfahrungen und Erwartungen umrissen hatte mit der ersten Aufgabe, ein Border Layout mit ExtJS umzusetzen, losgelegt. Zu Beginn…
-
Remote Debugging mobiler Webanwendungen
von
in PHPMobile Anwendungen liegen im Trend. Neben den nativen Apps gibt es auch noch die Webapps, also speziell für mobile Geräte angepasste Webseiten, basierend auf Javascript, HTML und CSS. Eine Möglichkeit, plattformübergreifende Webapps zu erstellen bietet das Javascript Framework jQuery Mobile, mit dem es möglich ist, auf Events von mobilen Geräten zu reagieren, wie etwa Touch…
-
JavaScript Pitfalls for PHP-Developers
von
A couple of years ago, PHP developers only had to have strong knowledge in the language itself and experience in some PHP frameworks and libraries, additionally skills in MySQL were expected. If we take a look at our current job advertisement, these knowledge is still important, but also skills in JavaScript are asked and strongly…
-
Javascript best practises: debugging und logging Vortrag@Mayflower-München
Am kommenden Donnerstag, den 25.03.2010 findet wieder ein öffentlicher Vortrag im Mayflower Büro in München statt (Mannhardtstraße 6, S-Bahn Isartor). Beginn ist um 18:00 Uhr, Thema des Vortrags ist „Javascript best practises: debugging und logging„. Lange Jahre wurde Javascript von vielen Entwicklern nicht so ernst genommen. Durch den vermehrten Einsatz von AJAX und der einfachen…
-
dojo.beer(2)
von
Last Saturday MAYFLOWER hosted the second dōjō beer event – a nice unconference devoted to the dōjō toolkit. The organizers from uxebu called and more than 30 developers found their way to MAYFLOWER’s office rooms in Munich.
-
Minimizing your JavaScript Code
von
in PHPAs my last projects were mostly web 2.0 online applications I had to do a lot of javascript programming. Using JS-Frameworks like JQuery or Dojo the size of all necessary javascript files had added up to more than one megabyte. Even today with highspeed internet connections one megabyte needs several seconds to be transferred, so…