Posts

Showing posts from May, 2014

Thread: DVD creating Application needed

hi all, wondering dvd creating application. devede giving me lots of errors , refuses work on laptop. trying create dvd mkv &/or avi files. thanks heeter my solution may not best work me charm. 1- mkv mp4 using handbrake. 2- mp4 iso using devede. 3- burn image using brasero o devede. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [lubuntu] DVD creating Application needed Ubuntu

apdivs - will not draw into existing files

hi - having problems inserting new apdiv existing file.  have created several basic styled files (with spry menus/headers etc) can open/save w new name , put in new content new page.  going newly-saved file not allow access apdivs (little 'no access' sign - no drawing crosshairs).  have created template on separate file - cross-contaminating files behind scenes??  cannot disable template on these new problem files there no template created on these particular. - advice can give hi, , welcome -   first "word wise". you regret using ap divs layout purposes. read here reasons why http://www.apptools.com/examples/pagelayout101.php   as question, please post code problem page can assist. More discussions in Dreamweaver support forum adobe

Versions of Applications in Creative Suite

with regard creative cloud there way of keeping track of version of application installed? heard adobe no longer use suite numbering system? read on adobe's website "you not required install new version of desktop software available in membership."  in instance there going way track version of package can perpetual licenses while clicking on indesign in menu indesign cs6 displays version 8.0.1 version?   danny there version numbers every creative cloud applications. you can check version numbers same workflow (help>about <application name> in windows, in mac <application name>/about <application>) as update introduced version number updated accordingly.   -harshit yadav More discussions in Adobe Creative Cloud adobe

Technical and Philosophical Question re: Digital Signatures

my question technical, has philosophical issue driving it.   summary: in livecycle designer es2 (9), setup form digital signature that, once enabled reader, can apply digital signature without having save.  know can done.  example:  http://www.opm.gov/forms/pdf_fill/opm71.pdf   technical: how done?  setting of signature field object?   philosophical underpinings: 1. don't need digital signature legally defensible, don't care if if document changes after applying signature, nor of fields locked down after signing.  however, digital signature @ company uses legally defensible type, using instead of digital ink simplcity's sake. 2. when people sign paper document, sign, , date.  problem adobe et al.'s implementation of digital signatures have date, , sign, or else date field locked down after forced save document after signing.  know date field not required when using digital signatures, need date field in case decides print form , sign old...

Muse site not updating

hi could me site not updating correctly since changing nameservers.   published changes muse updating to: http://belowthenoise.businesscatalyst.com/ not updating to: www.belowthenoise.com     i've updated hosts nameservers business catalyst ones ns1.worldsecuresystems.com ns2.worldsecuresystems.com ns3.worldsecuresystems.com   i've added new domain site domain settings in bc belowthenoise.com   my site www.belowthenoise.com redirects fine!   do need add in records , cname records?   thanks scott hi scott,   i see have added domain site dns still pointing old host.   - http://www.dnswatch.info/dns/dnslookup?la=en&host=belowthenoise.com&type=ns&submit=resolve   belowthenoise.com. ns 86400 ns1.vidahost.com. belowthenoise.com. ns 86400 ns2.vidahost.com.   please update within domain registrar (where purchased domain) , add our records accordingly.    http://kb.worldsecuresystems.com/kb/change-domain-name-site.htm...

Thread: Install hangs up on password

Image
hello, know little how ubuntu works, know dislike windows , mac, , prefer limit how money required give them. have desktop pc rock a75m motherboard, nvidia ge force 8400 pci express x16 video card, amd a6 3500 processor, integrated thx sound, 8g ram. have tried install ubuntu 10.04, 11.10, fedora 16 , each 1 install when first asked password after install, message says cannot located, , shuts down. frustrating. have idea what's happening? thank you. posted sigma7ict ...i message says cannot located, , shuts down. could bit more specific error message? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Install hangs up on password Ubuntu

Getting subforms to flow to additional pages

hello adobe experts!  have created dynamic form in livecycle designer es2.  form has multiple subforms display when end user selects checkbox.  because subforms set "flowed content" stack on page when additional options selected.  of working great.  problem have once enough of subforms have been selected, run off bottom of page.  there way have additional pages automatically created when information in subform exceeds size of page?  can see actual form working at: https://skydrive.live.com/redir?resid=ccae0bce41149ba3!170&authkey=!am7xq2rxjielss0 i haven't looked @ actual form occurs if haven't set subforms allow page breaks (you under: object > subform> allow page breaks within content) or master page set 1 instance (you can fix under object > master page > restrict page occurence). More discussions in LiveCycle Designer adobe

