Posts

Showing posts from January, 2010

joomla wrapping and apache reverse proxy - Joomla! Forum - community, help and support

hi joomla users! i struggling trying achieve joomla. i have joomla 1.0.13 running fine. have internal site wrapping works marvelously. using apache proxy module reverse proxy internal site , have no problems whatsoever way works. , example, my joomla site running on http://www.site.org . have internal non routable server running on app.site.org , have apache reverse proxy set reverse map throught http://www.site.org/app http://www.site.org/app wrapped joomla however, want stop users bypassing joomla altogether internal app , force them login joomla gain access. @ moment, can type url http://www.site.org/app can suggest method of doing this? thanks phil hi you add php piece app looks @ referrer url , requires referrer url of joomla site regards brendon Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Inserting tabbed navigation code makes my web page not display in design view..

hi everyone..   i on dreamweaver 8 mac, , working on couple of web pages..these pages included divs , tables. when tried inserting tabbed navigation found at:   http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm   in nutshell, asked me step 1 to:   step 1: insert the        below css , script head section of page: <link rel="stylesheet" type="text/css" href="tabcontent.css" />   <script type="text/javascript" src="tabcontent.js">   /*********************************************** * tab content script v2.2- © dynamic drive dhtml code library (www.dynamicdrive.com) * notice must stay intact legal use * visit dynamic drive @ http://www.dynamicdrive.com/ full source code ***********************************************/   </script>   the next step this: step 2: finally, add below      html wish tab content appear on page:   <h3>demo #1- basic impleme...

Two devices using SPI Communications pins on UNO 10, 11, 12, 13 ?

i wanting project using arduino uno r3, ethernet shield , rfid reader ethernet shield , rfid both show use pins 10, 11, 12, , 13 spi communications uno.  there way can redirect rfid use different set of pins or can use 1 of these devices. any ideas? thanks steve you need 3 shared pins (clk, miso, mosi) plus 1 ss (slave select) each device on spi bus. to communicate device set appropriate ss high , others low.p Arduino Forum > Using Arduino > Project Guidance > Two devices using SPI Communications pins on UNO 10, 11, 12, 13 ? arduino

Thread: auto mount USB HDD

hi, i'm running ubuntu on little server. able mount usb drive changing "fstab" file , run "# mount -a". once turn drive off , on again, it's unmounted. need is, drive mounted "mount point" once turn on. want access hdd network drive every time it's turned on without having start ssh connection.. hope describe problem enough.. answers! pantori Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] auto mount USB HDD Ubuntu

CFMail Problem

i'm using cfmail send emails through different mail server, hosted on same box cfmx, after sending few hundred emails i'm seeing in mail.log file:   could not connect smtp host: 127.0.0.1, port: 25   however, mail server running , seems ok. in fact, if move mail d:\cfusionmx\mail\undelivr d:\cfusionmx\mail\spool\ works, i'll run error again, , have on again. why that?   tia perhaps sending of mail being interrupted antivirus or firewall software. 1 possible work-around write routine resend undelivered mail. can find such code in example21-3. resending undeliverable email   on page 607 of rob brooks-bilson's book, programming coldfusion mx. attach copy of code. More discussions in Getting Started adobe

Thread: Need advice with photo tagging - share your experiences!

Image
i realized need start tagging photographs. have thousands of pictures, stored in "year-month-day event-and-people-in-pictures" directories (i.e. 2009 01 cambodia phil, deborah). not bad, i'd achieve better organization photo tagging, can find "sunset" pictures simple search. want tags embedded in picture - no external, custom-format database. now, questions: 1) linux software use tag photographs? i've read (and tried) exif-tool, honest in particular situation gui preferred. or maybe can talk me using exif-tool? 2) use exif, iptc or xmp tags? read, better use iptc or xmp because newer , more flexible formats. correct? 3) once tagging done, program use search photos tag? since going big task, i'd sure i'm not doing wrong beginning - light on subject appreciated. thanks! i love have repplies on this, start tagging photos well. in case, use year/month/day folder structu...

Thread: Karmic the goat not koala

