Free proxy us.feuvan.net reloaded
Yesterday I mailed surpasshosting service and asked them to transfer my host to another shared machine with a new IP which is not in the black list of GFW.
So, if you want to browse Wikipedia or just anonymously, type http://us.feuvan.net in your favorite Internet browser, then enjoy it.
Again, thanks to PHProxy!
Update (Dec 05, 2007):
After the author of PHProxy stoped the development, several months later, the IP address of us.feuvan.net is banned by GFC again.
Effective PHP Develop Environment Part.1
Most PHP newbies will ask such a question: Is there any IDE for PHP like Visual Studio for C++/C# or Eclipse for Java ?
Zend Studio ( Commercial ) is Zend Corp's solution, and someone may like PHPEclipse (Free, based on Eclipse) or PHPed/PHPEdit/Komodo, sth else.
But what's important for productive code is Debug / Profiling / Code Analysis functions. As you know, Zend Studio provides these function all in one as an intergrated environment, while other editors like PHPEclipse need external debugger to provide these important functions. Xdebug is an almost perfect solution.
FUNCTIONALITY
The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following:
- stack and function traces in error messages with:
- full parameter display for user defined functions
- function name, file name and line indications
- support for member functions
- memory allocation
- protection for infinite recursions
Xdebug also provides:
- profiling information for PHP scripts
- script execution analysis
- capabilities to debug your scripts interactively with a debug client
Supported:
VIM (Free): plugin of DBGp client.
Komodo (Commercial): intergrated
PHPEdit: intergrated
PHPEclipse:
net.sourceforge.phpeclipse.xdebug.core, net.sourceforge.phpeclipse.xdebug.ui
You can debug local/remote PHP scripts by configure php.ini on the target environment for these parameters :
remote_host, remote_port, you know how to configure
remote_mode req/jit,
remote_handler GDB/DBGp, I suggest DBGp.
In Part.2 I'll give out an example of installation and configuration from scratch on a Debian/Linux system, and debug client on Windows.
test coolcode
- int main(int argc, char * argv[])
- {
- try{
- if (argc == 3)
- cout << Combination(BigNum(atoi(argv[1])), BigNum(atoi(argv[2])));
- }
- catch (std::exception e){
- ;
- }
- return 0;
- }
supported lang:
* actionscript
* cpp
* css
* diff
* dtd
* html
* java
* javascript
* mysql
* perl
* php
* python
* ruby
* sql
* xml
Developing MSN/WLM Add-in Part.II
Currently I'm busy fking ".NET Remoting". I don't have enough free time to complete the tutorial.
here's sth you must read further if you want to do more on MSN Add-in.
anyway, they are tutorials also, but has clear-coded examples.
B# .NET Blog : Your first Windows Live Messenger add-in, and another example.
Angelos Petropoulos' WebLog :Writing a Windows Live Messenger add-in.
see also: Developing MSN/WLM Add-in Part.I












