I was trying to update some plugins and my wordpress and I got a strange error…
Failed writing body
Looks like my hosting disk quota is full!
Gosh!
I was trying to update some plugins and my wordpress and I got a strange error…
Failed writing body
Looks like my hosting disk quota is full!
Gosh!
We can’t no longer make sex in a remote area of our country.
This is sad.
DigitalOcean’s home page has been redesigned!
Its always to keep a historic of some of the webpages of services that lead the way and some how mark us. DigitalOcean is one of them….
As MediaTemple… who remember that mediatemple.com and mediatemple.net were different on their business target? I do!
Actually I have 3 droplets @ DigitalOcean.
F*cking faster that those VPSs with CPanels, etc etc etc.
We can now use 35 million photos for free on our non-commercial works.

The world’s largest photo library, Getty Images, is to allow the bulk of its 35 million images to be reproduced online for free. The move, which Getty says is to help adjust to “the new realities” of social media, is aimed primarily for those publishing on social media feeds and blogs.



Continue reading A bunch of good tutorials for a fast website lift up
Marketing Intelligence = bigdata ?…
GoAccess is an open source real-time Apache log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.

All credits go to http://www.ubuntugeek.com/goaccess-visual-apachenginx-log-analyzer.html
Continue reading GoAccess – analyzer and interactive viewer of apache or nginx logs
At GitHub, we’re building the text editor we’ve always wanted. A tool you can customize to do anything, but also use productively on the first day without ever touching a config file. Atom is modern, approachable, and hackable to the core. We can’t wait to see what you build with it.
Find out more at http://atom.io/

Continue reading Atom, from GitHub – A hackable text editor for the 21st Century
Just found this!
In case that you have an HUGE menu there’s a way to make it scrollable.
Check it out here http://eichefam.net/2012/04/12/scrollable-menus-in-bootstrap/
Setting the timeout in file_get_content
<?php
$conf = stream_context_create(array(
'http' => array(
'timeout' => 1
)
)
);
file_get_contents("http://domain.com/rss/", 0, $conf);
?>