Friday, February 12, 2010

How Does Neutralization Work? Biology

[SOLUTION ] Develop fast php ubuntu

If like me you program a little php, directly from a text editor, you know how it quickly becomes daunting to repeat the steps:
  • Make a change on the file
  • Save the file
  • Skip in the browser
  • Refresh page
  • View results
  • Back to the text editor
  • etc. ... etc. ....
is how do I speed up the process by skipping some steps.

1. Autosave file: I use Geany, which is a very good editor (almost complete IDE for that matter). It has a plugin called Action Registry. In the preferences of the plugin, check and adjust the automatic registration period of 1 second. So the file will be constantly safeguarded.

2. To move from one window to another (the text editor to the browser) 2 solutions: Either
  • you have 2 screens: in this case you edit on one and watch the result on the other
  • Either you have one screen and in this case it is better to use the keyboard shortcut ALT + Tab to move from one window to another, but to use the mouse is very slow ...
3. Automatically refresh the browser page, using firefox and the plugin Reload Every which determines the period for which the page must be reloaded. Personally I have 5 sec.

0 comments:

Post a Comment