Thread: Iptables help

Image
hi trying set iptables vsp need script secures server. task server has handle accepted users connect trough 2 different dns-adresses , ofcause possibility me connect ssh. have these ports open: ssh (port 900) port 15000 script come far: code: # generated iptables-save v1.3.1 on sun apr 23 05:32:09 2006 *filter :input accept [273:55355] :forward accept [0:0] :logndrop - [0:0] :output accept [92376:20668252] -a input -m conntrack --ctstate related,established -j accept -a input -i eth0 -p tcp -m tcp --dport 900 -j accept -a input -i eth0 -p tcp -m tcp --dport 80 -j accept -a input -i eth0 -p tcp -m tcp --dport 15000 -j accept -a input -i lo -j accept -a input -j logndrop -a logndrop -p tcp -m limit --limit 5/min -j log --log-prefix "denied tcp: " --log-level 7 -a logndrop -p udp -m limit --limit 5/min -j log --log-prefix "denied udp: " --log-level 7 -a logndrop -p icmp -m limit --limit 5/min -j log --log-prefix "d...

Thread: Original Internet Connection Applet

i've lost internet connection applet top panel , mistakenly replaced applet system/preferences/network connections not useful. find 'original' applet shows me when it's connecting rotating , lets me disconnect/re-connect net ? right click on panel, "add panel" (sorry if i'm not accurate, use hispanic language), "notification area" or sort, , must appear was. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Original Internet Connection Applet Ubuntu

Thread: Festival text synthesiser?

apparently have festival installed on here have no idea find i'm new ubuntu. if can point me in right direction grand. cheers festival screen-reading engine. need use it. screader, yasr, , flite supposedly use festival engine. can more information on packages dealing festival with: code: apt-cache search festival Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Festival text synthesiser? Ubuntu

Thread: Freeglut3: where are the lib files?

hello everybody, i'm trying use program using opengl. think makefile can find freeglut opengl header files, not library files. whatever think, here errors prints out when tell make. appreciated! code: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | file jjviewer generated. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ gcc -o jjviewer object/array.o object/default.o object/display.o object/init.o object/keyboard.o object/main.o object/memory.o object/mouse.o object/read.o object/write.o -lm -l/usr/lib -l/usr/local/lib -lglut -lglu -lgl -ltiff /usr/bin/ld: cannot find -lglu /usr/bin/ld: cannot find -lgl collect2: ld returned 1 exit status make: *** [jjviewer] error 1 i think these problem lines in makefile: code: cflags = -o -i$(incpath) -i$(srcpath) -i/usr/include -i/usr/include/gl -i/usr/local/include -dlinux lflags = -lm -l/usr/lib -l/usr/local/lib -lglut -lglu -lgl -ltiff ...

Illustrator CS6 crashes with CAD Tools 8 plug-in?

Image
does know why or if there fix running cad tools 8 plug-in , trying use gradient tool?   if have cad tools plug-in installed , try access gradient tool change colors (see attached screenshot), illustrator crash. if delete cad tools plug-in, work supposed too.   has else had issues cad tools 8 , gradient tool in illustrator cs6?       running cadtools 8.1.0 on mac (10.6.8) no gradient tool problems. have uninstalled previous versions (v7...etc) of cadtools before installing v8? new installer parks in different place old installer did ...and if ai launches both plugins present, there problems. search ai plugins folder , make sure this. More discussions in Illustrator adobe

Dreamweaver software on my local machine

when downloaded dreamweaver previously, lived on machine locally. appears live in cloud have pay monthly. i don't want in cloud, want dreamweaver software work on computer used do. possible? thanks, tried find answer can't seem find anywyere. downloaded cs6 trial, doesn't see have installed used to. hi   all cc, (cloud) programs installed on computer, way installed different.   they not require internet connection work, (only once month check licensing).   pz More discussions in Dreamweaver support forum adobe

Thread: usb drive screwed up after trying to install things

Image
hello, not sure if place ask, want install ubuntu again have 4gb usb drive , wanted try out other distributions. i've downloaded arch linux , 'unetbootin'ed windows laptop unto drive. after gazing @ gnome 3 few days , realizing don't fiddling around system time (the arch way) decided try debian. after 'dd'-ing debian arch same usb drive, installed debian , decided ditch , stick ubuntu. problem is, 4gb drive shows has 650mb of available space! think debian iso screwed in file system or whatever going on inside usb drives. tried format both windows 7 , debian no avail. tried unetbootin again , said 'oh no not enough space on device'. i'm not sure go on here ask guidance. thanks! thanks! what gparted drive? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [other] usb drive screwed up after t...

Thread: Sony VAIO PCG-61a12L WiMAX 6560

hello, after looking tirelessly past 3 days, have found, , tried on these forums wireless working. post required terminal reports , see if out there can give me simplified walk-through me wireless working. having problems obv. wireless not working, can enable enable wireless menu drop-box, turns off 2 seconds after enable it. appreciate help, , hope have given enough information lead success. $ lspci code: 00:00.0 host bridge: intel corporation 2nd generation core processor family dram controller (rev 09) 00:02.0 vga compatible controller: intel corporation 2nd generation core processor family integrated graphics controller (rev 09) 00:16.0 communication controller: intel corporation 6 series/c200 series chipset family mei controller #1 (rev 04) 00:1a.0 usb controller: intel corporation 6 series/c200 series chipset family usb enhanced host controller #2 (rev 04) 00:1b.0 audio device: intel corporation 6 series/c200 series chipset family high...

Thread: OpenOffice 3.3.0 on Ubuntu 11.04

hello, uninstalled libreoffice , installed ooo 3.3.0 tutorial of here : http://www.fossapps.com/2011/06/26/h...-ubuntu-11-04/ cant find ooo in applications directory :/ s missing. no icons, nothing it.. can tell me how install correctly ? dont libre, disappointing ubuntu gave openoffice :/ thank you.. did type following commands? code: cd desktop-integration and code: sudo dpkg -i *.deb Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] OpenOffice 3.3.0 on Ubuntu 11.04 Ubuntu

Thread: mixxx install help

Image
hey all, need help, want install mixxx, message in terminal packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation: following packages have unmet dependencies. mixxx : depends: libqt4-script (>= 4:4.5.3) not going installed depends: libqt4-sql (>= 4:4.5.3) not going installed depends: libqt4-svg (>= 4:4.5.3) not going installed depends: libqt4-xmlpatterns (>= 4:4.5.3) not going installed depends: libqt4-sql-sqlite not going installed e: broken packages 1 able assist me, honest still have lot learn unbuntu. i'm using 10.10 way check out: http://www.mixxx.org/wiki/doku.php/compiling_on_linux sudo apt-get build-dep mixxx [sudo] password danel: reading package l...

Thread: Thread Closure

Image
this thread: http://ubuntuforums.org/showthread.php?t=1904540 although beginning little crazy, yet break coc: [quote] trolling posting in way provokes emotional responses. attacks , derogatory terms of kind not welcome. includes references other operating systems , companies produce them. flames messages attack or call people names or otherwise harass. these, along condescending posts edited or removed @ moderators discretion. there no emotional response intended in thread. lad wanted know apple targets. agree, interesting question. attacks, unclear. *all* references other operating systems attacks , forbidden? nobody attacking apple. pondering how apple targets market. flames, there 1 name called, , poster said "jk" right after that. word censored in first post not directed @ anyone. comes down to, in opinion, thread should reopened. not violate coc once go on under section of coc. can thread reopened, , 1 or 2 offending posts rem...

install problems

Image
i purchased adobe creative suite 6 production premium. when went install programs, there list of programs checked off. unfortunately, premiere, aftereffects, speedgrade, , encore not checked (there yellow exclamation points next each program). when pressed install "lo , behold" these programs not installed. paid money whole package. of these programs reason bought suite in first place. missing programs? in touch them back? hi,   the applications listed had exclamation mark operating not support it. these applications meant windows 7 64 bit based operating system.   please refer faq : http://www.adobe.com/products/premiere/faq.html     can please share system specifications?   if have windows 7 64 bit os, please try installing on , verify if installs applications you.   thanks, anjaneai More discussions in Student and Teacher Edition Information (Read Only) adobe

Does Flash Media Server 5 works on the latest CentOS 6.4?

does flash media server 5 works on latest centos 6.4? hi datokay   please see system requirements on below link : http://www.adobe.com/products/adobe-media-server-professional/tech-specs.html More discussions in Downloading, Installing, Setting Up adobe

Thread: wubi install freezes and can't genuinely restart install

hey guys, got toshiba nb505 today , tried install ubuntu via wubi. first time tried install it, froze @ amd64, assume, because can have 32 bit version. adding --32bit target skips problematic amd64 file moves on different 1 gets stuck. no matter how many times uninstall/redownload wubi, i've deleted wubi text file temp folder, can't wubi install start fresh. whenever start it picks left off, though if in newly created ubuntu file, there isn't there progress bar suggest. know how can make wubi forget previous progress? think problem solved way. not "solved" per se, downloaded iso separately , reran wubi iso in same folder. installed properly, download wubi having trouble bypassed , did myself. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [wubi] wubi install freezes and can't genuine...

Best shopping cart integration with Muse website?

hi, use help... i'm not code writer or programmer... muse answer when creating website.  easy understand... putting website have products sale.  need have shopping cart easy use both me creating website , future purchaser of products.  each product have multiple size variations, color choices, etc.  1 product there 264 possible variations! can offer advice?  examples of sites created in muse have shopping carts great well! hi jazznboots, i'm researching exact question myself right - need store can sell stone both tonne , square meter! while have not trialed implementaiton yet, think wazala might you're asking - check out screenshot site, seems imply multiple options items supported. have trial, check out free @ least. let me know how on - i'm still trying figure out stuff myself!   http://www.wazala.com/images/feat5-large.png More discussions in Help with using Adobe Muse CC adobe

Problem Backing up with PSE11

hi,   recently purchased pse11 , having issues backing up, i'm familiar procedures i've upgraded pse6. with pse11 can backup x16 4.7gb dvd not dl x8 8.5gb dvd , error message stating "check drivers firmware" toshiba have looked @ drive on new qosmio laptop , apparently there nothing wrong @ , no firmware available.    also have issues when trying backup external hard drive. again error message stating "problem occur while writing files". however external drive used time backup laptop , has plenty or memory space available.   any solutions available or there bug problem? thanks paul  did try taking backup on local harddrive , copy locl hard drive external?   -harshit yadav More discussions in Photoshop Elements adobe

Thread: Software 3d rendering for Google Earth

first, total newb, , loving first experience linux. have lenovo t410s intel hd gma on-chip video, running ubuntu 11.10, , google earth 6.1.0. i'm getting error on ge startup says clamped polygons aren't supported because graphics card wont't support it. of course, machine support (works fine in windows). i'm pretty intel driver problem. page ( link here ) indicates if set ubuntu use software opengl 3d rendering google earth work. command listed libgl_always_software=1 googleearth doesn't seem work in ubuntu ("googleearth: command not found"). there way set google earth use software 3d rendering in ubuntu? i should add, fwiw, out of box video drivers ubuntu work better intel windows drivers (screen refreshes way faster. it's google earth tells me video card deficient. it's totally humiliating. please save relationship google earth. ...

Error Printing to Adobe PDF

we using adobe acrobat x pro (ver 10.0) window 7.  have loaded patches april , unable print files pdf.  users seem have more issues others.  files asks save , error appears in adobe pdf printer queue.  there no windows logs , nothing appears happen once error appear in queue.  have tried updating verion of acrobt 10.1.5 without success.  issue began once patches loaded , attempting identify patch caused this.  has else seen problem?  have suggestions on patch may have caused this? More discussions in Printing & Prepress adobe

PE11 and GoPro 120fps

took gopro vid of daughter on new mountain bike.   set camera 720p , used frame rate of 120fps 'just in case' wanted conform slow motion.   based on pe11 project presets available, looks not able render final product @ regular speed since cannot match 120fps.   case or there settings still permit 120fps output, ...or 29.9 or 59.9 output not slow motion? seasport   i think have found sample gopro 720p120 can download , experiment in premiere elements 11 windows. file downloading now.   if download successful, exploration , experimentation of file in premiere elements 11 windows , give comments on experience.   atr More discussions in Premiere Elements adobe

Dreamweaver Help

is there guide or has no idea doing in dreamweaver?? please refer below link:   http://helpx.adobe.com/dreamweaver/topics/dreamweaver-tutorials.html   -harshit yadav More discussions in Dreamweaver support forum adobe

CS5 Photoshop version 12.0.4 x64 crashes a lot

recently cs5 photoshop crashes lot. happens when existing file being opened. files open of time not have font activated, since moved stuff new machine.   my system macpro5,1 mid 2012, 3.33 6-core 32 gb memory, os x 10.7.5; have done suggested os & photoshop updates. i use fontexplorer x pro font management.   could knows how read crach report, tell me proble lies? thank much!   egils   here crash report: ---- process:         adobe photoshop cs5 [16961] path:            /applications/adobe photoshop cs5/adobe photoshop cs5.app/contents/macos/adobe photoshop cs5 identifier:      com.adobe.photoshop version:         12.0.4 (12.0.4x20110407.r.1265] [12.0.4) code type:       x86-64 (native) parent process:  launchd [123]   date/time:       2...