Did you know that it is possible to use certain html5 tags in old Internet Explorer browsers. It all started with a simple comment by Sjoerd in a certain forum Btw, if you want CSS rules to apply to unknown…
Did you know that it is possible to use certain html5 tags in old Internet Explorer browsers. It all started with a simple comment by Sjoerd in a certain forum Btw, if you want CSS rules to apply to unknown…
First of all do you know you can use Zencoding in Sublime Text 2? I have been using Zencoding in VIM before and it is just natural for me to find a sublime implementation which I found here. It can…
There are two possible ways on how to use Sublime Text 2 as a modern Scala Development IDE. Sublime Ensime Subclim Subclim doesnt directly support Scala , but it is possible. I dont like using eclim though because of the…
Installing Sublime Text 2 in Linux Mint is like what you would do in Ubuntu sudo add-apt-repository ppa:webupd8team/sublime-text-2sudo apt-get updatesudo apt-get install sublime-text-2 Updating your Sublime Text 2 to the latest build If you are in the cutting edge, following…
I tried to install Emacs 24 to my Linux Mint as stated here wget -q -O – http://emacs.naquadah.org/key.gpg | sudo apt-key add – Then add the following to your /etc/apt/sources.list file. deb http://emacs.naquadah.org/ stable/deb-src http://emacs.naquadah.org/ stable/ Then I did sudo…
Wikipedia is very useful resource for me specially about interesting algorithm technologies. I thought it would be great to be able to save any wikipedia article as a PDF so I can carry around my favorite references in my IPAD.…