Author Archives: thomas

Mac OS – Get an application icon in high resolution

If you want to get the icon for a specific Mac OS application, you have to follow the same kind of path than for the system icon. But with some difference. In this how to, I’m going to get the … Continue reading

Mots-clés: application icon png, app icon mac, apple applications folder icon, mac applications folder png, folder mac png
Posted in Mac OS | Tagged , , , , , , , , , | 1 Comment

Mac OS – How to get Mac OS icon in full resolution

How you notice that when you change the size of your icon in your folder, they always are beautiful, even when the size in very big ? And there is a lot of details on them ? Like mirror effects, … Continue reading

Mots-clés: applications icon, application icon mac, applications icon mac, application icon, mac applications icon
Posted in Mac OS | Tagged , , , , , , , , , | 1 Comment

Mac OS Terminal – Copy output of a command directly to the clipboard

Sometimes, when you use the command-line, you need to copy the output to send it by email for example. But when there is many many lines, it can be very difficult ! So I found this small command which can … Continue reading

Posted in Mac OS Terminal | Tagged , , , , , , , , , | Leave a comment

Using jQuery UI datepicker with WordPress

WordPress 3.0.1 jQuery 1.4.2 jQuery UI 1.7.3 WordPress use a lot jQuery and jQuery UI but the jQuery UI datepicker widget is not include by default. So if you want to use it for your plugin, you need to add … Continue reading

Mots-clés: wordpress datepicker, date picker wordpress, datepicker wordpress plugin, use datepicker wordpress, wordpress date picker
Posted in jQuery, wordpress | Tagged , , , , , , , , , | 10 Comments

jQuery UI datepicker hides behind jQuery UI dialog

Currently, I’m working again on my WordPress task manager plugin. I’m using a lot JavaScript and jQuery. I encounter a bug when you try to use the jQuery datepicker inside a jQuery dialog. : the calendar appear behind the dialog. … Continue reading

Mots-clés: jquery datepicker z-index, dialog jquery ui, div position jquery, jquery ui open dialog datepicker, jquery ui calendar php
Posted in jQuery | Tagged , , , , , , , , , | Leave a comment

Toggle JavaScript Console Message

As I’m currently developing a jQuery plugin to deal with huge table that can’t be display without crashing the browser, I start to use a lot the debugging messages in the JavaScript Console of each browser. These messages are very … Continue reading

Mots-clés: jquery apple theme, jquery ui apple, jquery ui theme apple
Posted in JavaScript, PHP, toggleConsoleLog | Tagged , , , , , , , , , | Leave a comment

jQuery Conf 2010

Few weeks ago I went to the jQuery conf 2010. The event was hosting by Microsoft in their research center in Mountain View.

Posted in jQuery | Tagged , , , , , , , , , | Leave a comment

WordPress Media SiteMap

Hello, I’m close to release a new plugin : wp-media-sitemap. The name is pretty clear : this a sitemap generator for media files : images, video and flash animation. It follow rules from Google, is light, easy to install and … Continue reading

Posted in WP Media Sitemap | Tagged , , , , , , , , , | Leave a comment

WordPress theme optimization : Javascript

After working with CSS and images, we are going to focus on the Javascript of the theme. iNove load 2 or 3 JavaScript files on every page. base.js ( 2 565 bytes) comment.js ( 2 210 bytes) menu.js (4 819) … Continue reading

Posted in Wordpress performance | Tagged , , , , , , , , , | Leave a comment

WordPress theme optimization : CSS and images

On this wordpress blog, i use the wonderful theme iNove. It is a great theme, but as very often, nothing is really done to optimize the loading time. I this post, I’m going to present you a bunch of optimization … Continue reading

Posted in Web Performance, Wordpress performance | Tagged , , , , , , , , , | Leave a comment