My latest commercial web project (in collaboration with Dario Aschero, Alessandro Valsania) is finally out!
Website Link: maxema
Front-End / Back-End Screenshots:
Read MoreMy latest commercial web project (in collaboration with Dario Aschero, Alessandro Valsania) is finally out!
Website Link: maxema
Front-End / Back-End Screenshots:
Read MoreI’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 :)
Read More
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 :)
UPDATE 01/11/2011:
SharedDesks will be on stage the second day – Panel 2.
UPDATE 07/11/2011:
SharedDesks is now online!!!
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:
UPDATE 07/11/2011:
SharedDesks is now online!!!
Read More
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!
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!!!
It’s been a while since the last post…buuut:
for whoever will reach this page, i want you to know i’m still here and still working (although i’ve been 2 months in South Africa)
Here’s the latest update on work i’ve been busy with in the last year and a half:
![]()
www.brand-catcher.com
It’s an e-commerce website build in around 6 months (starting from scratch with a 4 person team).
I’ve been busy building the all back-end application and writing all the front-end scripts with the classic LAMP setup (+ jquery for having a more user-friendly interaction).
Graphics and all of the front-end interactions are made by Ale.
The company (Trimara GmbH) is based in Germany and their business is mainly focused in their home country, although rumors say that they will, probably soon, start to sell their street fashion to many other european countries.
Keep an eye on it if you like street fashion, it could be soon availabe in your country as well!
New version of the website for the event “canale150″ is now out, couple of new section and a graphic restyling.
www.canale150.it
Here’s a screenshot of the GUI:
Read More