Archiwa dla kategorii: 'Bez kategori'

I może jeszcze pralkę do internetu podłączysz?

22 Feb 2010; Maksymus007

A tak! I to nie ja, ale ktoś inny, a ja sobie z tego korzystam - wszak płacę :) Oto system zarządzania pralkami i suszarkami znajdującymi się w podziemiach norweskiego akademika. Rezerwacja pralek, sprawdzanie statusu - nawet przypominanie SMSem o zbliżającym się terminie rezerwacji lub końcu prania/suszenia jest. Płatność kartą niestety nieaktywna, ale podobno niedługo ma być. A pralniany intranet lepszy niż w niejednej polskiej szkole. Jedyne 12NOK za pranie.Panel zarządzania pralkami

Mac dzień drugi

22 Dec 2009; Maksymus007

…i mających doświadczenie z innymi systemami.Softu jest tu jak na lekarstwo. A jak jest, to płatny. Każdy jeden mały pieprzony program jest płatny, czaaaasem są jakieś małe wyjątki. Ale przynajmniej nikt się nie bawi w zabezpieczenia antypirackie ;)No bo to trochę deprymujące szukać w internecie jak przenieść pliki czy jak zmienić im nazwę.Ale dlaczego do jasnej cholery nie można usuwać plików podczas opróżniania kosza?!Chociaż gładzik i multitouch naprawia wszystkie jak na razie wady…

Django command-line on Windows Vista

14 Aug 2009; Maksymus007

Working with Django means using command line tools. Having type full script path each time may be time consuming and prone to errors. So lets copy django-admin.py file to some directory and add it to PATH system variable. Lets use PATHEXT variable and append .py. Last thing is to associate .py files with Python interpreter.This probably was done by Python Installer and than typing django-admin help should print entire poem.
What if not?

There are two possibilities:

  1. Windows will scream that it has no idea what to do with such a file
  2. Whatever we type, ‘Type `djang-admin.py help` for usage’ will be shown.

In both cases we navigate to http://www.creativelement.com/powertools/#download and download Power Tool. This is free, 45 day evaluation copy but we should end in a minute. Install, run Power Tool.

 

  1. Scroll until you find Edit file type associations and click Start File Type Doctor now…
  2. Type .py to scroll list. If you see .py extensions - click it.
    If not use New button below the list fill typename extension box with .py, click Accept and then find .py on the list and click it.
  3. Right list contains Open? If yes, select it and Edit, if not Add. Set accoring to screenshot below, remeber about python.exe path - may be different.

    py_open

  4. Accept
  5. Enjoy yout django-admin or any other command!

Dozownik do magicznej siły…

4 Jul 2009; Maksymus007

Ciekawe rzeczy można kupić w Obi…

magiczna_sila

Internet Explorer 8 margin:0; Story…

3 Jul 2009; Maksymus007

Last night I started WebDesiging a brand cool new awesome website. I decided to make site "compilant with webstandards", in other words: "to piss of IE<8", because brand new 8 is good and supports standards, doesn’t it?

Firefox 3 works well

Site in Firefox 3

Opera 9 / Chrome / Safari also

Site in Opera 9

Finally, IE8

ie_8_before 

WHAT THE HELL? Standard CSS sheet, margin: 0; padding: 0; What will happen if margin-left will be 1px?

IE8 styles

See the magic! (click to enlarge)

Internet Explorer 8 with one-pixel margin

Welcome to new age, new crappy IE to handle separately..