deutsch

Archive for the 'Frameworks' Category

« Previous Page« Previous Entries | Next Entries »Next Page »  

 

Yoosic is dead. Or not?

just repaired some minor issues this morning on yoosic.com. And in the next days I will be inserting a new flash player for replacing our current mp3-stream solution. Furthermore I’m thinking about a way, where I can use Django or Symfony to start replacing functions in our current nasty-code-wasted yoosic-app while accessing the current yoosic [...]

Saturday, March 29th, 2008 | Posted in Django, Symfony | 4 Comments »

Django (trunk) Admin vs. (c)memcached

Just ran into errors with Lighttpd 1.5, PostgreSQL, Django (trunk) Admin and using memcached for accellerating the page. The 500er error I got when accessing /admin looked like: File “/usr/lib/python2.4/site-packages/django/core/cache/__init__.py”, line 60, in get_cache cache_class = getattr(__import__(‘django.core.cache.backends.%s’ % BACKENDS[scheme], {}, {}, ['']), ‘CacheClass’) File “/srv/www/www.tschitschereengreen.com/tts/django/core/cache/backends/memcached.py”, line 12, in ? raise InvalidCacheBackendError(“Memcached cache backend requires either [...]

Saturday, March 29th, 2008 | Posted in Django | 2 Comments »

Symfony I18N translation best practice

After trying several tools for making the translation of a symfony project convenient for our customer, I found the following best practice: 1. Install Heartsome XLIFF Translator 2. Modify language codes (Options->Language Codes). e.g. from de-De to de_De and en-GB to en_GB by replacing the dash by a underscore. 3. Open the xml-file with the [...]

Wednesday, March 26th, 2008 | Posted in Symfony | 1 Comment »

Lighttpd 1.5 and Symfony 1.0.8

finally just solved big problems I had with symfony – to get it running on lighttpd 1.5 with fcgi-sockets. The resulting lighttpd settings are a pure pain in the … – If you have a better solution for this, let me know. I’m pretty unhappy with these kind of hacks… $HTTP["host"] == “###TypeYourUrlHere###” { var.site-root [...]

Monday, March 24th, 2008 | Posted in AJAX, Symfony | No Comments »

Moved to Django

Thanks to Arthur: this site was moved from Symfony to Django, from Apache2 to Lighttpd1.5, from MySQL to PostgreSQL within the last Friday. Arthur prepared the Django installation. The data transformation and server configuration was done by Arthur and myself für Sebs support. The result: with using memcached the page load time went down from [...]

Saturday, March 22nd, 2008 | Posted in Django, Symfony | No Comments »

Symfony vs. Propel 1.3

After searching for a while to get the Propel DBAL running. in propel.ini insert the following propel.database.creole.url = mysql://USER:PASS@localhost/DATABASE propel.database.url = mysql://USER:PASS@localhost/DATABASE propel.builder.peer.class = plugins.sfPropel13Plugin.lib.propel.builder.SfPeerBuilder propel.builder.object.class = plugins.sfPropel13Plugin.lib.propel.builder.SfObjectBuilder

Wednesday, December 5th, 2007 | Posted in Symfony | No Comments »

Django Sprint II

Hey for all who didn’t know yet… we are participating in the next Django sprint on December, 1st. As of now, we will probably have about 4 people coming to our office from Weimar and München… If you want to join us too, pls. drop a comment here…

Friday, November 23rd, 2007 | Posted in Django | No Comments »

Some silly prototype

This post is just for machines and dummies: Out of our labs, this minimal prototype of something arose today: bligg It’s just about some silly blog entries from all over the world: linked, listed, searchable… that’s it. Development time: connecting to the source: 5h, integration in the web frontend: 1,5h. The source? Hm, ähm, good [...]

Tuesday, October 23rd, 2007 | Posted in Symfony | No Comments »

Tschitschereengreen CRM Update

Tina and Corinna requested the following changes: » Assign Categories and a Category-Filter to persons » Add a comment field to each person » Sort companies alphabetically » Assign Priority to a person Download Tschitschereengreen CRM v0.2 For an update: » Backup your person_person table with -c -t parameters /w mysqldump » Remove person_person table [...]

Thursday, October 18th, 2007 | Posted in Django, Frameworks, Python | No Comments »

Rapid protoytping for web apps and investor search

Just for an example of our work: One of our current jobs this week is building a prototype for a new kind of webbased social network. Our customer intends to have a very small but working prototpe of his future web application to gain first experiences during a closed beta. Furthermore he aims to demonstrate [...]

Tuesday, October 16th, 2007 | Posted in Projects, Symfony | 2 Comments »