-
Recent Posts
Categories
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 benchmark, FuzedBulb, GoDaddy, grid based hosting, shared hosting
2 Comments
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 depro, FuzedBulb, subversion, svn, TeaBreak, version control systems, WordPress
4 Comments
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 cloud computing, saas, service oriented architecture, SOA
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