PHP Code hinting not working in Dreamweaver CS5 - flash-cs5

I'm using Adobe Dreamweaver CS5, I have been using this for a long time, but this is the first time I am facing such issue.
Some of the code hintings are disbaled, like $_SERVER, $_REQUEST, etc..
Is there any option to enable these hints? I tried preference option though its disabled.
I am missing exactly this:
(source: killersites.com)

Go to menu Edit -> Preferences -> Code Hints and then disable jquery code 1.7.

PHP code hinting is turned on in DW options correct? (sorry can't post pic as comment)

Go to "preferences->code hints" and disable jquery code 1.7 and it works. :)

you can solve the error by just simply disabling the jquery hinting.

Don't exclude jquery, the solution is just to increase the delay, just 0.5.

Related

Android studio - how to show implementation in window ( like documentation)

people. I have a question. Sometimes accidentally a window appears above some method with it's implementation. So I want to understand is there a shortcut for showing implementation of a method above the method(in new small window - like this when studio shows documentation) ? In my opinion it will be convenient to know it, because in that way it is not necessary to go to implementation and to go up and down in the code. Unfortunately I couldn't find it when I try to google it.
Thanks in advance.
here you go the cheatsheet
hotkeys

How To Change Color Workspace in Adobe Dreamweaver Cs5?

i useing as adobe dreamweaver ; i will change color the workspace (environment code editor)
for ex: I want to be black environment code;
thanks;
sorry for english!
Are you talking about the Skin color of Dreamweaver. You can't. Check out the website here:
http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7f82a.html#WS8599BC5C-3E44-406c-9288-C3B3BBEB5E88
Note (From Adobe.com): The user interface has been simplified in Dreamweaver CC and later. As a result, you may not find some of the options described in this article in Dreamweaver CC and later. For more information, see this article.
You can change colors in Edit -> Preferences -> Code Coloring
or
http://sramekdesign.com/dreamweaver/dark-coding-colorization-for-dreamweaver/
Just in case you are using a macbook,
Command+U
to open the dialog box for Preferences.
Unfortunately, there is currently no option to darken the UI, but there it is a feature request.
Please vote for the request here: https://forums.adobe.com/ideas/3824 so we might expect this functionality in the future, so we could save our eyes a bit ;)

How to make Google Chrome extension sample work?

Recently I decided to write a very simple Google Chrome extension. All it's going to do is to hide some DOM-elements from the web-page using JavaScript when user presses the extension's button.
Since I knew nothing about Chrome extensions, I started reading tutorials, and I came across this Google's sample: A browser action with no icon that makes the page red
This sample is really close to what I want to make. The problem is that I can't make it work. Whenever I load the extension in Chrome, I can see the button of this extension, but when I press it - nothing happens. Sample doesn't work, probably I should know something I don't know yet.
And before you started asking me:
Yes, I tried restarting the browser;
I use the newest version of Chrome.
Thanks for help.
If you open up the sample zip... find backgrond.js... edit.
Find the line that says:
null, {code:"document.body.style.background='red !important'"});
and remove the "!important". so it should read:
null, {code:"document.body.style.background='red'"});
That is it. just save and reload the extension, should work (unless the page has an !important flag set to the background).
I am afraid I don't know why the "!important" tag doesn't work but I have never been able to get it to work in an extension. Hopefully someone else here will be able to give an explanation and maybe a work around.
I think I can help bring some clarification to the "!important" override attribute causing the extension to break. Though I am not 100% I believe that this attribute is not allowed for issues involving security complications. I have a link to another SO thread that may help clarify this as well.
My CSS is not getting injected through my content script
I'm assuming from reading this article that you must either use the !important override when content scripts specified in the manifest file. Otherwise if the css is being injected !important is not required. Again not 100% on this.

Auto-close HTML tags in Komodo Edit?

Is it possible to turn this on in version 6.1.1? I'm not seeing it...
Turns out there's an app... er... extension for that.
Update: Apparently HTML Toolkit has been discontinued. You can still download it here:
http://community.activestate.com/files/htmltoolkit-1.3.1.2-ko.xpi
Installation instructions on the home page here:
http://www.ohloh.net/p/komodo-html-toolkit
Ancient question, but as of Komodo Edit 7.1 you can disable this wretched feature using Edit -> Preferences -> Code Intelligence -> Automatically Insert end tag when typing start tag in HTML/XML documents.

Should I use Dreamweaver's Spry?

I was Dreamweaving a bit and saw something called Spry. Is this powerful or can I better use jQuery and code everything my own?
Spry also messes up my code when I add a menu.
Thanks in advance.
Spry Assets in dreamweaver is a great source. You can use it not a problem.
Advantages :
1) Works in all browsers(Browser Compatible)
2) Simple to implement
3) User friendly code and comments to assist you while editing
4) Optimized code
So i recommend you to use spry assets. If your requirement doesn't match with spry you can go for Jquery.

Resources