Blog calendar
— or —
michal-frackowiakSquark
shark797039
Arotaritei Vlad
Alokranjan
Refutnik
TRT- Vipul Sharma
yerihyo
Matt Gentile
Hirelawyer
Helmut_pdorf
Sven Stettner
michalf23
leiger
srivercx
Brian Pas
Joshua Darby
lil g easy
Mr Shaggy
Chen XX
... and more
Blog tags
Welcome to my blog — place for ideas, comments, interesting hacks and boring personal stuff. Enjoy!
Zend Code Analyzer in TextMate
18 Dec 2009 23:26
Zend Code Analyzer (part of Zend Studio) is a powerful tool that analyzes PHP scripts and detects errors and warnings possibly generated by your code. I have been using Zend Studio for a while, and I miss this feature a lot when working with TextMate. Fortunately, thanks to great extensibility of TM, one can include code analysis in the PHP bundle within just a few minutes.
After completing the steps below, you will be able to press a combination of keys and ZendCodeAnalyzer will analyze your PHP script and render its output like on the screen below:
Tags: php textmate
Another World in JS
18 Dec 2009 10:04
For quite a while it is clear where HTML is heading. With canvas objects, HTML5 features one will be able to create not only rich web applications, but also desktop apps that communicate through the web.
Tags: game html5 javascript
Make Ruby 1.9.1 default on Ubuntu 9.10 Karmic Koala
16 Dec 2009 09:26
Ubuntu Karmic Koala comes with Ruby 1.9.1 — at last. But default Ruby version is still 1.8.7, which means that ruby and irb will still link to 1.8.7, and the bright and shiny 1.9.1 will be available as ruby1.9.1 and irb1.9.1.
Tags: ruby ruby1.9 ubuntu