Site-Specific Code Hints

I am using a 30 day trial version of CS5.5. (side not, I love it) so I don't know if this is the source of my problem. I installed Wordpress on my computer and I am using XAMPP. I have opened the Site-Specific Code Hints and pressed ok. It does nothing. And I see no configuration file.
I was wondering if anyone had any ideas as to why it is failing.
Thanks in advance.

Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
Lawrence Cramer - *Adobe Community Professional*
http://www.Cartweaver.com
Shopping Cart for Adobe Dreamweaver
available in PHP, ColdFusion, and ASP
Stay updated - http://blog.cartweaver.com

Similar Messages

  • Dreamweaver CS6 Site setup and Site specific Code hints

    I have just started using Dreamweaver CS6 and when I navigate to the server page in the site setup only the intro text is shown.... clicking my mouse around the window reveals the server table and buttons and I can proceed to set up a server.
    I have several sites in there now but when I try to set up site specific code hints it shows and error saying that I need to add at least one site before I can continue.
    Help

    Easiest way to solve this is to have you post a screenshot of your site definition where you define the testing/remote server.  Please be sure to blur or remove any sensitive information from your screenshot before posting (ie: username, password, etc).  We will assume you are able to connect to the remote and/or testing server.  If not you should talk with your host about the remote server or you would need to post more information about your testing environment.

  • Site Specific Code Hints asking for php server?

    I'm trying to edit my wordpress using dreamweaver, but having such a hard time setting it up.  Right now when I go to set up the site specific code hints for wordpress, it is asking me to add a php server.  The site I have has a php server so I am so confused.   Can someone please help me?  I'm not sure what I did wrong.

    The site I have has a php server
    That is for your 'remote' website. Yes, it will obviously have a PHP server as it runs WP on it.
    For you to be able to edit WP files locally, you need a PHP environment such as WAMP for Windows or MAMP for Mac OS.
    Get it here:
    MAMP: www.mamp.info/en/
    WAMP: http://www.wampserver.com/en/
    Install it on your computer and start the server before trying to edit files in DW.

  • Site-specific code hints not working

    Hi, I'm new here. I really hope that someone will help me. I think this might be a very simple question.  I am using WAMP and it's working. I have installed the Zend Framework and made sure that the include_path is the path where Zend Framework library resides. I'm trying to use Zend's Date.php and its Zend_Date() class. I have correctly added the site-specific code hints. My problem is that I am getting this error: Fatal error:  Call to undefined function Zend_Date() in C:\wamp\www\dwwithphp\_includes\DateUtility.php on line 6. I am actually following lynda.com's Dreamweaver CS5 with PHP and mySQL tutorials in chapter 0305: Using Zend Framework classes with code hints. I have followed all instructions and I'm getting this error. Please help. Thanks in advance.

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Joomla Site-Specific Code Hints not working, DW5

    I setup a Site using an existing Joomla installation on localhost, including the testing server and MySQL database.  After trying to enable Site-Specific Code for Joomla for this Site, I still cannot get any sort of Joomla reference or hinting while editing code.  After seaching both these forums and other sites, I cannot seem to find any details as to how this integration actually works.
    Where in DW5 can I actually see Joomla integration, code hinting, or Joomla API reference after setting it up with a Site?

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Site specific code hinting not working

    Dreamweaver CS6
    I included the dw wordpress code hinting to a site I'm working on my local server. when I <?php then ctrl spacebar wp nothing comes up. w is fine but that's not wordpress specific.
    I have it working on another site in a different directory, but can't seem to get it working on this one. Anybody have any idea what the problem may be?
    Thanks

    Hi John,
    Thanks for the tips. I tried every single one of them to no avail.
    I finally got it to work by uninstalling and reinstalling Dreamweaver.
    I appreciate you taking the time to answer my question and am so happy that one way or the other it works!
    Jennifer

  • Site Specific Javascript Code Hinting? Anyone?

    Hello fellow coders
    I have a custom JS framework i built, seperated into 7 different .js files (init.js, misc.js, ui.js etc.).
    When working on my main Index.html file, i get full codehinting, obviously since all these JS files are included in the header.
    I'm trying to get the code hinting to work inside the JS files, so when i edit init.js, i get code hints from ui.js and misc.js as well.
    I've read about the "Site Specific Code Hints", set it up like a dozen times, but it doesn't work
    Did anyone get the Site Specific Code Hints to work for JS files ? If so, how ?
    Thanks a lot and have a good weekend,
    Guy

    anyone ?

  • CS5 jQuery Code Hinting

    I'm messing around in DW CS5 and I'm trying to get coding hinting to work for jQuery. I setup the standard function $(document).ready(function...
    But now hinting. I even try ctrl + space but only get the standard javascript code hints. Do I have to set this up in the site-specific code hint option?
    Thanks for the help.

    Hmm.
    Ok. Here's what I did.
    I created a folder in my documents and added the latest version of jquery.
    Added the folder to my site specific code hint and created a new js file and tried but again only the standard javascript is poping up.
    Can you step me through the process?
    Thanks.

  • Code Hinting in JavaScript Files

    I use the jQuery framework. If I have an HTML page with the jQuery framework included, I can type JavaScript code in a script tag in the HTML document and Dreamweaver will provide code hints from the jQuery framework.
    How can I get these same code hints in a seperate JavaScript file in my site? Is there some way I can add a reference to the jQuery file?
    (I know in Visual Studio 2010 I can add an XML reference tag at the top of a JavaScript file with the path to the jQuery file, and that enables the IntelliSense jQuery code hints in the JavaScript file I am working on...)
    Thanks!
    - J

    Yeah, it would be good.
    Site-specific code hinting doesn't seems to work anywhere, although I tried with adding *.js and with specifically the jquery file too, no luck.

  • Php code hints

    im using php and code hinting isnt working? shouldnt it show functions and a list of stuff?
    im using CS5 and i am wokring on a .php file. where is the hints?

    Type in something like:
    <?php
    and then hold Ctrl and hit the space bar.  This will bring up a code hint box for functions and stuff.
    Then as you start typing in code, it will bring up the stuff you are looking for.
    Also the menu at the top - Site -> Site Specific Code Hints
    will allow you to scan your site and setup hints that way.

  • Code hints not working

    Dreamweaver CC 2014 on Mac Mavericks 10.9.5
    The first level will come up (with the initial list of all the tags available) but no further activity either automatically or with ^space. "Enable Code Hints" is checked in preferences. Restarting system does not help.
    Without help with the tags it might as well be a text editor if you work in the code view.
    EDIT>>  Just discovered this problem is specific to one of my defined sites. It works in a different site. Will try to set up site again.
    UPDATE>> Setting up a new site will work for a little while and then stop working.

    Check your code for errors. DWCC goes nutty, well nuttier anyway, than older versions when it runs into code issues...
    http://validator.w3.org
    Also, CC tends to not give options in hinting if what you're trying to add would be invalid for the document type. If you try to add <cfdirectory> to a .html for example, no <cf...> tags will hint at all because they don't belong in a .html document.
    If none of that helps, try clearing the program cache: Deleting a corrupted cache file

  • (.asc) Code Hinting in Flash Professional CS5.5 || Flash Builder 4.5

    Problem:  I would like to enable code hinting and highlighting in either Flash Professional or Flash Builder when developing an Actionscript Communications File (.asc).
    Steps Taken:
    Searched Google with limited success, most signs all pointed to FMSGuru.com where one may obtain an Eclipse Plugin, but:
    It was created in 2007 (likely out dated)
    It has known bugs that haven't been addressed
    Searched this forum / adobe's web site to find a solution, to no avail.
    Posted this, now, in an attempt to put this to rest
    Request:  If anyone knows how I can enable FP or FB to give code hints / syntax highlighting, I would really apprecaite some direction.  If not, I appreciate the fact you even read this.
    Have a good one. Happy Coding.

    To note, Dreamweaver has the ability to provide code hinting if I remember correctly but I'm perpetually disappointed in the FMS team for not providing even ONE item that helps in the development of server side coding for FMS. They have never provided anything and it's been up to the good will of developers for the platform to put together tools. As it is now, you'll probably never see anything better as most people (that I know of) have moved away from FMS, partially for this reason despite multiple requests that Adobe do something. Not to insult the FMS team, as they do what they have to do to pull in the paycheck, and the bean counters provide that and seem to be making most of the decisions.
    ok. rant all done now

  • Code Hints - not functioning. Why not?

    Code Hints in Dreamweaver CS4 were functioning fine until this morning. Now they don't appear to work.
    I've checked for syntax errors, but Code Hints will not function on any existing page or in a new document.
    I'm presuming that I've disabled them somehow but cannot find how or where.
    Code Hints are enabled via Preferences (Close tags after "</" & delay 0 seconds)
    The menu only gives options for Spry and DOM Code Hints.
    Any ideas as to why it's not functioning. I notice a number of posts where the same question has been raised but am yet to read a reply.
    All hints welcome...

    Easiest solution?
    Uninstall and reinstall Dreamweaver.
    Sorted in 20 minutes. Even better, Dreamweaver 'remembers' all site login/ftp data, passwords, etc, so no concerns there.

  • Code hint options are suddenly duplicated

    I have recently noticed that the CSS code hints in my Dreamweaver CS5 are duplicated.  For example, editing a css specification, type "pad" and the dropdown list contains:
    padding
    padding
    padding-bottom
    padding-bottom
    padding-left
    padding-left
    padding-right
    padding-right
    padding-top
    padding-top
    It is as if it's loading the library twice, but I can't locate where the duplication may be coming from.

    At last this was Server certification issue ... Not TB problem
    Thanks anyway
    Regards
    Rudo

  • Work on FB4.5 and Flash5.5 simultanoiusly - lack of code hints and default package classes.

    Hi!
    I setup Flash Professional CS5.5 and FB4.5 to work together. I just followed this tutorial: http://www.adobe.com/content/dotcom/en/devnet/flash-builder/articles/sharing-projects-flas hbuilder-flash.html and almost all looks good, but unfortunately working in Flash Builder adding new Classes I do not have default package Classes accessible. This way I can not even declare Sprite, Array class and so on. In code hints I only gets my current package classes.
    I set the .fla project inside Flash CS5.5 with some folders as the package for my classes. It is for examle:
    com.myDomain.testProject where DocClass exists. By adding this path as the document for FlashCS5.5 all works great, I can easily run, debug movie in the Flash environment.
    Setting this project by 'Import'->'FlashBuilder-FlashBuilderProject'->'ProjectFolder' pointing to the .fla file it seems that the thing goes well. The project is set and even I had some problems with Document Class's name (it seems that Flash Builder need to have Document Class with the same name as the .fla flie) and renaming it I can run or debug it and it works.
    But if I try to add new class to the directory I end up with no code hints, and in fact no default package classes support. That means I get errors trying to create instance of any common class etc. In code hints I am only getting my package hints (look picture)
    Maybe I misunderstand of some package basics and did something wrong, but generally I don't want to put all my classes to the .fla location but to sort them up in specific folders cause I assume that the project is quite large.
    If you can help me, thanks in advance. You know messing up with the code is a part of the programmer nature, and when one finds the answer he feels like a king. When to deal with environments like that, there is never joy and hapiness, but in most occasions couple uncensural words in the end, and a glimpse on the watch - agrrrhh I lost so much time :/
    cheers

    upss, It seems the Flex sdk wasn't added automatically what I didn't noticed. Looked for errors in some other areas (as always)
    Thanks anyway:)

Maybe you are looking for

  • Windows recognizes iPod Nano, Updater/iTunes does not.

    I'm sure this question's been brought up, but how do I get my computer's iTunes/iPod Updater to recognize my iPod? I've tried resetting/reconnecting/rebooting/reinstalling numerous times, and I've got a 2.0 USB Port. The thing that irks me is that my

  • Java Virtual Machine error?

    Hi to all! I made one application in which i can choose stuffs for printing, and maximum number of that stuffs is 15. Problem is that when I click on the button for adding stuffs all Forms have just closed and I got only log file with error. But some

  • Dashboard frozen on Mac

    My dashboard seems to have frozen. I can bring it up and move the different widgets around but I can't type anything into the ones that take input (iPhone Linkpad, for example). The weather one says December 14th. Any ideas?

  • I am being asked security questions that i have never had to do before to download apps

    I am being asked security questions when trying to download apps. I have never set up these questions so cannot answer the and even if I try no answer is accepted. Is there a solution so I can continue to download apps?

  • Unable to install power query 2.15 version

    installing power query 2.15 is asking for location of powerquery 2.10 version which i dont have is there any other way to install 2.15