Olifante *'s Library tagged → View Popular
Usefull tips to start a new project with Django
"Useful tips to start a new project with Django"
-
Only use null=True for non-string fields such as integers, booleans and dates: Avoid using null on string-based fields such as CharField and TextField unless you have an excellent reason.
-
Use fixtures to reimport data and test your apps
manage.py dumpdata --indent=4 > initial.jsonandmanage.py loaddata initial, don't spend time to reinsert data everyday with the admin - 2 more annotations...
riviera
"Riviera is a Seaside-style web app development framework written in about 100 lines of Haskell by Julian Kongslie."
My first week of django — Reinout van Rees' website
A Plone veteran shares his impression after one week with Django.
-
Light-weight. That's really something completely different from the towering stack that is Plone. Change a .py file and django will just restart itself.
-
Simple customization mechanism, especially for templates. Basically what Plone had with the portal skins. With two differences that make it a bit more maintainable. (a) by convention, every add-on stores its templates in a subdirectory named after itself. So that does away with many name clashes and the one-global-namespace problem Plone had. Just a simple convention. (b) There's a list of template directories in the global config file. That's the order of directories in which Django searches for templates. I'd say that feels much more practical than anything that plone has right now.
- 3 more annotations...
Learn How To Develop For The iPhone - NETTUTS
"I'm going to show you how to build an alternate page and style sheet for the iPhone and iTouch. We will cover how to detect if the user is using an iPhone to view your page as well as the orientation of the device - whether it be landscape or portrait."
Axiom Stack - Home
Axiom Stack web framework:
write dynamic web applications with Zen-like simplicity
AndyJeffries.co.uk: Why I think Ruby on Rails is an ideal web development environment
Rails apology from a Symfony/PHP developer
Using Django with Appengine
"This is a port of the Django tutorial to use appengine instead of Pure Django. Like in the Django tutorial, we build a poll engine, where you can create polls and others can vote for them."
Special Ops for Django
"The gist of it is that I've added a few new views and a single function decorator that you can use to unleash the additional functionality within the admin."
Django vs. ASP.NET MVC
"When I started looking at Django, there was a simple 4 step tutorial that I followed to get up to speed. I read through it and over the next couple days I got my simple app up and running. There is nothing like that for the ASP.NET MVC stuff"
JavaScript Based Code Prettification
Automatic code syntax highlighting with jQuery
IE8: The Bad
"There are quite a few good things about the Microsoft release ... but there are quite a few evil things as well:" DomainRequest, HTML5 DOM Storage, ARIA, <meta> Switch, Parsing
gotAPI/HTML - Instant search in HTML and other developer documentation
GotAPI is a one-stop reference for documentation on several programming languages and frameworks. You can search-as-you-type for a function and read the official documentation page without ever leaving the site. Brilliant!
Rails2 PDF | PeepCode Screencasts for Ruby on Rails Developers
"In this new 58-page PDF, Ryan discusses over a dozen new features in the upcoming Rails 2.0. Code snippets and examples show you how to use many new features in Rails 2.0. A section on deprecated features suggests third-party alternatives."
John Resig - Selectors that People Actually Use
"I ran a poll ... in which I asked the users which selectors they used. As it turned out there were a great number that no-one had any use for ... At this point I removed them from the engine, breaking compliance with the CSS 3 Selector spec."
Repoze
"Repoze Enables: Production-grade deployments of Zope and Plone into a WSGI environment; Other Python WSGI applications to use Zope technologies as middleware."
What is Grok?
Grok: Yet Another Python Web Application Framework: "While Grok is based on Zope 3, and benefits a lot from it, you do not need to know Zope at all in order to get productive with Grok."
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in webdev
-
Cool AJAX Controls
Cool AJAX controls worth fu...
Items: 16 | Visits: 84
Created by: Darren Wallace
-
webdev
Items: 140 | Visits: 88
Created by: Greg Kerstin
-
WebDev
Items: 1079 | Visits: 87
Created by: Tazem Zero
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
