How do developers use DW CC?

I hope someone can answer this as I am very confused.
I have a small web design company and I was interested in using the cc subscription.
I have heard DW has dropped suuport for asp.net and databases, now, if this is true, how do developers use cc and DW, as most of my websites have at least database access.
If this is true, I would be interested in what other developers use as I would consider new ways of working, but if I am to develop new sites I would find it hard to emagine being able to do this without databases.
I have heard a little about Business Catalyst, is this a way of developing sites that would provide dynamic back ends for my customer sites? Or, do people here use any cloud services (google, azure etc) and if so, how do you intergrate these with CC without database support.
I would want to continue developing new sites for customers, and would want to host their sites as I do now.
Any advise would be greatly appreciated.
Kind Regards,
Stephen

Just to clarify, CC products are downloaded and installed on your computer the same as any other software.   I simply define my sites in DW with my remote server's log-in credentials.  Nothing new there.
BC is a tiered priced, bundled hosting & CMS solution. Modules include e-com, blogs, etc...  The more features your client needs, the more you pay per month.
http://tv.adobe.com/show/introducing-business-catalyst/
Since I don't use BC, I am on Linux/Apache servers.  I use WAMP local testing server which contains PHP Admin & MySql.  I'm very comfortable using it and it's identical to the one on my remote servers.
http://www.phpmyadmin.net/home_page/index.php
Although I don't use it myself, some people prefer Navicat  -- a GUI to manage databases.
http://www.navicat.com/products
Nancy O.

