Barry Margolin
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Insert pairs of <?php and ?>
When you're writing PHP, and you want to embed a block of HTML, you need to surround the HTML with "?>" and "<?php". Conversely, when you're in the HTML block, and need to embed a little snippet of... -
Created How do I set default version control options?
Every time I create a new project, I have to go into the Version Control settings and change them to the way I like them. Is there a way to set application-wide version control defaults, so that ne... -
Created Configure remote server for existing project
I created a project a while back, but didn't specify a remote server (I didn't understand this part of the software at the time). How do I modify this existing project to use my remote server?