wtorek, 24 lipca 2012

Dojo Toolkit: Content of the first tab in dijit.layout.TabContainer is not displayed

dijit.layout.TabContainer
Dojo Toolkit 1.7.1

To fix this problem refresh the first tab by switching to the second and then to the first tab. See the code below:

var tabContainer = dijit.byId('tabContainerID'),
firstTab = dijit.byId('firstTabID'),
secondTab = dijit.byId('secondTabID');
 
tabContainer.selectChild(secondTab);
tabContainer.selectChild(firstTab);

środa, 16 maja 2012

Materiały z infoShare 2012

19 i 20 kwietnia 2012 roku odbyła się w Gdańsku po raz kolejny już raz bardzo ciekawa i do tego bezpłatna konferencja infoShare. Organizatorzy udostępnili nagrane prelekcje w postaci filmów na stronie konferencji.


poniedziałek, 2 kwietnia 2012

InnoRobo 2012

Temat nie jest związany ściśle z programowaniem, ale jakże interesujący. W dniach 14, 15, 16 marca odbyły się we Francji w mieście Lyon niezwykłe targi robotów InnoRobo - Innovation Robotic Summit. Jak szybko roboty staną się towarzyszami ludzi w ich codzienności? A może już są? Warto przejrzeć relacje z tego wydarzenia.


wtorek, 27 marca 2012

Przeglądarka dokumentów PDF w Drupalu

Mimo, że istnieją moduły wspierające format PDF to praktyka pokazuje, że jednak najlepiej osadzić dokument za pomocą przeglądarki Google: https://docs.google.com/viewer

niedziela, 11 marca 2012

Descript.org

Have you ever thought about serious object-oriented programming in JavaScript? Try Descript:
" Descript is a lightweight foundation framework for advanced JavaScript applications development. "
" Main idea of Descript is providing a well-organized and object-oriented approach in the easiest and most legible way. "

jQuery tubular

 Look at the very interesting jQuery tubular plugin today:
" Tubular is a jQuery plugin that lets you set a YouTube video as your page background. "