on saturday jan. 23 had new male goat born. not sucking , resistant bottle-feeding doing better , after lack of sleep, hours of patience, stress, , prayers went keeping alive, appeared best name karmic. update: still being bottle fed , still struggling, makes calling goat born on ubuntu user day more suitable called karmic continue put our "karma" it. [img]http://****yourinternet.hetorslab.net/1250167260682.png[/img] Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Karmic the goat not koala Ubuntu

Capacitive slider fails to work on 5v but works when using USB power

i've built 2 piece aluminium foil capacitive sensor use touch slider. the touch sensor controlling rgb led strip, adjusting it's brightness. while working in arduino ide have values coming touch slider. once unplug nano , apply 5v vin pin touch sensor no longer works. seeing can't see serial monitor while nano not connected laptop, unsure how go debugging it. suggestions appreciated. can suggest might @ play here? how powering sensor circuit? +5v pin? another troubleshooting idea might use lcd , softwareserial print out debug messages. Arduino Forum > Using Arduino > Sensors > Capacitive slider fails to work on 5v but works when using USB power arduino

PNG Images uploaded stuck as "Queued" indefinitely

in discussion: http://forums.adobe.com/message/1898907 two images i've uploaded stuck "queued". display in web pages in browsers ok. what's problem? its not .png files, @ date on 1 http://forums.adobe.com/thread/418917?tstart=0   the problem server's virus scanner. known problem , working on fixing it. in meanwhile, use "camera" button upload pictures instead of attaching them More discussions in Forum comments adobe

Bridge CS4 not showing Photoshop CS3 scripts

hi there..     upgraded illustrator cs3 cs4.    usual photoshop scripts i'm used in bridge cs3 (contact sheet, pdf etc) no longer option in bridge cs4...   there way copy scripts cs3 cs4?     thanks!   mark on extra's cd original contact sheet scripts etc can install using extension manager.   but before should in new adobe output module in bridge that offers new features contactsheet pdf.   be sure have updated version aom, search on the adobe.com download section.     van: mindveneration < forums@adobe.com >   hi there..     upgraded illustrator cs3 cs4.    usual photoshop scripts that i'm used in bridge cs3 (contact sheet, pdf etc) no longer an option in bridge cs4...   there way copy scripts cs3 into cs4?     thanks!   mark   More discussions in Bridge Macintosh (read only) adobe

Create a blank line

i have xml files being read in actionscript , runs script , collects results want go next line next result.  not sure how this.  (see code).  right create items in list this   item1, item2, item3, item4   i want result be   item1 item2 item3 item4     help?   // groups         var videos = this.childnodes[0];         var videolists = {};         groupnav = [];         ( var = 0; < videos.childnodes.length; i++ ) {             var entry = entries.childnodes[i];             if ( entry.nodename == "groups" ) {                 //builds array of video clip names           ...

Arduino DUE ADC to DAC Piezo 30 Khz-100Khz

i working on project providing echo response ultrasonic sensors. piezo facing opposite ultrasonic sensor,with foam material in between damp ultrasonic signal reflecting sensor. event based,read piezo signal[(+) --> a0,(-) --> gnd on arduino due] , after delay(5 ms) drive same piezo through dac0 [(+)---> dac0,(-)--> gnd) so ultrasonic sensor receives signal (30 khz-100 khz) after delay,thereby calculating distance after time of flight of 5 ms. int in_adc0,out_dac0;  //variables adc,dac values (adc0, dac0) void setup() {   //adc configuration   adc->adc_mr |= 0x80;   // dac in free running mode.   adc->adc_cr=2;         // starts adc conversion.   adc->adc_cher=0x80;  // enable adc channels 0     analogreadresolution(12);  analogwriteresolution(12);   //dac configuration   analogwrite(dac0,0);  // enables dac0   serial.begin(9600); }   void loop() { ...

Nogen der kender noget til shopdanmark - Joomla! Forum - community, help and support

hey joomla freaks og freakinder vil bare lige høre om der er nogle der kender til det det webshop system som de har på http://www.shopdanmark.com/ jeg har nemlig en ven der har købt en side ved dem som han selv skal sætte op han har så hørt mig om jeg gider hjælpe ham med det men synes når jeg kikker admin toolet de bruger at det er noget underligt noget men man skal nok bare sætte sig ind det derfor jeg gerne vil høre fra andre joomla brugere der har prøvet det om det overhovedet er værd @ sætte sig ind det system eller jeg bare skal foreslå ham @ få en joomla side istedet for jeg har på fornemmelsen @ deres system er lidt besværligt men ved det ikke deres side er nede, men jeg lagde mærke til @ der url'en stod oscid hvilket godt kunne ligne noget oscommerce. oscommerce er den mest brugte opesource shop der findes, den er forfærdelig @ style, men den har de fleste funktioner. den er også forfærdelig @ kode i. men løsningen er mere funktionsmæssigt komplet end feks vm. dog er der...

