Johnwales Jw
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 How can I see how fast a file is uploading to remote server?
I have recently noticed uploading appears slower when deploying to my server. I want to get a sense of how fast my zip is uploading but cannot see anything other than a progress bar of how fast my ... -
创建于 Shortcut to a folder in project
Hi,Just a thought, i often find myself copying files into a folder buried deep in certain projects, is there a way to create a virtual folder which acts as a shortcut to a physical folder in the pr... -
创建于 Way to quickly disable ability to upload changes
Hi,I realise this might be a silly question, but with my workflow, on some sites I get into the habit of using my chosen shortcut to quickly upload changes to the remote (live) server before I actu... -
创建于 Cannot always download from remote server
hi,This is probably a n00b quetion, but one that frustrates me.Basically only sometimes when I right click on a folder or file on the remote server do I get the option to download from remote serve... -
创建于 Cannot Resolve File - SEO Friendly URL's
Hi,I have recently started using SEO Friendly URL's in my projects, but one of the issues I have is I can no longer get intellisense on the names of the files I am linking too.Is this more of an un... -
创建于 Intellisense on path when using defined constants
Hi,In my projects I am using a config file where I define constants based off whether I am working locally or remotely.if ($local) { // Define the constants: define ('BASE_URL', 'http://192.1... -
创建于 autocomplete does not match after using includes
hiI am using a modular approach to PHP development where 'modules' (simple content sections are loaded through the bootstrap index.php page).So a typical url might look like thishttp://www.example....