I tried to install wordpress under eclipse and xampp under ubuntu. I created the database (user: root, password: empty) by a sql command create database wordpress;, that is it. The wordpress seems to work, because I can run and see that with locallost under a browser. Then, I tried to install another wordpress projet (which works) that my colleague had already customised. He sent me all the wordpress files and a database file asyc.sql. I created another projet under eclipse …
I have put the folder wordpress under /opt/lampp/htdocs, and localhost/wordpress/ in a browser shows well the site. However, I changed Just another WordPress site to Just another WordPress site hahaha, the site on the right side cannot reflect this change. Does anyone know why?
A friend and I are building a WordPress website. He has already customised a WordPress theme, and I can view the new site in an Internet explorer and edit it within the WordPress tool. He has sent me the source code. I need to do many modifications, and as a developer, I want to do that with Eclipse instead of the WordPress tool (is it a good idea?) Under Linux, I have already installed Eclipse, PDT, XAMPP, and can run …
Anyone who has experience in building wordpress plugin using eclipse PDT? My situation is: I need to build plugin that extend another plugin (look at it as premium version from another plugin) I already created project plugin core(the original plugin) by importing from svn repository I created eclipse library called wordpress and added it to plugin core project. I created another project plugin extender which will host scripts I created. The problem is, how to easily test it to wordpress, …