Rich Rohde

- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Dictionary Location 2020 2.1 RC
I believe I have found the location of the dictionary file, I just want to confirm this is the dictionary: C:\Users\developer.RICHWARE\AppData\Roaming\JetBrains\PhpStorm2020.2\options\cachedDiction... -
Edited Autostart php script using Task scheduler to send emails
I have an event calendar table and a sign-up table where the person signing up would like to receive notifications from the event calendar. I can write a script that will check the event calendar t... -
Created Method is @internal
PhpStorm PS-143.434My code is showing (see attachment):$fArray2HTML = new TArray2HTML($myDump); // converts array $myDump to ul.. li... table layout$fHTML .= $fArray2HTML->RenderArrayHTML(); // The... -
Created Can a color name be added to the 'color suggestion list'?
I have a color, let's say XYZ that I use a lot as #ec7c17. I can select by name for blue, gray, white, etc. can I add my own CSS color name to the suggestion list?Regards,Rich -
Created VCS VisualSVN - how to setup
To the Developer Community:I am a real novice when it comes to version control. I downloaded VisualSVN standard thinking it would be a easy to setup. Either I'm mistaken, I am over looking somethin... -
Created Where to set "default project path"?
I have a folder "W:\projects" where I place all my web projects (including PhpStorm projects). Is there a way to set this as the default path as oppose to "C:\Users\username" when I click 'Open' or... -
Created Type Hint private variables
Using PHPStorm 9.0.1.I'm having an issue which works but I get a warning messasge. Here is an example class that give the warning:<?php include_once "rw.fielddefs.class.php"; class TTest { ... -
Created PHP Warning: Module 'mysql' already loaded in Unknown on line 0
PhpStorm 9.0.When I run a php function for testing I get the following warnings:PHP Warning: Module 'mysql' already loaded in Unknown on line 0PHP Warning: Module 'mysqli' already loaded in Unkno... -
Created Using new HTML elements
I want to define a new HTML5 elements <desc> and I want to setup a style for this 'tag' in CSS and when I try that I'm getting an error.Is there a way to add user defined elements to PHPStorm ver 9... -
Created Mobile Website
I need to take a classic website and transform (develop) it to a mobile website.I would like to get some feedback from those of you that have been using PhpStorm/WebStorm for developing mobile webs...