Mac OS – Get an application icon in high resolution

Dashboard icon

Dashboard icon


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 icon for the Dashboard application.
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, shadow ?
Look at the Application Folder in full res :

Applications Folder Icon

Applications Folder Icon

Where is it store ?
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

Terminal icon

Terminal icon

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 be handy:
Continue reading

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

Using jQuery UI datepicker with WordPress

jquery ui datepicker

jquery ui datepicker

  • 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 it by “hand”.
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 useful for the developer and helps me to understand what is going on without using the full step to step mode of a JavaScript debugger.

But sometimes you want to simply turn all the message On or Off. We can do that with a global variable and to test every time the value. It works, but it add a lot of lines and make the script slower.

So I wrote a small PHP script which add or remove comment in front of each console. line in your javascript file.

I create a page on SourceForge to have a SVN, a bug tracker and some other nice feature.

Please take a look

https://sourceforge.net/projects/toggleconsole/

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

jquery conference logo

jquery conference logo

Few weeks ago I went to the jQuery conf 2010.

The event was hosting by Microsoft in their research center in Mountain View.
Continue reading

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 configure.

Currently, I’m beta testing it, so if you want to test it, please send me an email.

You can find more information on the page of wp-media-sitemap plugin.

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)

Again, we are not going to look inside the code to improve it. We are going to make change on the JavaScript.
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 tricks that I have done to improve the situation. You can use the same thing to improve your theme. Continue reading

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