JSONView for Chrome

Kwiecień 4th, 2012

If you need to view  JSON responses directly in your browser (for example to check some API) I would recommend JSONView. It supports formating the response, folding, viewing the plain source and custom styling. Very useful.

web

Dose of reading – unlearn, young programmer

Marzec 27th, 2012

Very interesting article from BlueGrayBox and Ted Neward - Unlearn, Young Programmer

Różne

HTML5, video and subtitles

Marzec 19th, 2012

HTML5 provides a new tag - video. It let's you embed a movie in your website. It can have two subelements - source which is used to provide the source file of the video and track which is used to provide text track for the multimedia. The problem is that (as far as I know) none of the browsers support the track element at the moment. However it's pretty simple to DIY.

Read more...

web

Django – fixtures are not loaded during tests

Marzec 7th, 2012

If you don't have models.py in your app, fixtures from this app won't be loaded. Putting empty models.py in your app will be enough to load the fixture.

Django

Django nonrel-search and pagination problem

Styczeń 4th, 2012

Do you use nonrel-search? Do you want to paginate your search results and it does not work?

Go and see this issue: https://bitbucket.org/Wilfred/nonrel-search/issue/4/slicing-issue-in-relationindexquery-class

The provided patch seems to work for me.

Django, Python

No module named fancy_urllib

Grudzień 17th, 2011

Got this error? No module named fancy_urllib? Is Django + Google App Engine your set up?

Probably you have GAE SDK in your PYTHONPATH. It should be in your PATH only, NOT PYTHONPATH (it's mentioned in installation manual but who reads them ... ;-) ).

Python

Dose of Reading 2011-11-15

Listopad 15th, 2011

In fact not reading today, watching instead ...

IT

Dose of Reading 2011-11-14

Listopad 14th, 2011

Dropped the daily out of title - couldn't keep up the tempo. Dates are easier to put in than to remember the last used number :)

 

IT

Daily Dose of Reading #4

Listopad 7th, 2011

IT

Daily Dose of Reading #3

Listopad 4th, 2011

Różne