Posts

Showing posts from March, 2014

Data Management Service and Order of Inserts, Deletes

hello, using lcds data management service flex app.  using sql assembler.  issue having order of inserts , deletes data management service sends server when call commit method.   seems when using managed array collection, , delete object in collection exists in database, , add collection, when call commit on dataservice object, tries perform insert operation on databaes first rather delete causes database unique constraint violation.   there way control the order datamagement service performs inserts , deletes smart enough know perform delete's first?   thank you. we having same issue regarding order of inser/delete same ítem commit, there solution it, control operation.   thanks More discussions in LiveCycle Data Services adobe

Thread: How to delete, or hide users (not disable)

hello, have created test user in ubuntu 11.10, , now, want delete, or hide it, because don't want see on login screen. have administrator privileges, , of permissions users. you can use deluser . code: sudo deluser foobar or in unity, go system settings->user accounts Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] How to delete, or hide users (not disable) Ubuntu

Thread: help: the dvd driver doesn't load anything anymore!

hi, i've problem yesterday: cd/dvd driver doesn't load cd/dvd. i've tried original cd/dvd nothing, tries load it, hear working, nothing happens. if try mount manually get: code: drlillux@domuslillux:~$ sudo mount /dev/sr0 mount: no medium found on /dev/sr0 everything started when trying install windows 7 on virtualbox, don't think virtualbox change system configuration. put other information: code: drlillux@domuslillux:~$ dmesg | grep cd-rom [ 3.242133] scsi 6:0:0:0: cd-rom hl-dt-st dvdram gh22ls50 tl02 pq: 0 ansi: 5 [ 3.248287] cdrom: uniform cd-rom driver revision: 3.20 [ 3.248432] sr 6:0:0:0: attached scsi cd-rom sr0 and fstab is: code: # /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> &l

Max-height in Fluid Grid

i have created .css transition expand/collapse on hover div in cs6.  have set max-height div in desktop view, however, wish set different max-heights tablet , mobile layouts since desktop max-height big conceal info in layouts.   here current .css code:   #whf-content {     clear: both;     float: left;     margin-left: 0;     width: 100%;     display: block;     color: #fff;     background-attachment: fixed;     background-repeat: repeat;     background-color: #000;     max-height: 278px;     overflow: hidden; } #whf-content {     clear: both;     float: left;     margin-left: 0;     width: 66.6666%;     display: block;     max-height: 190px; } #whf-content {     clear: both;     float: left;     margin-left: 0;     width: 32.6007%;     display: block;     -webkit-transition: .75s ease 0s;     -moz-transition: .75s ease 0s;     -ms-transition: .75s ease 0s;     -o-transition: .75s ease 0s;     transition: .75s ease 0s; } #whf-content:hover {     max-height: 999px; }   as can see, i&

Nerviges Info-Fenster

