Newbie just installed 'aptana studio 3.3.2':
and I would like to open a Preview of the HtmlPage I am working on .
But html Preview Button is DarkGrey , how to activate ?
I remember at installTime , I unchecked PHP option .
Could that have something to do with it ?
When I look at Preferences/Aptana/Web Servers ,
it shows IP Address: 127.0.0.1 Port(s): 8020-8079
Looks to me like server is configured ?
...Thanks...vm
Related
I've installed the latest laragon in windows 10, recently it was working but now it is only showing the IIS Welcome Page in all of my websites even if I created a new one for example a wordpress template and go to right click Laragon > www > test > this create a http://test.test/ but showing the IIS Welcome Page. Did I misconfigured something? It was working yesterday, and I'm new to Laragon.
It seems someone is using port 80, I've changed port and now works.
I am using VSCODE as editor to build my laravel application . I saw in a video that, it is possible to go inside a class just by a click on the class name like what the extension goto-View do . So can someone tell which extension can handle this functionality in vscode for classes
You can download Laravel Goto extension. Its description and link is here:
Description: Go to various Laravel files by Alt + ;
Version: 4.2.0
Publisher: Adrian
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=absszero.vscode-laravel-goto
For the ultimate experience on VSCode using Laravel install:
Laravel Extension Pack
PHP Intelephense
To open the classes files hover over the class name then click ctrl + right click
I am doing a training exercise to get a simple png file to show up on an ASP page. I am using the following relative link URL:
images/pencil.png
When I set the image url in the design view, the pencil appears, so it appears to be the right path:
However whenever I try and set the image after a button click with this code:
resultLabel.Text = "You selected pencil";
imageResult.ImageUrl ="images/pencil.png";
When I run IIS Express, I just get a broken link. Any advice here? I tried turning on the static content in the windows features but had no luck. I am using Visual Studio 2017.
Getting the following error when I look in the Console in Microsoft Edge:
GOAL: I'm trying to view the .php page I've edited and "run" the php page.
FYI to avoid conflicts with Skype, I reset the port for XAMPP from 80 to 8080
UPDATED: SYMPTOMS
When I click on RUN I just get the html/php of the page displayed with "result 0"
If i manually browse to the page (//localhost:8080//phpStorm/php_test.php) it runs correctly on the server displaying correctly in the browser.
If I Debug that works correctly too (I had to install Xdebug and configure the php ) (lthough it doesn't automatically display and render the page in the browser.
If I Run the page then it does not load the browser.
I installed xampp (although had to set it to use port 8080 b/c of a port conflict) and it works fine.
BUT I can't figure out what configuration to use in phpStorm.
Here's a Screencast of the problem
WHAT I TRIED
I followed the instructions at the page below and it still doesn't work. I get the same results as above or (if I modify the configuration) phpStorm launches the browser and tries to display my .php page as if it were in the httdoc\ directory. (The Help file made it seem like phpStorm was supposed to copy the file to that directory, but it's not.
http://confluence.jetbrains.com/display/PhpStorm/Installing+and+Configuring+XAMPP+with+PhpStorm+IDE
When i view the page created in visual editor i can not see it , instead i get an icon that sugests it's not loaded .
I uploaded a image of this , hope it will explain better what i mean http://imgur.com/OKWkO
The problem is i don't add image files by wordpress , but directly write the path into static html pages .