Archive

Archive for the ‘Apple Macintosh’ Category

Funny Mozilla Tricks

August 3, 2009 Hans Leave a comment

type it on Mozilla Firefox :)

chrome://global/content/alerts/alert.xul
IT SHOWS Dancing Firefox.

chrome://browser/content/browser.xul
IT Opens another Firefox inside a tab in the the existing Firefox window.

chrome://browser/content/preferences/preferences.xul
IT Opens the Options dialog box inside the Firefox tab.

chrome://browser/content/bookmarks/bookmarksPanel.xul
IT Opens the “Book Marks Manager” inside a tab in the Firefox window.

chrome://browser/content/history/history-panel.xul
IT Opens the History Panel in the Firefox tab.

chrome://mozapps/content/extensions/extensions.xul?type=extensions
IT Opens the Extensions window in the current tab.

chrome://browser/content/preferences/cookies.xul
IT Opens the “cookies window” inside a tab in the Firefox window.

chrome://browser/content/preferences/sanitize.xul
IT Opens the “Clear Private Data” window inside the current tab.

chrome://browser/content/aboutDialog.xul
IT Opens the “About Firefox” Dialog box inside the tab.

chrome://browser/content/credits.xhtml
IT A scrolling list of names. The one’s who we must thank for creating Firefox

Modify your vim appearance

June 19, 2009 Hans Leave a comment

I would tell you about how to modify the vim appearance, so it will look better :

“note that in this tutorial you must have vim installed, i have tested this in my box both of Mac OS X and FreeBSD

goto your home directory by using this command :

# cd ~

# vim .vimrc

Write down this text :

syntax on
colorscheme wombat
set number

Afterabove steps, make a directory in your home directory :

# mkdir .vim

# mkdir .vim/colors

# cd .vim/colors

Then grab the wombat scheme in this web http://files.werx.dk/wombat.vim

# fetch http://files.werx.dk/wombat.vim

Check your vim now, by edit some script or config :)