Skip to main content

Olifante *'s Library tagged webdev   View Popular

21 Jan 09

Usefull 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.json and manage.py loaddata initial, don't spend time to reinsert data everyday with the admin
  • 2 more annotations...
10 Dec 08

riviera

"Riviera is a Seaside-style web app development framework written in about 100 lines of Haskell by Julian Kongslie."

wiki.cs.pdx.edu/...riviera.html - Preview

riviera seaside haskell framework webdev cgi continuation

My first week of django — Reinout van Rees' website

A Plone veteran shares his impression after one week with Django.

reinout.vanrees.org/...first-week-django - Preview

django plone comparison python webdev

  • 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...
26 Aug 08

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."

nettuts.com/...-how-to-develop-for-the-iphone - Preview

iPhone CSS stylesheet iTouch webdev javascript safari guide tutorial

24 Aug 08

Axiom Stack - Home

Axiom Stack web framework:
write dynamic web applications with Zen-like simplicity

www.axiomstack.com - Preview

axiom webdev framework

11 Apr 08

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."

www.42topics.com/...docs.html - Preview

django appengine google tutorial python webdev

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."

hackermojo.com/...django-special-ops.html - Preview

django admin specialops python webdev customization

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"

totaleclipseservices.com/blog - Preview

asp.net django MVC .NET python programming webdev comparison advocacy

25 Mar 08

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

annevankesteren.nl/...ie8-bad - Preview

ie8 browser standards webdev web critique microsoft

24 Mar 08

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!

www.gotapi.com/html - Preview

webdev reference resource documentation programming framework html css dom ajax javascript python rails rubyonrails Ruby syntax search web2.0

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."

peepcode.com/rails2-pdf - Preview

RoR rubyonrails tutorial ebook pdf rails webdev webapps development

13 Feb 08

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."

ejohn.org/...ctors-that-people-actually-use - Preview

jQuery css css3 selectors performance javascript webdev usage statistics

29 Nov 07

Repoze

"Repoze Enables: Production-grade deployments of Zope and Plone into a WSGI environment; Other Python WSGI applications to use Zope technologies as middleware."

repoze.org/index.html - Preview

zope plone python wsgi middleware repoze webdev framework development software

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."

grok.zope.org - Preview

python zope grok webapp framework web programming webdev Zope3

1 - 20 of 57 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo