Great Video for Downtown Miami & Midtown/wynwood

July 24, 2011 by · Leave a Comment 

After we finished the website for Ron, he immediately started to work on some videos about Miami Neighborhoods – We are very impressed with amount of shots shown in the videos, We would definitively recommend this to anyone who wants a tour around around Miami. Here is one for downtown Miami condos and also midtown/wynwood condos. He is currently working(editing footage) for some more areas, soon as they become available, we’ll post the here. Great Work! Camera used on these videos canon 7D and Canon T2i, edited on final cut pro 7.

jquery slider to scroll a div with dynamic image sizes

April 22, 2011 by · Leave a Comment 

Usually the class .content-item has the width parameter defined so you can easily set the #content-holder width with the exact size, but what if you want to use all images with different width size ?

This worked for me.

var t = 0;
    $('#content-holder .content-item').each(function() {
        t += $(this).outerWidth( true );
    $('#content-holder').css('width', t + 20);

For the complete script go here

invalid literal for int() with base 10: ” Nginx

April 11, 2011 by · Leave a Comment 

I was doing changes to some pages the other day and I came across to an error when trying to update anything in django admin (these models use ImageField).

invalid literal for int() with base 10: ”

I googled for same issues but none of the fixes were working, until I decide to take a look to my nginx config file since I knew a few days ago I made some modifications. Right away I noticed that the following line was commented :(

#fastcgi_param  CONTENT_TYPE       $content_type;

After activating the line – restarted nginx and everything was back to normal.

Fruitz: “How Color Affects Us”

August 25, 2010 by · 1 Comment 

Fruitz Watches

Fruitz strikes with color

The ability of the human eye to distinguish colors is based upon the varying sensitivity of different cells in the retina to light of different wavelengths. Color plays a significant roll in our lives. How we dress and decorate our homes takes these meanings into account, even without our knowing the specific meaning of the colors we choose. We choose colors by how they make us feel. Can you see how your choice of colors can affect the mood portrayed in your final block?

Caribbean Topaz 2010

August 21, 2010 by · 1 Comment 

Caribbean Topaz

Jewelry Photography

It’s been a while since we posted the last image, we are very busy…. here is a recent image we shot for the new campaign  for Caribbean Topaz the shot is great but is not what the client is looking for, so we are working on a new exciting idea. Stay tuned :)

Don’t forget to click on the image to see those nice details.

Sexy White – Philip Stein Ceramic

July 9, 2010 by · Leave a Comment 

New Ceramic Philip Stein

Philip Stein Small Classic

July 9, 2010 by · Leave a Comment 

Small Classic Philip Stein

This image is not finished, there are a few minor details to enhance, but you get the idea.

More Philip Stein

May 26, 2010 by · Leave a Comment 

Philip Stein TAnk Collection

Philip Stein Tank Collection

I will comment on it tomorrow.

Philip Stein Titanium Chronograph

May 12, 2010 by · Leave a Comment 

Rush shot for video advertising

Rush shot Done for Philip Stein, we had only a few hours to prepare this image. Titanium case, black rubber strap. The rubber band was painted, we only were provided with the watch case.

Titanium Black Chornograph

Fruitz watches, keep growing strong!

April 29, 2010 by · 1 Comment 

Fuittz watch chronograph

Fun project these watches photograph really well.

Fruitz watches are becoming more and more popular every day, people love the design, color variation and the fact that are made by Philip Stein. This is a new model which comes with chronograph function and day indicator. We will be posting more images soon, we have lots of new material to shoot.

Philip Stein Active Collection

March 10, 2010 by · Leave a Comment 

One of many shots we prepared for Basel World trade-show.
Active Collection Philip Stein

django-tracking

March 3, 2010 by · Leave a Comment 

I just finished intalling django-tracking in one of my clients projects in webfaction. Here are my steps.

PYTHONPATH=$HOME/webapps/my_django_app/lib/python2.5 easy_install-2.5 -s $HOME/webapps/my_django_app/bin -d $HOME/webapps/my_django_app/lib/python2.5 django-tracking

This installed django-traking under the my project python path,
you could install it globally with:

easy_install-2.5 -s $HOME/bin -d $HOME/lib/python2.5 django-tracking

The rest is quick, just follow the instructions as in django-tracking.
1) Add tracking to your list of INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',

'tracking',
)

2) django-tracking Options:
Visitor Tracking
Add tracking.middleware.VisitorTrackingMiddleware to your MIDDLEWARE_CLASSES in settings.py. It must be underneath the AuthenticationMiddleware, so that request.user exists.

Automatic Visitor Clean-Up
If you want to have Django automatically clean past visitor information out your database, put tracking.middleware.VisitorCleanUpMiddlewarein your MIDDLEWARE_CLASSES.

IP Banning
Add tracking.middleware.BannedIPMiddleware to your MIDDLEWARE_CLASSES in settings.py. I would recommend making this the very first item in MIDDLEWARE_CLASSES so your banned users do not have to drill through any other middleware before Django realizes they don’t belong on your site.

Visitors on Page (template tag)
Make sure that django.core.context_processors.request is somewhere in your TEMPLATE_CONTEXT_PROCESSORS tuple. This context processor makes the request object accessible to your templates. This application uses the request object to determine what page the user is looking at in a template tag.

Active Visitors Map

If you’re interested in seeing where your visitors are at a given point in time, you might enjoy the active visitor map feature. Be sure you have added a line to your main URLconf, as follows:

#you must add this even if you are not using Active Visitors Map other wise you might get and error.
from django.conf.urls.defaults import *

urlpatterns = patterns('',
   (r'^tracking/', include('tracking.urls')),  
)

view all available django-tracking settings

Add the following to admin.py to view the data collected in django admin.

from tracking.models import Visitor

class VisitorAdmin(admin.ModelAdmin):
    list_display = ('ip_address','referrer','url','page_views','last_update',)
    ordering = ('last_update',)

admin.site.register(Visitor, VisitorAdmin)

Life Balance

February 11, 2010 by · Leave a Comment 

Watch Photography

The only thing missing is a short powerful slogan...

Life is about balance, Philip Stein is about helping to get that balance in your body.
We believe this image clearly sends the message.

Photo for Basel World (Philip Stein Page Ad)

February 10, 2010 by · Leave a Comment 

Baselworld Watch and Jewellery Show is a trade show for the watch and jewelery industry organized annually in the city of Basel, Switzerland.

Watch Photography - Basel World Philip Stein

Philip Stein Signature Case

February 10, 2010 by · Leave a Comment 

Philip Stein Signature Case on Silver and Gold Mirror Strap.
Click on the image to view larger.

Philip Stein Signature

Philip Stein Signature

Next Page »