5 August 2008 – 16:00
in Information Technologies —
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
22 July 2008 – 12:21
in Development, Plugins, Wordpress —
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
16 July 2008 – 10:57
in Development, Wordpress —
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
9 July 2008 – 11:09
in GNU/Linux —
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
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