Category Archives: Short tips

Intro to REST ….. taking advantages of HTTP Protocol



how to choose the right xdebug version for your development environment ????

one last tip for apache 2 use the threaded version and non threaded version is for apache 1.3

yesterday i was moving my development environment to the new php 5.3 , I used to work with  some of php  extension  every time every where , one of the most important extension is xdebug basically its

The Xdebug extension helps you debugging your script by providing a lot of valuable debug information.

its really very handy tool but every time i need to add it i lose some time of choosing the right version until i found a rule :
Read more »

What is Openid ??

these last days I was trying  to get a recipe to create Openid Enabled  websites using  Zend Framework Components ”Zend_Openid

1-what is Open ID ?

OpenID is an open, decentralized standard for authenticating users which can be used for access control, allowing users to log on to different services with the same digital identity where these services trust the authentication body. OpenID replaces the common log on process that uses a login-name and a password, by allowing a user to log in once and gain access to the resources of multiple software systems.[1] The term OpenID can also refer to an ID used in the standard.

more simple explanation is that any body can login to an OpenID-enabled site with out creating new account / new password
Read more »