home

8 February 2012
by Matteo Papadopoulos
0 comments

Una nuova sfida professionale in Cantiere Creativo

Dopo aver passato molti anni a lavorare come libero professionista nel settore web e multimediale in cui ho collaborato con numerosissime realtà in Italia, ho deciso di accettare una nuova sfida professionale entrando a far parte di Cantiere Creativo, una piccola web agency fiorentina molto ambiziosa e in ricerca di qualità.

Ho quindi valutato e accettato l’offerta di diventare parte integrante del team occupandomi nello specifico dello sviluppo di user interface, user experience e sviluppo front end mettendo a disposizione le mie conoscenze di Ruby on Rails/Django, Html, QML ecc.

E’ di conseguenza che, dove possibile, le mie collaborazioni attive da libero professionista, passeranno ad un rapporto con Cantiere Creativo: vedi Bookrepublic, Zazie, i lavori per Develer, Social Design, Visiva… ecc.

In Cantiere Creativo, in questi anni, insieme a Silvio Relli, ho contribuito allo sviluppo di Railsyard, un CMS per Ruby on Rails rilasciato sotto licenza MIT su github. Cantiere ha inoltre sviluppato numerose applicazioni e siti web e si occupa di sviluppo di applicativi per aziende, per mobile (Android/iOS) e della comunicazione per social marketing.

Piano piano abbandonerò anche questo blog che mi ha accompagnato per tanti anni chiudendo definitivamente la mia storia personale di Basic Trading. Aprirò un mio blog personale, oppure scriverò le mie scoperte sul blog di Cantiere, ancora non so.

Parto subito col dire che in Cantiere siamo in cerca di sviluppatori Rails, quindi se pensi di riconsocerti in queste caratteristiche, segui le istruzioni :)

A presto e buona fortuna a me!

04

22 November 2011
by Matteo Papadopoulos
3 Comments

Illustrator: howto use bitmap as pattern

I wonder how difficult has been to use a raster image (as .jpg and .png) as a pattern to fill shapes in Abobe illustrator.

Obviously I googled to find the answer but the web didn’t return the results I was looking for. Just tutorials on vector patterns, not on rasters.

It’s a long time I don’t use these kind of software as I work in web development or dtp with Photoshop and Indesign and I nerver loved AI too much. But I defenetly agree with whom says that it’s unusable and less intuitive for such basic things. I used to build vector graphics with Corel Xara that was so simple as amazing in ’90s… and was so easy to do a pattern with bitmap…

Well, 3 simple steps (when you know them!):

  1. drag your image to AI
  2. select the image and click on “embed” <- this is the trick
  3. go to edit menu and click on “define pattern”, named it and click on “add to swatches”
  4. now you can create our custom shape and drag your raster swatch on it. It will be filled with your btmap. Take care of resolution ’cause you cannot resize or distorce it (or I didn’t found how)

Hope this can help

Thanks to Luca Bonfiglio from @teamcantiere for his help on this issue!

Schermata 2011-09-07 a 16.35.42

7 September 2011
by Matteo Papadopoulos
1 Comment

[Solved] Osx tricks: how to find file by extact extension

Ok, this sound quite easy but I have to admit that I didn’t know how to do it with osx finder.

Using “find” command on a shell is the hard (and better!) way, but sometimes you can’t. I’ve got to find an exact kind of file extension into my Time Machine backup.

I wanted all my .AI files. So, I’ve tried to find “.ai” as document name in the search bar of the finder. Sometime it could be enough, when the extention has no variants. But in this case I’ve got the problem that Osx is plenty of .AIF audio file and those are most of the results of my search.

As I said, it has been easy: “.ai” -aif

That’s all, hope this can help others.

logo_icon

1 September 2011
by Matteo Papadopoulos
0 comments

RailsYard CMS released and growing up daily!

Scenario

We are Ruby on Rails developers (Silvio Relli and Matteo Papadopoulos) sharing the same office at Cantiere Creativo. As often happens in web agencies, for small or medium websites projects, the boss wanted a quick tool to setup a website, manage contents, reduce development time and costs.
Rails is our favourite framework but the admin interface is a big missing and build it from scratch all the time can take a while.

We didn’t want to use WordPress (max respect for this piece of software!) or others php based CMS.
Django could be the solution but we did prefer to use our favorite framework as we are more confident with it.

So, at the end, the solution is always the same: build your own CMS! Aaaarrrgghhh!!!! And we have done it! :)

We love to be part of the community and we absolutely wanted to share this project; we wanted Railsyard to be free and everybody can fork it and gives his contribution (or not!).

Continue Reading →