Boot Ubuntu 10.04 without monitor – working solution

Ubuntu Desktop and Server (in my case) 10.04 won’t boot without monitor. If you want to access your x from an Windows station, for example, using VNC or other similar tool, you need to do edit the following configuration files.

How to add a CSS class to your WordPress lists with jQuery

When you code CSS menus in static pages is easy to add first or last classes on your list tags. Things get more complicated when you integrate the template into a dynamic content management, like WordPress, Joomla, Drupal etc. Read this article to find a quick tip about how to do it.

How to get rid of Hand Tool in Adobe Illustrator or Photoshop

Did this happen to you, in special when you are working in same time with more heavy softwares and is need to switch between them, and your Photoshop or Illustrator are stuck on Hand Tool?

IE JavaScript onMouse event fix

From mouse events: mousedown, mouseup and click, dblclick, mousemove and finally mouseover and mouseout. Like wasn’t enough the bad css support, IE have a strange way to look at an event object what is working just fine on any other browser.

Fix IE7 scrolling background problem in textarea form fields

IE6-7 incorrectly scrolls an applied element background for textarea field or overflows an input field in forms. Even the most common css hack suggested is to use the fixed position for background attachment, sometimes this isn’t enough.

How to not count number of trackbacks in the comments number

On any default WordPress theme and on almost all commercial templates, the comments number include the trackbacks and pingbacks. This is not so good for your readers what sometimes can open an article just to see what is commented there. Surprize, almost all comments are in fact trackbacks.