that's me. Hi there,
you stumbled upon
Enrico Icardi
a web enthusiast with clear interest in
back-end AND front-end development.

Archive
UID

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.

Read More

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):

Read More

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!!!  

Read More

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!

Read More

Introduction:
I’ve to admit it…this is just a post to take a small break from work.
It’s sunday, and i’ve been working the all week almost 15 hours per day…soooo…
i’ve thought that maybe a small break writing on my blog whould have been more relaxing than keep working…so…here it comes the article:

Yesterday i’ve started a new job for a german client, and as usual…i’ve started almost everything from scratch.
Basically, starting everything from scratch always means: “try to find the best way of doing things….better than last time”.
And here’s what happened.

The mission:
Build a backend with user-friendly and intuitive navigation -and actions- for an e-commerce website

The one-day-goal:
Make the structure of the e-shop easy to manage for any kind of content like text inputs, textareas, files, wysiwyg editors, iFrames, modal boxes, checkboxes, comboboxes, drag’n'drop stuff, error messages, AAAAHHH!!!!
AND trying to keep the interface reallyreallyreally easy-to-use.
You know?

Ok, so…i’ve started looking on the web about grids and landed on websites and blogs about User Interfaces, tools and wireframing softwares i’ve never heard before….very funny how can you completely loose control of your clicks and end up falling in love with some new stuff :)
And yes, after all thes clicks i’ve fell in love with grids, all of them!
Including: baseline grid, 960 grid system, HashGrid, the useful 1KbGrid, etc.

Everything was exciting, but was looking “too complicated” for me… (i’ve tried a bunch of grids, in 2 hours) and i’ve realized was too much effort for me to learn how to use all these grids…i than saw blueprint! But yes…also that one, too much effort for time i wanted to dedicate on grids.

http://www.alistapart.com/articles/fluidgrids/ it’s an article pretty old…(March 3, 2009) but was my “light at the end of the tunnel”, it saved me!

And that’s why i now love….

Fluid Grids!

In this particular post i want to write a small review about two of them:

  • fluid960gs (12-16 columns layout)
    PROS: A complete grid framework, really cool and really really complete
    CONS: Takes time to understand it and use it in your HTML
    CONS: Heavy css files.
  • fluidgrid (6-9 columns layout)
    PROS: 1sec to understand it, SUPER-light-weight css
    CONS: 6-9 columns
    PROS: it’s so easy to understand it that you can easily extend the columns, for example to 18!

So…..


The 18 columns fluid grid for fluidgrid
is nothing more than a few (stupid) lines of CSS
to copy and paste in the “demo.css” file of fluid-grid-system folder
to obtain the fluid layout of fluidgrid working with 18 columns…

div.eighteen_column.section div.one {width:5%;}
div.eighteen_column.section div.two {width:10%;}
div.eighteen_column.section div.three {width:15%;}
div.eighteen_column.section div.four {width:20%;}
div.eighteen_column.section div.five {width:25%;}
div.eighteen_column.section div.six {width:30%;}
div.eighteen_column.section div.seven {width:35%;}
div.eighteen_column.section div.eight {width:40%;}
div.eighteen_column.section div.nine {width:45%;}
div.eighteen_column.section div.ten {width:50%;}
div.eighteen_column.section div.eleven {width:55%;}
div.eighteen_column.section div.twelve {width:60%;}
div.eighteen_column.section div.thirteen {width:65%;}
div.eighteen_column.section div.fourteen {width:70%;}
div.eighteen_column.section div.fifteen {width:75%;}
div.eighteen_column.section div.sixteen {width:80%;}
div.eighteen_column.section div.seventeen {width:85%;}
div.eighteen_column.section div.eighteen {width:90%;}
Read More

Finally PHP, MySQL, jQuery, XHTML and CSS are all together in the same place on a fresh new website!

Surfing the deadlines we (me and Alessandro) finally did it!
I worked mostly on the BackEnd side and helped with some php and jQuery on the FrontEnd and that’s basically why i did not post for a while…and i must say it…
“No php framework” (love to care for my own code) is another reason :)
The website is now online with his “temporary page”
waiting for the big launch with the all sections (and i’m still working on a good way to let you find coworking with The Coworking finder…remember?).

Click here to visit the link ( canale150.it )

Click here to visit the link ( SharedDesks – The Coworking Finder )

Read More
sharedLogo

old (first) SD logo

Shared desks (or coworking finder ) is out!
It’s a coworking finding service to help you choose the best coworking space.
You’ll be able to insert a location (city or address) and find the closest coworking spaces that fit your needs.
Check the homepage for a better, more graphical, explanation :)

http://www.shareddesks.com

UPDATE: 28 APRIL 2011
Looking forward to find a coworking with the coworking finder?
Whip us to get the beta version online! :) We are working on a brand new version (way more sexy!)
http://www.shareddesks.com 
UPDATE 07/11/2011:
SharedDesks is now online!!!

Read More

jQuery_toolsThey call themselves “The missing UI library for the Web” and i’m starting to believe in that sentence…
It has pretty much everything that a normal website in 2009 could (sometimes “should”) have in terms of User Interface.

I dint’try it yet, but i’m looking forward to test it.

For now i just share it and link you to the demo page.

Read More