Opening nieuwe holland casino venlo

  1. Blackjack Online Gratis: Aan de andere kant, maandelijkse promoties zijn thema promo's die maandelijks draaien en omvatten grote real-world waardevolle prijzen.
  2. Casino Gokkast Ipad - Het basisspel heeft een speelveld van 5 rollen.
  3. Roulette Strategie Spelen: Maar niet iedereen is op zoek naar piepen uit de hoogste rendement van elk online casino spel dat ze spelen-sommige games kunnen bieden een slechtere RTP, maar zijn gewoon leuker om te spelen dan anderen.

Kans om 6 te gooien met 2 dobbelstenen

Welke Goksites Nederland
Alle emulators van deze fabrikant hebben zo'n extra spel.
Breda Casino No Deposit Bonus
Toch kunnen gokkers enkele tips toepassen om hun ervaring in games te maximaliseren, waaronder.
Het casino bepaalt het bedrag dat u kunt houden van een no deposit bonus.

Welke sites gokken Nederland

Velobet Casino No Deposit Bonus
Hoewel we een paar relatief kleine verbeteringen kunnen voorstellen, is het een plek zonder grote gebreken.
Grand Casino De Dinant 100 Free Spins
De Evolution Gaming live dealer spellen zijn zeer welkom en bieden een fatsoenlijke verspreiding.
Mega Dice Casino 50 Free Spins

Sjoerd Maessen blog

PHP and webdevelopment

8 Netbeans tips to speed up development

with 73 comments

Netbeans is a great editor, below some tips to get the best out of it.

Use the shortkey for “Last Edit Location” default: CTRL+Q
Often I’m editing file and browse to another location inside the file. To go back to where I was Last Edit Location is a nice feature, it replaces the use of ctrl-z + ctrl-y to go to the previous location without changing anything. By htting the key multiple times all edit locations will be traveled.

Use a database connection inside your project
Right click in your current document and choose “Select Database Connection” to configure the database connection. Once this connection is set-up you have auto-completion available for your queries.

Use the code navigatior
Hit ctrl+7 to open the code navigator, the code navigator contains an overview of the classes, methods, properties, variables and functions in your current open document. You can also apply filters, for exemple to hide or display non public members. A nice addition to navigate to functions is the use for “Go to symbol” open it by hitting ctrl+alt+shift+o, or “Navigate>Go to symbol…”

Use code templates
Templates can prevent to type a large string over and over again. An example of a template I often use:

“ifpost”:

if($_SERVER['REQUEST_METHOD'] == 'POST') {

or “predump” which printouts a variable dump surrounded with pre tags.

Use bookmarks to quickly navigate trough your document
Once you have set a bookmark by pressing the default shortkey (ctrl+shift+m) you can quickly navigate to the previous by pressing (ctrl+shift+,) or go to the next by hitting (ctrl+shift+.)

Customize the IDE
You may have noticed I refer to a lot of short keys, by customizing the ones you use a lot or adding short keys for other functions that don’t already have one you can save a lot of time. (For exemple commiting and updating your SVN project)

Set-up a Xdebug
A nice start can be found here on the Netbeans wiki (here). Once Xdebug is configured you can save yourself a lot of time while debugging by using variable watches, breakpoints,…

Use plugins
Although Netbeans has a lot of build-in functionality plugins can really be a good help.
Plugins I install by default:

  1. Path tools, copying paths, explorering paths,…
  2. PHP Manual Search, put the cursor on a PHP function and hit ctrl+alt+f1 or use the icon in the toolbar to go to the php.net documentation
  3. Subversion, can’t live without it
  4. Explore from here (self explaining I think)
  5. Editor todo highlighting, highlights the todo’s in the source code

A lot of plugins can be found here http://plugins.netbeans.org/PluginPortal/

Written by Sjoerd Maessen

December 15th, 2009 at 12:58 pm

Posted in IDE

Tagged with ,

73 Responses to '8 Netbeans tips to speed up development'

Subscribe to comments with RSS or TrackBack to '8 Netbeans tips to speed up development'.

  1. CharlesCic

    16 Oct 25 at 11:53 am

  2. CharlesCic

    16 Oct 25 at 12:04 pm

  3. CharlesCic

    16 Oct 25 at 12:14 pm

  4. CharlesCic

    16 Oct 25 at 12:24 pm

  5. CharlesCic

    16 Oct 25 at 12:34 pm

  6. CharlesCic

    16 Oct 25 at 12:44 pm

  7. CharlesCic

    16 Oct 25 at 12:56 pm

  8. AlbertEnark

    16 Oct 25 at 1:03 pm

  9. AlbertEnark

    16 Oct 25 at 1:16 pm

  10. AlbertEnark

    16 Oct 25 at 1:29 pm

  11. AlbertEnark

    16 Oct 25 at 1:42 pm

  12. AlbertEnark

    16 Oct 25 at 1:54 pm

  13. AlbertEnark

    16 Oct 25 at 2:07 pm

  14. AlbertEnark

    16 Oct 25 at 2:19 pm

  15. AlbertEnark

    16 Oct 25 at 2:32 pm

  16. AlbertEnark

    16 Oct 25 at 2:44 pm

  17. AlbertEnark

    16 Oct 25 at 2:57 pm

  18. AlbertEnark

    16 Oct 25 at 3:10 pm

  19. AlbertEnark

    16 Oct 25 at 3:23 pm

  20. AlbertEnark

    16 Oct 25 at 3:35 pm

  21. AlbertEnark

    16 Oct 25 at 3:48 pm

  22. AlbertEnark

    16 Oct 25 at 4:00 pm

  23. AlbertEnark

    16 Oct 25 at 4:13 pm

Leave a Reply