Hello, my name is Federico Capoano,
I enjoy developing cutting-edge websites
and working with creative people.
8th May 2010 in Photography
I always liked to take pictures but I never thought about doing it seriously. Just recently I understood how the use of great photography is important in web design: an image is worther than a thousand words. Being able to take and manipulate pictures is a great bonus skill that can help a web designer to transmit feelings more effectively when designing web sites.
Here begins my adventure in photography. This new passion makes me excited, so much that I wonder why I've never realized it before. Maybe I was just not enough mature or I didn't have enough energy to start a new activity. Who knows? The only thing I know is that I like it, It excites me and I decided to invest my money and my time in it.
continue reading "Deepening into Photography: a new beginning"
“ 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