『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
For all things Dreamweaver.
新着順
Hi All,I am struggling with how to graph an equation over its full range. How would one code x squared then call it up to be graphed at each 0.1 increment?The closest that I have gotten is: $equ = pow($x,2);$data = array();for($x = 0; $x <= 5; $x+.1)$data[ ] = array(' ', $equ);Thank you All.Gary
Ok Guys and Girls I need your help. Should be simple but I am not seeing clearly at the moment.What I want to do is when a checkbox is clicked the discount price gets removed from the current total. If I have rounded up figures like below 35.00 and the discount price 15.00 it works ok. Clicking and unclicking the checbox functions. As soon as I use something like 35.50 and 15.50 it goes haywire. I know its something to to with parseInt( ) rounding down the numbers BUT if I remove that then not even the rounded up figures work.Full test code below. There's probably a better way to do this.<!DOCTYPE html ><html><head><meta charset="UTF-8" /><title>Price Discount</title><script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script><script>// CHANGE PRICING FOR CHILD PRICE$(document).ready(function() {$('.select_child').click(function() {if($(this).is(':checked')) {var child_discount = $('.child_discount')
How do I create a page that allows users to upload a graphic or text for me to output and deliver back to them, adding to a cart?
Hi, my name is LadaHaving some Z index issues, and trying to rectify them. Tried a few different ways, all unsuccessful.What I am trying to do:Trying to make a z index area smaller with a scrollbar.Why?When my z indexed area appears, the contents go beyond the area I wish to have them stay in. Basically going to the end of the page.I would like the z indexed area to be confined, and in this confined area, have a scroll bar for any additional contents that go passed the confined area.Visit: www.discgolfbuddy.caIn the club name area, enter Nicks disc golf clubThe z index area appears. As you can see, it goes to end of page. I would like the z index to stop at spot 5, and have a scrollbar to scroll through 6-100.If anyone has a moment to see if they can help me out. I would be very appreciative.
My day job has me auditing the data entry of other people in batches of html documents. One of the things we need to search for is empty cells in tables (and often nested tables). Given we need to crank through 150+ per week, visually hunting down all the possible empty cells can be a bit of a repetitive chore. I would love to use the "find/replace" tool to just search all the documents in a batch so I can just work my way down the list. Even better would be to search for all <td> tags that have a non-breaking space character ( ) and assign an attribute that gives is a starkly obvious highlight color so I don't have to keep the search results open.Here's the problem: Doing a search for a specific tag containing doesn't find anything. Putting a space in the "containing" field in the search box just lists all the table cells that have blocks of text but not the empty cells.Additional complication: The person who put together the "templates" that the build team is using
I know html quite well, and css reasonably well. I built my website more than 20 years ago, and always loved Dreamweaver. But since a half year or so images will not show when I upload the page. It started with pages which I uploaded before uploading the image, but it still worked fine when I first uploaded the image and only afterwards the page. Now the images don't show at all. There is no difference if I upload the pictures first or after the page. Online I only see the little squares. After a few days they appear, but I need them right away. When I want to show a customer the paintings he/she asked for, I have to show them immediately. Is it Dreamweaver which doesn't work right, or is it a glitch of browsers? It is identical in all browsers, so it is not just one browser. That looks to me as if Dreamweaver causes it. Anyone knows of this problem?Lotti
I'm trying to embed PHP code inside an HTML page with a .html file extension. If I look at the local file using MAMP with a browser, it displays correctly. However, Dreamweaver refuses to parse the PHP content properly when it's located in an HTML file. Is there someway to enable this, like modifying a .htaccess file on a real server to accomplish the same thing?
Colleagues code displays fine but when I open same file some characters are displayed one per line to far right of display window.I am using split screen. Have tried "apply source formatting" and "word wrap". Preferences are the same between 2 computers. Thanks
We have many different corporate websites that need to be built for financial services and consulting. We want to launch live proof of concepts and then migrate to a more full featured platform in parallel, there are four groups of websites however have not yet decided whether to separate the installs or group them all together, it depends on the product. We were thinking the live POC Muse and production AEM, but the question is the themes and content integration times, we are looking at apple.com quality however on speaking with partners it is all over the place, so really don't have a lot of confidence in their honesty. Regards.
Hi! I am a new developer and trying to code a simple online registration page - I have made a form with fill-in text boxes for each section of my form I wish someone to register to my page with - first name, last name, email, username, password, and a submit button.I am following a youtube tutorial to make a online registration and "sign in/sign out" site, and I have set up a myphp database to go along. Here is my issue - in the tutorial the man is using an older and much-different version of Dreamweaver and in the tutorial he states to go the 'bindings' tab for the form and then select the option to 'save the data'. I do not have a bindings tab on the right-sidebar where he has it and I am wondering if it is buried somewhere in the options or I am doing something completely wrong. One thing I don't have is my Dreamweaver attached to a server in the 'site options' so I am wondering if this may be the issue.I apologize for my terms as I am new to coding and am unfamiliar with the jargon
Please help me connect my files to the server. I see my local files, the ftp is correct, but I'm not seeing the connection. Can someone guide me?
Is there a way to test your site for android devises without actually owning an android devise?
I have been converting Powerpoint slide shows to a Presenter slide show and then opening this with Dreamweaver. Recently the Presenter output has not been opening with Dreamweaver 4CS. (I keep getting a message to enable JavaScript, but I've done this and still no success.) I updated Presenter and Powerpoint upon the advice of Adobe chat staff. Still no success. I realize that Dreamweaver 4CS is not supported but am reluctant to use the cloud based newest version without some certainty that it will work. Is there a compatibility issues using Dreamweaver 4CS opening Presenter 11 output? If so, will Dreamweaver 6CS open the Presenter output? In short, how do I overcome this problem since my entire web site depends upon the answer?
in Dreamweaver CS6, my server behaviours will turn from whatever one it is, whether it be "Log In User", or "Insert Record" to "Dynamic Attribute (form.action (?php echo.......", aka the code for the Log In User or Insert Record.I.E. it goes from this:To this:The error occurs after i save the template and it updates the pages.
Hello,Ive been told that somehow the template I created in dreamweaver affects the css that controls BC modules, my site currently does not look like the one i created in DW althought I have upload the newest version. I have been playing ping pong between BC techs and DW and BC said that they cant help me with code, I hope you guys can assist me. Here is the code I have for the template. Please feel free to share your thoughts. thank you.<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="author" content="IbarDesign"><!-- TemplateBeginEditable name="doctitle" --><title>Veneto Luce | Home</title><!-- TemplateEndEditable --><link rel="shortcut icon" href="../images/_svg/Veneto_logo_solo_b.svg"/> <!-- Bootstrap --><link href="/css/bootstrap.css" rel="stylesheet">
Hello all,At the moment I have a strange thing going on.I have created a <div> that is 1104 px wide, and is centred in this way :#pmetxt { width: 1104px; height: auto; min-height: 100%; margin-left: -552px; left: 50%; position: absolute; z-index: 10; top: 0px;}When I use a browser it centres right and all content is visible.But when I use an iPad or iPhone it als centres nice, but on the left and right side, partly of the content is cut off.I can scroll to the right, and then I can see the rest on the right side, but not on the left side.The link to my test page is : http://pme-tecnica.nl/test_siteIs there a way to solve this?CheersKoen
I have a guy who already has his own graphic designer and hosting who wants a website. I am an independent web designer and am not used to working this way. Do any of you have experience with this sort of situation?
I recently bought a new PC and have Windows 10. I backed up all my files from my old computer and downloaded them to my new computer. I installed Dreamweaver. However, I don't know how to get my local website files loaded onto Dreamweaver (or even where to find them.) so that I can update my website. I have only a pretty basic knowledge of Dreamweaver for a pretty unsophisticated website (oamasters.com). Thank you for any help you can provide or for pointing me in the right direction. Janet
I just noticed that the latest version of XAMPP has replaced MySQL with MariaDB, which I have never heard of. To my knowledge, both Joomla and Wordpress continue to use MySQLi. I supposed I could just continue to use older versions of XAMPP but I find this disappointing.
Hi guys,Having a very minor problem with a dropdown menu in a website I am currently trying to construct - the vast majority is completely fine, there is just one of the dropdowns that disappears when I scroll the mouse down to the bottom option - the rest are all working nicely!HTML and CSS code, plus screenshot below - The issue is regarding the 'Bands' option under the 'For Hire' menu.HTML<nav><div id="navbar"> <meta charset="utf-8"> <ul> <li><a href="#">About Us</a></li> <li><a href="#">Rehearsals</a> <ul> <li><a href="#" class="sub">Live Room</a></li> <li><a href="#" class="sub">Isolation Room</a></li> &n
I’m trying to figure out my way around Dreamweaver and I have some issues I can’t quote figure out, primarily related to modifying text.On the right of side of Dreamweaver there is a “Properties” panel that appears to allow me to adjust things like font color, size, family, alignment, etc. But the options are greyed out and I can’t figure out how to make them active. If I have a section of text that I want to change, I highlight the text (ensuring the orange box is active so I can actually modify the text, but the different parameters remain greyed out. If I go in and change the actual code (text-align for example), the selected parameter in the “properties” sidebar will then change but I still can’t edit the text by clicking on the item I want to change.How do I make that active?I also read that I can change the text for the entire page by going to file-> page properties and modifying the Appearance (CSS) section. However when I make changes there nothing ch
I created a website using Dreamweaver CS3 many years ago, which continue to look fine on my older computer windows XP. Yea, it all sounds antique. It looked fine on my browser when launched and still does. [ I later acquired CS4 but did not use it. ]I want to add new images and text and preserve much of the original website. When I look at my website on newer computer operating systems, the text areas 'drift' from the original appearance viewed on my computer, meaning titles overlap, text is not justified, etc. I now have a refurbished PC with windows 7. Do I need to completely rebuild and if so do I need the latest version of the now Adobe software? Any suggestions?
Would it be 1) possible, and 2) relatively harmless for me to replace all grays on a website with 50% alpha black (via rgba values)? The reasoning being that a 50% black should mix better with most site bg colors than a solid neutral gray will. They would look identical on solid white, though.Are rgba values that safe to use across the board, I guess is the question I'm really asking.
I'm having issues with my DWT and get the error message:There is an error at line 689, column 63 (absolute position 30964) of "C:\wamp\www\tsystem.com\pages\our-solutions\index.php": unexpected end of file. I really need to resolve these issues can anyone assist me or point me in the right direction.
8-Track vs Compact Cassette, Betamax vs VHS, Foundation vs Bootstrap. Notice how I have placed the better technology first and comparing that to the more popular technology? In case of the first 2, the latter has won. The jury is out on the 3rd oneHave a look here Foundation & CSS Grid: Think Beyond the Page | ZURB Blog to make up your own mind.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.