The new way to write AJAX applications with PHP

Write Ajax applications in theses day are a common thing, the “day by day” of the web developer. Sometimes, especially for complex things, write ajax is not so easy, because you need to know the client side (javascript) and the server side. The dream of every php developer (at least mine dream ) is […]

Friendly URL! is it really needed?

The trend of the web right now is to avoid as much as possible to pass GET’s variables to a web site, instead of that it is used “friendly URL”.
This help to increase visitors to your web site, because the URL describe the content of your web page, and web search engine shows your […]

Ajax, ajax, and more ajax!

Ajax, ajax, ajax.. you may head so much about ajax, and you may be wondering, what’s ajax?, is it a new programming language? Well, this is not a programming language, this is only the new trend which is download a web-site or a portion of it when you need, avoiding reloading the hole page.
This is […]

Hello world!

<?=”Hello world”;?>, the typically first program of all programmer, who’s the one who never did that?
Well this blog goal is give information, news, talk about projects and anything realted to PHP. This blog is a fork of my personal blog, I decide that in personal blog other users are not able […]