En Fr
Web/database development and more...

Tags: tip

09/08/07

English (US) How to open Windows Explorer with the Folders shown

Permalink 09:48:02 pm, by Francois PLANQUE Email , Categories: Windows stuff

Dammit, I had this at the time I was using Windows 2000 and I don't understand how I beared living without it ever since. My life just got better, again ;)

Here's what you need if you want a shortcut to open the Explorer on a given folder (for example: D:\www\), with the Folders pane open (which standard shortcuts don't open):

C:\WINDOWS\explorer.exe /e,D:\www\

Tags: tip, windows

11/11/06

English (US) AppleJack

Permalink 06:21:35 pm, by Francois PLANQUE Email , Categories: Mac stuff

Link: http://applejack.sourceforge.net/

If you crash your mac: AppleJack!

And even if you don't crash your Mac bad, you want AppleJack. Everytime you hard reset/reboot your mac you add a few errors on your hard drive structure. And as time goes by, you get more and more of those turning pizzas/beach balls and you just don"t know why...

Run Apple Jack and your Mac will feel all clean and new again! ;)

Tags: apple, osx, tip, tools

08/14/06

English (US) CSS: Fixing overflow: hidden in IE

Permalink 04:32:19 pm, by Francois PLANQUE Email , Categories: XHTML/CSS

Internet Explorer 6 for windows has been giving me a hard time with expanding fixed width or fixed height boxes (divs) in the most non standard fashion...

The trick would be to apply overflow: hidden to the div to force the browser to hide any excessive content (text, images) instead of expanding the container. But IE6 will not always do as told... :(

I found out today that the trick with IE, is to apply a fixed width or height property to the same container (div) as the overflow property, and then, IE will always crop the contents as expected.

Note: you can specify widths and heights in ex, em or % (not just px). So it's only "fixed" in a relative manner.

PS: In some cases, you may want to consider the non standard IE CSS property word-wrap: break-word; This will break words too long to fit into the fixed width. IE only and non standard...

Tags: css, msie, tip

Weblog on development, technology, the Internet, databases, open-source, weblogs and presumably some geeky stuff too... :P

Search

XML Feeds

powered by b2evolution free blog software