LCD Keypad shield + Linker Kit Temperatursensor LK-Temp2

Image
hello, i have arduino uno, vellman vma203 lcd keypad shield  , linker kit temperatursensor lk-temp2 (cf pics attached) here problem : can't find explaination how wire lk-temp2 (3 wires on black/red/yellow)  the  lcd shield ? if me thanks supply links, not pictures! Arduino Forum > Using Arduino > Project Guidance > LCD Keypad shield + Linker Kit Temperatursensor LK-Temp2 arduino

HTTP GET Request 403 Error when trying to send Arduino RC522 data to mySQL

hello, i've had issues sending data mysql database using wamp server , arduino uno. below arduino code using project: code: [select] /* arduino uno,ethernet shield, rfid mfrc522 & mysql         circuit:   * typical pin layout used:(mfrc 522)  * -----------------------------------------------------------------------------------------  *             mfrc522      arduino       arduino   arduino    arduino          arduino  *             reader/pcd   uno/101       mega      nano v3    leonardo/micro   pro micro  * signal      pin          pin           pin       pin        pin         ...

Cannot Print PDF file

    recently, no apparent reason have been unable print pdfs.     i have 2 toshiba laptops , hp photosmart c6380 all-in-one printer connected via wi-fi.   all other printer , scannin functions work, , prints perfect programs.   but, when try print pdf file feeds blank sheet of paper.   this true on both computers.   i tried re-installing adobe reader.   i checked updated printer driver.   i contacted hp , said contact adobe.                           any appreciated. i installed foxit reader 3.0 replace adobe , works fine. More discussions in Acrobat Reader adobe

Support The Customers That Have Supported You Since Photoshop 3.0!

can please post non crashing version update of adobe golive 8 or 9? i don't understand why drop strong web design software package golive dreamweaver doesn't seem half powerful. adobe didn't drop photoshop when acquired fireworks, , didn't drop firworks in favor of photoshop either. so why drop ultra strong web design software? knowing full there ton of websites out there have been designed golive.   if adobe service dreamweaver now, did @ least modify include more powerful features of golive inspector pallet? the inspector pallet allowed golive ability modify anchor text, images , links head elements , table properties without having delve directly code or search on menu try , find way change particular element.   i have created many sites in adobe golive cs2 / 8, have found ten times more powerful , intuitive program use designing websites dreamweaver. issue have golive tends crash , adobe has put out 1 or 2 updates fix it. have acquired macromedia's software deci...

How to connect 3x LM35 sensors to arduino Nano Please Help

Image
hi everyone. i have bought arduino nano , 3x lm35 sensor. , want make them work on 16x2 lcd display. have got 1 sensor work. i have found stock code 1 sensor work. problem how other 2 work. sensor connected a0, a1, a2. here code i hope can me include liquidcrystal lcd(12, 11, 5, 4, 3, 2); //digital pins connect lcd const int inpin = 0; // a0 connect sensor void setup() { lcd.begin(16,2); } void loop() { int value = analogread(inpin); // read value sensor lcd.setcursor(0,1); float millivolts = (value / 1024.0) * 5000; float celsius = millivolts / 10; lcd.clear(); lcd.setcursor(0,0); lcd.print("bms"); lcd.setcursor(0,1); lcd.print(celsius); lcd.print("c"); lcd.setcursor(0,1); delay(1000); } by learning how program mate , starts reading. same goes forum, first read how use forum , use Arduino Forum > Using Arduino > Programming Questions ...

How to read body from an http respone?

