Zen-Dreams

Zen-Dreams.com

Category Archives: Information Technologies

How to find anything using google

I know this tip has been known for ages, but I wanted not only to explain how to do it, but also how and why it works.
This little search query will return you servers with mp3 files :
`-inurl:htm -inurl:html intitle:”index of” “Last modified” mp3`
Let’s analyse this query:

-inurl:htm -inurl:html => will not return results with “htm” [...]

By Anthony

Write your own plugin for Wordpress [Chapter 3]

As a reminder, this article is the third of a series called Write your own plugin for Wordpress

Introduction to plugins
Plugin’s skeletton
Activation, Hooks & Filters
Widgets Definition

1. Plugin activation

When a Wordpress plugin becomes active, it might be interesting to do some processing (such as database creation, options filling, and so on…). To do so, Wordpress is providing [...]

By Anthony

Integrate a Flickr gallery on your website

You own a flickr account and would love to integrate a gallery on your website, might it be into the sidebar or directly into a page. Here is a tutorial to show you how to proceed.
First, you must connect to your Flickr account, and then go to this address (I can’t remember the complete path [...]

By Anthony

Nautilus, tabs at last

This is now official, Nautilus will allow tab navigation for its next release. This is was one of the most missing feature in Nautilus compared to its major competitor, konqueror.
This new release will be included for next Gnome release, which will be 2.24 and will be included with most distributions, including Ubuntu Intrepid Ibex.
Be ready [...]

By Anthony

Add dynamic charts to your site

There are many solutions existing out there to display charts into your pages. Indeed, whatever your reason is to include dynamic charts, it’s often necessary to use third part applications.
It’s never easy to generate them all by yourself, save it as an image and then upload it on your server.
That’s where some applications will come [...]

By Anthony