Useful Web Development Tools
Here are some useful web tool & links that I utilize in web development
2. css desk
5. flixcloud
8. dafont
Here are some useful web tool & links that I utilize in web development
2. css desk
5. flixcloud
8. dafont
You can check your disk space by installing Discus
Go to your terminal and type
sudo apt-get install discus
After the installation is complete type into the terminal
# discus
First You Must Have Installed Erlang. If you have not go ahead and install macports trust me you wont regret it.
Then open Terminal and input: sudo port install erlang
Once you are done install Aquamacs
go back to your Terminal window and input: vi ~/.emacs
Add this into the file
;Erlang Mode
(setq load-path (cons “/opt/local/lib/erlang/lib/tools-2.6.2/emacs” load-path))
(setq erlang-root-dir “/opt/local/lib/erlang”)
(setq exec-path (cons “/opt/local/lib/erlang/bin” exec-path))
(require ‘erlang-start)
That is it!
Well if You want to install Distel you would need to add this
(push “/Users/you/distel/elisp” load-path)
(require ‘distel)
(distel-setup)
Copyright © 2004–2010. All rights reserved.
RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.