home

Quickies, by Andrea Olivato

text

[Browser] My favourite Chrome extensions

codepuzzling:

The development release of Chrome allow to install extension as for Firefox, but the process of installation (and even of creation as I heard from some developers) is faster. Here it is my list:

3 years ago

January 14, 2010
reblogged via codepuzzling
Comments (View)
link Responding to the Haiti Earthquake

marco:

There aren’t a lot of natural disasters worse than the earthquake that just struck Haiti. The earthquake is such a disaster that the people who are normally in charge of telling you what a disaster it is are mostly dead or missing.

Earlier, I posted a list of charities that are set up to quickly get relief to those who need it. All of these charities are legitimate and regardless of denominational affiliation are dedicated to providing humanitarian relief. Here’s an updated and expanded list.

Dan’s doing a much better job than I could possibly do on this, so go over there for a better idea of what you can do.

3 years ago

January 13, 2010
reblogged via marco
Comments (View)
link Tornado Web Server

(via manfrys)

3 years ago

January 13, 2010
reblogged via manfrys
Comments (View)
text

Recursively download a #Ftp tree via #Wget

This shows how to download recursively a complete ftp tree using wget command line tool

wget -r 'ftp://USER:PASS@HOST/PATH'

3 years ago

December 30, 2009
Comments (View)
text

Going Mobile - Twhois Android App

twhois:

We are very proud to present you our new Android application featuring the Twhois service.

The App was realized as experiment and is still an Alpha version. It’s compatible with Android 1.5+ (tested until 2.1) and is very rough as layout.

From the main window you can type the username of a tweep you’re interested on, and then press the Twhois this button.

After a bit of loading (please be patient, we still need to put the loading animation) you will retrieve exactly the same data presented on our main website. Avatar, full name, company and role details, a short biography and obviously the Social networks profiles of the desired user. As show below data are presented very schematically.

Downloads

You can install the application directly from the Android market searching for twhois or com.ao.twhois

Alternatively you can use the following QR or download the .apk directly.

3 years ago

December 11, 2009
reblogged via twhois
Comments (View)
text

Remove unwanted profiles - part 1

twhois:

We continue working on the editing part of twhois and today we’re releasing the first part of the remove feature we were asked to implement.

Logging in via Twitter API you are now able to delete previously added profiles. This means that the red cross shown above will only be present for links you added manually from the ‘Add profiles’ button.

We’re working hard to release the second part of the script soon, so that you will be able to delete automatically imported profiles too.

While you’re waiting don’t forget to fill out bugs!

3 years ago

November 27, 2009
reblogged via twhois
Comments (View)
text

Add more links to your profile page!

twhois:

Our crawling system can not be perfect of course and many of you recently complained about missing important links in your own home pages on Twhois.

During last days we managed to improve our editing script, increasing the personalization possibilities by enabling the ‘Add profiles’ button.

Add Profiles button

After you logged in via twitter and pressed the button, it would open a nice popup containing a simple form. Needed parameters are the Link, a Description and the Type of url you’re adding. If you select a social website you probably need to complete even the last field (Username).

Form Add Profiles

After submitting the form you should be able to see your brand new profile at the top of the list of your links.

This feature is highly experimental so please expect some bugs and remember to fill out feedbacks!

We obviously understand that even ‘delete’ and ‘sort’ functions are needed and we’re working to them right now!

3 years ago

November 27, 2009
reblogged via twhois
Comments (View)

dottorblaster:

jimmywhacked:

idyllically:

(via kindelling)

LOL

They’re probably watching 2012

photo dottorblaster:

jimmywhacked:

idyllically:

(via kindelling)


LOL

They’re probably watching 2012

3 years ago

November 17, 2009
reblogged via dottorblaster
Comments (View)
text

Target #CSS to browser [ #IE fixes ]

How to target a single CSS instruction to IE and also to a single version of IE.

   
element {
   /* All Browsers */
   property: value; 
   /* IE 7 and below */
   *property: value;
   /* IE 6 and below */
   _property: value; 
   /* IE 6 only */
   _pr\operty: value; 
}

3 years ago

October 15, 2009
Comments (View)