Thousands of readers can be wrong

A Dreamer, a Photographer, a Musician, a Webdesigner... sometimes a Java coder too: I am Niccolò Favari and this blog is about New Media, Creativity, Business, Communication, Entrepreneurship and lots more. Boring stuff indeed, because I am a very boring dude.

Well, what's the point? I have no point. I just keep writing. And it feels good.

RSS Feeds Icon

LinkedIn Icon

Facebook Icon

Category Archives: Webdevelopment

Yahoo!, MySpace and Google to Form Non-Profit OpenSocial Foundation

The OpenSocial Foundation website will serve as the portal for the community to find all information about OpenSocial and the foundation as they evolve. Developers and website owners can now visit the site for the latest specifications, links to other resources, and the opportunity to get involved.

OpenSocial defines a common API for social applications across [...]

Beginning CakePHP book - From novice to professional

Finally we’ll see a fresh new book from Apress written by David Golding.

Beginning CakePHP: From Novice to Professional is the brand new book about this fabulous framework. Finally a great addition to the not-so user friendly documentation.
The author says:
After poring over the online documentation, I realized there wasn’t much by way of an introduction [...]

Permanent Redirect (301) in plain PHP

Three simple lines made it

I just copied and pasted the above lines of code inside an empty file and renamed it to index.php, then putting it inside my /wordpress/ folder made the trick: no more 404 errors if someone visit www.flipthedolphin.com/wordpress/.
I found an interesting way to make redirects in ASP/VBscript, Javascript, ColdFusion and so on. [...]