Junior_Art_Directors_Checklist

Someone just reminded me this poster today. (original found on: http://www.pixelriot.de/tag/art-directors-checklist/ )

526602_422200614489464_905182206_n

I’ve personally been working for the ShareDesk project for almost 3 years and i’m proud to announce its beta version!

We’ve now introduced simple community features (internal messages, working/worked buttons, etc.) a new interface for the booking process and applied some changes to the space page!

Together with this we’ve internally find a way to deploy new features almost every week…so…stay tuned!

…and here’s some press:

• Forbes
TechVibes
• Betakit
Inc.

BERLIN WEATHER SUCKS this summer.

Me.

SharedDesks (from AppQii Technology Inc.) has been selected to be one of the 26th companies that after a pitch-in person might move to the 3rd round of NVBC competition for startups.

Kia Rahmani and all of us @ ShareDesk will soon have one chance to be part of round 3 of NVBC and get closer to one of the NVBC prizes…Let’s see if the coworking finder will eventually have a chance to grow and get all of its new features online (some of them anyway coming really soon).

Follow us to stay up to date!

I’ve just worked 5 hours on one of the most boring task of my life to solve one of my client’s issue…and solved it with in a really “weird” way….so weird i wanted to share it to hopefully save some life or some serious nervous breakdown :)

So:
for all of you who will start to read “o is not a constructor” or “q is not a constructor” in your tiny little useful console while being in the “wp-admin” section trying to modify post, page, etc (any page showing the tinyMCE editor)….

I’ve no idea why…and i’ve no idea how…but with my combo (wp+genesis+venture theme) somehow the tinyMCE (i guess) was initialized twice
Took me hours to figure this out because of the huge combo of systems on top of the clean WP installation…anyway…here’s the solution:

Adding the following script in the “functions.php” file should make things right and let you correctly initialize tinyMCE once (to finally see labels in the right way, localization going fine, etc.):

/**
  *
  * START remove double initialization of tiny_mce
  *
 **/

function remove_tinymce(){
	if (has_action('admin_print_footer_scripts','wp_tiny_mce')){
		remove_action('admin_print_footer_scripts','wp_tiny_mce', 25);
	}
}

add_action('init', 'ckeditor_init');
function ckeditor_init(){
/*	global $ckeditor_wordpress;
	require_once 'ckeditor_class.php';*/

	if(is_admin()){
			add_action('admin_print_footer_scripts', 'remove_tinymce');
	}
}

/**
  *
  * END remove double initialization of tiny_mce
  *
 **/

Don’t ask me why, just say “thanks” if that’s what you’re looking for :)

Coworking Conference

October 20, 2011 — Leave a comment

 

The 2nd european Coworking Conference is coming!
From Shared Desks there will be 2 participants with the same name: me (Enrico) and Enrico …and it’s not a joke…we simply have the same name…
Anyway if you are into coworking or “co-working” like some newspaper says join us!

…and since, basically the same guys, has gone live with the new coworking survey….please take a few seconds to answer a few questions (i did it….and it really took me something like 50 seconds) here and help everybody to get a better idea of the coworking scene worldwide. Ok?

That’s it for now…i just wanted to spread the word about the conference :)

Shared Desks - Coworking Conference

UPDATE 01/11/2011:
SharedDesks will be on stage the second day – Panel 2.

UPDATE 07/11/2011:
SharedDesks is now online!!!

HTML5 Admin Template

August 31, 2011 — 2 Comments

I’m happy to present my last project (my first opensource project): html5admin a simple html5 ready admin template for those programmers, like me, who feel like wasting time in building every time new html structure for their new clients.

It’s open-source because it wasn’t more than 3 days of work, but it’s a start…and i really hope somebody will support it by improving it.
It still needs a lot of features, but it could be considered “ready-to-use” since it’s covering the most common UI actions…

So: if you feel like helping or you were looking for a new template for your next administration section…here’s the github / download link and the demo pages.
Enjoy.

In  previous post of mine i’ve talked about a table plugin that i was using in a few back-end projects.

This is a new post to correct myself…I’ve found a (imho) better one (that does not even need a review…just try it)!

It is called DataTables (jquery data tables plugin)
and this is a preview of one of its GUI (supports custom theming and jqueryUI theming system):

We finally decided to show up with a beta search engine for coworking based on users location.
It is part of our bigger coworking project “SharedDesks.net” but already quite useful.

Until now we have around 350 coworking spaces in about 200 different cities (mostly in Europe).

More will come and you can help us grow by adding your coworking space (or by suggesting a coworking space you know).

Here’s a screenshot of the beta GUI:

Find Coworking - A Coworking Search Engine

 

UPDATE 07/11/2011:
SharedDesks is now online!!!

 

 

 

 

 

 

SharedDesks - Find Coworking with The Coworking Finder

In a previous post of 2009 i was talking about coworking and a new idea that was trying to become “alive”.
Now you can find a coworking in seconds!
…nope, just kiddin’, not yet, but sure looking for coworking spaces will be easier then ever, just whip us to make us work faster and to see the result of our work :)
Ok, back to the coworking subject and to the coworking finder….2 days ago we finally launched “SharedDesks – The Coworking Finder” (and today we got published onepagelove.com thanks to Dario‘s design and Genesio’s illustrations).
The idea has grown (but it’s still the same old thing helping freelancers, coworkers, writers, nerds, etc. to find a coworking…) and i hope we can soon get online with what IMHO believe being the best way to find a coworking (eheh, probably that’s not so modest, but still, i remember having this idea 2 years ago and i still believe it will be great :P ).
In the meanwhile, if you are a coworking addict, a coworking curious, a coworking owner or manager, a coworker, or a human surfing the web….we are now waiting to see some results in terms of participation…and that is why you should “whip us” and get our pre-beta subscription invitations!

see the Coworking Finder in a single page “preview” and get the invitation to finally find coworking.

UPDATE 08/08/2011
There is a beta of coworking finder up and running at http://coworkingfinder.com there you can find already a few coworking spaces around you, check it out!

UPDATE 07/11/2011:
SharedDesks is now online!!!