Image
i trying read body http response: code: [select] client.print(string("get ") + url + " http/1.1\r\n" +                "host: " + host + "\r\n" +                "connection: close\r\n\r\n"); and read response this:     code: [select] while(client.available()){         string line = client.readstringuntil('\r');     serial.println(line);       } this works , return this: requesting url: /output/****.csv?colors=11 http/1.1 200 ok access-control-allow-origin: * access-control-allow-headers: x-requested-with content-type: text/plain transfer-encoding: chunked date: sat, 17 jun 2017 08:09:31 gmt connection: close set-cookie: serverid=; expires=thu, 01-jan-1970 00:00:01 gmt; path=/ cache-control: private 34 colors,day,timestamp 11,12,2017-06-17t07:48:10.619z 0 but want body    can me...

best place for LR catalog (.lrcat) file?

i'm putting new pc running vista , trying figure out best place lr catalog (lrcat) file. pc has multiple hard drives follows:   c: os , apps d: non-photo files (docs, mp3s, etc) e: photo files f: video files   all drives comparable in read/write speed. lightroom app installed on c: drive, , lr catalog consist of images on e: drive. while working in lr, listen mp3s stored on d: drive. i'm assuming best place lrcat file f: drive (since seldom access drive while working in lr). make sense? or should lrcat file go somewhere else?   on side note, on last pc, had lrcat file in dedicated scratch drive (for ps), i'm doing less , less in photoshop these days, , new system have 12gb of ram, decided without dedicated scratch drive new system.   any advise appreciated. your previews folder reside next .lrcat, can grow size. said, i'd inclined keep .lrcat file on boot drive if have plenty of room there. if you're concerned running out of space there, drive videos next choice. ...

Thread: Can't connect to wireless with new HP Mini 210

hello. picked brand new hp mini 210, , i'm not able turn on wireless capability when running ubuntu notebook remix. haven't installed ubuntu yet, , running thumb drive now. anyway, there button on keyboard (f12) supposed turn on wireless internet capability. works when boot default os (windows 7), not ubuntu netbook. appreciated, , if need more information let me know. . Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless Can't connect to wireless with new HP Mini 210 Ubuntu

What happened to all the big names?

i'm not sure whether should here or in 'bar sport' - serious point...... ( edit - put in 'general electronics' , moderator - perhaps wisely -moved here) not many years ago many makers of well-respected instruments , semiconductor devices seem have had sort of collective attack of madness. why? for example hp became agilent, split again avago , keysight. motorola -> on-semi marconi -> ifr siemens -> infineon. philips -> nxp. etc. i'm not marketing expert, seems daft throw away world respected name something unknown.... coca-cola or kfc or ford  or...........  etc wouldn't dream of . or vw ( ah - hmmm  - perhaps they're thinking ). at least in uk when post office rebranded 'consignia' (?!) there such outcry dropped idea. try again - why ? - pass me marketing guru . allan i cannot address of changes can outline happened hp. once bill , dave passed, road @ hp became bit bumpy. personal computer...

code ignores "if" function for button

hi, i wrote programm traffic light, ignores "if" line. tried "low" , changing variables, "traffic" part plays regardless of i'm doing. can 1 me please code: [select] int led_yellow = 13;   //output yellow led int led_red = 10;      //output red led int led_green = 7;     //output green led int button = 8;        //input button int buttonstate = 0;   //variable button state void setup() {   pinmode(led_yellow, output);   pinmode(led_green, output);   pinmode(led_red, output);   pinmode(button, input); } void loop() {   digitalwrite(led_red, high);   digitalwrite(led_yellow, low);   digitalwrite(led_green, low);   buttonstate = digitalread(button);   if (buttonstate == high);     traffic();   }   void traffic() {     delay(5000);     digitalwrite(led_yellow, low);     delay(1500); ...

Usb thumb drive instead of sd card

i rather log data thumb drive instead of sd card.  sd card small , clumsy.  thumbdrive easier handle. has or tried - log data usb thumb drive? a thumb drive usb slave. arduino usb slave. 2 slaves nothing sit around , drink beer, unless there usb master/host involved. you can log data thumb drive if add usb host shield arduino , write necessary usb driver. Arduino Forum > Using Arduino > Storage > Usb thumb drive instead of sd card arduino

[NOT A BUG] Cant send out verification email or massmail - Joomla! Forum - community, help and support

sendmail returns: phpmailer_execute/usr/sbin/sendmail smtp: returns mail message the following message undeliverable. the reason problem: 5.1.0 - unknown address error 550-'5.1.1 unknown or illegal alias: mailaddress' i using cpanel not joomla bug. @greenjelly: future reference, please use bug report template report bug. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Quality and Testing - Locked and Archived Q&T 1.5.x Resolved

Is AIR the right platform for photo management app?

i need build web-enabled photo management app following features: server sign-in , authentication photos fetched server via rest api/xml tag, rate (i.e. 1-5 stars), , edit properties photos, data updated on or sync-ed server ria ui goodies, multi-select, drag/drop, ajax-style auto-complete, overlay icons on thumbs, all photo management goodies, fast scrolling, histograms, resizeable thumbnail able handle 1000s of photos in 1 album (server on local lan) one key issue how platform loads album 1000s of photos in background, , scrolls through pages of thumbnails. tried before build in java , threading issues me. have experience cakephp & mysql , experience java, resigned learning new platform/libs. need know invest learning time.   can experienced users pipe in on whether air right platform me build on? should use javascript etc, or learn flex?   is there out there build on? i'm considering building on yahoo yui or google gwt alternative.   thx.     m. i sa...

Creating a new project from an old project

i have project duplicate , store in seperate svn folder.  reason being contains 4 folders suppressed conditional build tags.  system architect wants 1 file topics (unsuppressed) and  file without topics.  make sense? can copy project project folder on c: drive , open new project , proceed take conditional builds off folders suppressed? i think mean system architect wants version of build tags in place , version without.  if right, can't run output of excludes no tags includes everything?   are both source files , output files contained in svn?  system architect concerned source files or output files?   --ben More discussions in RoboHelp HTML adobe

Media Manager - root directory - Joomla! Forum - community, help and support

Image
hi, root directory of media manager images/stories/ instead of images/ . is final solution? where should place images using non basic component. e.g.: phoca gallery component - images saved in images/phocagallery folder. user uploaded images via media manager. now, have no access images/phocagallery/ , because root directory images/stories/ . should create: images/stories/phocagallery/ folder? maybe confusing...  there other way solve problem (maybe changing of root directory in media manager)? thank jan should create: images/stories/phocagallery/ folder? some of have asked access images folder directly no success. therefore guess using images/stories way go. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Quality and Testing - Locked and Archived Third Party Testing for Joomla! 1.5 ...

Map function returning incorrect value

i trying create program control variable speed refrigeration compressor based on temperature. part stuck @ on map function. should return value between 0 , 255 instead 1147 comes out. meant happen when temperature 5 degrees c compressor @ full speed , when @ 0 degrees compressor runs @ slowest speed. code: [select]     float tempc = sensors.gettempc(deviceaddress);   serial.print("temp c: ");   serial.print(tempc);   compspeed = map(tempc, 1, 5, 0, 255);   serial.println();   serial.print (compspeed); and here output temp c: 19.06 1147 you tell map range of tempc 0 5. give 19. skip map. need if conditions tell outside of 0-5 degc. Arduino Forum > Using Arduino > Programming Questions > Map function returning incorrect value arduino

Thread: Cannot set 1366x768 on Nvidia 9400GT - Mythbuntu 9.10

hello, all. have fresh install of mythbuntu 9.10 cannot display correctly on tv. tv philips 50pf9956-37 native resolution of 1366x768. video card nvidia 9400gt , have loaded nvidia 185 drivers. if go applications > system > nvidia x server settings have several resolutions available not 1366x768. have read several guides setting resolutions in xorg.conf following this guide caused me have reinstall mythbuntu 9.10 on system because black screen. tried booting "safe mode" , restoring original xorg.conf didn't either. appreciated! are using s-video cable. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [mythbuntu] Cannot set 1366x768 on Nvidia 9400GT - Mythbuntu 9.10 Ubuntu

Thread: The end of the CPU.

does cuda have ability run of pc functions without use of cpu nvidia claims? a gpu processor. it's specialised. , yes, there lot more cores on gpu, , far more powerful in aspects, yes. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe The end of the CPU. Ubuntu

Don't See template in manager - Joomla! Forum - community, help and support

hey, didn't see answer when searching... i created template based on rt template. needed second version of template same site, duplicated original, made graphic changes, tweaked xml file , links, loaded server, unable see in template manager. not first site, have been using since mam1x , have been using joom start. never had issue before. tried packing in zip failed too. noticed in joom 1.5 need load templates via console. case 1.0.13? or should looking @ server permissions? thanx in advance with joomla 1.0.x can upload ftp unzipped template in /templates directory. checking permissions (chmod) of directories + files idea. or maybe there's tiny error in xml file (so cannot loaded / used correctly). Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

any way to make JoomSEO mabot ignore Fireboard forum? - Joomla! Forum - community, help and support

i love joomseo mambot, noticed when upgraded firebaord forum latest release drops page titles. there way override mambot component? you can see mean no page titles here: http://drinkcraftbeer.com/forum/beer_re ... anity.html you might want try this. http://www.bestofjoomla.com/component/option,com_fireboard/itemid,38/func,view/catid,68/id,34425/#34425 Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Vorsicht: chinesischer Nano-Schrottklone macht Ärger...

Image
hallo ich wollte meine erfahrung teilen. ich baue eine solargetriebene funkmessstation. die akkuspannung 7,4v geht auf vin. der sendemodul (einstweilig ein nrf20l01 im low-power modus)  wird von dem pin 3,3v (mit einem 10microf elko in// ) versorgt. am usb anschluss funktionniert alles prima. solarbetrieben hört aber die kommunikation nach ~3 minuten auf. nach langem suchen kam ich auf die ursache: wenn der arduino mit 7,4v über vin versorgt wird, steigt die 3,3v spannung auf 4,3v und das mag der nrf20l01 nicht. gott sei dank, rauchte das modul nicht ab, aber funktionniert nach eine pause wieder. das verhalten zeigten mehreren, nicht allen, der arduinos. quote from: rin67630 on jun 30, 2017, 04:54 pm ... der sendemodul (einstweilig ein nrf20l01 im low-power modus)  wird von dem pin 3,3v (mit einem 10microf elko in// ) versorgt. ... das verhalten zeigten mehreren, nicht allen, der arduinos. das sind mit sicherheit keine arduino. hast du mal den s...

Exoskeleton hand project

Image
hello all! have developed exoskeleton hand stroke survivors arduino nano, servo , bar linkage mechanisms. aim of project stroke survivors rehabilitate since 1 of closest friends had stroke 2 years ago , wanted abilities her. right participating in competition g20 summit in germany. project potentially lot of people if win competition. can go link , click on like-button under "vote now" https://youforg20.deutschland.de/en/exoskeleton-hand-colombia i'd appreciate if share family , friends you can see video of project in link, if have questions of how did or maybe suggestions improve exoskeleton i'd appreciate it. a question. did articulating mechanisms bend fingers? Arduino Forum > Community > Exhibition / Gallery > Exoskeleton hand project arduino

Starting

hello everyone,   first of all, congratulate forum. excellent.   this first question:   i have sony dcr-sr 85 , captures in mpg. possible import directly premier cs4? should change file format first? what reccomend?   thank you. i wonder why manufacturers make finding specifications difficult. camera records in avchd not show in specifications.  specific form of mpeg.  since camera records in standard definition may fall category of avchd lite defined recording @ 720p--which camera cannot 720 x 480 pixel video camera 16 x 9 aspect ratio viewfinder.  guess mine on getting video cs4,  call adobe , see if tell you.  premiere supposed handle avchd camera manufacturers coming out many variations hard tell.  if have camera , premiere try , if run problems come here.  if have either yet more checking before invest real money.  since trial version of premiere not come mpeg codecs of no use. More discussions in Premiere Pro CC ...

Export Image Fields

i created 9-page form version 8 of livecycle designer allows users add 4 images (jpg files) per page. works fine. problem occurs when try export images.   to export, , using acrobat professional 9, click on advanced-documentprocessing , export images.   in end, 9 copies of logo use in each of 9 page headers. none of user-added images exported.   any appreciated. please note i'm newbie. first form created. More discussions in LiveCycle Designer adobe

CMS in dreamweaver

i want client able put news items on site created in dw...... how do this   mike for static - html site have couple of options.    adobe contribute - use lot of clients: http://www.adobe.com/products/contribute/?promoid=djdsu   and in context editing: http://www.adobe.com/products/incontextediting/   in context looks great solution, until adobe coughs actual after-beta price going i'm not moving of clients it. contribute proven solution , fixed cost, it's user now.   lawrence   *adobe community expert* www.cartweaver.com complete shopping cart application dreamweaver, available in asp, php , cf More discussions in Dreamweaver support forum adobe

Temp Sensor mit 2 Pins am Arduino

ich habe diesen sensor: https://www.caseking.de/xspc-10k-temperatursensor-wazu-394.html wie kann ich ihn mit dem arduino nutzen tja... ich finde kein datenblatt unter dem link. daher von der auswertung her, schwer zu sagen. sonst, zwischen vss und ax anklemmen, und mal n' analogread() starten (hardwaretechn. seite) hast dir bestimmt bei der auswahl des sensors gedacht? oder darf ich dir etwas empfehlen, wenn ich temperaturbereich und örtliche gegebenheiten kennen darf ?! stefan Arduino Forum > International > Deutsch (Moderator: uwefed) > Temp Sensor mit 2 Pins am Arduino arduino

Advice on what i need please - Joomla! Forum - community, help and support

hi as newbie not sure how configure joomla meet needs. i want provide site allow user post specific requirement whilst retaining anonymity. other users feel can meet requirements able contact original user through site and, based on these responses, original user can decide party wish deal with. the contact details of original poster must kept confidential until decide wish deal with. the site have multiple categories within posts can made these categories found within multiple geographic regions.  i need both parties register , able post requirements/responses. if can suggest extensions or general advice on how acheive in joomla extremely grateful. thanks Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Thread: Xine plays dvd's but thinks it can't (8.04)

in hardy heron, after installing xine , usual stuff, , setting xine default dvd player in /etc/gnome/defaults.list in usual way, , linking /dev/dvd /dev/dvd2, when pop in commercial dvd autoplay, or select xine context menu play it, starts play fine, produces "source can't read" messagebox, goes away after being ok-clicked 10 (exactly!!) times. launching xine directly application menu not produce problem. so, know how prevent annoying messagebox appearing? while don't use hardy anymore did spend bit of time on such things guess ok use defaults.list set xine default player, though isn't preferred method. (editing line more once can lead issues.. no fan of symlinking /dev links - better change in cd.rules or change in player (xine allows in it's preferences- "masters of known universe" experience level anyway issue far autoplay you're using default lauch command no...

Who wrote the censorship filters?

come on now. astonished find out f r g g n considered profanity adobe. b u c k e t? isn't name of tool in of adobe programs.   step 3: use paint bucket add new color.   really smooth, isn't it.   don good job it's not uk-centric. 'tool' being handy insult. More discussions in Forum comments adobe

จะทำยังไง เพื่อไม่ให้มันขึ้น There is a translation available, - Joomla! Forum - community, help and support

Image
คือมันจะขึ้นอยู่ทุกเนื้อหาเลย ไม่ทราบว่าต้องไปตั้งค่ายังครับ  รบกวนผู้รู้อีกครั้งครับ ให้ไปที่ config ของ jf นะครับ แล้วที่หัวข้อ show if..... ให้ทำการเลือกที่ original content ก็จบครับ... Board index Joomla! International Language Support International Zone Thai Forum คอมโพเน้นท์ โมดูล ปลักอิน ต่างๆ ที่ติดตั

HELP Vraag over Line Follower AREXX AAR-05

Image
help morgen heb ik mijn examen (beeldende kunst) en dan moet een aar arexx-05 een zwarte lijn volgen. maar hij doet het niet. ik snap zelf heel weinig van programmeren maar ik ging er van uit dat de standaard code die bij de robot hoort het zou doen. de robot rijdt prima maar volgt de zwarte lijn niet. hierbij een link naar de product-informatie die ik bijgeleverd kreeg: http://www.produktinfo.conrad.com/datenblaetter/175000-199999/191694-an-01-nl-arduino_roboter_aar_04.pdf dit de code die ik heb: #define speed  0x8f int speedleft,speedright; unsigned int linedata[2]; int adoffset; void setup()    {   //setup: initalization   //pin 9 left foreward   pinmode(9, output);   //pin 10 left backward   pinmode(10, output);   //pin 5 right foreward   pinmode(5, output);   //pin 6 right backward   pinmode(6, output);   //front led   pinmode(7,output);     //then set start value of signals zero:   digit...