jQuery 1.4 for WordPress

jQuery 1.4 for WordPress

If you want to test out jQuery 1.4 with your current WordPress installation, you just need to add this code into functions.php of your theme
if( !is_admin()){
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”), false, ”);
wp_enqueue_script(‘jquery’);
}

Full Story »
Exporting Eclipse’s Color Schemes

Exporting Eclipse’s Color Schemes

Export your Eclipse preferences using File > Export > General > Preferences. This will output a .epf file with a whole bunch of preferences including repository info; way more than you need.
Run some simple  commands to create a preference file that contains color information only.
Add “file_export_version=3.0″ as the top line of your new epf file. [...]

Full Story »
Thunderbird 3.0 is released

Thunderbird 3.0 is released

Cool!!!
The long-awaited cross-platform email client is out there:
http://www.mozillamessaging.com/en-US/thunderbird/3.0/releasenotes/
I recommend you theses plugins:
Lightening (for Agenda)
AdBlock Plus
Zindus (Googles/Zimbra contacts synchronization)

Full Story »
Won something from Microsoft

Won something from Microsoft

I won this webcam and I received some mails about this, but never did I read those mail, I thought they were spam ) Till today, I received a mail asking for my postal address. I began to think, why would they need my address? And I looked at the sender, it’s an Microsoft [...]

Full Story »
History of the name Samba

History of the name Samba

Source: svn://svnanon.samba.org/samba/tags/release-2-2-12/docs/history
It’s now October 1998. We just got back from the 3rd CIFS conference
in SanJose. The Samba Team was the biggest contingent there.
Samba 2.0 should be shipping in the next few weeks with much better
domain controller support, GUI configuration, a new user space SMB
filesystem and lots of other neat stuff. I’ve also noticed that a
search [...]

Full Story »
Phillips VoIP 321 – Windows 7

Phillips VoIP 321 – Windows 7

For Windows 7 users:
- Install Skype 4.1
- Do not plug in the phone before installing software
- Install the software VOIP 321 (for Vista), choose compability mode “Vista SP2″
- Launch the software VOIP 321, and do as it asks
Update: 28/10/2009
Note: If you installed the driver and you still receive a message saying that the device cannot [...]

Full Story »
Snow Leopard and NTFS

Snow Leopard and NTFS

NTFS is natively supported in Snow Leopard, it’s just not activated by default. You can simply activate this functionality by doing these following steps:
Note: if you use 64-bit kernel, you cannot use NTFS-3G, and this solution is perfect for you

If you want to use UUID (ID of the disk), do this step, or [...]

Full Story »
Snow Leopard is on its way home

Snow Leopard is on its way home

MAC OS X10.6 SNOWLEOPARD UTD FULLFIL-ZML
Shipped to BRUZ, FR 27 Aug 2009
Estimated Delivery Date (Subject to change) 03 Sep 2009 (Subject to change)
Current Delivery Status Postal delivery – please allow 5-10 days for delivery 24 Aug 2009
Signed by

Full Story »
PHP 5.3: New Features

PHP 5.3: New Features

Some interesting new features:

Namespaces
Late static binding
Closures
One-expression tenary operator
Much better Windows support
Since PHP 5.3, it is possible to leave out the middle part of the ternary operator. Expression expr1 ?: expr3 returns expr1 if expr1 evaluates to TRUE, and expr3 otherwise.

Full Story »
Theme link2caro

Theme link2caro

This theme will be released soon, the free license will have a blank CSS (only the proprieties are filtered out, the names of ids, classes will be included so you will be able to build up your own theme)

Full Story »