『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
<div class="container discover_sec"><div class="wrapper"><h2>Discover OCTAL</h2><div class="discover 1">a href="/Sustainability/Health-Safety"&gt;<img alt="" src="/portals/0/ModuleContent/Discover%20OCTAL/discover_octal.png" /> &lt;/href="http:&gt;</div><div class="discover2"><ul> <li> <a title="Sustainability" href="/Sustainability/Health-Safety"> <span class="discover_image"><img alt="" src="/portals/0/ModuleContent/Discover%20OCTAL/discover_octal4.png" /></span> <span class="inside_discover"> <span class="heading">sustainability</span> <span class="content">OCTAL has the Lowest Carbon Footprint</span> <span class="find">find out more</span> </span> </a> </
In Dreamweaver, How to remove any particular design which we have inserted?
Hi,I appreciate this is a tenuous connection but I'm trying to track down an error on a piece of software I'm developing using Xcode.I keep getting the following in the console during debugging: plugin com.adobe.accmac.ACCFinderSync invalidated The thing is my software has no connection with Adobe so I'm at a loss to explain why this is popping up. By any chance does someone on this forum have any idea?I'm using Xcode 7.0.2 on a Mac Book Pro 17" running 10.11
Merry Christmas and Happy Holidays to one & all!I'm wondering if there's a way to append from input values with some text contained inside a title attribute on form SUBMIT. My goal is to grab a value from the input entries and then prefix those values with some descriptive text as the form is being submitted to a shopping cart. Example:<form method="post" action="https://shopping_cart/ID"><label for="arrival">Arrival Date:</label><input name="arrival" id="arrival" type="text" value="" title="Arrival Date:" required placeholder="mm/dd/yyyy"><label for="nights># of Nights:</label><input name="nights" id="nights" value="" title="# of Nights:" type="number" min="1" required placeholder="How many nights?"><label for="guests"># of Guests:</label><input name="guests" id="guests" value="" title="# of Guests:" type="number" min="1" required placeholder="How many in your group?"><button type="submit">ADD TO CART</button>
Hi all,I have been attempting to update an older legacy multipage website (each page has html headers etc.), adding in jQuery Mobile. For the most part it is going well but I'm having some issues with links, page redirection and caching.I am writing javascript like this... <script> --- do stuff - then --- window.location.replace("page1.html"); </script> and links like this <a class="ui-btn ui-btn-b tsize1" href="page2.html" rel="external">page 2</a> CACHING ISSUESOn many pages – Like the ones I'm having problems with I have added no caching code like... <head> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> ... more.... <head> Problem: as an example, I may go from Page 1 and click on a link to go to page 2, and page 2 has the "no cache" lines in the header. The problem is that a fresh edit of page 2 is not showing up even with the no cache Lines above and even if I hit refresh in the brows
I'm decidedly on the development side and usually have no part of the storyboard or wire framing process. Our team may get capability questions so they don't go down the wrong rabbit hole but sometimes it seems like it's just as hard to explain why something isn't going to work rather than just quickly mocking up something that will. Does anyone use any extremely simple wireframe workflows? Translating directly to any usable UI/layout code isn't important but it might be nice if it could produce the mock in a visual way. Sometimes people just need to see something. All the people where am use an Illustrator-esque process, and while I have it, I think I'm allergic to it. I've been in Photoshop for life and love pixels, and I love my vectors in Flash, but Illustrator just scares me. What tools would you use to do anything from mock an entire site even down to just mock a simple portion of a system, website, application or even just a process in general?
hi all,is there a way to have the span id display more than 1x (the 1st shows up but not the next one) without extra javascript document.getElementById('name2***').textContent = "bob";?html....1 - the name is <span id="name"></span>this doesn't show 2nd time2 - again the name is <span id="name"></span><script>document.getElementById('name').textContent = "bob";</script>
Hi,I am using this JS validationJavaScript Form Validation : quick and easy!and by itself it works wellbut also I am using jQuery with forms and it seems to be over riding the validation and just processing the form anywayQ: How do I set it up so jQuery form can wait for validation to work 1st?Thanks in advance
Hi all,In php - we can do and if statement something like: <?php if ($test1 !=''){ ?> add HTML HERE <?php // end if here } ?> and the html will only show if the condition is met.Q: So, What's the best way to add large html chunk like a form using javascript IF statement or a better way???like this - or...??? <script> if ( test1 !="" ){ //this.... document.getElementById('showthis').innerHTML = "large html chunk"; } // or this.... $.get("codeblock-1.html", function(fileData){ $('put-stuff-here').html(fileData); }); // or something better? </script>
I am working on building an HTML5 extension for InDesign CC 2015. I bundle the extension with Extension Builder 3 into a zxp file; which upon installing unpacks to HTML pages and js and css files into the install location on my Mac (/Library/Application Support/Adobe/CEP/extensions/MyExtension). My concern is, this way, my extension can be easily modified or reverse-engineered. How do I encrypt my extension before sending it to the customers so that my code is not wide open in front of them?
Hey all, Wondering if anyone lurking around here uses WordPress MultiSite. I'm mostly interested in knowing:- If people even know WordPress has a MultiSite feature- Do you work on development servers and migrate these sites to production- Do you work on WPMS plugins- Do you have any plugins that assist WPMS in a "need to have" fashionMost of my sites use single install mode but I'm getting more clients who want a site developed that can be replicated easily. An random example would be a site for Events. You may have several different event sites for different reasons but want to manage them all in the same place and utilize a single WP install in MU mode. Maybe you sell cars and have multiple lots and want all the same data across all of them but the sites to be separate yet unified in the back end. Etc.. If you haven't explored WordPress MultiSite, here's some information on it: Create A Network « WordPress Codex
I added 3 objects in my document and gave them a graphic style that is named "mute".Then I used Object > insert HTML.I want to find those 3 objects with the mute style. <script> console.log("ok"); var player_frames = document.getElementsByClassName('mute'); //console.log(player_frames.length); for (var i = 0; i < player_frames.length; i++) { console.log(i); } console.log(player_frames); </script> But I only get 0 and 1. The array.length is 2 while I expect 3.If I print player_frames then I do see all 3 items.What is happening?
HelloI'm trying to incorporate this code into Adobe Muse. I'm placing it as an HTML Object at the top of my page, but it seems that is not correctly coded because it appears at the very bottom of the page.http://pierosalardi-webgl2.businesscatalyst.com/index.htmlThis is the code I'm using:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <style> body { background-color: transparent; margin: 0; overflow: hidden; } </style> </head> <body> <script src="http://brangerbriz.net/labs/threejs_playGnd/js/three.min.js"></script> <script src="http://brangerbriz.net/labs/threejs_playGnd/js/Detector.js"></script> <script> if ( ! Detector.webgl ) Detector.addGetWebGLMessage(); var camera, scene, renderer; var geometry, material, mesh; function setup() { var W = window.innerWidth, H = window.innerHeight;
I have SSL certificates from three sources (GeoTrust, TrustWave, and now RapidSSL). I have never used RapidSSL before, and the certs are very cheap ($10.40).In my htaccess files, I have the following directive (to force the protocol to always be HTTPS):RewriteCond %{HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]This has always worked for my previous certificates, but not with the cheap RapidSSL. It's as if the certificate authority is able to ignore the htaccess directive! How is that possible?If I explicitly add the protocol to the address (https://website.com) then I get the secure connection, but I'm baffled that it doesn't work with the htaccess directive.Anyone seen this before?I could write PHP code that forces internal links to the log-in page, ecommerce, etc. to use https. . .or I could go back to the more expensive certificates.
Hi everyone,I'd like to know where to get latest shockwave 3d exporter SDK. I search the Adobe web site but does not find useful info.Will it be supported in the future?Regards,cdgray
I need to display data based on the column name. The name is captured from the URL parameter and passed to Flash with Javascript.Flash retrieve it with:var varMedia = ExternalInterface.call("getParameter1");Then I use the following function to retrieve and display data:function displayRatingOnSQL():void{ var myTextLoader:URLLoader = new URLLoader(); myTextLoader.dataFormat = URLLoaderDataFormat.VARIABLES; myTextLoader.addEventListener(Event.COMPLETE, onLoaded); function onLoaded(e:Event):void { var tAverage = (e.target.data.Average); var tTotalVotes = (e.target.data.TotalVotes); var tTotalRate1 = (e.target.data.star1); var tTotalRate2 = (e.target.data.star2); var tTotalRate3 = (e.target.data.star3); var tTotalRate4 = (e.target.data.star4); var tTotalRate5 = (e.target.data.star5); var temp = tTotalRate5 + "\n" + tTotalRate4 + "\n" + tTotalRate3 + "\n" + tTotalRate2 + "\n" + tTotalRate1; totalForEac
Hi Everyone!It's getting really cold here & I can't seem to wrap my frozen brain cells around this problem. Below is my code to parse a YouTube feed which works fine.I just need to sort entries by their $pubDate and I can't make it work.<?php//empty variable for the end$html = ' ';//URL of playlist feed $feed = "http://www.youtube.com/feeds/videos.xml?playlist_id=PLC02CFDE5690E4010";//Load feed xml $xml = simplexml_load_file($feed);//display 6 entriesfor($i = 0; $i < 6; $i++) { //node namespace variables $published = $xml->entry[$i]->published; //optional, shorten date $shortDate = date("m/d/Y", strtotime($published)); $title = $xml->entry[$i]->title; $id = $xml->entry[$i]->id; //strip unwanted characters from ID $id = str_replace ("yt:video:", "", $id); $author = $xml->entry[$i]->author->name; $uri = $xml->entry[$i]
For now, I'm querying a MySQL database with phpMyAdmin and exporting results to a comma delimited CSV file. It works fine but I need to automate this if I can.The php script I created uses fputcsv but by default it adds double quotes around text strings containing spaces. And the service I'm working with doesn't allow quotes in the CSV file.Results with fputcsv:1234,"prod name with spaces",29.95,/path/filename.zip,1gb,4320Desired result:1234,prod name with spaces,29.95,/path/filename.zip,1gb,4320<?phpmysqli_select_db($con, "myproducts") or die ("no database found"); $result = mysqli_query($con,"SELECT prodcode, prodname, price, dload_url, size, expiry_time FROM downloads WHERE dload_url LIKE '%value%' ORDER BY prodcode DESC");$row = mysqli_fetch_array($result, MYSQLI_ASSOC);$fp = fopen('myfile.csv', 'w'); while($row = mysqli_fetch_array($result, MYSQLI_ASSOC)){ fputcsv($fp, $r
I set up client sites connected through FTP with dreamweaver. But when I do it with wordpress sites, I can not navigate to it on localhost because the database permissions are different, and if I overwrite the wp-config the live site no longer works (I am smart enough to hard copy and config files before I break stuff ). So then I set up a wordpress local host, but when I PUT them to the site, they get lost in some imaginary place and no changes are pushed through. Thank you.
I am planning to build a site generator which will be based on jquery and less. What I have in mind is a highly extendible system and an admin area based on ajax. The admin can adjust colors, forms, menus, build pages ad and configure widgets in the page etc. etc The backbone of the application will be a database.To make it really extensible I want to add the possibility that the admin can make database tables and add forms for these tables. All forms in the site will be ajax driven.Now there is a thing about safety, with standard forms this will not be an issue, the thing is the dynamic created forms, there are several ways to implement a system like that.One way I can think of is that a dynamic created form sends the table name in an ajax call. But here is where I have some doubt. Allthough the database should allways be protected with a password etc. etc. my policy towards safety is give as less information away as possible about the server, it doesn't take rocket sience to read an
I'm curious what you all suggest for your small to even perhaps mid size clients for a small site they wish to manage.I'm always leery about handing the keys of developing a page over to a client. Even when I do my best to make a strong structured template, restrict settings and styles and have a nice long sit-down on the do's and don'ts. Then I hand over the site and some do just fine, only changing a word or two. Others try to shoehorn in images and/or have giant red blinking marquee text across the front page within 24 hours.I don't expect to win them all but I really do keep WP fairly vanilla. Based on the client, TinyMCE seems to appeal to them if I tweak out the various default styles. If they're a bit more skilled I'll toss on some Bootstrap short codes. After this is where people start getting a little scary.I've been dealing with a system that a client had built using Visual Composer, and has even tacked on things like Ultimate Addons. Sure enough they wanted to add in some tr
Hi all,using javascript to query database that brings back a result of ten or 20 results. I am trying to simulate a table layout for the result but it's not working well. The rows display - but not inside the table as listed below and ends up posting the date ABOVE the table headers - not after the headers...I would like to get this working if possibleAny Idea how to set this up so It functions like an html table correctly?Thanks in advance - DAVE $.each(data, function(key, value) { console. log ('item', key, value); output += "<tr>" + "<td width='75'>" + value.First + "</td>" + "<td width='150'>" + value.Last + "</td>" + "<td width='25'>" + value.phone + "</td>" + "<td width='25'>" + value.email + "</td>" + + "</tr>"; }); $('#list').html( output ); $('#list').li
Hi all,What is the best way to do Date_Time Stamp comparisons with 1 - a server in CA ---- php would be to set date_default_timezone_set("America/Los_Angeles")and 2 - any persons browser anywhere they are in the world?I imagine it would be best to convert each Date_Time Stamp to GMT somehow - but not quite sure the best way to do this
Hi all,javascript newbie with php, I would 'include' another page like: <?php include('header.php'); ?>In this case I have html5 page and javascript - so using html5 and javascript ...Q: how can I do the same thing and 'include' a basic html5 header or footer with javascript?
First, thanks goes out to both Nancy O. & osgood_ in helping me figure out how PHP's and MySQLi work but I still have a long way to go. As of now I'm working on a simple PHP script I attainted through Nancy O. at http://stackoverflow.com/questions/24397969/simple-but-secure-user-registration-with-php-and-mysqli So far it is working well and I made a few changes to give it the type of look I want.... However, one little problem arises: WHERE exactly do I insert my ('localhost' , 'username , 'password' , 'database_name') at? I tried to find a "$con = mysqli_connect" followed by but couldn't find exactly that anywhere. Well below I put a copy of the beginning of the script where I assume it will go and if anyone know where I should put that I would love to know. Thanks.<html><head><meta charset="utf-8"><title>Login & Registration System Page</title></head><?phpinclude('config.php'); // Database connection and set
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.