Archive

Archive for the ‘programming’ Category

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set

October 1st, 2009

When developing a commercial project, one of the first steps to take care of during the design process, is to choose which environment suits the project most and set it up. When coding for wordpress, one of the most difficult things to take care of is not the coding itself but developing something that should work on a high number of different environments. Although it might sound weird – because the wordpress scripting language is the one and only php – environments can radically change the behaviour of your application/plugin.
The great majority of wordpress users do not really own the servers where the blog is published but rely on shared / dedicated hosting services that almost never allow customers to set/change their settings.
Read more…

devu programming , , ,

User management framework?

September 30th, 2009

Some weeks ago I started working on a project that required a basic user management (sign up, sign in, authentication, user profile etc.) and, instead of writing everything I spent some time looking for a sort php framework, or group of classes, easily-extendable and easy-customizable to see if I could save some time.
Read more…

devu programming , , , , , ,