All of you guys are suggesting me to use php storm so I am going to download it and will use it. Hope it is good like dreamweaver.
When will dreamweaver update to mysqli
paknoukri;11050485 wrote:All of you guys are suggesting me to use php storm so I am going to download it and will use it. Hope it is good like dreamweaver.
I've never used DW, so cannot really compare, but have always been under the impression that the only thing that made it stand out was its WYSIWYG abilities for web layout (with some complaining that it results in bad HTML?). But when it comes to writing PHP code, PHPStorm is difficult to beat, once you discover the features it has (and the in particular the ones that matter to you.)
If you really want to master it: https://laracasts.com/series/how-to-be-awesome-in-phpstorm (I believe these are still free tutorials)
You can also take a look at this video. It's for IntelliJ, but pretty much everything applies to PhpStorm. The quality sucks, but the tips are nice.
There is also this video which pertains directly to PhpStorm. Quality is only marginally better but it's watchable.
And here I thought Dreamweaver was a 1970's rock ballad: www.youtube.com/watch?v=n-DmAh0dObI
Ah, but do 1970s rock ballads support ELO?
Great question ;-)
<?php
function Evil_Woman( $name ) {
echo "<h2>$name --- this one's for you, babe</h2>";
?>
<iframe src="http://www.youtube.com/watch?v=R20f-TPKjzc"></iframe>
<?php
}
Hello what is this piece of code for?
paknoukri;11051451 wrote:Hello what is this piece of code for?
Trolling Weedpacket, obviously ;-)
After all, he started it.
Bonesnap;11050557 wrote:You can also take a look at this video. It's for IntelliJ, but pretty much everything applies to PhpStorm. The quality sucks, but the tips are nice.
There is also this video which pertains directly to PhpStorm. Quality is only marginally better but it's watchable.
Thanks for the video Bonesnap!
lilysmith22;11053179 wrote:Thanks for the video Bonesnap!
You are welcome!
Im in the same boat i only just like a few days ago started getting serious with php , hence i joined the forum , i started with laravel and while i love dreamwever , its nothing when compared to phpstorm and atom or sublime with regards to php. I wish they would integrate something that would make it more php friendly , but after using sublime ( this is the only one ive used sofar) i realised that that isnt their (dreamweavers )only problem. Dreamweaver is actually slow too. Especially is you use it with something like xammp.
Its hard to let go , i myself have done alot on dreamweaver its where i learned coding, but the lanscape of this industry changes often and as an ide dreamweaver has failed to keep up really.
On the adobe forums ive searched but it seems they have no real plans to change things anytime soon.
Anyway op just my opinion as a front end designer starting php.
HAHA ad here i thought i was the only guy doing that , open css file and put on second screen , open website in chrome , developer mode, make changes to css and see what it looks like ...., copy and paste straight over the old css. Fastest way i know how to style.