Latest Entries

Useful Web Development Tools

Here are some useful web tool & links that I utilize in web development

1. css cheat sheet

2. css desk

3. HTML5 playground

4. miro video converter

5. flixcloud

6. border radius

7. css3 generator

8. dafont

9. font squirrel

I Did Not Rob That Bank (Darth Vader)

War by xkcd

war by xkcd

Check Disk Space in Ubuntu Server

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

Aquamacs OSX ERLANG Setup

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.