cooking.visualspace.nl
Ordering related objects in Django - What's Cooking!?
http://cooking.visualspace.nl/post/83332796/Ordering-related-objects-in-Django
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. Ordering related objects in Django. Larr; Front page. Don't be the product, buy the product! I want to SOUP. A Tip Of The Hat. Tell the chef, the beer is on me.". As Long As It's Yummy'. Basically the price of a night on the town! Infinity 24 of 200 sold. I'd love to help kickstart continued development! Displayed on the blog. Or to the blogs user.
martonkabai.com
Generatum Continuum (2013) | Márton Kabai - Visual Journalist
http://www.martonkabai.com/index/generatum-continuum-2013
The Doors of Perception - bilingual edition. The following table describes the different rules of a text manipulation program made as a javascript module in HTML. To exam the possibilities of this program I choosed a book that is conceptually relevant from Huxley, The doors of perception. I translated each page with the program and I placed beside each other as a spread, thus the book became a bilingual textual and visual experiment. Codemanship by Toth Tamás Május. Guided by Kees Van Drongelen.
cooking.visualspace.nl
Finally: human friendly testing :) - What's Cooking!?
http://cooking.visualspace.nl/post/84004557/Finally-human-friendly-testing
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. Finally: human friendly testing :). Larr; Front page. Don't be the product, buy the product! I want to SOUP. A Tip Of The Hat. Tell the chef, the beer is on me.". As Long As It's Yummy'. Basically the price of a night on the town! Infinity 24 of 200 sold. I'd love to help kickstart continued development! Displayed on the blog. Or to the blogs user.
cooking.visualspace.nl
django-mobile - What's Cooking!?
http://cooking.visualspace.nl/post/82654624/django-mobile
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. Provides a simple way to detect mobile browsers and gives you tools at your hand to render some different templates to deliver a mobile version of your site to the user. Larr; Front page. Don't be the product, buy the product! I want to SOUP. A Tip Of The Hat. Tell the chef, the beer is on me.". As Long As It's Yummy'. Basically the price of a night on the town!
cooking.visualspace.nl
What's Cooking!?
http://cooking.visualspace.nl/tag/api
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. Django-fileprocessor: efficient, scalable processing of files (ie. scaling images). This is a prototype project for something we have been wanting to make: efficient file processing - from within templates! Moreover: if your server is, in principle, able to handle a mentioning on some lame but immensely popular blog - why should it not be in practice? So here is m...
cooking.visualspace.nl
django-newsletter released in the Cheese Shop - What's Cooking!?
http://cooking.visualspace.nl/post/78783739/django-newsletter-released-in-the-Cheese-Shop
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. Django-newsletter released in the Cheese Shop. Stay tuned for some screenshots - or perhaps even a screencast of our (Dutch) presentation of the project this wednesday at the Django Meeting in Amsterdam. Larr; Front page. Don't be the product, buy the product! I want to SOUP. A Tip Of The Hat. Tell the chef, the beer is on me.". As Long As It's Yummy'.
cooking.visualspace.nl
Hg-Git Mercurial Plugin - What's Cooking!?
http://cooking.visualspace.nl/post/82528747/Hg-Git-Mercurial-Plugin
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server. Repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial. Larr; Front page. Don't be the product, buy the product!
cooking.visualspace.nl
django-multilingual-model - What's Cooking!?
http://cooking.visualspace.nl/post/83330597/django-multilingual-model
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. A very simple abstract base class, enabling translation of (specific) model fields with only about 33 lines of code. From django.db import models. From multiling import MultilingualModel. Code = models.CharField(max length=5). Name = models.CharField(max length=16). Language = models.ForeignKey("Language"). Title = models.CharField(max length=32). Min num = 1.
cooking.visualspace.nl
X-Sendfile static file serve view - What's Cooking!?
http://cooking.visualspace.nl/post/359169174/X-Sendfile-static-file-serve-view
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. X-Sendfile static file serve view. This view has the same functionality as Django's builtin static view function but when the configuration option. USE XSENDFILE = True. Is specified in the settings it returns the absolute path of the file instead of its contents. This allows the mod xsendfile module in Apache or Lighttpd to take care of . Larr; Front page. I want to SOUP.
cooking.visualspace.nl
What's Cooking!?
http://cooking.visualspace.nl/tag/django
Projects cooking at Visualspace. Newer posts are loading. You are at the newest post. To check if anything new just came in. Over 6 years ago. Django-fileprocessor: efficient, scalable processing of files (ie. scaling images). This is a prototype project for something we have been wanting to make: efficient file processing - from within templates! Moreover: if your server is, in principle, able to handle a mentioning on some lame but immensely popular blog - why should it not be in practice? So here is m...