Posts

Showing posts from August, 2013

Pre 7: clips missing from task panel

i'm building movie , have 25 clips on timeline, number of clips in each "section" of movie.  clips tagged belonging there respective sections.  however, when opened project today none of clips show in task panel when on "organize" tab, , when go "tagging" none of them show there either.  show on task panel when on "edit" tab, , movie plays supposed.  have caused this?  how them show again under organize , tagging?   thanks!! as indicate in tutorials, organize panel confusing panel in premiere elements. lot of strange things -- , it's not indicator of media in project, , recommending ignoring completely.   to see video has been added project, open project panel. in version 7, under edit tab.   i explain , offer lots more information in free tutorial series basic training premiere elements on videomaker support site http://muvipix.com .   many more details can found in books, available on amazon.com , through the muvipix store . More di

setting up prefs for code view fonts and sizes

using cs5   i copied pages in computer... fonts , sizes in code view small.   in prefs - fonts - made them bigger - said apply source formatting   but don't seem stick - maybe next day small again   q: how font pref settings work sites time?     thanks in advance - dave such settings not carried in external pages, part of preferences.  in other words, opening page not change existing preferences. More discussions in Dreamweaver support forum adobe

Programmatically Accessing Self Sign in Plug in for Digital Signature

hello there,   we looking forward use “ adode acrobat 9 pro – self sign in plug in ” 1 of application digitally sign pdf document i.e. appending signature existing pdf document. have gone through adobe site ( http://learn.adobe.com/wiki/download/attachments/52658564/samplesignatures.pdf?version=1 ; http://www.adobe.com/ap/epaper/tips/acrsignatures/ ) , explored “ tips , techniques ” along screenshots.   we on following queries: ·          can programmatically c#.net access adobe object , create certificate digital signature? if yes, can please provide pointers, references , sample code snippets? [we understand not need purchase sdk professional sufficient digital pdf signature] ·          does adobe pro installer provide dll can leveraged in code base i.e. c#.net? ·          how certificate management work digital signing? can third party verisign, local computer / certificate organization server work digital pdf signature? ·          please provide technical reference manual us

Thread: Unable to complete update - repo down?

hello everyone, normal updates working ok, have been unable complete process failed update software center: code: w: failed fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/s/software-center/software-center_2.0.6_all.deb 404 not found anyone else experience this? there repo available complete this? using gb servers. replies. the repository above works me. tried changing "gb" "us" in error message , worked. otherwise, try changing servers in synaptic or software sources via settings > repository. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Unable to complete update - repo down? Ubuntu

Thread: Picasa folder on NAS

i hope not off topic think problem permissions. have network attached storage device on have many photos stored. have mounted drive using places | connect server dialogue , can see / view pictures. want add folder picasa in 'folder manager' can use management tool them. problem picasa cannot see mounted folder on storage. using ubuntu 10.04 -keevill- Forum The Ubuntu Forum Community Ubuntu Specialised Support Security [ubuntu] Picasa folder on NAS Ubuntu

Thread: How to make Scrabble work

i've downloaded linux native version of scrabble(scrabble_1.9-1.tar.gz) , extracted it. don't know do. folder extraction made(scrabble) has application file can run game terminal application not on board looks game. haven't been able figure out how input move. instructions say... enter word "yxd <word>" (y=row, x=col, d=a/d) or "help" other commands. there make file may little screwy. seem work @ when run in terminal runs less second , closes. normal? game working not in terminal second best thing if tell me how input move. suggestions appreciated. i'm guessing have found terminal version of 'scrabble' called scribble. here screenshot: code: 86 letters remain 0 1 2 3 4 5 6 7 8 9 b c d e - - - - - - - - - - - - - - - 0| @ - @ - @ |0 words: 1| * + + * |1 2| * - - * |

image selection

Image
how select unanchored image that's been sent back? pretty simple question, cannot manage move , select image. pieter,   you have send whatever in front of back. picture, looks page text frame in front of it. can send frame other object. might need open graphics toolbar (view > toolbars > graphics toolbar) , activate select object tool select it.   russ More discussions in Adobe FrameMaker adobe

Importing Photos - Make a copy?

hi   when import photos library, fors lr3 make copy of these photos in location, duplicating them?   i bought new external hard drive want use primary photo editing. have loaded hard drive raws - if select import library, lr3 copy these, or direct library location? thanks when import photos library, fors lr3 make copy of these photos in location, duplicating them? yes, backup.   if select import library, lr3 copy these, or direct library location? you choose. if "add" (use add option) them, you'll "direct library" location. if choose copy photos new external hard drive location, may choose make second copy up.   note "second copy" option not available when "add" photos @ current location, rather copy new location. More discussions in Lightroom Classic CC adobe

Couple Issues... - Joomla! Forum - community, help and support

http://primetimeracingleague.com/ when click rulebook, downloads, , news site goes crazy anyone know why? turn off of options seo under site in global configuration. review tutorial http://www.scribd.com/doc/2300167/joomla-v-15-configure-and-troubleshoot-sef-urls Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Visa Docman-dokument med ikon i artikel? - Joomla! Forum - community, help and support

Image
hej! jag använder docman, har jce med tilläggskomponenter installerat. genom att använda advanced link så går det utmärkt bra att skapa en textlänk till ett docmandokument men jag vill skapa länk till docmandokument som även illustreras med passande ikon så att användaren vet att det är ett dokument och inte bara en vanlig länk. Är det ett pdf-dokument ska detta visas med en pdf-ikon framför. man kan ju även använda insert/edit file men kommer då bara till \stories och kommer inte åt mitt docmarkiv. genom att lägga dokumentet direkt under stories kan man få en sådan sådan länk jag vill ha, men då länkar den ju inte alls till dokumentet docman. hur kan jag få länken med ikon, länkad till mina docmandokument? någon som vet? det känns som att det borde vara uppenbart, men jag får inte till det du kan göra det hemmagjort med css, se t.ex. http://pooliestudios.com/projects/iconize/ Board index Joomla! International Language Support Interna

Thread: Get GPS Location from terminal

you have have curl installed http://foss-boss.blogspot.com/2010/0...on-street.html the following code works if: - run in root shell (ubuntu users do: "sudo -i" paste it) - connected via wifi access point - wireless adapter called wlan0 (otherwise replace correct name) - you're using linux system or similar (i.e. windows won't work here) enter following in terminal. should tell location /bin/echo '{"version": "1.1.0","host": "maps.google.com","request_address": true,"address_language": "en_gb", "wifi_towers": [{"mac_address": "' $( iwlist wlan0 scan | grep address | head -1 | awk '{print $5}' | sed -e 's/ //g' ) '","signal_strength": 8,"age": 0}]}' | sed -e 's/" /"/' -e 's/ "/"/g' > /t

Thread: DVD Playback issue

ok, have fresh install of ubuntu 10.04 on computer. planning on using computer video sever xbmc , fuppes, i'm experiencing problems. right after installing ubuntu , updating it, checked make sure universe, multiverse, , medibuntu repositories added. insalled libdvdread4 , libdvdcss2 (i used script in /usr/share/doc/libdvdread4 though had medibuntu repo). after doing still had no video output dvds, installed of gstreamer libs(gross) , got totem play dvds. however, it's super choppy (because it's using gstreamer). mplayer, xbmc, , other totem w/gstreamer still cannot play dvds. suspected maybe there issue drive it's blu-ray drive. a) output of lshw -c disk looks fine , ripped movie iso , still encountered same problems. code: *-cdrom description: dvd reader product: br-04b2t vendor: asus physical id: 0 bus info: scsi@2:0.0.0 logical name: /dev/cdrom logical name:

Text / Graphic Shifting Position in Preview

Image
morning.  i'm working on project , have encountered problem haven't come across before.  there handful of text boxes shift position when i'm either previewing or publishing.  i've attempted know fix this, i'm not having success.  able provide this?  More discussions in Editing adobe

Simple Image Rotator still causing li issues! - Joomla! Forum - community, help and support

http://www.elmfieldhouse.co.uk has been launched , i've noticed issue in news section that's puzzling me. if visit 1 of news articles sir header drops down , right , (in firefox) circle appears depicting list item (in ie header img drops down , right). why happening confusing me. if following problem fixed: turn off search engine friendly url's in system config, or remove sir header on news articles. however, want site use search engine friendly urls , want sir header show on news articles! any suggestions on why happens , how fix appreciated. many thanks katy @ kew creative having problem too. fixes yet? Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

[Help] Linking scenes using buttons within a MovieClip - CS3 AS 3.0

im trying link series of buttons have created within movie clip scenes have created. code buttons along lines of:   sun_btn.addeventlistener(mouseevent.click, sungo);   function sungo(event:mouseevent):void { movieclip(root).gotoandstop(1,"sun"); };   when testing code error:   argumenterror: error #2108: scene sun not found. at flash.display::movieclip/gotoandstop() at planets_mainpage_fla::mc_mainnav_4/sungo()   ive checked have named scenes accordingly , have, no other errors produced. apperciated flash disagrees , flash correct.   check spelling/check case/check white space. More discussions in ActionScript 3 adobe

Im having problems uploading to through ftp - Joomla! Forum - community, help and support

Image
hi all, im not new joomla, im new web hosting in general. assume know nothing this. ok, trying upload joomla files root directory via filezilla, problem transfers cannot start, fail. have unix based server , mysql installed isp, have not done mysql. if can upoad joomla files think can take there. advise appreciated. first thing double check supposed put site files. if see right, trying upload directory called "root"? sure it's not supposed go "www" directory (folder)? it's amazing many hosts have different setups 1 might use 1 way , differently while different similar.... can confusing people setting sites don't feel bad. so find out host directory supposed put website files in. once can confirm that, start uploading files. quick recommendation: when uploading, in batches , not @ once. doing @ once can corrupt files , can take lot longer because takes more effort on server manage @ once. prefer in smaller batches. example: first batch administratory, c

lrcat and lrdata file size....what's too big

folks,   i run multiple lib in lr2.7 , run 1 big library , wan't know top recommendation size perspective such big library size or file size.   currently largest lrcat file 2.03gb lrdata file being 17.32gb.   performance fine lib on workstation....i can't run on laptop cause it's toooo slow obvious reason there limit (via hard set or best practices) limit lrcat or lrdata files less 20gb, 10gb, 5gb?  big lib can chime in here do?  adobe can chime in on what's best practice?   thanks in advance , tried find info via search wasn't successful.   -diesel there's no limit. modern databases can grow large , still give reasonable performance. if happy performance, not issue.   by way, optimize catalog regularly? More discussions in Lightroom Classic CC adobe

Thread: How do I make everything one the screen larger?

how make 1 screen larger? type small see. went system/preferences/appearance, don't see how it. you can choose bigger font sizes in font tab. decrease resolution in system -> preferences -> monitors Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] How do I make everything one the screen larger? Ubuntu

Thread: Connecting to Sharepoint WebDav Server Problem

i trying connect sharepoint server via webdav using nautilus. sharepoint box ms 2008 server running moss server. when go places -> connect server -> webdav enter following: server - ip address folder - webdav folder http error unauthorized. suspect trying enter ad credentials in format domain\username. think \ screwing up. there escape character try? doing wrong? in advance, c Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Connecting to Sharepoint WebDav Server Problem Ubuntu

Thread: configuring IPv4 with fixed ip

hi, there experiencing similar problems me? our router pretty old , capable of giving fixed ip , there no support ipv6. via gnome networkmanager try set manual ip 192.168.1.123 , netmask 255.255.255.0 , default gw @ 192.168.1.1 . however, not work. if open terminal , type: code: sudo ifconfig eth0 inet 192.168.1.123 sudo route add default gw 192.168.1.1 then valid connection internet. ifconfig self returns: code: myname@mycomp:~$ ifconfig eth0 eth0 link encap:ethernet hwaddr 00:0f:1f:74:e1:be inet addr:192.168.1.123 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr: fe80::20f:1fff:fe74:e1be/64 scope:link broadcast running multicast mtu:1500 metric:1 rx packets:8050 errors:0 dropped:0 overruns:0 frame:0 tx packets:7522 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:8122461 (8.1 mb) tx bytes:1243808 (1.2 mb) the difference between if

Trouble printing a Livecycle Form in Acrobat or Reader

i've created form in livecycle 8.0 intend have users fill in in acrobat or reader.  when try print form in acrobat, either printer or pdf, prints blank document. i've got acrobat professional 8.1.2 i've tried in acrobat standard v8 , had same problem.   i'm new livecycle, , i've run through tutorials , noticed forms produced in them seem print fine, assume problem lies setting i've used create other forms, can't life of me figure out is.   any appreciated! if send form livecycle8@gmail.com can have see happening.   paul More discussions in LiveCycle Forms adobe

Transfer site from localhost to remote. step-step please!!! - Joomla! Forum - community, help and support

hi i going through lot of guides , forum no prevail. sorry, idiot in matter. i need see how done once. cant figure out root, passwort , , names site , database , stuff. find configuration.php page in remote server, in fact uploaded server xampp apache1.71. work filezilla.i created folder in remote server named public_html , downloaded comlete web it. later made more folders on server , uploaded backed mysql,phpmyadmin , whole database of site. had site running on server last week, erased everything....the thing frommy old web couldnt erase , still remains on server log file, marked questionmark. in phpmyadmin , while going through supprtguide asking me make comlete new database site. did not understand why make new database if want transfer existing one. , install database. well, u c dont know anything, so if u r helping me , want give try, i apreciate lot, thx oliver oliver... web management not faint hearted. there many basic things should understand prior attempting this. for mo

lots of <br> tag and aunwanted link after end of html tag - Joomla! Forum - community, help and support

This summary is not available. Please click here to view the post.

[svn:cairngorm3:] 16824: fixing the build and springas dependency section

revision: 16824 revision: 16824 author:   ledroff@adobe.com date:     2010-07-07 00:32:53 -0700 (wed, 07 jul 2010) log message: *********** fixing build , springas dependency section   modified paths: **************     cairngorm3/trunk/libraries/navigationspringas/pom.xml More discussions in Archived Spaces adobe

Best Helpdesk support module for joomla 1.5? - Joomla! Forum - community, help and support

fellas- i integrate stable helpdesk joomla 1.5. suggestion. not want customization. able have user login , according permissions (whether have paid or not) can submit tickets. have email confirmation , reply email , have case appended (updated) way. additionally, log in online , see updates case. many tia!!! ccieadvisor http://extensions.joomla.org/extensions ... /help-desk not sure if of these subscription based user can ask if paid. may need seek non-joomla desk , tailor templating joomla , feel. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Upgrade to Photoshop CS5 with Mac OS 10.4.11

i running tiger 10.4.11 tigger have film scanners cannot run on newer 10.5 , 10.6 os. can upgrade cs5 while running mac os 10.4.11. using 2 dual-core intel xeon processors. no...   leopard 10.5.4 (i think it's 10.5.4, might 10.5.5) minimum...the installer won't run in tiger...   time dual boot install...or new scanner. More discussions in Photoshop Macintosh (read only) adobe

Forwarding pages

i poured existing page on php. had contact.html before have contact.php , on. of pages have been indexed search engines, feel don't want loose completely. wondering best way forward pages be. if search engine points towards contact.html, , user clicks on it, want go new pages, called contact.php.   what options , should work of time.   thanks lot advice! use 301 re-direct:   http://www.google.com/support/webmasters/bin/answer.py?answer=93633   http://www.seomoz.org/article/guide-to-applying-301-redirects-with-apache     nancy o. alt-web design & publishing web | graphics | print | media  specialists http://alt-web.com/ http://twitter.com/altweb More discussions in Dreamweaver support forum adobe

Is there a way to tell a div to offset the centering of a background image by X pixels?

i know can set background image pretty anywhere if use top left corner (0,0) starting point... can offset center spot? use percentages. http://www.w3schools.com/css/pr_background-position.asp     nancy o. alt-web design & publishing web | graphics | print | media  specialists http://alt-web.com/ http://twitter.com/altweb http://alt-web-design.blogspot.com/ More discussions in Dreamweaver support forum adobe

Compiling on a monster computer doesn't change anything !?

hi, i'm trying decrease compilations times on big flex project. i tryed compile on powerfull computer.  (intel core i7  2.67ghz, 8 cores, 8gb ram, win64  2008 server) i tryed increase jvm memory can't set more 1500mb. i tryed installing jre 64bit changed nothing .... i tryed compiling command line (mxmlc) nothing changed...   does know how compile on monster computer , use of power compile ?   thanks i looked slowness of mxmlc compiler , because slow when have big project.  stumbled across fcsh (flex compiler shell).  documentation states can faster mxmlc because skips on launching jvm , keeps in memory future compilations.  don't know how fits development process ( hello shell-scripting ) , worth gander   if post helpful , please mark such.   here link. http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_01.html   sincerely ,   ubu More discussions in Flex (Read Only) adobe

Thread: Nautilus is slow

Image
hello all, noticed takes 5 seconds nautilus load , 2-10 seconds (usually closer 4) switch directories. ongoing thing, persistent after formatting/reinstalling. annoying , obvious is, when im moving quickly, spend of time waiting computer catch up. else have issue? tips speed things up? run eeepc 901, 2gb memory, solidstate disks, ext2 & ext4 fs's, fs avg 33% usage, none on 60%, processor not loaded, memory @ 33% usage progs, rest cache, assistive technologies off (refer to: http://subbass.blogspot.com/2009/05/...w-to-open.html ) i have found using "icon view" mode speeds things considerably , when have folders lots of files inside. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Nautilus is slow Ubuntu

Extension Help - Joomla! Forum - community, help and support

i've searched over, need extension allow users post stuff (text, images, video?) home page, , other users comment on items posted. is possible? pleas help! thank you! it's 3 step process... set new users "author" instead of "registered" in global configuration. find wysiwyg editor offers right mix of features (start jce, should able can upload video, etc. choose comment extension , let 'er rip! hmmmm, you'll have have "submit article" item published user menu. guess that's 4 steps. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Template displaying boarder around modules? - Joomla! Forum - community, help and support

Image
hi, new joomla , have managed site , running. my issue boarder around rotating image on home page. seems template giving modules these boarders? can me solution this? i want rid rotating home page banner of boarder. here link site: http://www.upscale-designs.com thanks bonjour, welcome joomla! , forum which browser using when see these borders? looked @ site in ff, safari, chrome, opera , ie8 , not see border around header image rotator cheers! lyle Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Thread: Cannot mount/access external USB HDisk without restarting...

just moved on ubuntu 10.4 lts , have external 500gb usb drive connected. setup 3 users - 2 desktop , administrator. have full r/w/del access drive in /media when logon restart. if though 1 of desktop users logs on first logon drive not accessible until restart? when check properties shows desktop user owner. way can access again restarting system. after ownership shows account. desktop users have read access folders , files on external drive admin account have full rights manage folders , files on drive. formatted ntfs when used connected ms win. brief concise explanation? cheers Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Cannot mount/access external USB HDisk without restarting... Ubuntu

Merging HTML Output Created in FrameMaker and Word

hi,   our company uses epublisher 2008 convert framemaker books html. customer asking take html output created word doc , merge our html set. need merge html created word html created framemaker.   for familiar webworks epublisher, have framemaker adapter license, not word adapter license our user doc using framemaker.   webworks offering costly solution. sobolsoft sells called "join (merge, combine) multiple html files 1 software". trial version has limited functionality, can't tell if of use me.   before go either webworks or sobolsoft solution, wanted see if out there has other suggestions first.   thanks, mark. have got sample of customer's word html output , compared fm output, see how different 2 might start with?     from times i've ever looked @ html output word it's pretty of dog's breakfast, i'd very, surprised if 2 similar enough make merge scenario work. 2 more cents (from personal experience), customer-supplied files, particularly html,

Cable management

dealing cable management on computer.   i found video think helpful me -- , others     http://www.youtube.com/watch?v=poxyu-bwnbk   any comments / discussions?   rowby rowby   with case, have plenty of room hide cables in side panel. send image of setup tommorow. need come cable ties.   thats why recomended doing cables before hand.   baz More discussions in Hardware Forum adobe

JA Purity doesn't appear correctly in IE8 - Joomla! Forum - community, help and support

hi everyone, i'm making website non-profit junior enterprise controlled students. webdesinger adapted ja purity our needs, , pleased outcome (example: afc.webplug.be). problem is: after installing joomla on our server (latest version of joomla, ftp layer enabled), ja purity doesn't appear anymore on ie8, , have same problem te customised template because based upon ja purity. can't find source of problem. link ja purity on our server is: joomla.afcleuven.be. i've attached screenschot. i hope wille able me. in advance ! best regards, brecht i having exact same issue site building using same template!! Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Still can't access photoshop.com website

have ie8 , window ways 'we don't support b rowser"  upgrade ie7 or higher.  have ie8 , won't recognize it. know how fix this? i don't know (i use firefox in windows, myself), photoshop.com has own forum, , might find answers there:   http://forums.adobe.com/community/photoshopdotcom   good luck! More discussions in Photoshop Elements adobe

Thread: Gyachi webcam problem, ubuntu 10.04

Image
hello everybody, need in configuring/compiling gyachi ubuntu lucid-i386. can deb repository, want try configure myself, want learn process. had configured , installed gyachi 1.2.10 following parameters ./configure --enable-maintainer-mode --disable-plugin_gpgme webcam not working in build on starting webcam, m getting following error.. error occurred @ ioctl vidiocspict. not set camara properties. fata : video format not supported grab device error while querying mmap-buffers. webcam working on other softwares, , may v4l2 type. can give me step step process of how configure, parameters should use configure/compile succesfully inorder make webcam work properly. thankyou posted ubu_lin hello everybody, need in configuring/compiling gyachi ubuntu lucid-i386. can deb repository, want try configure myself, want learn process. had configu

Related files not showing in CS5

in dreamweaver cs4, files related source file (for example, source file: index.php, related file referenced in source file: index.css) shown below source file name in toolbar above code/design view, related files not shown in cs5. in cs5, clicking in main menu "view" -> "related files" shows "(no related files)." index.css is related file. intended change in cs5 or not understanding related file is? for static files, such style sheet, related files works same way in dreamweaver cs5 in cs4.   open preferences panel (edit menu on windows, dreamweaver menu on mac), , check enable related files selected in general category. More discussions in Dreamweaver support forum adobe

Registered/Author type users - Joomla! Forum - community, help and support

joomla version: version 1.5.11. i have 3 types of users: 1. registered. 2. author 3. super administrator (obviously needed). i have set menu access level: " special ". hoping author and super administrators able see these menu options. registered type users can see these menu options when log in. joomla limitation, or missing here? Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: No boot from 9.04 iso disk image

the 32bit downloaded iso image not boot. dell inspiron 1525 (ubuntu) supplied 7.10 upgraded 8.04. disk content can viewed in browser window , packages can loaded manually synaptic not recognize disk though disk listed in software sources '9.04 **' image burned using brasero (my 64 bit version took 6 tries before video hardware recognized did boot dvd). have run out of ideas. can help, please. post pc "stats" or pc hardware , software versions , type.... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] No boot from 9.04 iso disk image Ubuntu

From spread layout doc to single pages pdf

my indesign doc 3 pages, right page cover, middle last page, , left page inside.  need generate pdf individual, sigular pages, entail pdf setting post generating output, or need indesign settings prior generating pdf? settings?   thanks may provide.   regards, bill first off, you're short 1 page unless planning print one-sided, in case there no reason use facing pages. paper has 2 sides, each page has font , back, , when printing two-sided need include blank pages necessary account that.   or maybe misunderstood , single sided 3 panel layout?   in case, if each panel/page speparate page in id, you'll separate page in pdf automatically when export unless check "spreads" box. More discussions in InDesign adobe

Template does not show - Joomla! Forum - community, help and support

hello, i have made site on xampp (it works great) , have uploaded remote server. can site home page template shows. on other menu item text. have ideas on problem? help! bobbys sounds didn't create mysql database , import the data database. did complete joomla install, or ftp copy of site. see: http://docs.joomla.org/how_do_you_copy_ ... te_host%3f Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Quiz: Retain score and completion status on future attempts

hi,   i using sap lso learning management system, though im testing scorm packages on moodle well.   ive created simple quiz using captivate 4 passes score , incomplete/complete status lms.  part works should , correctly passes completed status if user passes quiz.   i want set quiz if user revists quiz score can improve.   in current state, when user revisits quiz, score , incomplete/complete status reset in lms.   is possible set quiz once pass mark has been achieved user can improve on score, once set complete, never show incomplete.   kind regards,   barry hello,   do use lms, think principles same. when offer quiz students sort of self-assessment, configure in lms have more 1 attempt, not in captivate. , if want them able improve score, you'll have set mastery score in cp (and manifest) high. ok report complete/incomplete (much better score), not understand question 'never show incomplete'? in lms when different attempts allowed, @ least me, can see 1 attempt has bee

Thread: Bug report: Package Manager

Image
please help. have warnings need attention. don't understand mean or have do, correct it. please me. ubuntu tweak cannot allow me download software , gives me warnings, says 0 installed. cannot package manager without warnings coming up. posted daylite please help. have warnings need attention. don't understand mean or have do, correct it. cannot package manager without warnings coming up. thanks received @ launchpad, problem solved Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Bug report: Package Manager Ubuntu

Need to separate a PDF file into individual pages - HOW TO?

i volunteer w/an animal rescue group ([url deleted host) , receive faxes vets containing animal medical records.  faxes come pdf'd.  pdf mulitple pages long 1 animal per page.  12 page pdf contains info on 12 animals.  currently, separating file in acrobat pro extracting page , saving it.  upload file online server rescue software ([url deleted host]) each animal.  helped 500+ animals last year.  time consuming, can imagine.   very few in our group has acrobat pro limits getting info loaded.   ideally, we'd able upload original complete pdf file rescuegroups server , have parsed individual pages, during upload, attached correct animals' records.   just finding way break pdf's individual files w/out acrobat pro big help.   suggestions appreciated! thanks! i may not understanding trying or actual issue having.   you know can separate each page different files in 1 quick exercise , upload them server? More discussions in Acrobat Windows (read-only) adobe

Error occurs when attempting to publish a menu item - Joomla! Forum - community, help and support

hello, i'm getting following error when trying edit/publish menu item warning: unterminated comment starting line 57 in /home/fhlinux134/o/odyssey-world.co.uk/user/htdocs/libraries/joomla/database/table/menu.php on line 57 parse error: syntax error, unexpected $end, expecting t_function in /home/fhlinux134/o/odyssey-world.co.uk/user/htdocs/libraries/joomla/database/table/menu.php on line 57 any ideas? i'm using joomla version 1.5.14 i have moved site 1 host host. else appears working expected. thanks dave Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: Importing mail into Evolution

i have been trying migrate files macbook newly-built desktop running ubuntu 10.4. using entourage on mac, , program doesn't output contacts in form can used evolution. had use mac's regular mail program intermediary: text file entourage mail, output vcard format, evolution. worked fine. can't actual email files evolution, although evolution function says can import .mbox files. entourage creates .mbox file when drag email folder onto desktop. when try import evolution using jump drive program freezes up, , have force quit out of evolution entirely. else had problem? solutions welcome! try letting sit little bit. may not responding may working hard ubuuntu thinks not responding. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Importing mail into Evolution Ubuntu

Installer thinks volume is case sensitve

i have 2 volumes on mac.  system volume case sensitive.  have separate non-case sensitive volume run cs4.  read prerequisites before purchased illustrator , photoshop cs5: "2gb of available hard-disk space installation; additional free space  required during installation (cannot install on volume uses a  case-sensitive file system or on removable flash-based storage devices)" fine.  can install separate non-case sensitive volume.  nope:   running installer from  non case sensitive volume error:  "installation case sensitive volume not supported."  assume means cant install cs5 non case sensitive volume because  happen have case sensitive volume on system? adobe applications need installed on boot volume.  end of story. More discussions in Photoshop Macintosh (read only) adobe

Thread: Cloning entire drive w/ multiple partitions in one step

i have used gparted several times know how clone single partition. looking way clone , entire drive has several partitions, along withthe mrb, unpartitioned space , else in 1 step. have 500 gb drive going out , want clone 1 tb drive don't have reinstall 3 different oss , fix grub. 1 of other oss on anther drive i'm not sure work if can clone exactly. i'm not sure if drive failing 1 mbr on or not. know how in gparted or know program can run live cd this? i have not copied or cloned drive believe reinstall better, safer & quicker. have seen users use dd there new drive became same size old drive , major effort required driver resized correct larger size. believe gparted copy partitions, not sure mbr. reinstalling grub easy. think when have new large drive may time think how have things partitioned , plan use computer until buy drive. have lots of data new separate /home and/or /data partitions may

Adobe Flash- crashing Internet Explorer

we've installed adobe flash on windows server 2008 terminal server. when browse www.adobe.com/software/flash/about ie crashes-   problem event name: appcrash   application name: iexplore.exe   application version: 8.0.6001.18928   application timestamp: 4bdfa327   fault module name: flash10h.ocx   fault module version: 10.1.53.64   fault module timestamp: 4bfd7406   exception code: c0000005   exception offset: 0014b168   os version: 6.0.6002.2.2.0.16.7   locale id: 12417   additional information 1: fd00   additional information 2: ea6f5fe8924aaa756324d57f87834160   additional information 3: fd00   additional information 4: ea6f5fe8924aaa756324d57f87834160 read our privacy statement:   http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409   we've uninstalled , reinstalled flash (latest version). ideas? More discussions in Using Flash Player adobe

trouble with my front page - Joomla! Forum - community, help and support

hi, can please my frontpage ( www.warriornetworks.com ) has frontpage title saying simplyfying internet security, ive searched high , low trying work out can change this... ideas? thanks check in menu item identified home. can change title changing parameter page title available under parameters (system) in menu item [edit] of menu item home. another parameter show page title controls whether title has show in content page or not. if there none place site name in global parameters (site -> global paramters). Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Community builder Composant non trouvé - Joomla! Forum - community, help and support

salut à tous, 1 - je suis sous joomla 1.5.x et community builder 1.2.1 avant de l'installer aucun porblème d'inscription et de mot de passe perdu, depuis l'installation du composant il m'annonce : composant non trouvé. pourriez vous m'aider résoudre ce problème ? 2 - j'ai installé le template rt-vortex et lorsque je change de page le template disparait. il me semble que c'est depuis l'install de community builder. quand pensez vous ? 3 - queqlu'un aurait il la drnière version de rt-vortex pour joomla 1.5 avec l'utilisation des menus buttonmenu qui fonctionne. merci à tous. knpc je ne connaît pas community builder, mais vérifiez qu'il n'y ait pas un module de connexion spécifique. je ne pense pas que community builder influe sur l'affichage de template. assurez-vous d'avoir publié le template et de l'avoir mis par défaut. pour les problèmes relatifs à un composant ou template commercial, nous vous invitons à vous adresser

mouseX and mouseY not updated ? ! ! !

hi,   i have application works fine no lag or slow down think don't have performance issue. in enterframe callback function trace mousex , mousey values , can see , few instant values don't change , it's strange. if use custom cursor , move using values looks have lag in application. know it's not case, it's mousex , mousey seem not updated correctly , don't know why ? ! fps good, memory usage constant, animations , scrolling quick , soft, works fine mousex , mousey values not right. need on guys   thanks More discussions in ActionScript 3 adobe