Hello dude! welcome back to ThyPHP, your PHP blog!. Today I will write about how to compile an extension of PHP on Unix and about an interesting tip found on PHP creator blog.
Yesterday I saw a post in Rasmus Lerdorf “toys page”. It was a nice post about MVC model… but the part that I […]
tags: php4, php5 author: Cesar D. Rodas comments: 7 Comments
After while away from thyphp, I am back and continuing with the a saga of SEO (Search engine optimization) focusing on Friendly URL.
In this post I will continue Friendly URL! is it really needed? but focusing on performance with Apache.
The most common way to have friendly URL is with the mod_rewrite, which is an […]
tags: performance, php4, php5, seo author: Cesar D. Rodas comments: 11 Comments
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 […]
tags: ajax, php classes, php4, php5, phpajax author: Cesar D. Rodas comments: 17 Comments
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 […]
tags: php4, php5, seo author: Cesar D. Rodas comments: 3 Comments
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 […]
tags: ajax, php classes, php4, php5 author: Cesar D. Rodas comments: 7 Comments