hallo lieber leser (helfer) seit einiger zeit habe ich einen neuen rechner (64 bit  win) mit den zusatz-tools pitstop und quitimposing. egal welchen vorgang ich ausführen möchte (z. b. format angleichen ... a4/letter4 verschiedene pdf's in einem dokument) es kommt immer dieses nervige infofenster mit diesem text   addobe acrobat   i   funktion "einstellungen-datei wird geöffnet oder erzeugt" konnte nicht beendet werden, weil folgender fehler auftrat:   die datei ist entweder schreibgeschützt oder wird von einem anderen benutzer verwendet. speichern sie das dokument unter einem anderen namen bzw. in einem anderen ordner.   ok     wie kann ich es abstellen ... alten rechner ist es nicht aufgetreten. hol vom alten pc den ordner "quite" (sollte hier oder ähnlihc liegen: c:\programme\adobe\acrobat 8.0\acrobat\plug_ins\) und kopier ihn auf den neuen pc in den ordner c:\program files (x86)\adobe\acrobat 9.0\acrobat\plug_ins -> fertig.   wichtig: acrobat 8.0 oder a

passing value to jformfields - Joomla! Forum - community, help and support

hi, i've knocked component using component creator , messing edit 'item' form. i've realised joomla! using jformfields, have learned using javascript pass values 1 field isn't working. have done so, previously, using .value , adding innerhtml field's input, submits. essentially, user inputs number values create 'item', 2 other fields automatically fill in calculated percentage (so don't have math). can making regular form , using javascript, if have added id labels jformfields in component's xml file, nothing happens. did think hide rendered jformfields user, create entirely new form like...and pass values field ids jformfield's values..but doesn't work either. i've read custom form fields, , getvalue of joomla fields...but, aaargh, it's not making sense me. can suggest solution, please? thanks, chris hi, jform fields regular html input elements. thing need update javascript target elements. example using jquery: code: selec

Horizontal Position - Joomla! Forum - community, help and support

i created code , positions did not stay in horizontal side side, vertical 1 underneath other. what should stay horizontal next each other? <$ php if ($ this-> countmodules ('expert1') or $ this-> countmodules ('expert2') or $ this-> countmodules ('expert3') or $ this-> this-> countmodules ('expert5')):?> <div id = "expert"> <div id = "container" class = "<? php echo $ expert_width;?>"> <? php if ($ this-> countmodules ('expert1')):?> <div class = "expert first"> <jdoc: include type = "modules" name = "expert1" style = "mhtml" /> </ div> <? php endif; ?> <? php if ($ this-> countmodules ('expert2')):?> <div class = "expert second"> <jdoc: include type = "modules" name = "expert2" style = "mhtml" /> </ div> <? php endif; ?> <?

elements 11

when opening elements message comes saying updating. slows down opening can't wait. way turn off. please launch organizer , check file > watch folders. remove folders in there. if still see updating dialog on next launch, try turning off watch folder service following steps- 1. run services.msc 2. stop process "adobe photoshop v11 file monitor". now launch organizer , see if issue happens or not.   thanks andaleeb More discussions in Photoshop Elements adobe

JArchive encoding - unpacking zip with non-ASCII - Joomla! Forum - community, help and support

hi everyone. i'm running joomla 3.7.5 + apache 2.2, centos 6.9. and i'm using component uploads , unpacks zip archives, utilizing jarchive class: code: select all $zip = jarchive::getadapter('zip'); $zip->extract($data['tmp_name'], $tmpfolder); and incorrectly creates files , directories contain non-ascii symbols. i've found out problem not in jarchive class in users' archivers: prefer local charset (windows cyrillic, cp1251) , use unicode if there no such symbol in charset. it impossible oblige users change way create archives, need somehow change jarchive default charset cp1251 . stuck, setting should change? apache, php, or system-wide? ideas? thanks in advance. sorry, there no way mess charset in archive adapters. Board index Joomla! 3.x - Ask Support Questions Here Language - Joomla! 3.x

Unable to upgrade to Joomla 3.8.0 - Joomla! Forum - community, help and support

has ran in problem when trying upgrade 3.7.5 3.8.0 on end: error an error has occurred. 0 ssl: no alternative certificate subject name matches target host name 'downloads.joomla.org' i tried upgrade manually site broke. any appreciated, jc yes, several of have run problem. info breaks site if manually done next step. guess i'll wait out couple more days. doug Board index Joomla! 3.x - Ask Support Questions Here Migrating and Upgrading to Joomla! 3.x

Joomla SEO Alanının Açılması - Joomla! Forum - community, help and support

Image
merhabalar, joomla seo kategorisi açılabilir ve bu kategoride elimizden geldiği kadar destekçi olmak isteriz. kategori içerisinde joomla seo eklentileri, sitemap, robots.txt ve genel joomla seo ayarlarından bahsedilen sorular ve çözümler olabilir. katılıyorum, seo ayarları ve teknikleri bu bölümde paylaşılır, arama motoru optimizasyonu çok önemli ve detaylı bir konu. Board index Joomla! International Language Support International Zone Turkish Forum

Logic behind the error??

it's countdown clock. at start loads time begin countdown. countdwon continues until condition1 false. while condition1 false, if button15 clicked countdown should continue left. my question when button15 clicked, countdown not continue left? continues _root.onenterframe = countdown; has kept on going while conditiona false?? how make countdown clock continue condition1 false? ?   var start_datefixed:date = new date(); var start_milfixed:number = start_datefixed.gettime(); var start_secondsfixed:number = start_milfixed/1000;   sndload.sendandload(" http://www.web.com/the.php ",rscload,"post"); recload.ondata = function(src) {      var a:array=src.split(",,");      var bcountdown = math.floor(60 - a[0]);      timerem.text = math.floor((bcountdown) + (start_secondsfixed));      _root.onenterframe = countdown; }     function countdown(){ if ( conditiona == true) {    var bringtimesrt = timerem.text;   var start_date:date = new date();   var start

Elements Organizer 11

every time open  adobe photoshop elements   11  , try open organizer, receive message "organizer has stopped working".  have tried solutions recommended previous users , having no luck.  removed programs , reinstalled.  same result.  logged in administrator , made sure opened file administrator, deleted network printer, etc.  interfering program?  using windows 7 latest updates.  please. don has organizer ever launched , worked fine on machine? please try launching organizer keeping shift key pressed , create new catalog see if crashes on doing too ? thanks andaleeb More discussions in Photoshop Elements adobe

Customization Wizard does not find installation package

the customization wizard appears expect msi package don't see way obtain this. distribution software request link provides exe file. tried rename msi on off chance work not. don't see explanations on how there here , see must missing obvious don't see is. thanks.   i have customization wizard version 11 same version installation package. http://mooremn.wordpress.com/2011/02/18/adobe-reader-x-%e2%80%93-extracting-the-msi/   this original link found , followed when started working on deploying reader through group policy. More discussions in Acrobat Reader adobe

Using old templates - Venus by Royalsoft - Joomla! Forum - community, help and support

hi, newbie here!! have client wanting me use template had purchased few years ago. can tell have been purchased website: code: select all  https://themeforest.net/item/venus-responsive-multipurpose-joomla-template/5592057 . looks author of template ( code: select all http://www.royalitsoft.com /) no longer in business. pose problem? have hunch perhaps might not best idea use template no longer supported. happen when joomla moves 4.x platform, may run issues when it’s time update joomla if template isn’t updated work 4.x platform. want ensure it’s worth finishing project using joomla , template. or, should @ purchasing new, supported template? advice or insight appreciated, thanks!! comes down this, imo: set error reporting max, install old template, see if works, fix errors find. if doesn't work, or can't fix errors, new template, , prepared exact same process pretty every time there's new major release. of time, work ok. Board index

Thread: Printer menu does not come in LibreOffice writter

i using ubuntu 10.04 , uninstalled open office , installed libreoffice new problem has started printer settings came openoffice , microsoft word have stopped comming 1 please suggest answer. information: using hp laserjet printer p1005 , have hplip installed i think you're looking can found opening print window (ctrl+p) window should open 'general' tab selected. click 'properties'. display you're looking for? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Printer menu does not come in LibreOffice writter Ubuntu

Front end user articals - Joomla! Forum - community, help and support

Image
i have used joomla before not since 2.x still learning joomla. said, question is... scenero: i'm trying build community based website has similar concepts i.e....facebook (being 1 of more known). have community builders extension installed, along kunena! forum. due limited means i'm wanting use work around solution being able have same effect , function of user wall post/share enabling, blog style artical base on user groups , permissions. want limit of viewable intended group, while still allowing access other areas of site. i remember seeing along wanting in older version of joomla don't remember how access , turn feature on. remember being part of core built-in. question: still possible , steps need follow in order enable it? i'm not @ explaining things hope able explain enough thank you hello, from understand, believe looking ways handle permissions users , limit parts of content based on user access levels. if true, recommend read through article https://docs.

Thread: How to install driver for Broadcom Wireless Adapter

i have installed ubuntu 11.10 on dell inspiron e1505. there no driver wireless adapter provided ubuntu, downloaded driver broadcom: 802.11 linux sta driver. when run make, following: sudo make kbuild_nopedantic=1 make -c /lib/modules/`uname -r`/build m=`pwd` make[1]: entering directory `/usr/src/linux-headers-3.0.0-12-generic' wireless extension possible api kernel version using wireless extension api ld /lib/modules/3.0.0-12-generic/hybrid_wl/built-in.o cc [m] /lib/modules/3.0.0-12-generic/hybrid_wl/src/shared/linux_osl.o cc [m] /lib/modules/3.0.0-12-generic/hybrid_wl/src/wl/sys/wl_linux.o cc [m] /lib/modules/3.0.0-12-generic/hybrid_wl/src/wl/sys/wl_iw.o cc [m] /lib/modules/3.0.0-12-generic/hybrid_wl/src/wl/sys/wl_cfg80211.o ld [m] /lib/modules/3.0.0-12-generic/hybrid_wl/wl.o ld: relocatable linking relocations format elf32-i386 (/lib/modules/3.0.0-12-generic/hybrid_wl/lib/wlc_hybrid.o_shipped) format elf64-x86-64 (/lib/modu

Thread: 11.10 no launcher/no icons

ubuntu noob 11.10 had worked week, upgrade 11.04 ]its dual boot win7] week or more ago on start-up had desktop shortcuts had placed there, no launcher, , no top task bar ,. no tools icons,, shutdown had done power button. cant launcher .. f2 doesn't work. tried use internet shortcut win 7 "side" says doesn't know open with. so.. do?? last forum thread "died"..so retry.. not adept @ terminal usage, can it,, slow, , new ubuntu. appreciated, thanks, tom hi, sorry, have couple of terminal commands you! if open terminal window (press ctrl+alt+t if don't have icon anywhere) , type following: code: gconftool-2 --recursive-unset /apps/compiz-1 unity --reset this should reset launcher , menu bar. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] 11.10 no launcher/no icons

Thread: How to uninstall on a mac

i considering dual booting ubuntu, in case decide don't it, need way uninstall. can give me step step instructions? why don't give shot on thumb drive first. if don't don't have install it. btw i'm pc.... Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users [ubuntu] How to uninstall on a mac Ubuntu

Reset public hyperlink

i have created form , received replies. have shared results page few key personnel need access, making results public , sharing https hyperlink them. one of given link has resigned position , useful replace link new link can distribute entitled view results without having create new form , reimport data results table etc. is possible, or should nominate suggestion? you should share forms people 'reader' way can see responses , summary report. can removing them sharing list if don't want them have access data anymore. mean these people need have formscentral account (it can free account). have un-publish form prevent other people see data.   hope helps gen More discussions in Archived Spaces adobe

Having problems making a business card into a name badge

Image
i scanned business card picture (hp in one).   want remove information below taylor shelley ( going use clone tool , match background - idea or bad?).   here steps tried.   1. crop name taylor shelley , saved file placement later.   2.  clone background remove info below name.   3. insert croped name , center below business name , cell phone right.   4.  need add word owner below name taylor   i don't pixel when i'm finished.  should using illustrator.   is there better way this.   thanks mike sounds scanned @ low res/ppi More discussions in Photoshop General Discussion adobe

How to activate my PC for Adobe Digital Edition after having it authorized without ID?

hallo everybody!   i use digital edition 2.0 , have authorized pc without adobe-id , reader id. can't open e-books on reader. want activate pc id response:   "you cannot authorize computer adobe-id has been used authorize computer or mobile device. try again."   so restored reader factory settings same response. what can now? creating new account new id way?   thanks moved digital edition forums More discussions in Adobe Digital Editions adobe

Thread: Failure Sorting Large Files

Image
i've been trying sort large files, on order of 15gb in size. these have unique records, files should not shrink once sorted. running sort command on 80gb disk 60gb free, got following error: sort: write failed: /tmp/sortz8ys8x: no space left on device sed: couldn't write 121 items stdout: connection reset peer try splitting file smaller pieces, sort them , write code collate files, seems me sort program should hell of lot more robust this. suggestions? argh! rtfm. /tmp drive has 8gb. i'm rerunning sort using -t point 80gb drive. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Failure Sorting Large Files Ubuntu

Adobe Application Managerのサインイン

Image
creative cloudを利用しています。   adobe application managerのサインインができずアップデートとサブスクリプションエラーが起こります。 似たようなフォーラムでの解決法はほぼ試しましたが変わりまありません   ↑もちろんネットには繋がっていますし、先月まではサインインできていました。 認証も通らないので体験版の使用となっていますがもう少しで切れてしまいそうです。 webサイトからはログインできるし、creative cloudも契約は切れていませんでした。 解決法のご教授お願いします。 私も同様の現象が起こり、カスタマーサービスにお電話した所解決しましたので、参考になればと思います。(windows 7 64 bit)   1. サインインおよびライセンス認証における問題のトラブルシューティング(creative suite 6 | creative cloud | cs5.5 サブスクリプション) http://helpx.adobe.com/jp/creative-cloud/kb/cpsid_93638.html ・まずこちらを確認してみました。問題はなかったのですが、現状サインインはできませんでした。   2. ライセンス認証済みの製品が体験版に戻り、残り日数が「-1」「32k」などの不正な値で表示される(creative cloud/creative suite 6) http://helpx.adobe.com/jp/creative-cloud/kb/cpsid_93780.html ・最初にダウンロードしたadobe application manager がうまくインストールされていない可能性があるとご指摘を受け、windowsの別アカウントを作成し、そこから上記のページの「解決方法3」の部分のインストーラーを再ダウンロードし上書 きする形でインストールして、別アカウントからサイトにログインして application managerを試してみましたがサインイン出来ませんでした。   3. プログラムからinternet explorerを起動し、右上のアイコンの「ツール」から「インターネットオプション」 「詳細設定」のタブを開き、設定の項目の「セキュリティ」内の「サーバーの証明書失効を確認する*」にチェッ

Thread: Ubuntu 10.04 suddenly went into busybox mode, saying it can't mount some drives

[first let me apologize: in pretty bad mood when started happening didn't take down notes of happening. clear mistake. here's hoping guru out there can fill in of blanks.] i'm on gateway laptop that's around 3-4 years old, give or take, overheats. sure panicked when first overheated , auto shutdown on me there doesn't seem damage when happens, passed off should avoided not dangerous (at least, not very). bit more history: first ubuntu installation 9.10, 1.5 years ago (march/april 2010). didn't have life-threatening issues while using it. upgraded current version, 10.04 around year ago (oct. 2010) , in 10.04 had overheating issues. i'm not blaming lynx overheats---the first overheat cases largely due programming errors on part---but lately, laptop overheats while doing mundane tasks (randomly, not time), i'll relate next. morning watching youtube videos when laptop overheated , auto shut down. so, took break computer, ate

Elements 11 toolbox doesn't appear.

Image
i installed elements 11 on mac osx ver 7.5. worked first few times opened it, tool box doesn't appear in editing mode. "tools" checked under window. unable drag opened  pse window way earlier version. antbody have wisdom here? you sure you're in expert mode? should able drag window smaller in mode lower right corner.   if it's stuck, go preferences , click button, relaunch editor: More discussions in Photoshop Elements adobe

Thread: upgrading to 11.04 but out of space

i created new partition 40 gigs , have auto mounted under home directory. when try upgrade 11.04 of ubuntu says don't have enough space in /. there way / use of space in partition created. partition in /home/chris/disk3. thanks, chris please open terminal ctrl+alt+t type , post result code: sudo fdisk -l Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] upgrading to 11.04 but out of space Ubuntu

Thread: Downloading 10.04

Image
i hope it's okay post here considering firefox related. know 10.4 download , have extracting mastered need know how put file in affect, i'm lost after extracting 1 lol posted blacksilvershewolf i hope it's okay post here considering firefox related. know 10.4 download , have extracting mastered need know how put file in affect, i'm lost after extracting 1 lol i expect post moved. can find 10.4 here http://releases.ubuntu.com/lucid/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades Downloading 10.04 Ubuntu

Thread: Traffic Shaping per IP with TC

hello, im trying shape download speed per ip using tc. i'm having limited sucess each ip hitting correct class based on filter define there huge amount of latency & seems shaping whole interface. trying shape following ip's on vlan 41 , 150 respectively: 10.3.41.90 / 10.3.150.124 using following tc commands: tc qdisc del dev eth3.41 root tc qdisc del dev eth3.150 root tc qdisc add dev eth3.41 root handle 1 htb default 10 tc class add dev eth3.41 parent 1: classid 1:1 htb rate 100mbit tc class add dev eth3.41 parent 1: classid 1:10 htb rate 256kbit tc filter add dev eth3.41 parent 1: protocol ip handle 800::90 prio 1 u32 match ip dst 10.3.41.90 tc qdisc add dev eth3.150 root handle 1 htb default 10 tc class add dev eth3.150 parent 1: classid 1:1 htb rate 100mbit tc class add dev eth3.150 parent 1: classid 1:10 htb rate 256kbit tc filter add dev eth3.150 parent 1: protocol ip handle 800::90 prio 1 u32 match ip dst 10.3.150.124 have

Thread: New to Ubuntu and cannot find the answer I need

hello, new ubuntu 11.10 , not sure if right thread, in need of help. running ubuntu 11.10 on acer aspire 5315 , cannot cpu fan turn on @ all. have looked solutions cannot find it. ran sudo apt-update in terminal , still not run. computer runs till overheats , shuts off. desperate solution. i not run acer, found this: http://www.googlubuntu.com/results/?...ch&cof=forid:9 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] New to Ubuntu and cannot find the answer I need Ubuntu

Thread: X fails to start after dist-update

hi all. i've been running computer weeks without restarting it. today did 'dist-update'. updated kernel, thought best reboot. after rebooting, x failed start. have black screen login prompt. type in 'startx'. can see message related x failing start. can see "no screens found", , messages related nvidia driver: fatal: nvidia module not found... failed load module 'nvidia'... no drivers available... backed current xorg.conf, , rolled older one, same outcome. how can recover x? how can recover x ? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] X fails to start after dist-update Ubuntu

Thread: Java 29 security update

hello guys, here issue: ppa:ferramroberto , canonical partner repository provide outdated java 6-26 version. then, every time bank webpage, google chrome browser keeps telling me plugin outdated , stopped. browser tells me oracle/sun has released security update 6-29 version. i've proceeded version 6-29 manual installation. ok, that's fine, unfortunately browser plugin doesn't work. that's not real issue, because question is: why in god's sake haven't updated java @ repositories? ideas? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Java 29 security update Ubuntu

DateTime Calculation

Image
hello.  have form in adobe acrobat x has 2 time/date fields.  following script being used find difference in hours between 2 date/time fields.  there way result returned actual hh:mm?  example, if differnce 8hrs 15min returned 8.25.  there way have returned 8:15?  thank help!  here current script:   a nice feature of acrobat forms displayed format not need match field value. can created custom format script convert hours hh:mm. feature allow 1 accumulate elapsed times subtotal, total or grand total in hours display intervals various total in hours , minutes.   since formatting repeated several times using document level script conversion cut down on amount of code needs entered , debugged.   // document level script convert hours hh;mm format function num2time(nhours) { if(nhours == 0) return ""; // 0 hours null srting else return util.printf("%,201.0f:%,102.0f", math.floor(nhours), (nhours * 60) % 60); } // end num2time // end document level script   // custom fo

Thread: <Super> Key combination not working correctly in 11.10

hello: upgraded 11.04 11.10 , have found many of unity <super> key combinations don't work did in 11.04. example, <super>+a doesn't bring launcher. brings small white box in lower right corner of screen. can type in box, nothing happens. <super> bring unity panel. also, <super>+e in 11.04 showed running applications choose 1 wanted , brought foreground. <super>+e brings white box thing. <super>+t bring trash application, working. need restore functionality? thanks, jim Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] <Super> Key combination not working correctly in 11.10 Ubuntu

Thread: What do you do with your PC when your are Bored ?

Image
what do pc when bored ? in search of ideas. i read forums. wait.. mean bored time? Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe What do you do with your PC when your are Bored ? Ubuntu

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Begin streaming audio upon opening a project?

hello,   i project trigger streaming of audio when user begins project.  more specifically, want song (from youtube) begin playing via stream when user starts project because : a. want keep project small , avoid adding large elements library , b. can't find the audio file in internet download.      long story short, instead of importing audio file project, can have project open youtube url without user seeing (and hearing it)?     thanks help!   ryan hi there,   thanks reaching adobe community.   unfortunately, there isn't way add streaming audio in captivate. way add audio file. can take out audio youtube video link through audio ripping tools.   you try website rip audio youtube. it's called snipmp3.   click here go snipmp3.   thanks! More discussions in Adobe Captivate adobe

Thread: Newbie here with a couple of questions about 11.10

Image
hello! newbie here , have couple questions. new ubuntu or linux if explain things in layman's terms great. have latest version of ubuntu (11.10), before used windows xp , far liking have couple questions. know bar on left holds icons? there way if not fullscreen on firefox or window, can make bar disappear until hover on area? don't how it's taking space right now. also, know when move window up, or right or in corner , screen turns orange , snaps place or goes fullscreen, there way disable that? know i'll have more questions that's first of welcome wonderful ubuntu forums , world of linux , ubuntu. there no graphical setting turn of auto full screen when move window top of screen. if have used windows7 , mac see default feature in these oses well. (and can't disable in them well.) autohide of left shortcut bar have yet find out.

Thread: Windows7 Pictures to Ubuntu Pic's folder

Image
hello know if there way take or copy pictures windows7 ubuntu pic/folder.i have been doing flash voyager usb stick.is there easier way this?i tried copy & paste did not work. see attachment bob attached images desktop.jpg (136.9 kb, 20 views) you go virtualbox settings , enable shared folders, folder in ubuntu filesystem allocated shared folder can accessed network drive in windows networking settings. can literally pass files between vm , host in seconds no outside media needed. after connecting folder network folder in windows, copy pics folder contents there , in ubuntu can open them in nautilus window in vm guest install. copy , paste ubuntu folder. have fun note settings ubuntu vm require powering down ubuntu, when powered again shared folders become available in windo

Problème de mise en ligne d'une publication numérique sur IPad

bonjour à tous,   j'ai un problème avec ma publication numérique qui comporte 5 vidéos. les vidéos sont au bon format car j'avais réalisé un test sur l'ipad et aucun problème. tout était parfait. après la publication des 5 vidéos depuis indesign(via folio builder), impossible de télécharger la publication sur l'ipad (échec de téléchargement, veuillez réessayer plus tard). j'ai réessayé 5 fois en supprimant et en recréant un nouvel article mais toujours le même problème… je ne sais plus quoi faire… par contre, je n'ai aucun problème avec d'autres fichiers, car je sais les télécharger et l'avoir sur l'ipad. mais lors du téléchargement entre indesign et folio builder, j'ai remarqué que le téléchargement s'arrête vers 90% et il me met que tout est fini. je crois qu'il doit y avoir un problème. par contre mon réseau est stable et j'ai aucun problème là dessus… mon fichier trop lourd? non, car j'avais eu ce problème avant et indesign me

How to open psd files without the cloud?

i downloaded adobe touch digital scrapbooking purposes. how can open psd file i've downloaded , unzipped if don't want use adobe common cloud? ideally i'd ipad have "open in adobe touch" option after i've unzipped file. annette ps touch can't open psds locally. have imported via creative cloud (and then, flattened when imported).   i imagine "quality of life" decision since ps touch can support 16 layers in particular project. , maybe fact photoshop (and photoshop elements) can use layer masks, ps touch doesn't presently have. More discussions in Photoshop Touch for Tablet adobe

Thread: Advice on self-built computer hardware...

Image
hello forum, first time here, came question: i'm planning on self-building new computer, have no prior experience of doing so. want know if following hardware compatible a.) (like motherboard , cpu, motherboard , chassis etc.) b.) ubuntu 11.10 c.) if need additional hardware. here specs: motherboard: asus socket am3/amd 880g/usb3.0/hybrid crossfirex/a&v&gbe/micro atx motherboard s m4a88t-m/usb3 chassis: gigabyte isolo 210 cpu: amd phenom ii x6 1090t processor, black edition ram: hyperx 6gb ddr3 sdram memory module kingston drive(s): intel 40gb ssd sata 3.0 gb-s 2.5 (320 series) drive2: western digital caviar blue 500 gb sata iii 7200 rpm 16 mb cache gpu: xfx radeon hd 4870 1 gb ddr5 pci-e 2.0 psu: corsair 700 watt 80+ intel , amd in advance. posted 0011235813 hello forum, first time here, came question: i'm planning on self-building new

Thread: Missing Graphics

Image
hey everyone. i'm trying stalker: call of pripyat work on laptop in wine. i've gotten work before, except played god awful slow. but, have fresh install, tried again. time, game isn't slow. graphics don't render correctly, , not @ all. game compatible wine, according appdb. http://appdb.winehq.org/objectmanage...sion&iid=17990 have intel graphics chip way. if need more information, please ask. have included screenshot of game doing. time. attached images stalker.jpg (63.7 kb, 8 views) *bump* if might know how fix this, please let me know. suggestions appreciated. thanks. Forum The Ubuntu Forum Community Ubuntu Specialised Support Wine Missing Graphics Ubuntu

How to use Photoshop Elements 11 Image Tags in Lightroom 4.4

hello,   i filter lightroom catalog people in photo. done manually in lightroom using metadata, however, photoshop elements 11 organiser has auto-analyse feature automatically , creates image tags identified people. how use photoshop elements 11 organiser image tags in lightroom 4.4?   i have tried: created image tags identified people. these listed in image tags section of main workspace , can used within photoshop elements 11 organiser filter on people using search , people features. updated metadata within lightroom searched tags in metadata fields using library filters i have been unable find mention of these image tags in file metadata - perhaps exist in photoshop elements 11 catalog? if so, have best practice transferring information between photoshop elements 11 , lightroom 4.4?   thanks in advance,   david More discussions in Lightroom Classic CC adobe

emailing revel photos

how email more 1 photo @ time on web based version of revel ? on revel share link album containing photos. see these link details , let know if clears you.     pattie   faq: how share files in revel? faq: file basics: how upload, download, share, , delete files in revel? More discussions in Archived Spaces adobe

Thread: How to set Dual Boot option to Windows

hi everyone have pc windows xp & ubuntu 11.10 on it. love using ubuntu wife rather use windows!! how set computer automatically boots in windows instead of ubuntu in advance dale unless uninstall ubutu have thee option @ begining, won't able boot either ubuntu or windows automatically. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to set Dual Boot option to Windows Ubuntu

ошибка 0: Using $this when not in object context - Joomla! Forum - community, help and support

Здравствуйте, Помогите!!! При попытке зайти на сайт, выскакивает ошибка 0: using $this when not in object context Что это значит и как исправить, где искать вообще исток? В последнее время никаких работ на сайте не делал, сайт сделан на joomla 3.7.2. Последний раз заходил 2-3 недели назад и всё было ок. Board index Joomla! International Language Support International Zone Russian Forum Joomla 3.x - Задайте здесь свой вопрос по поддержке Общие вопросы/Новичок в Joomla! 3.x

Thread: Ad Hoc

Image
i found instructions creating ad hoc network netbook- can follow these instructions anyway ubuntu 10.04 : ultimate edition 2.7? posted ultimatecat i found instructions creating ad hoc network netbook- can follow these instructions anyway ubuntu 10.04 : ultimate edition 2.7? isn't ue 2.7 based on 10.04? maybe should ask theemahn? big cheese himself? stopped using ue 2 years ago.. cool when user friendly dealio around town. better install ubuntu 11.10 , use walk-through today: https://debianhelp.wordpress.com/201...neiric-ocelot/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Ad Hoc Ubuntu

adobe flash player fails installation

flash player installs 50% fails complete ie9 64bit hi,   the following link contains answer query: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html . please read.   hope above info helps you.   with regards, prabhu More discussions in Installing Flash Player adobe

Thread: installation process

hi, have spare , empty drive on hdd (currently formatted ntfs). wonder whether possible install several linux-related operating systems onto 1 drive place mbr's them (grub2?) onto usb , adjust bios boot usb possible select 1 of number of os's menu @ boot-up? if is, can linux distros cope ntfs or empy drive on hdd have formatted ext4? thanks, davidc does have loaded usb or cd do? use super grub cd , think great: - www.supergrub.org linux can work ntfs Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] installation process Ubuntu

Thread: Raid5

hey, need installing ubuntu server raid5 system. have 4 hard drives. want system remains 1 of disk. moreover, require extension of raid5 support. discs fulfilled, , should added single disk. how goes it? in advance! janar you use mdadm make raid device. here material on raid started with: https://help.ubuntu.com/community/in...n/softwareraid Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Raid5 Ubuntu

Review and rating for airport and airline - Joomla! Forum - community, help and support

hello all i need component rating , review airport , airline. i see components understand rating article not need. some 1 know 1 component that? this example of need( not joomla ) code: select all http://www.airlinequality.com/airport-reviews/agadir-al-massira-airport/ thank you check rsdirectory. excellent app need Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x