『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
hai pls help me out of this
I have found a code here but not sure if it will track the conversion pixel from facebook ads please suggest. Also, i found one more at purchasetheme.com and little confused.OpenCart - Facebook Tracking Pixel and Conversion Code Please help!
I am using BlazeDS to connect with java and flex.and i am using jboss as 7 server.when i am trying to access url using https:// ..............exception occur""No destination with id 'demoService' is registered with any service." i have changed service-config file to use appropriate channel as mysecureamf as default channel.i am using spring with blaze ds.I went through various article but nothing worked for me. Is there any way to solve the error.
Hi i want to learn how to code and create a website and publish it
Hi Adobe Developer community! Welcome to Coding Corner - a new forum space where developers that use Adobe products can talk about best practices, ask questions, and connect - all without the constraints of a product-centric forum! Here's a quick little intro for those who are curious about what this forum will be all about:Why did this forum come to be?Adobe forums would be nothing without the constant engagement and passion of our extremely active creative community. The Coding Corner itself is the brainchild of the following experts who have also graciously volunteered to nourish this forum from its infancy. They were concerned with the lack of a space for Adobe users who developed across many different platforms, and thought that the creation of this space would help bring this community together. We thank all of them for their hard work in making this this space a reality.kglad | Ned Murphy | Nancy+O | Ben Pleysier | Jon Fritz II | David_Powers | sinious | resdesign | Ken B
Hello all!,When i am trying to change the granite to coral in the sling resource type property, the image field which had drag drop is broken. I am sharing my code here please correct me if i am doing anything wrong here. Thank you so much.<image jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/fileupload" autoStart="{Boolean}false" c
Hi all,I need help adding a javascript var to a form url.So the form url is like:"url": "https://mypage/info/230",but I want to replace the number 230 with var MyNum like:var MyNum = 230;"url": "https://localhost/mypage/info/" + MyNum + "\"",but it doesn't seem to workIs there a better way to write it?var settings = { "async": true, "url": "https://localhost/mypage/info/230", "method": "Post", more stuff.....}
I want to let users record video via webcam and then upload the recorded video to the site all through the browser using flash player and php in the backend.I want something standalone and don't want to rely on another service to accomplish this.Since I am a young developer, hoping that someone could give me hint to start.Thanks!
Hello all!My problem in one sentence: how to generate .pdf files with Windows batch (.bat) (or any other programming language) with support for CP1250 (and others).Some background:Over at dostips.com forum (dedicated to Windows batch scripts (.bat)) I asked a question (https://www.dostips.com/forum/viewtopic.php?f=3&t=8289) if anybody had already generated .pdf files from .txt files with Windows batch (.bat).One expert found very old program (together with C source) made by Phil Smith (written in 1996) http://www.eprg.org/pdfcorner/text2pdf/. According to the author it supports only 7-bit characters. Looks like it can support 8-bit characters if /Encoding /WinAnsiEncodingis added. According to the PDF reference CP1252 is supported with /WinAnsiEncoding (this was only tested with one 8-bit character (umlaut character Ü) and it seems to be OK.This dostips.com expert (Steffen) managed to 'port' it to batch. Looks like it can only support CP1252. I would like to have a support for CP12
down votefavoriteI have tried to redirect all forbidden request to 404 'not found' page. Url whih I am trying to access is :: http://localhost:4503/content/mysite/home.html (it is working fine). But when I try to access,http://localhost:4503/content/mysite (it is forbidden here). I have developed the site in adobe experience manager and I don't see any config/setting related with redirecting. So, I have to do something on web server which is Apache here. And I am not pretty much familiar with Apache and creating rules in it. I would like to ask if there is anything that redirect any forbidden request to 404 not found
I'm building a page . . . headline, paragraph and then table full of data. When viewing live in DW and in browser a random number (03) appears above the table. The number does not appear in the code . . . any thoughts on what is causing this? Following is a screenshot of both views:
The XOBJECTs produced by ScanSnap don't seem to match up to the CCITT T.4 spec for the CCITTFaxDecode filter. Since every rendering program is able to display these images, I must fundamentally misunderstand something. Is there a trick to decompressing a CCITTFaxDecode image?
I have got forbidden(403) error while trying to hit my servlet i.e there in stage environment. The request method is post. The same servlet is working fine in my local environment. Someone can please help me to resolve this issue.
I need to create an API in AEM 6.2 for that I wrote a servlet which extends SlingAllMethodsServlet and annotation goes like this :-@5200613(Servlet.class) @component(immediate = true, metatype = false, label = "XXX") @Properties({ @11377687(name = "sling.servlet.paths", value = { "/bin/XXX/xxxMyAPI" }), @11377687(name = "sling.servlet.methods", value = { "POST" }) })This API accepts an JSON array and processes it. I deployed this API in local AEM instance and called from Rest Client software and it worked fine however when I deployed it to stage it failed and threw 403 forbidden error. Can anyone out there help fixing this issue.Please let me know if more information is needed in order to provide a solution.
I have the following in LiveCycle and the fill color changes on selection but not until you click back onto the drop down list and goes back to silver once you click out of the drop down list. I need the fill color to remain once the value has been selected. Can anyone help? form1.#subform[0].DropDownList1[1]::exit - (JavaScript, client)var vName = this.somExpression; var fieldObj = xfa.resolveNode(vName + ".ui.#choiceList.border.fill.color"); if (this.rawValue == "H") { fieldObj.value = "254,10,10"; } else if (this.rawValue == "M") { fieldObj.value = "251,248,7"; } else if (this.rawValue == "L") { fieldObj.value = "60,241,8"; } else { fieldObj.value = "253,254,254"; }
So I am trying to brain storm an idea to click an element in an pdf file that will "highlight" throughout the document.This is an example of a small electrical circuit that I will explain what I am looking for.In the electrical drawing above (created in Adobe Illustrator and delivered in PDF format) If someone were to click on the red line on the right...next to number 55 labeled 130-C17 RD-14.... the red lines that match up to it would flash or the other lines would hide? Is this something that is even possible? Anyone have a good idea for what direction to start? Again these are in Illustrator and delivered as PDF files.Here is an outline mode in illustrator so that you can see how the lines and text are broken upAny thoughts or discussion on how this goal might be obtained would be appreciated!
{"code":"INVALID_REDIRECT_URL","message":"The redirectUrl specified in PostSignOptions is not a valid URL"}
My application try to fill the data into the Acrofields which are created by Pdf Pro 10, but the pdf does not show properly. Can anyone tell me how to make it work?by the way. my application works fine with Arcrofiels which are created by other pdf writer. for example Nitro.
Hello everyone,So I am a complete beginner at Javascript and I am quite struggling with one of my coursework. I need to write a function which would count the total cost of dress hire taking into account a dress type, cost per day and number of days. I had to use radio buttons for the selection of dress type while days will be entered by someone who will use the website. I've started writing a function but it would be great if you could tell me if I'm going to the right direction. <script language="javascript"> function calculate(){ var price, days; var days = getField("days").value; document if(document.myform.dresstype[0].checked == true) price = 60 + (15*days); else if (document.myform.dresstype[1].checked == true) price = 90 + (30*days); else if (document.myform.dresstype[2].checked == true) price = 120+ (40*days); else price = 0; } </script>I'm sure probably it's quite silly question, but tha
Hi all,Currently I'm working on a Page that will list a collection of itemsI am using jquery to loop through the results of the database query below.I have it setup below to add the productID to the url and go to the 'product.html' pageIf I wanted to send a POST instead, how can I set this up so that I can capture the value.productID when user clicks and capture the right product with value.productID - then go to the detail view page 'product.html'?1 - maybe I should change from '<a href' to a click function that can get the product id and "post" to product page? How would I set that up?2 - or whatever you suggest?<div data-role="main" > <ul id="list" data-role="listview"> </ul></div>$.each(data, function(key, value) {console. log ('item', key, value);output += "<li><button>Get Contact List</button> - <a href=\"invoice.html?id=" + value.productID + "\">" + value.productID + "</a>" ; output += " " + value.name +
As the title states, I've been playing with adding simple, more options to sites through these drop boxes along my Navigation Bars for each domain as they may need to apply. However, when using the same style drop-box, only one per page seems to work...and the others go "bad" (or shall I say - they just don't "work") for a reason I cannot figure. Feel free to watch the video and check out the simple script (below) and share your thoughts.Drop-box script along (very simple example, used in video): <td rowspan="3"><div align="center"><select name="Pick an Website" size="1" id="pick" title="Website Options"> <option value="#">Pick website</option> <option value="http://www.google.com">google</option> <option value="http://www.yahoo.com">yahoo</option></select><script> document.getElementById("pick").onchange = function() { if (this.selectedIndex!=
We just migrated to CF2016 and I'm not sure how using the API to load the PDF Service Manager. Not finding examples of how to do this. In CF9 this was configured through the Cold Fusion Administrator app.
Hi,How can I implement product refund using conversation variables? should I set the order amount to minus?Thanks,G.
Hello, I'm using the PDF Library and I'm trying to deal with Artbox, Trimbox and Bleedbox.I'm wondering if there are similar functions to the PDPageGetBox or PDPageGetCropBox in order to get the Art-, Trim- and Belld-boxes.Can anybody give me a hint in this issue?Many Thanks and have a nice day!!!!Beste Regards!!Marc
Hi,I have 2 different size dots in my PDF, Is there a way to count number of dots?Rajesh
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.