Web design/development

A nation gripped in sheer frustration

You can party around the world with 240 odd people and then claim to have paid for them out of your own pocket while YOUR people die of hunger right under your nose. Yes, Mr. President! You have proved once again that you and your government are just not ready for governance of a country that means a lot to 160 million people.

How ridiculous could things get? If you have so much for yourself that you can pay for luxury trips for so many people, why can’t you bring your own assets and only KEEP them in Pakistan?

It is not about certain individuals now. It is about an entire nation gripped by sheer frustration and helplessness. More >

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

If you’re developing a CMS in PHP…

If you’re developing your own content management system in PHP – you definitely need to choose a good rich text editor. ‘FCKEditor – the text editor for the internet’ will be my recommendation (and Mustafa’s too!)

It is one of the best editor’s available in PHP. It is also available in other languages like ASP.net but since we’ve been working with PHP, I’ll be talking about the PHP version.

How we got to it? Working for a client, we needed a solution to help our client ‘upload’ images to the text editor directly from the text editor itself. Considering a client who knows little about the internet, we had to assume that the person does not know how to upload images elsewhere or even manually on his server to include in the text by entering the image location as a URL. More >

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Why PHP? Why Not ASP.net?

This debate has raged on ever since Microsoft launched ASP.net and people to this day argue upon which one is better. To me, frankly, this topic is not debatable at all. Why? The following points, a frank comparison between PHP and ASP.net will tell you =)

For starters, PHP (Pre-Hypertext Processor) and ASP.net (Active Server Pages) are both server side scripting languages used over the internet for creating dynamic web applications.

When taking on a project, there are a number of aspects that the owner needs to consider, cost and support being two important ones of those factors.

PHP is open source, free of cost, and with a huge community with open support. ASP.net is a Microsoft product, costs you to have a Windows NT platform, the Internet Information Services (IIS) installed and configured etc.

1. PHP is a relatively simpler language to use than ASP.net. I’ve often noticed that a program written in PHP requires fewer lines of code and steps to follow as compared to ASP.net. Initially, PHP was written in the C programming language to replace a set of scripts in Perl. That is the reason why coding in PHP remains simple even today.

ASP.net, being a relatively new offering from Microsoft, has many options when it comes to languages. Here, you can use languages such as C#, J#, C++ and VB.net. Hence, when it comes to choice, ASP.net has more to offer. But PHP is no less, since it can do its task quite well, even with its minimum language tools.  More >

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...