Learn how to customize the way you work with Adobe apps.
Recently active
When I preview my site in Google Chrome, my site looks as it should, but when I use Internet Explorer to preview it, it looks completely different.
The October 19th release of the first XAMPP stack with MariaDB rather than MySQL database server has, of course, been download by thousands of users; but, in a few cases a corruption issue of table db in database MySQL (even though it is MariaDB the database is still called MySQL [should be all lower case but spell check will not allow it]) is occurring. I thought it was specific to my laptop and a particular download/install. I have uninstalled and did repeat download/installs at least 4 times and the same SQL error occurs. The error is:I have found this to same error in this Apache Friends Support Forum Apache Friends Support Forum • View topic - Error Accessing "User Accounts" from phpmyadmin and noted to linuxs I am have the same problem.I started an issue thread at GitHub SQL Error Opening User Accounts phpMyAdmin Version 4.5.1 Server version: 10.0.17-MariaDB · Issue #11602 · phpmyadmin/ph… and lem9, one of the phpMyAdmin developers, noted the table db in d
I wrote several games in Flash/AS3 and AS2 to play in browsers; they also work in Facebook. I now need to convert them because Flash is no longer supported by tablets and phones; I need to be able to produce Android and iOS versions. Rather that re-writing all that code, I think the solution may be using PhoneGap, but first I have to produce versions that work in javascript/HTML5. Does Creative Cloud help with this?Thank youMariana
I am caught in a bind with the donation page on our website redesign. Our donation services company has a separate page and URL for their mobile form (which is ridiculous to me).Is there a way to switch the URL depending on page size with a media css rule? Right now the "Donate Now" button just links to the regular page, which is NOT web friendly.Site is at new.dunstanwebdesign.com.Help!
It loops through and I see it going through all the data correctly, but when I try to assign it to an array using $i - it just keeps replacing it, it doesn't add a new value to the array.Thanks in advance!!$index = "";$service_singular = "";$service_plural= "";$sub_service = "";$description = "";$duration = "";$duration_descript = "";$price = "";$i = 0;if ($fac_id != "" && $fac_id != 0){ if ($stmt = $mysqli->prepare("SELECT `index`,`service_singular`, `service_plural`, `sub_service`, `description`, `duration`, `duration_descript`, `price` FROM `service` WHERE `fac_id`= ?")) { $stmt->bind_param('s', $fac_id); // Bind "fac_id" to parameter. $stmt->execute(); // Execute the prepared query. $stmt->store_result(); // $i = $stmt->num_rows; $stmt->bind_result($index,$service_singular, $service_plural, $sub_service, $descripti
After years of using Dreamweaver CS3 suddenly it decided not to open. It said Licensing for this product has stopped working and that I needed to uninstall and reinstall or contact customer support at Adobe. They refuse to help since CS3 is no longer supported. Others have suggested using the Repair Tool but the app won't open on my computer, 3.4 Ghz Intel Core 17 iMac running Yosemite.If I reinstall will it work? Any help would be greatly appreciated.Jon
My client is asking for "next" and "previous" buttons to move from the detail page of one web app item to the detail page of the next/previous item in the same web app. What's the best way to set that up? I know you can add pagination to a list of web app items on a page, but, since you're already viewing the detail page generated by the web app, is it possible to create something similar to move to the next item? Any information would be appreciated. Thanks!
Created a website in Muse CC. On some of the pages I have a hyperlink to mailto:. But when I open the live site and click on the hyperlink, along with my mail program, a blank new page opens in the site. If I hit the back button it goes to the home page. Help!! (Yes, newbie here)
After the initial load - which will require a query regardless - is it faster on subsequent page loads to pull cookie data, or just re-run the same query at the top of each page - or is it about the same?Thanks in advance
Ever have one of those days? I just wasted 3 hours tracking this down.I had this document open and the JS Tabbed panels would not fire in any browser. WAMP is my local testing server.<!doctype html><html><head><meta charset="utf-8"><title>TEST</title><meta name="viewport" content="width=device-width, initial-scale=1"><meta http-equiv="X-UA-Compatible" content="IE=edge"><!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--><!--Bootstrap--><link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"></head><body><div class="container"><div class="row"><div class="col-md-10"><!-- Nav tabs --><ul class="nav nav-tabs"> <li class="active"&g
Hi,I want to create a script as I can duplicate all the layers of a group and then change their font. I wanted to create a script because, depending on my file, there won't be the same number of layers in a group.I can select layers to move them but I don't succeed in layers selection for using text tool, need help please !!Thanks in advance(Using CS5 portable)
I am interested in hearing about the self-coded PHP/MySQL site search processes others use.MySQL LIKE simply doesn't cut it.MySQL MATCH AGAINST IN BOOLEAN MODE is an improvement over LIKE, but still disappoints.Lucene-based crawlers/search engines require Java and special applications on the server, and seem most appropriate for huge document collections.PHP Sphider combines a PHP-based crawler/indexer with good search features, but the code is ancient and buggy. The code is easy to understand so I have considered overhauling it, but that would be time consuming and success is not assured.Although my whole CMS database is large, each client site has no more than 500 pages to search, so iterating through all the page content and using PHP to process results seems like a viable option. I can then remove common words like "the, to, a, with" from the search string, create an array of the search terms and iterate through the database content results using functions like similar_text (), ran
Hi,I have this code which determines whether or not the return date of a book (format: d/m/Y) is before or after today.<?php if($row['return_date'] >= date("d/m/Y")){ ?> <a href="loaning_remind.php?loan_id=<?php echo $row['id']; ?>" onClick="return confirm('The loaner will receive an email reminding them that their item loaned is due for return')"> <div class="record_button"> <img src="../images/icons/mail_icon_blue.png" width="100%" height="auto" title="Send Email Reminder"> </div> Future </a> <?php } else { ?>
hi all,still a javascript jQuery newbie...I want to add text inside the .each loop using an if/then statement - not sure how to do it...basic.$.each(data, function(key, value) { console. log ('item', key, value); output += "<li>" + value.id + " " + value.name + " " + value.date + "</li>"; });I tried this IF... : but doesn't work...$.each(data, function(key, value) { console. log ('item', key, value); output += "<li>" + value.id + " " + value.name if (value.name == "Bob") { + " nice name " } " " + value.date + "</li>"; });Q: Any idea how to get it to work?
php session vars not showing upI have a slightly odd setup (let's pretend we don't want to change this right now)I have a HTML page on site 1- on page1.html I have an iframe that goes to site2 (php)<iframe src="http://mysite2.com/page2.php" ></iframe>page2.php sets some session vars like<?phpif(!session_id()) session_start();$_SESSION["id"] = 123;?>- and then does a page jump to page3.phpecho '<meta http-equiv="refresh" content="2; url=ipage3.php">'---- when I get to page3 the first time the session vars do not show uplike:<?phpif(!session_id()) session_start();echo $_SESSION["id"];?>---> but when I manually refresh the original site 1 page then it recycles everything and then successfully shows the session vars on page 3Q: Curious why the session vars do not show up the 1st time around? Any idea how to fix this?
How do I get rid of the white space after the nav bar in Dreamweaver CC? The code (without all the nav links) is:<div class="container-fluid" id="wrapper"> <!-- Header --> <header> <div class="row"><img src="images/header.jpg" class="center-block image-fill" alt="Kairos Prison Ministry"></div></header><!-- Navigation --> <nav class="navbar navbar-default dkblue col-lg-8 col-lg-offset-0"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#defaultNavbar1"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
Hi,I have a CFGrid which was working properly in ColdFusion 8 but after I upgrade my version to ColdFusion 11, the CFGrid does not update/rebind data after it's refresh button is being clicked. I have 4 inputs, a search button and a grid which is for searching module. Below is part of my code:- <script type="text/javascript" > getID = function(){ if(document.thisform.usrID){ var usrID = ColdFusion.getElementValue('usrID'); alert(usrID); return usrID; } } getName = function(){  
I've tried several variations but I can't get any of them to execute.If someone can tell me what's wrong with this I'd be grateful -~~~~~~~~~~~~~~~~~ if ($stmt = $mysqli->prepare("UPDATE members (password, salt) VALUES (?,?) WHERE email = ?")) { $stmt->bind_param('sss', $newpassword,$random_salt,$email); // Execute the prepared query. $stmt->execute(); header("Location: ../secure/changepass.php?success=1'"); } else { header("Location: ../secure/changepass.php?passwordfailed=1'"); }~~~~~~~~~~~~~~~~~~~~~~~~~~~~Thanks!!
Hi,I need to use only 1 query to get all emails which are stored in two different tables.This then goes on to create an array and gets imploded for emailing, and another variable explodes it for displaying as a list on the page.Here is the query which gets the emails from 1 table, but is missing the statements to get the emails from the other table (named: clients)<?php//Get users emails//$user_sql = "SELECT * FROM users GROUP BY email";$user_query = $con->query($user_sql);//$user_row = $user_query->fetch_array();//implode//$user_emails = array(); while($user_row = $user_query->fetch_array()) { $user_emails[]=$user_row["email"]; } //Set variables//$email_recipients = implode(", ", $user_emails);$user_recipients = explode(',', $email_recipients);?>Thanks!
Perpetual thread on what you either learned today, is haunting you or just what you need to get off your chest.Just let it fly..So today our client, mid HTML5 project, handed us a random PDF to assure our single page application conforms to for their CMS. It is a simple project that is replacing a simple Flash animated page, designed responsive.We gave a nice pencil sharpened estimate for the project to hit it head on the nail. We sharpened so much because they had us remove all SEO costs like direct URLs, etc. Got approved and moved forward. Too good to be true, just replicate their supplied design exactly, mostly solid colors. Woohoo!A month later (it's a 40 page app) we showed results and then received this strange requirements PDF. Our SPA done with AngularJS and jQuery, now had requirements like:- Direct URL for each of the 40 pages (this was formerly removed as a requirement as mentioned)- Must run within a layer over the original site, over a shaded layer to modally pop it forwa
Hi you savers of lost coding souls:I am still coding my site, and the navigation won't collapse into a "sandwich" when I reduce the screen size. It used to, and then just stopped. I fubar'ed something somewhere.You can see the page at Kairos Prison Ministry.The pertinent css is:body { font-family: Calibri;}#wrapper { padding-left: 0px; padding-right: 0px;}#nav { text-align: center;}header { width: 100%; background-color:#fff;}#navbar { border-radius: 0px; border: 0px; margin-bottom: 0px; background-color: #3458B8;}.dropdown-menu li { float: left; width: 100%; margin: 0; padding: 0; border-bottom: 0px;}.bg-primary { background-color: #3458B8;}.navbar-default { -webkit-box-shadow: inset 0px 0px; box-shadow: 0px 0px; border-width: 0px; border-color: #3458B8; background-color: #3458B8; border-radius: 0px; border: 0px;}.navbar-nav { border-radius: 0
Hi everybody!I'm trying to scrape some data from an XML file that contains content inside CDATA tags and I'm having trouble with it.feed.XML file:<?xml version="1.0" encoding="UTF-8"?><channel> <item> <pubDate><![CDATA[Thu, 17 Sep 2015 16:02:53 -0700]]></pubDate> <title><![CDATA[Hello world!]]></title> <url><![CDATA[http://example.com/?id=hello_world]]></url> </item></channel>PHP:<?phpif (file_exists('feed.xml')) { $xml = simplexml_load_file('feed.xml'); echo $xml->channel->item->pubDate; } else { exit('Failed to open xml.');}?>Error:Trying to get property of non-object in feed.xmlIf I print_r $xmlI get an array of no
From my side i opened my illustrator then again open new page means below erroe will coming can't open the illustration.there is not enough room for the window ;increase document area and try again . . like this erroe will coming please solve this error
HelloI am trying to incorporate Linkedin recent update feed into my Muse site, how do I go about it?Please help!ThanksTaz
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.