Tag Archives: Programming

I love metaprogramming

I have almost finished the 80% of ruby metaprogramming course and I am loving it. Really, writing a complete class without writing the code below. This is so old way of writing code…nah just kidding. class People end Also, declaring … Continue reading

Posted in Programming, ruby | Tagged , , | 1 Comment

Bugs…

Bugs are inevitable in any piece of software and we all are aware of the fact that developers cut corners to make the software work. As far as hacks go unnoticed they can be referred to as calculated risks. Bugs … Continue reading

Posted in Experience, Programming | Tagged , | Leave a comment

Rewriting URLs…

Last nite I changed the urls from “this_is_my_new” to read “this-is-my-new” apparently latter is a better way for search engine optimization…it was a bit of a pain though…but I managed it somehow…

Posted in Apache, Programming, Regular Expressions | Tagged , , | Leave a comment

ETextEditor v EditPlus

I just realised yesterday a vital advantage of EditPlus on ETextEditor – Support Regular Expressions. In EditPlus you can search and replace by Regular Expressions which is very handy when you are working on a long text file and would … Continue reading

Posted in Programming, Tech | Tagged , | 2 Comments

Future is bright Future is ETextEditor

No denying you will be absolutely gobsmacked by this text editor which is Windows equivalent of Mac’s text mate…and the features are sweet…so powerful. My earlier choice of text editor EditPlus2 just looks feeble to me now… Some of its … Continue reading

Posted in Programming, Tech | Tagged , | 4 Comments

Sayo nara hideous urls

I have managed to get rewrite urls to work for this blog. It was not difficult at all but I was just being lazy (not a GTD attitude I know)…so no more of “index.php?p=12″ in the url instead you will … Continue reading

Posted in Apache, PHP, Programming, Regular Expressions, SEO, WordPress | Tagged , , , , , | Leave a comment

Tryst with WordPress

It took me a long time to install my local copy of wordpress. Problem: For some reason the PHP install failed to recognise the existence of mysql on my machine and gave the following error “Your PHP installation appears to … Continue reading

Posted in Apache, MySql, PHP, Programming, Windows | Tagged , , , , | 11 Comments