Author Archives: Asim Imtiaz

GoDaddy’s shared server v/s grid-based hosting

I have a GoDaddy shared hosting account that I usually use for hosting personal website (i.e. this one) and a few other websites for friends and family. A portion of TeaBreak’s website is also hosted on the account (TeaBreak is … Continue reading

Posted in Experiments | Tagged , , , , | 2 Comments

Migrating posts from my old blog

Last week I realized that almost all the links and inbound traffic from Google on my website were resulting in a 404: Page not found. The reason was straight-forward, all my old posts weren’t there! So over the weekend I … Continue reading

Posted in Barely Productive | Tagged , , , | Leave a comment

Version controlling WordPress

Since the time I discovered the full potential and benefits of using version control systems like SVN or Git, my inclination towards using them has transformed into a full-blown addiction. I use it for everything — projects, websites, documents or … Continue reading

Posted in Experiments | Tagged , , , , , , | 4 Comments

Let’s go with WordPress

If you’ve coded your own CMS — you’ve to overcome your ego, your stubbornness and your obsession when its time to say goodbye to it and go for a better alternative. That’s sort of what happened to me. Continue reading

Posted in Barely Productive | Tagged , , , | Leave a comment

Cloud-based Software Architecture

WHAT IS A CLOUD-BASED SOFTWARE ARCHITECTURE? A cloud is a metaphor that is used to depict the notion of “Internet” and everything included in it. It includes websites, web services, protocols, machines, hosts, clients, etc. [4] Cloud computing in simple … Continue reading

Posted in Old Ramblings, Research & Theory | Tagged , , , | 7 Comments

PHP Function to extract anything between two tags

Here’s a small snippet of code that I use very frequently when parsing out webpages or content for specific items. For example on any webpage you need to extract data which is present like this: <html><body><h1>ABC</h1>…. <!– A lot list … Continue reading

Posted in Experiments, Old Ramblings | Tagged , , | 6 Comments