Similar Messages

  • How can I use LCCS with ActionScript 3 and Flash CS4?

    Hi,
    Using Stratus I was able to create an an application using Action Script 3 and Flash CS4.  The sample code on the Adobe site was quite straight forward and easy to understand.  I now want to switch over to  LCCS but can't find anything any where on how to use Action Script 3 and Flash CS4 with LCCS.  Do I need to know Flex to be able to use LCCS?  Everything was quite simple and easy to understand with Stratus and makes complete sense.  But LCCS is really confusing.  Is there any sample code on how to establish a connection in Action Script 3 and then stream from a webcam to a client.  There is nothing in the  LCCS SDK that covers Flash and Action Script 3.  Please help!  I found the link below on some forum but it takes me nowhere.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=75 9&threadid=1407833&enterthread=y

    Thanks Arun!
    Date: Thu, 29 Apr 2010 11:44:10 -0600
    From: [email protected]
    To: [email protected]
    Subject: How can I use LCCS with ActionScript 3 and Flash CS4?
    Hi,
    Welcome to the LCCS world.
    Please refer to the SDK's sampleApps folder. There would be an app called FlashUserList. The app demonstrates how LCCS can be used with Flash CS4. Its a  pretty basic app, but should help you moving.
    We are trying to improve our efforts to help developers in understanding our samples. Please do let us know if we can add something that would help others.
    Thanks
    Arun
    >

  • How do I use a Labview Enum as a Variable Parameter for Teststant

    I have a Labview VI that performs a relay setup based on a Port selection that is an Enumerated  Type Def. The Control comes in as a drop dwon box in test stand. The question is how can I use that same dropdown as a variable to pass into a subsequence. I am not sure how to get it to show up as a custom  Type in test stand. I am using Labview 8.2 and Test Stand 4.0
    Thanks,

    As of TestStand 2010 there is not a way to natively create enums in TS.  A quick google or bing search using "TestStand Enum" should reveal all those who have tried before you.  I believe that in the Ideas Exchange there is already a note to have TS do this and I'm positive the TS developers are aware...
    In answer to your question you will have to save it as a numeric and pass it down to the sequence.  Or I kinda like this idea:
    http://forums.ni.com/t5/NI-TestStand/Using-Enumerated-data-type-in-NI-Teststand/td-p/773312
    Regards,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How can i use RemoteObject without mxml?

      hi:
       in my flex project , i use blazeds + puremvc , so i want to put my business code in actionscript as proxy to communicate with java code, the proxy code like :
    public function requestServer(page:PageInfo):void{
       userServiceRM = new RemoteObject();
       userServiceRM.destination="userService";
       userServiceRM.getsimpleList();
       var pageResult :Object= userServiceRM.getsimpleList.lastResult;
       sendNotification(UserStartupCommond.USERLIST_GOT,pageResult );
    but i have a problem that pageResult is a  null value .(the Configuring and the server side have no problem .)
    how can i use RemoteObject without mxml?
     thanks.

    Hi. Remote object calls are asynchronous so you can't access the result immediately after making the call. You need to wait until the server returns the result. There are a couple ways to set this up. Probably the easiest thing to do is to add an event listener that will be called when the result comes back from the server. Here is what that would look like.
    public function requestServer(page:PageInfo):void {
    userServiceRM = new RemoteObject();
    userServiceRM.destination="userService";
    userServiceRM.addEventListener("result", resultHandler);
    userServiceRM.addEventListener("fault", faultHandler);
    userServiceRM.getsimpleList();
    public function resultHandler(event:ResultEvent) {
    var pageResult :Object= userServiceRM.getsimpleList.lastResult;
    sendNotification(UserStartupCommond.USERLIST_GOT,pageResult);
    public function faultHandler(event:FaultEvent) {
    //handle remote object fault
    Look at the RPC Components section of the BlazeDS Developers guide for more information about using the RPC components. Hope that helps.
    -Alex

  • How can we use this Windows Genuine page ?

    How can we use this page after the Firefox developers remove the "Enable Java" option?
    Now I've downloaded this tool to check whether the Windows Genuine or not! But kept get the error message while installing the application!

    The javascript option is NOT disabled by developers.
    *Maybe this helpful explanatory article is worth reading <br />http://kb.mozillazine.org/JavaScript_is_not_Java
    Maybe it helps if you give the links to the tool and pages you are talking about, along with a screenshot of any error messages.
    * [[How to make screenshots]]
    * [[How do I create a screenshot of my problem?]]
    Background info on what I understand you may be interested in: WGA.<br /> (WGA is renamed Windows Activation Technologies & I have also heard it mentioned Windows Genuine Article)
    * http://en.wikipedia.org/wiki/Windows_Genuine_Advantage
    * http://support.microsoft.com/kb/892130 ''" Description of Windows Genuine Advantage (WGA)"''

  • How do you use multiple desktops?

    Virtual desktops, workspaces, whatever you or your DE/WM calls them.
    I'm wondering how people actually use them. I haven't really figured out a best way to take advantage of them. I tend to just use Desktop 1 and occasionally switch over to Desktop 2 if I need to run something with a large window.
    Do you sort applications into different desktops according to type? or purpose? Do you use each desktop for a different project? Is it a de facto sorting, just whatever you happen to be doing at the moment, or are your desktops configured and named according to a specific layout you always use?

    I don't use virtual desktops anymore, since KDE 4.x introduced "activities" - a far superior concept for sorting windows and desktop applets belonging to a specific task.
    The basic idea is similar to that of virtual desktops:
    You can associate windows with an arbitrary tag (basically just a name + optionally an icon) called an "activity", i.e. 'Music' or 'Work' or whatever you want, and then when you switch between the "activities" you created, it always only shows those windows belonging to the current "activity".
    However, it goes far beyond that:
    A window can't just be either visible on one specific "activity", or visible on all (as is the case with virtual desktops) - but instead, it can be visible (or rather: be part of) any number of specific "activities".
    You can not only switch between "activities" (causing all windows not belonging to the current "activity" to be hidden, but still running in the background and therefore consuming CPU and memory), but you can also actually stop an "activity", causing it's windows (and therefore the associated applications) to actually quit. Then whenever you want, you can restart the "activity", and it will bring you back all the applications & windows exactly the way they were when you stopped the "activity".
    (Ok, granted, the "exactly the way they were" part only works with applications that know how to properly restore their state, which is true for all KDE SC applications but not true for many non-KDE apps such as Inkscape or Gimp.)
    "Activities" don't only track windows, but also contextual information pertaining to the user's current task. I don't think this feature is made use of very much in the current KDE release, but the KDE developers are already implementing lot's of useful per-activity-contextual-information-tracking stuff for the next release (or the one after that), including (I think):
    separate (or at least optimized) "recent files" lists per "activity" (everywhere were "recent files" lists appear in KDE)
    different sorting of KRunner search results per "activity", to prioritize result items that were most often used or are most relevant within the current activity.
    All of this works together flawlessly with KDE's session management, so when you log out of KDE and back in again (or even restart your computer), all your activities, including their state (running or stopped) and their associated windows etc. are left intact.
    So all in all, you can create one KDE "activity" for each general activity (i.e. "Music", etc.) or specific project (e.g. "bachelor thesis") you use your computer for, and it will make your life a lot easier...
    (Note: KDE additionally still keeps its old-fashioned "virtual desktop" functionality around, since some power-user like to use both concepts orthogonally (i.e. two-dimensional grouping), but I personally think that's a little too crazy ;-) and as mentioned above, I've personally never needed virtual desktops anymore since I started to use "activities".)
    Last edited by sas (2011-05-08 15:57:12)

  • How can I use flashplayer that is already installed on my PC without downloading more?

    I already have Adobe flashplayer 12 installed on my Windows7 computer, however I can't get it into my Firefox add-ins. How do I use what I already have, without downloading more stuff?

    Note that both IE (ActiveX) and Google Chrome (Pepper) come with their own versions of Flash that are developed by Adobe in cooperation with the developers of those browsers to get the best performance.
    Firefox uses a different (NPAPI) Flash plugin than IE (ActiveX), so make sure to install the Flash Player plugin for Firefox.<br />
    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.
    You can get the latest version of Flash Player here:
    * http://www.adobe.com/special/products/flashplayer/fp_distribution3.html

  • How do I use Edge Web Fonts with Muse?

    How do I use Edge Web Fonts with Muse - is it an update to load, a stand alone, how does it interface with Muse? I've updated to CC but have no info on this.

    Hello,
    Is there a reason why you want to use Edge Web Fonts with Adobe Muse?
    Assuming you wish to improve typography of your web pages, you should know that Muse is fully integrated with Typekit. This allows you to access and apply over 500 web fonts from within Muse. Here's how you do it:
    Select a text component within Muse, and click the Text drop-down.
    Select Add Web Fonts option, to pop-open the Add Web Fonts dialog.
    Browse and apply fonts per your design needs.
    Muse also allows you to create paragraph styles that you can save and apply to chunks of text, a la InDesign. Watch this video for more information: http://tv.adobe.com/watch/muse-feature-tour/using-typekit-with-adobe-muse/
    Also take a look at these help files to see if they help you:
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-1.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-2.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-3.html
    Hope this helps!
    Regards,
    Suhas Yogin

  • How do I use Panorama / Tab Groups with the keyboard?

    Yes I know that CTRL-SHIFT-E opens the panorama window, and then I can use the mouse to organize my tabs into groups.
    But how do I do this with the keyboard?
    I've [http://lifehacker.com/#!5719596/switch-between-tab-groups-in-firefox-with-a-keyboard-shortcut read] [http://ubuntuforums.org/showthread.php?t=1705714 that] Ctrl-`should move me through tab groups. That doesn't work for me on my Danish keyboard. (Where the ' and ` chars are weird. But is how they are on a valid standard Danish keyboard) I've tried changing the keyboard to USA and then moving through tab groups works fine.
    In short: Pretend I don't have a mouse. How do I use Panorama / Tab Groups?

    Sorry. These are both known bugs:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=587010 Bug 587010] - Add keyboard UI for manipulated groups and tabs in Tab Candy
    and
    [https://bugzilla.mozilla.org/show_bug.cgi?id=626594 Bug 626594] - shortcut for switching tab groups is badly accessible on many non-US keyboard layouts

  • How do I use a custom UserInfo with a T3Client?

    This is related to my previous post, 4655. The problem is I if
    use a custom implementation of the interface
    weblogic.security.acl.UserInfo in a T3Client constructor, the
    client fails to connect. If I use
    weblogic.security.acl.DefaultUserInfoImpl, the client connects
    and disconnects without any problems. How do I use a custom
    UserInfo implementation with a T3Client?

    In don't know about the Gmail part, but for the Hotmail, try this link.
    Here's another link from a different source.

  • How do I use HP iPAQ H4300 WITH Windows 7?

    I recently upgraded from Windows XP to Windows 7.  How do I use my HP iPAQ h4300 pocket PC with this recently installed Operating System?
    Ed Walsh [Personal Information Removed]

    Hello edwalsh606,
    I understand you are seeking assistance with the iPAQ H4300 and your new Windows 7. I am sorry, but to get your issue more exposure, I would suggest posting it in the commercial forums, since this is a commercial product. You can do this at Notebook - HP ProBook, EliteBook, Compaq, Slate/Tablet PC, Armada, LTE.
    I hope this helps. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • How do I use my Time Capsule with hotel wired internet

    How do I use my Time Capsule as a wireless router on my hotel free internet ethernet cable?

    It may not be possible..
    If they use a web access page, then there is no way you can set the TC to authenticate.. you must use the computer to authenticate and then use the computer to bridge to the TC for wireless clients to access.
    Look up instructions on using ICS (internet connection sharing) in the Mac.
    eg for 10.6.8 http://support.apple.com/kb/PH6589
    eg http://support.apple.com/kb/PH10740
    Of course if there is no login then you could just use it.. but I doubt you would be asking if it just worked.

  • How do i use my own image with keying (or green screen)

    how do i use my own image witrh keying (or green screen)

    Put your sky clip on a layer below the clip you want to key. One or the other will be a connected clip. Apply  the Keying filter to foreground clip (the one with the green screen). The green will be seen as transparent and the sky will show through as the BG. Adjust as necessary in the Inspector.
    Good luck.
    Russ

  • How do I use ipod 5th classic with new itunes

    how do I use my old ipod classic 5th generation with the latest itunes software?

    The same way as before...
    If the new look of iTunes is confusing, it may look more familiar to you if you show the sidebar.  It is hidden by default to streamline the look and feel.
    From the iTunes menu bar, under View, select Show Sidebar.  With the sidebar not hidden, iTunes mostly works like it did before.

  • How do I use my airport extreme with my FIOS router?

    How do I use my AirPort Extreme base station with my FIOS Router to extend my network?  I have hard disks connected to my AirPort Extreme and would lik to access them.

    Probably can't answer all your questions - but.... I use a Linksys (wired and wireless) router as my primary entry point for FIOS. I use a Time Capsule and an Airport Express as a common wireless connection. So I have two visibile wireless networks and use them both depending on where I am in the house. Both the TC and AEx can be seen either wirelessly or wired from the entire network. Note - the Linksys provides all the DHCP - you set the apple routers as "bridge mode."

Maybe you are looking for

  • My Ipod isn't recognized by iTunes or my computer!!!

    My ipod is not being recognized by my computer or iTunes. Instead a message pops up saying "USB not recognized" and nothing works for me. I tried using a different USB port and restarting my computer but the same thing happens. If anyone knows of a w

  • Idoc Communication Configurations and Proxy Runtime Configurations for PI

    We have a fresh PI 7.1 system, fresh ECC6 system, and an existing 4.6C system. is there any blog/doc with step-by-step instructioins/screenshots for following tasks: 1. Configuring Abap proxy runtime between ECC6 and PI 7.1 Systems, for using sproxy

  • HT3209 Renting refund for movie that won't play(white screen on applet )

    If I buy the movie I can view it. However my rented movie - after completely downloading would not play. I only get a white screen. I already tried unplugging g the appltv to no avail. Does anyone have another suggestion for a fix? Or know how I can

  • Java - web browser

    Hi, I have an applet that POSTs a request to a browser and then retrieves the servers response to check it was posted OK. What I now need to do is stream the response back to the web browser to show the page that the server has returned. My code belo

  • Sharing an app with husband

    how can I share an app with my husband without having to put my cc on file. When I purchase something from iTunes I have a iTunes gift card, I don't want to put my info out there. I have one app that he would like to have but not sure how to go about