Hello, my name is Federico Capoano,
I enjoy developing cutting-edge websites
and working with creative people.
6th June 2010 in Inspiration
This round-up is a best-of lists dedicated to the creative use of the water element and contains web-site designs, logos, photographs, textures, photoshop brushes and tutorials.
Even if some of the lists share similar content I thought it's good to link them anyway since they contain information and comments viewed from a different point of view.
continue reading "Water Inspiration Round up"
“ hey man I like it. I'm ready to write more posts and put your ideas to the test. After all, we always have something new to learn and being humble, I came here to learn. Bookmarked. - Andre ”
By HTML Forms in Water Inspiration Round up
“ Great tips. Thanks for sharing. ”
By Mondo Print in 10 Effective Business Card Design Tips
“ the water is my element!!! ;-) ”
By angelo in Water Inspiration Round up
“ @Vishnu So I guess the HTML page is trying to load an address that gives a 404. Instead of using Alias, that might be bypassed by the rewrite rule, link (symbolic link) the static-media folder into the public folder. Example: Create a link called "site-media ... ”
By Federico Capoano in How to setup StaticGenerator with Apache + mod_wsgi
“ Hi Federico, Am Back Again. I have a issue. ----------- Alias /static-media/ /home/django/mysite/static-media/ RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME}/index.html !-f RewriteRule ^/(.*)$ /my.wsgi/$1 [QSA,L,PT] WSGIScriptAlias /my.wsgi /home/django/mysite/my.wsgi ---------- A setting like ... ”
By Vishnu in How to setup StaticGenerator with Apache + mod_wsgi