Archive for the ‘Web Technology’ Category

How to Link Your Blog Posts to Your Facebook Fan Page Wall

We all must be having our personal account on Facebook where we update our status, share information, videos, links, and pictures with friends but when it comes to promote a product or service on Facebook, how are you going to do that????
That’s where Facebook has given us a facility where we can create an identity [...]

Websites for startups – quality versus bootstrapping

To spend or not to spend…that is the question.

A startup is on a tight budget with very limited resources. The future is uncertain and scary. So when the question comes to spending on a website most startup owners face a dilemma.
It goes something like this… “If I spend on a professional cool website it’ll eat [...]

Object Oriented Programming In PHP

 Object Oriented Programming, as the name implies, is about programming with objects.
 But what exactly is an object?
 An object is an entity that encapsulates properties and behaviour that is specific to that entity.
 This might sound a little strange, but it really is not. Objects are all around you. The magazine you are holding is an object. [...]