Line endings in Dreamweaver CS5

I have been using Dreamweaver CS3 to work on web pages ever since it came out. But between Dreamweaver and my FTP client and what the people I am working with use, we are having problems with line endings.
Specifically, if I edit a file in Dreamweaver it puts some sort of weird line ending on the pages I have touched. ... Unless I tell it to only do Linux line endings, but I don't really like setting it like that.
Does anybody know what I am talking about here? And do you know if the problem still exists in CS5? I don't want to give up Dreamweaver for certain projects and my co-workers are set in their ways too.

Thanks Murray and SnakEyez
I can't get a screen shot today, but I talked to one of the guys I worked with again, He said the specific lines I touched with Dreamweaver had different endings from the other lines in the same documents. If Dreamweaver doesn't usually do this by default, I will assume I messed it up somewhere along the way. (In 2008 I started getting all sorts of errors and tried a few solutions I found online. - Maybe I changed soemthing important in how dw is run?)
I did end up setting it to only do Unix type carriage returns. But I can't help wondering if that will mess up anything else. ... For now I guess I will continue telling it to just to Unix returns.

Similar Messages

  • Is it possible to view line numbers in the search results in Dreamweaver CS5?

    Is it possible to view line numbers in the search results in Dreamweaver CS5?
    If so how do I switch it on.
    Thanks

    I don't think so. 
    Just double click on results in your Results Panel. 
    DW will open the page to that line of code.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Dreamweaver CS5 fatal error XML parsing: Invalid document structure, line:1, File: C:\User\Tyler\App

    XML parsing fatal error: Invalid document structure, line: 1, file: C:\User\Tyler\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configureation\Workspace\Classic.xml
    I have gone through older disscussion forums and have followed the steps recommended by deleting the corrupted .xml file itself (in this case "Classic.xml") but imidiatly after when i try to open Dreamweaver again, i am prompted with the same fatal error message including the file that i have just deleted. Next i deleted the entire configure file and this did not help either.
    It is also odd that when i follow the path to find the corrupted .xml file from the prompt, the path is different in that i do not find the "Classic.xml" file through th "en_US\Configuration\Weorkspace" navigation, however i do find the corrupt "Classic.xml" file in the "configure" folder of the "Adobe Dreamweaver CS5" file.
    Im not sure what to do now and i would really like Dreamweaver back up and running so please help if you can!!!
    Thanks
    -Tyler

    Step 1: Close DW, Navigate to C:\User\Tyler\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configureation\Workspace\ and delete that Classic.xml file
    Re-open DW. DW should auto-create your Workspace layout XML file again. See if it works fine.
    PROCEED TO STEP 2 ONLY IF STEP 1 DOESN'T SOLVE THE ISSUE
    Step 2: Navigate to C:\Users\Tyler\AppData\Roaming\Adobe\Dreamweaver CS5\en-US\Configuration and delete the entire 'CONFIGURATION' folder. Re-open DW. DW should auto-create your configuration folder based on predefined layouts and config options. This will definitely fix your issue.
    Reason for this issue: This issue would have been caused due to a malformed workspace layout configuration. That may happen due to customizations you may have done to the layout/ improper file permissions/ improper shutdown on Windows.
    See if these fixes resolve your issue and post your results here.
    Cheers,
    ST

  • Tutorial Dreamweaver Cs5.5 The Missing Manual (Pg 998 - 1018) about adding dynamic data to your page

    Hallo,
    I did Tutorial: Displaying Database Info in the Missing Manual for Dreamweaver CS5.5.
    My problem is with "Editing a Recordset and Linking to a Detail Page" (which starts at pg 1002:
    I did this exercise ,over 5 times nowe, but every time with "Building the Detailed Product Page" at pg 1007, I get a bad result.
    I only get one page (the default one with productID = 1) for every link on the indexpage.
    In the adressbar (Live View) I see the right adress: for example: http://localhost/cos...hp?productID=16, but for all productID's only the detailspage for productID are shown.
    There is also a message: Notice: Use of undefined constant ‘productID’ - assumed '‘productID’' in E:\xampp\htdocs\cosmo_shop\product.php on line 34
    But I don't understand what could be wrong in this line.
    Here is the code lines 33 -48: is is about the second line:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
      $varProduct_rsDetails = $_GET[‘productID’];
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsDetails = sprintf("SELECT products.productID, products.productName, products.price, products.`description`, products.inventory, products.image, vendors.vendorName FROM products, vendors WHERE products.vendorID = vendors.vendorID AND products.productID = %s ", GetSQLValueString($varProduct_rsDetails, "int"));
    $rsDetails = mysql_query($query_rsDetails, $connCosmo) or die(mysql_error());
    $row_rsDetails = mysql_fetch_assoc($rsDetails);
    $totalRows_rsDetails = mysql_num_rows($rsDetails);
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsCategories = "SELECT * FROM categories ORDER BY categoryName ASC";
    $rsCategories = mysql_query($query_rsCategories, $connCosmo) or die(mysql_error());
    $row_rsCategories = mysql_fetch_assoc($rsCategories);
    $totalRows_rsCategories = mysql_num_rows($rsCategories);
    ?>
    Can someone tell me what is going on here?
    Kind regards, Ans Hekerman

    I can manually type in double brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET["productID"])) {
      $varProduct_rsDetails = $_GET["productID"];
    this is accepted; no syntax-error report.
    I can manually type in single brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET['productID'])) {
      $varProduct_rsDetails = $_GET['productID'];
    this is also accepted; no syntax-error report.
    Dreamweaver itself made this code:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
    $varProduct_rsDetails = $_GET[‘productID’];
    this was not OK; there was a syntax-error report.
    But strange enough, when I do paste this now from here, it is accepted.
    So the problem has been, that DW created code that gave a syntax error.
    I could repair it by replacing the single qoutes of DW, by typing single quotes in DW manually, or by typing in in DW manually double qoutes!!!
    So maybe everybode was right!!!
    But is was a very bad problem; maybe a "bug" of the program?
    I repeated this about 10 times before I got the solution frome this Forum.

  • How do I set up a 2 column fixed, left sidebar... in CC Dreamweaver based on one of the 16 samples in Dreamweaver CS5?

    I am in Graphic Design school and we are studying Dreamweaver CS5.  One of the projects is to create a new page based on one of the 16 samples available which is the 2 column, fixed, left sidebar, header and footer option.
    However, in CC Dreamweaver, I only see the 2 column, fixed, right sidebar option.

    Change line 62 to
    float: left;

  • Dreamweaver CS5 errors while moving files

    Hi. I tried moving image files from one folder in my Dreamweaver CS5 site to another (from within Dreamweaver) and it threw the following errors about 3 or 4 times for each file. Any ideas what's going on?
    Dreamweaver
    While executing onLoad in tempURL_afterSave.htm, the following JavaScript error(s) occurred:
    At line 4309 of file "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\Configuration\Shared\Common\Scripts\dwscripts.js":
    out of memory
    At line 4309 of file "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\Configuration\Shared\Common\Scripts\dwscripts.js":
    out of memory
    OK  
    Dreamweaver
    While executing canInspectSelection in spry_widget.htm, a JavaScript error occurred.
    OK  

    Delete your cache file
    http://forums.adobe.com/message/2260933#2260933
    Brad Lawryk
    Adobe Community Professional: Dreamweaver
    Northern British Columbia Adobe Usergroup: Manager
    My Adobe Blog: http://blog.lawryk.com

  • IPhone app build fails in Dreamweaver CS5.5

    Working through a Lynda.com tutorial on developing Phonegap iOS apps, I continually receive the following error:
    "The buid of "testapp" failed to complete successfully. Please consult the build log at .... for additional details."
    I also receive this message when I attempt to build a basic app using the "Mobile Starters" JQuery Mobile (PhoneGap) sample.
    Is there something basic in the setup that I could be missing that causes this error?
    I don't know what to look for in the build log so I'm pasting the log below:
    -- begin build log --
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/cdp134/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/cdp134/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/cdp134/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
              emptySelectCount =  2
              readCount = 1
    WARNING: no icon was specified in app settings. using default.
    WARNING: no splash screen was specified in app settings. using default.
    building testapp for iOS.
    <DW>
    cd /Users/cdp134/Desktop/edu.careercenter.testapp_iOS/
    chmod 777 /Users/cdp134/Desktop/edu.careercenter.testapp_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'testapp.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
    </DW>
    Build settings from command line:
        SDKROOT = iphonesimulator5.0
    === BUILD NATIVE TARGET PhoneGapLib OF PROJECT PhoneGapLib WITH CONFIGURATION Debug ===
    Check dependencies
    PhaseScriptExecution "Make phonegap.js" build/PhoneGapLib.build/Debug-iphonesimulator/PhoneGapLib.build/Script-3044C11210BC6AEE00 581BFB.sh
        cd /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv ACTION build
        setenv ALTERNATE_GROUP staff
        setenv ALTERNATE_MODE u+w,go-w,a+rX
        setenv ALTERNATE_OWNER cdp134
        setenv ALWAYS_SEARCH_USER_PATHS NO
        setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
        setenv APPLE_INTERNAL_DIR /AppleInternal
        setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
        setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
        setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
        setenv APPLY_RULES_IN_COPY_FILES NO
        setenv ARCHS i386
        setenv ARCHS_STANDARD_32_BIT i386
        setenv ARCHS_UNIVERSAL_IPHONE_OS i386
        setenv AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos"
        setenv BUILD_COMPONENTS "headers build"
        setenv BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv BUILD_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv BUILD_STYLE
        setenv BUILD_VARIANTS normal
        setenv BUILT_PRODUCTS_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv CACHE_ROOT /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501
        setenv CCHROOT /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501
        setenv CHMOD /bin/chmod
        setenv CHOWN /usr/sbin/chown
        setenv CLASS_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/JavaClasses
        setenv CLEAN_PRECOMPS YES
        setenv CLONE_HEADERS NO
        setenv CODESIGNING_FOLDER_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/libPhoneGapLib.a
        setenv COMMAND_MODE legacy
        setenv COMPOSITE_SDK_DIRS /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/CompositeSDKs
        setenv COMPRESS_PNG_FILES YES
        setenv CONFIGURATION Debug
        setenv CONFIGURATION_BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv CONFIGURATION_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator
        setenv COPYING_PRESERVES_HFS_DATA NO
        setenv COPY_PHASE_STRIP NO
        setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
        setenv CP /bin/cp
        setenv CURRENT_ARCH i386
        setenv CURRENT_VARIANT normal
        setenv DEAD_CODE_STRIPPING NO
        setenv DEBUGGING_SYMBOLS YES
        setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
        setenv DEFAULT_COMPILER com.apple.compilers.llvm.clang.1_0
        setenv DEPLOYMENT_LOCATION NO
        setenv DEPLOYMENT_POSTPROCESSING NO
        setenv DERIVED_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DERIVED_SOURCES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
        setenv DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv DEVELOPER_DIR /Developer
        setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
        setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
        setenv DEVELOPER_LIBRARY_DIR /Developer/Library
        setenv DEVELOPER_SDK_DIR /Developer/SDKs
        setenv DEVELOPER_TOOLS_DIR /Developer/Tools
        setenv DEVELOPER_USR_DIR /Developer/usr
        setenv DEVELOPMENT_LANGUAGE English
        setenv DO_HEADER_SCANNING_IN_JAM NO
        setenv DSTROOT /tmp/PhoneGapLib.dst
        setenv DWARF_DSYM_FILE_NAME libPhoneGapLib.a.dSYM
        setenv DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT NO
        setenv DWARF_DSYM_FOLDER_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
        setenv ENABLE_HEADER_DEPENDENCIES YES
        setenv ENABLE_OPENMP_SUPPORT NO
        setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".DS_Store .svn .git .hg CVS"
        setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
        setenv EXECUTABLE_EXTENSION a
        setenv EXECUTABLE_NAME libPhoneGapLib.a
        setenv EXECUTABLE_PATH libPhoneGapLib.a
        setenv EXECUTABLE_PREFIX lib
        setenv EXECUTABLE_SUFFIX .a
        setenv FILE_LIST /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects/LinkFileList
        setenv FIXED_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/FixedFiles
        setenv FRAMEWORK_FLAG_PREFIX -framework
        setenv FRAMEWORK_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv FRAMEWORK_VERSION A
        setenv FULL_PRODUCT_NAME libPhoneGapLib.a
        setenv GCC3_VERSION 3.3
        setenv GCC_C_LANGUAGE_STANDARD c99
        setenv GCC_DYNAMIC_NO_PIC NO
        setenv GCC_ENABLE_FIX_AND_CONTINUE YES
        setenv GCC_ENABLE_SYMBOL_SEPARATION NO
        setenv GCC_MODEL_TUNING G5
        setenv GCC_OBJC_LEGACY_DISPATCH YES
        setenv GCC_OPTIMIZATION_LEVEL 0
        setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
        setenv GCC_PRECOMPILE_PREFIX_HEADER YES
        setenv GCC_PREFIX_HEADER PhoneGapLib_Prefix.pch
        setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
        setenv GCC_VERSION com.apple.compilers.llvm.clang.1_0
        setenv GCC_WARN_ABOUT_RETURN_TYPE YES
        setenv GCC_WARN_UNUSED_VARIABLE YES
        setenv GENERATE_MASTER_OBJECT_FILE NO
        setenv GENERATE_PKGINFO_FILE NO
        setenv GENERATE_PROFILING_CODE NO
        setenv GID 20
        setenv GROUP staff
        setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
        setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
        setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
        setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
        setenv HEADER_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/include\" "
        setenv ICONV /usr/bin/iconv
        setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
        setenv INFOPLIST_OUTPUT_FORMAT binary
        setenv INFOPLIST_PREPROCESS NO
        setenv INSTALL_DIR /tmp/PhoneGapLib.dst/usr/local/lib
        setenv INSTALL_GROUP staff
        setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
        setenv INSTALL_OWNER cdp134
        setenv INSTALL_PATH /usr/local/lib
        setenv INSTALL_ROOT /tmp/PhoneGapLib.dst
        setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
        setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
        setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
        setenv JAVA_ARCHIVE_CLASSES YES
        setenv JAVA_ARCHIVE_TYPE JAR
        setenv JAVA_COMPILER /usr/bin/javac
        setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
        setenv JAVA_JAR_FLAGS cv
        setenv JAVA_SOURCE_SUBDIR .
        setenv JAVA_USE_DEPENDENCIES YES
        setenv JAVA_ZIP_FLAGS -urg
        setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
        setenv KEEP_PRIVATE_EXTERNS NO
        setenv LD_GENERATE_MAP_FILE NO
        setenv LD_MAP_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-LinkMap-normal-i386.txt
        setenv LD_NO_PIE NO
        setenv LD_OPENMP_FLAGS -fopenmp
        setenv LEGACY_DEVELOPER_DIR /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Devel oper
        setenv LEX /Developer/usr/bin/lex
        setenv LIBRARY_FLAG_NOSPACE YES
        setenv LIBRARY_FLAG_PREFIX -l
        setenv LIBRARY_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv LINKER_DISPLAYS_MANGLED_NAMES NO
        setenv LINK_FILE_LIST_normal_i386 /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/PhoneGapLib.LinkFileList
        setenv LINK_WITH_STANDARD_LIBRARIES YES
        setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
        setenv LOCAL_APPS_DIR /Applications
        setenv LOCAL_DEVELOPER_DIR /Library/Developer
        setenv LOCAL_LIBRARY_DIR /Library
        setenv MACH_O_TYPE staticlib
        setenv MACOSX_DEPLOYMENT_TARGET 10.6
        setenv MAC_OS_X_PRODUCT_BUILD_VERSION 11C74
        setenv MAC_OS_X_VERSION_ACTUAL 1072
        setenv MAC_OS_X_VERSION_MAJOR 1070
        setenv MAC_OS_X_VERSION_MINOR 0702
        setenv NATIVE_ARCH i386
        setenv NATIVE_ARCH_32_BIT i386
        setenv NATIVE_ARCH_64_BIT x86_64
        setenv NATIVE_ARCH_ACTUAL x86_64
        setenv NO_COMMON YES
        setenv OBJC_ABI_VERSION 2
        setenv OBJECT_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects
        setenv OBJECT_FILE_DIR_normal /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal
        setenv OBJROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv ONLY_ACTIVE_ARCH NO
        setenv OPTIMIZATION_LEVEL 0
        setenv OS MACOS
        setenv OSAC /usr/bin/osacompile
        setenv OTHER_LDFLAGS "-all_load -ObjC"
        setenv PACKAGE_TYPE com.apple.package-type.static-library
        setenv PASCAL_STRINGS YES
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
        setenv PFE_FILE_C_DIALECTS objective-c
        setenv PHONEGAPLIB /Users/cdp134/Documents/PhoneGapLib
        setenv PKGINFO_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PkgInfo
        setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
        setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
        setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Devel oper/Library
        setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
        setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
        setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
        setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
        setenv PLATFORM_NAME iphonesimulator
        setenv PLATFORM_PREFERRED_ARCH i386
        setenv PLATFORM_PRODUCT_BUILD_VERSION 9A334
        setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 50000
        setenv PLIST_FILE_OUTPUT_FORMAT binary
        setenv PREBINDING NO
        setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
        setenv PRECOMP_DESTINATION_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PrefixHeaders
        setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
        setenv PRIVATE_HEADERS_FOLDER_PATH /usr/local/include
        setenv PRODUCT_NAME PhoneGapLib
        setenv PRODUCT_SETTINGS_PATH
        setenv PRODUCT_TYPE com.apple.product-type.library.static
        setenv PROFILING_CODE NO
        setenv PROJECT PhoneGapLib
        setenv PROJECT_DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/DerivedSources
        setenv PROJECT_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv PROJECT_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/PhoneGapLib.xcodeproj
        setenv PROJECT_NAME PhoneGapLib
        setenv PROJECT_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build
        setenv PUBLIC_HEADERS_FOLDER_PATH /usr/local/include
        setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
        setenv REMOVE_CVS_FROM_RESOURCES YES
        setenv REMOVE_GIT_FROM_RESOURCES YES
        setenv REMOVE_HG_FROM_RESOURCES YES
        setenv REMOVE_SVN_FROM_RESOURCES YES
        setenv REZ_COLLECTOR_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/ResourceManagerResources
        setenv REZ_EXECUTABLE YES
        setenv REZ_OBJECTS_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/ResourceManagerResources/Objects
        setenv REZ_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv RUN_CLANG_STATIC_ANALYZER NO
        setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
        setenv SCRIPT_INPUT_FILE_COUNT 0
        setenv SCRIPT_OUTPUT_FILE_COUNT 0
        setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
        setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
        setenv SDK_NAME iphonesimulator5.0
        setenv SDK_PRODUCT_BUILD_VERSION 9A334
        setenv SED /usr/bin/sed
        setenv SEPARATE_STRIP YES
        setenv SEPARATE_SYMBOL_EDIT NO
        setenv SET_DIR_MODE_OWNER_GROUP YES
        setenv SET_FILE_MODE_OWNER_GROUP NO
        setenv SHARED_DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/DerivedSources
        setenv SHARED_PRECOMPS_DIR /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/SharedPrecompiledHea ders
        setenv SKIP_INSTALL NO
        setenv SOURCE_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv SRCROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv STRINGS_FILE_OUTPUT_ENCODING binary
        setenv STRIP_INSTALLED_PRODUCT YES
        setenv STRIP_STYLE debugging
        setenv SUPPORTED_DEVICE_FAMILIES "1 2"
        setenv SUPPORTED_PLATFORMS "iphonesimulator iphoneos"
        setenv SYMROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
        setenv SYSTEM_APPS_DIR /Applications
        setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
        setenv SYSTEM_DEMOS_DIR /Applications/Extras
        setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
        setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
        setenv SYSTEM_DEVELOPER_DIR /Developer
        setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
        setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
        setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
        setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
        setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
        setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
        setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
        setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
        setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
        setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
        setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
        setenv SYSTEM_LIBRARY_DIR /System/Library
        setenv TARGETED_DEVICE_FAMILY 1
        setenv TARGETNAME PhoneGapLib
        setenv TARGET_BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv TARGET_NAME PhoneGapLib
        setenv TARGET_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv TEST_AFTER_BUILD YES
        setenv UID 501
        setenv UNSTRIPPED_PRODUCT NO
        setenv USER cdp134
        setenv USER_APPS_DIR /Users/cdp134/Applications
        setenv USER_LIBRARY_DIR /Users/cdp134/Library
        setenv USE_DYNAMIC_NO_PIC YES
        setenv USE_HEADERMAP YES
        setenv USE_HEADER_SYMLINKS NO
        setenv VALIDATE_PRODUCT NO
        setenv VALID_ARCHS "i386 armv6 armv7"
        setenv VERBOSE_PBXCP NO
        setenv VERSION_INFO_BUILDER cdp134
        setenv VERSION_INFO_FILE PhoneGapLib_vers.c
        setenv VERSION_INFO_STRING "\"@(#)PROGRAM:PhoneGapLib  PROJECT:PhoneGapLib-\""
        setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
        setenv XCODE_PRODUCT_BUILD_VERSION 4D199
        setenv XCODE_VERSION_ACTUAL 0420
        setenv XCODE_VERSION_MAJOR 0400
        setenv XCODE_VERSION_MINOR 0420
        setenv YACC /Developer/usr/bin/yacc
        /bin/sh -c /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Script-3044C11210BC6AEE00581BFB.sh
    java -jar util/yuicompressor/yuicompressor-2.4.2.jar --nomunge --charset UTF-8 -o javascripts/phonegap.js javascripts/phonegap-uncompressed.js
    CompileC build/PhoneGapLib.build/Debug-iphonesimulator/PhoneGapLib.build/Objects-normal/i386/Camer a.o Classes/Camera.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv LANG en_US.US-ASCII
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=c99 -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-shorten-64-to-32 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -fexceptions -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -iquote /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-generated-files.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/PhoneGapLib-own-target-headers.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/PhoneGapLib-all-target-headers.hmap -iquote /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-project-headers.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/include -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/DerivedSources/i386 -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/DerivedSources -F/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator -include /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/SharedPrecompiledHea ders/PhoneGapLib_Prefix-ahgstubjlciszneebntbbngmsizb/PhoneGapLib_Prefix.pch -MMD -MT dependencies -MF /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/Camera.d -c /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m -o /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/Camera.o
    /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m:178:13: error: type of property 'returnType' ('unsigned int') does not match type of ivar 'returnType' ('enum DestinationType') [3]
    @synthesize returnType;
                 ^
    /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.h:25:23: note: ivar is declared here [3]
             enum DestinationType returnType;
                                  ^
    1 error generated.
    operation completed
              emptySelectCount =  10
              readCount = 311

    Carey,
    I have tried london1a1's workaround, and it has not made any difference.
    It seems that london1a1 suggests changing the Camera.h file in this location:
              Users/london1a1/Documents/DW_NAF/PhoneGapLib/PhoneGapLib/Classes/Camera.h
    Whereas you're saying to change the Camera.h file in this location:
              /Applications/Adobe Dreamweaver CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib/Classes/Camera.h
    I've tried changing the Camera.h file in both locations.  Neither has made a difference.

  • Problem playing an imported flash template in dreamweaver cs5

    hi,i just downloaded a flash template from flashmo.com and imported it to dreamweaver cs5 through Insert > media > SWF and it loaded. but the problem is, when i click the live view or play the file in the properties,nothing shows up.except some texts "loading XML data..."
    all the flash templates i have downloaded face this prob. i have no idea where is the mistake.
    what could be the problem?any help,plz.

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • Dreamweaver CS5 fails to open XP-Resolution Here!

    Hi,
    We had an issue with Dreamweaver CS5 opening under a standard user on XP Pro SP3.
    The resolution....
    Open msconfig and disable everything to do with Adobe. Simple! Don't mess with config files, re-install; it doesn't work! Stopping Adobe things from running seems to so far.
    Before Dreamweaver will show the green startup box and then completly close, no error, warning, crash, etc.
    The proceedure as follows:-
    Start > Run...   type msconfig
    Startup Tab
    Untick anythings that has Adobe in its program line/path
    Click Apply/OK
    Restart
    Tick the box for the msconfig window to not show, then click ok if it shows up.
    Open Dreamweaver, worked a treat on ones I tried. This solution also works for Bridge CS5 not opening and crashing (Bridge has stopped working) under Windows 7 x64; even after Adobe looked at the issue and were clueless!
    If you want any more info, let me know.

    Sorry I can't be more help. This is a user to user forum, and I'm a designer rather than a technician. How about contacting Adobe Technical support?
    http://www.adobe.com/support/contact/

  • Update multiple rows in a dynamic table Dreamweaver CS5.5

    hello there
    i want to update multiple rows which comes from a dynamic table in Dreamweaver CS5 (a loop in php) here is my Mysql table :
    sql code
    CREATE TABLE `register`.`s_lessons` (
    `lid` int( 5 ) NOT NULL ,
    `sid` int( 9 ) NOT NULL ,
    `term` int( 5 ) NOT NULL ,
    `tid` int( 5 ) NOT NULL ,
    `point` double NOT NULL DEFAULT '0',
    PRIMARY KEY ( `lid` , `sid` , `term` ) ,
    KEY `tid` ( `tid` ) ,
    KEY `point` ( `point` )
    ) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_persian_ci;
    and this is my page source code:
    php file
    <?php require_once('../Connections/register.php'); ?>
    <?php
    session_start();
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $colname1_rs1 = "-1";
    if (isset($_GET['term'])) {
      $colname1_rs1 = $_GET['term'];
    $colname_rs1 = "-1";
    if (isset($_GET['lid'])) {
      $colname_rs1 = $_GET['lid'];
    $colname2_rs1 = "-1";
    if (isset($_SESSION['tid'])) {
      $colname2_rs1 = $_SESSION['tid'];
    mysql_select_db($database_register, $register);
    $query_rs1 = sprintf("SELECT s_lessons.sid, s_lessons.lid, s_lessons.term, s_lessons.tid, s_lessons.point FROM s_lessons WHERE s_lessons.lid = %s AND s_lessons.term = %s AND s_lessons.tid  = %s", GetSQLValueString($colname_rs1, "int"),GetSQLValueString($colname1_rs1, "int"),GetSQLValueString($colname2_rs1, "int"));
    $rs1 = mysql_query($query_rs1, $register) or die(mysql_error());
    $row_rs1 = mysql_fetch_assoc($rs1);
    $totalRows_rs1 = mysql_num_rows($rs1);
    $count=mysql_num_rows($rs1);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    for ($j = 0, $len = count($_POST['lid']); $j < $len; $j++) {
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
      $updateSQL = sprintf("UPDATE s_lessons SET point=%s WHERE tid=%s, lid=%s, sid=%s, term=%s",
                           GetSQLValueString($_POST['point'] [$j], "double"),
                                GetSQLValueString($_SESSION['tid'], "int"),
                           GetSQLValueString($_POST['lid'] [$j], "int"),
                                GetSQLValueString($_POST['sid'] [$j], "int"),
                                GetSQLValueString($_POST['term'] [$j], "int"));
      mysql_select_db($database_register, $register);
      $Result1 = mysql_query($updateSQL, $register) or die(mysql_error());
      $updateGoTo = "student_lists.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
        $updateGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $updateGoTo));
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>r</title>
    <link href="styles/style.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="styles/in_styles.css" rel="stylesheet" type="text/css" media="screen" />
    </head>
    <body>
    <div id="wrapper">
         <div id="header-wrapper">
         </div>
         <!-- end #header -->
         <div id="page">
              <div id="page-bgtop">
                   <div id="page-bgbtm">
                        <div id="content">
                             <div class="post">
                               <div style="clear: both;">
                            <form name="form1" id="form1" method="post" action="<?php echo $editFormAction; ?>">
                            <table border="1" align="center">
                              <tr>
                                <th>Student ID</th>
                                <th>Lesson ID</th>
                                <th>Semester</th>
                                <th>Point</th>
                              </tr>
                              <?php do { ?>
                                <tr>
                                  <td class="data"><label for="sid[]"></label>
                                  <input name="sid[]" type="text" id="sid[]" value="<?php echo $row_rs1['sid']; ?>" size="9" readonly="readonly" /></td>
                                  <td class="data"><label for="lid[]"></label>
                                  <input name="lid[]" type="text" id="lid[]" value="<?php echo $row_rs1['lid']; ?>" size="5" readonly="readonly" /></td>
                                  <td class="data"><label for="term[]"></label>
                                  <input name="term[]" type="text" id="term[]" value="<?php echo $row_rs1['term']; ?>" size="4" readonly="readonly" /></td>
                                  <td><label for="point[]"></label>
                                    <input name="point[]" type="text" id="point[]" value="<?php echo $row_rs1['point']; ?>" size="4" />                             
                              </tr>
                                <?php } while ($row_rs1 = mysql_fetch_assoc($rs1)); ?>
                            </table>
                            <p>
                              <input type="submit" name="Submit" id="Submit" value="Submit" />
                              <input type="hidden" name="MM_update" value="form1" />
                            </p>
                            </form>
                               </div>
                             </div>
                        <div style="clear: both;">
                    </div>
                        </div>
                        <!-- end #content -->
                        <!-- end #sidebar -->
                        <div style="clear: both;"> </div>
                   </div>
              </div>
         </div>
         <!-- end #page -->
    </div>
    <!-- end #footer -->
    </body>
    </html>
    <?php
    mysql_free_result($rs1);
    ?>
    All i want is that when users click on SUBMIT button values of point column in s_lessons(database table) be updated by new entries from user.
    i did my best and result with that code is :
    You  have an error in your SQL syntax; check the manual that corresponds to  your MySQL server version for the right syntax to use near ' lid=888,  sid=860935422, term=902' at line 1
    I would appreciate any idea.
    with prior thanks

    Go to the Row Properties, and in the Visibility tab, you have "Show or hide based on an expression". You can use this to write an expression that resolves to true if the row should be hidden, false otherwise.
    Additionally, in the Matrix properties you should take a look at the filters section, perhaps you can achieve what you wish to achieve through there by removing the unnecessary rows instead of just hiding them.
    It's only so much I can help you with the limited information. If you require further help, please provide us with more information such as what data are you displaying, what's the criteria to hiding rows, etc...
    Regards
    Andrew Borg Cardona

  • Menu behind spry slideshow dreamweaver cs5?

    Using Dreamweaver CS5
    Hi.  I have a site with a css3 dropdown menu that seems to work fine on all of my pages except my photo gallery page. The menu appears behind the Spry Slideshow with Filmstrip that I got from the Widget Browser.
    The site is not live and only on my local machine but here is the page html in a text doc: http://www.210usa.com/index.txt
    Here is the main css: http://www.210usa.com/css_prob.txt
    Here is the slideshow css: http://www.210usa.com/css_slideshow.txt
    I have changed the z index but that is not helping at all.  I found this for problems with flash docs but I am a real novice and do not know how to even put these tags in my code.  Any help would be greatly appreciated.
    Thanks

    Grüss Dich sailor,
    in my opinion "SpryTabbedPanels" actually only do what they should to do and so it inevitably leads to the covered menu items. I played a little bit around with the width from your "css3menu1/style.css"
    height:22px;line-height:22px;border-width:0 0 3px 0;border-style:none;border-color:#009900;border-radius:10px;-moz-border-radius:10px;-webk it-border-radius:10px;padding:3px 10px; width: 650px;}
    and I got this:
    so you can see what I mean. To correct this you had to put down your "photo gallery for Mystic Pizza II" so far, till there is enough space for the panel. And therefore I would prefer a solution by using a "SpryMenuBarVertical" leftmost on your page (if you mean it's necessary so too on the right).
    Glück auf!
    Hans-Günter

  • Help with Dreamweaver CS5 spry menus. Menu is not dropping down in IE7.

    Hello.
    We recently upgraded from GoLive CS3 to Dreamweaver CS5. Wow! This has been a big change for us. We are having trouble with a website that we are building, specifically the Spry Menu drop downs not appearing correctly in IE7 and older. While the dropdown menu appears in other browsers, it is not dropping down at all in IE7 and earlier versions. After researching this topic on many websites, including this forum, we are still unable to resolve our particular issue. We have tried many of the suggestions that are common to our problem, but have not found a solution as yet. Could someone please check out this page for us, and possibly give us some advise. We are working on Mac OSX. Thank you in advance for any suggestions you may offer.
    http://www.advertools.net/pgtdemo/index.html

    When I added the following to the document
    <style>
    #main_image {position:static;}
    </style>
    the menu items appeared albeit in the wrong position.
    The reason for the hidden menu items is because #main_image had a position of relative, effectively creating a flow of its own rather than following the natural flow of the document.
    Now for the postion of the submenu. If I add the following style rules to the document the submenu items are in the correct position
    ul.MenuBarHorizontal li {text-align: left;}
    ul.MenuBarHorizontal a {text-align: center;}
    In the first line I have reset the rule that you had changed to center align and in the second line (which is not in the original CSS) I have aligned the text in the anchor tag to align center.
    The reason is that IE<8 behaves differently to other browsers when it comes to list items causing the nested list items (submenu) to align themselves to the center of the text of the parent list item.
    I hope the above helps.
    Gramps

  • Adobe recommends: Enhanced support for CSS3 in Dreamweaver CS5.5

    Over  the past week, we publicized some high-value content from adobe.com and other community sites. Hopefully you enjoyed these posts and found the resources useful. Today is our last day of the "Adobe Recommends" series.
    Continuing our trip along the CSS highway, we now move to CSS3 with our next recommendation, by Preran Kurnool:
    Enhanced support for CSS3 in Dreamweaver CS5.5
    This blog post takes you through using box shadow, text shadow, border radius, and border image properties in Dreamweaver CS5.5.
    Give it a spin and let us know what you think!
    Previous recommendation threads:
    Use Dreamweaver CS 5.5 to package your web application for iOS and Android devices
    Customizing a Spry Menu Bar widget
    Spry Menu Bar resources
    Layout 101
    CSS page layout basics
    New CSS features in Dreamweaver CS5
    Automatically attaching style sheets to new documents

    Aegis Kleais wrote:
    Sorry, Al, but I couldn't disagree more.  Where I respect the fact that, as coders, we're rather ingrained with our workflow processes and, at times, hesitant to change, I've found LESS' benefits to be very worthwhile.
    No need to apologize. Preprocessing is a topic on which there are differing opinions. You have one. I have one. There are advocates:
    http://blog.urbaninsight.com/2012/04/12/ten-reasons-you-should-be-using-css-preprocessor
    There are those who are not sold:
    http://blog.millermedeiros.com/the-problem-with-css-pre-processors/
    http://www.skybondsor.com/blog/css-preprocessors
    There are those mostly sold:
    http://css-tricks.com/musings-on-preprocessing/
    There are even those who have been converted (but who might reverse at some later point):
    http://cognition.happycog.com/article/preprocess-this
    Heck, even I might be converted someday - or not
    Bottom line for me, right now? I know I can write CSS that is better than most, more efficient than most, and easier to follow than most, and a preprocessor would add unwanted complexity. But that's for me. For someone not able to be organized intutively, or for a large - but carefully coordinated - team, a preprocessor could be a positive.
    But not for me.
    There are evolving trends - popular aspects of the technology that may and should find themselves being adapted into CSS. But I've been around this business as long as CSS has. I've seen buzzwords and trends and I've historically been spot-on in predicting the one that will stick. I think preprocessing will stick - but only insofar as it will be a catalyst for features in future versions of CSS. As a separate technology it makes no sense - to me

  • Filetype HTML.xht workaround for Dreamweaver CS5.5

    upon upgrading to Dreamweaver CS5.5, i noticed that files of filetype HTML.xht in one of my web projects either wouldn't open in Dw, or wouldn't open with link color cueing and file management.
    the known workaround is configuring the following files by adding item 'XHT' after 'XHTML' on the line for 'HTML' documents:
         Applications/Adobe Dreamweaver CS5.5/Configuration/DocumentTypes/MMDocumentTypes.xml
              [in Dw CS5, was Applications/Adobe Dreamweaver CS5/Configuration/DocumentTypes/MMDocumentTypes.xml ]
    and
         /Users/me/Library/Application Support/Adobe/Dreamweaver CS5.5/en_US/Configuration/Extensions.txt
            [in Dw CS5, was /Users/me/Library/Application\ Support/Adobe/Dreamweaver\ CS5/en_US/Configuration/Extensions.txt ]
    the workaround enables Dw CS5.5 to open an HTML5 document with an 'xht' extension via the Files Panel.
    additional information about 'deployment of HTML.xht' is noted on my web site at
    http://www.enhanceability.com/dev/0.xht
    please let the Dreamweaver developers know that there must be a better way to support HTML.xht or HTML5.
    best regards,
    Ron Stone

    Hi Peran,
    I actually resolved the problem by accessing the website with Internet Explorer (ver. 8.0.7601.17514)) rather than with Chrome (ver. 35.0.1916.153 m).  Link =  http://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html, which can be navigated to via your link (http://helpx.adobe.com/download-install.html) as well as via the link referenced in my question  (https://www.adobe.com/downloads/other-downloads.html).  The problem apparently related to Chrome.
    Thank you,
    Larry

  • Dreamweaver CS5.5 Mobile Apps with PHP and MYSQL?

    Hello,
    I don't have Dreamweaver CS5.5 yet and I've been trying to search for information on this but I couldn't find any. I've been learning PHP and been developing with MYSQL with Dreamweaver CS5 but I wanted to know if I can use the same tags and everything if I would to build a Mobile App using the new Dreamweaver CS5.5 (http://tv.adobe.com/watch/cs-55-web-premium-feature-tour-/dreamweaver-cs-55-jquery-mobile- pages/). I overlooked at the video and it seems pretty easy building an app. So is PHP and MYSQL easily integratable? Are there any examples that I might be able to check out?
    Thanks!

    No. PHP is a server-side scripting language that requires a server (or server-like environment) to run.
    An iPhone (or Android) application does not allow for a "built-in" server (which is resource intensive and has scary security implications). You just can't build an application with PHP/MySQL for a mobile device. Instead you can build a web service that your HTML/JavaScript mobile application can then communicate with. This is the only supported way you can use PHP/MySQL in a mobile app. Again: the PHP/MySQL should reside on a server and your HTML/JS mobile app can then communicate with that web service. That's what instapaper and other applications do.
    Frankly, just make a web application that's mobile device friendly and you'll:
    1) Avoid all the messiness of the app stores
    2) Have greater control over what your web app can do (don't have to tow the Apple/Google line)
    3) Have a web app that can work across mulitple mobile devices as well as standard web browsers (i.e. more audience = more $).
    4) Future proof your application (pushing updates to your server and everyone using your web app is updated)
    Otherwise, read-up on Adobe AIR and what it supports and remember, the best apps are written natively for the platform (i.e. want to write an app for an iPhone? Learn Objective-C and use xCode on a Mac. Want to write an app for Motorola Xoom? Learn the Android SDK and use inteliJ).

Maybe you are looking for