Posts

Showing posts from May, 2012

How to handle IE fix in CFCHART

see article as understand article, need "fix" object tags around flash - have no object tags flash chart created cfchart. know how take care of this? see http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=9c09e3e6 . ted zimmerman More discussions in ColdFusion adobe

I2C due question

hello, when use arduino mega 2560 i2c on gyroscope, read angular velocity values between 0-360 degrees/sec, correct. when use same program on due gave values approximately 0-560 degrees/sec. need change in program make work on due. use pins 20 , 21 of due i2c. it needs implemented due in bigger project. thanks does gyroscope support due's 3.3v levels? which version of ide/arduino core libraries using? there change in 1.5.7 i2c. Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > I2C due question arduino

Unable to edit incorrect answer boxes

Image
ive been working on simple quiz used test knowledge. after sending out few edits , recommendations, i've noticed unable make changes "incorrect answer" boxes. same true "correct answer" boxes. i can edit , change else, including questions , answers, not incorrect/correct answer boxes appear after answer submitted. even if try , create brand new question slide within quiz, not allow me edit correct/incorrect answer boxes. does have idea why be? hi noel_rim , welcome community is captivate 1 or captivate 2? referring review area? or feedback captions? double-click feedback captions , edit them other of caption types in captivate. if it's review area, edit via movie > quiz manager > quiz tab > settings... button next "allow user review quiz" option. notice bottom of dialog allows change default feedback (success , failure) captions. changing them here affect questions create after make change. existing questions remain unaffected. hope...

.contentheading geht nicht - Joomla! Forum - community, help and support

hallo, ich habe ein template erstellt. es geht auch alles wunderbar. allerdings funktionieren manche css befehle nicht, ich meine man muss ja nicht in der index im table class="contenheading" einfügen oder etwa doch. ich nähmlich den content gestallten, dass z.b. die überschrift bei den news einen hintergrund hat und die ganzen news in einer tabele sidn wo man eben den rahmen sieht. was müsste ich da ändern? udn wo? vielen dank im vorraus du musst lediglich die formatierung im css-file korrekt hinterlegen. die class=... wird von joomla selbst vergeben. Board index Joomla! International Language Support International Zone German Forum Archiv Joomla! 1.0 Allgemeine Fragen 1.0.x

LED to GPIO without breadboard - Raspberry Pi Forums

Image
hello all, firstly...am right in thinking gpio pins give power when pi on? want light 1 when pi on (i.e. light turns off after type halt pi still plugged in). secondly, following set work: female female jumper (one of these: http://www.ebay.co.uk/itm/171848457609?var=470780327431 ) 5v gpio pin to... 1 of these 68 ohm resistors http://www.ebay.co.uk/itm/301450274359 jumper to... 1 of these blue leds http://www.ebay.co.uk/itm/121101185943 jumper gnd pin? (i don't want solder or glue pi, i'm planning on hot gun gluing else together) the 5v pin on when power present, it's not want. use gpio can write program runs @ startup , turns on led, can detect if linux going shut down , turns off led. it's ok not use breadboard. f-f jumper cables fine. have twist wires of led , resistor make circuit. check forward voltage of led. white , blue leds can not driven directly gpio need greater voltage turn on. if want use 1 of you'll need use transistor. raspb...

mélanger deux exemples Arduino

salut à tous. voilà, j'essaie de faire une lampe façon stark pour mon fils. un cube, une petite trape, un jeu de led. seulement quatres actions : 1et 2 : ouvrir la trape - alumer les leds 3 et 4 : Éteindre les leds - fermer la trape. j'ai testé deux modèles simples de code proposés par arduino.  le knob et le analog in, out serial où j'ai remplacé le potar par deux boutons. (j'aimerais d'ailleurs n'en utiliser qu'un seul mais ça, je vais essayer de trouver la solution avant de vous embêter plus...) j'ai essayé d'intégrer le second au premier en suprimant le "blinking" forcément (sinon le gamin au lieu de dormir il se croira en boîte de nuit...^_^) tout ce que j'obtiens c'est soit la led reste alumée, soit elle reste éteinte. il est clair que je m'y suis mal pris. voici mon code. code: [select] #include <servo.h>    servo myservo1;  servo myservo2;  int pos1 = 90;  i...

Security cam all-in-one unit - Raspberry Pi Forums

hi, asking advice. many in advance! want create raspberry pi video camera security purposes. requests should totally independent of wifi or network. (i can use internet set up, prefer not have unit online @ all) want have screen/mini screen, keyboard ok, , work using audio , video webcam. want use 2 webcams if possible, , save files 2 full days of recording 12 hours per day. know may need big flash drive or something. hope can kind of self contained unit. can use power supply, no need portable. if can operated mini security console great, can watch 2 feeds , record in same unit. want build project students , think can handle simple coding , soldering. can simple, new , students fascinated ask available! raspberrypi

Einfache Schaltung, Audio erkennen, brauche Hilfe

hallo zusammen! ich brauche hilfe bei einem kleinen projekt: wenn a0 > 40wird soll ein ausgang (13) high geschalten werden für 15 sekunden. diese zeit soll immer wieder auf 15sek zurückgesetzt werden auch wenn sie schon laufen ist wenn a0 > 40wird. ziel des ganzen: ich detektiere a0 ein line audio signal und darauf einen verstärker einschalten, wenn dann 15sek kein audiosignal anliegt soll dieser ausschalten. mit delay (15) habe ich schon versucht geht nicht da das audiosignal schwankt. kann mir jemand helfen? http://arduino.cc/en/reference/millis http://arduino.cc/en/tutorial/blinkwithoutdelay 1.) millis() wert in variable abspeichern. 2.) wenn audio signal detektiert variable wieder auf aktuellen millis() wert setzen 3.) Überprüfen ob aktueller millis() wert minus altem wert > 15000 ist 4.) wenn ja, machen und wieder bei 1. anfangen Arduino Forum > International ...

Does Raspbian automatically change time for DST? - Raspberry Pi Forums

hi i'm running installation raspbian installed several months. during time, clocks go 1 hour (daylight saving time in uk). running time rtc (eg. have no internet access on rpi), , wondering if knows whether automatically compensate daylight saving time? yes. system clock in linux set gmt* (cut). 'date' command , else display in local time based on timezone settings. settings include dst settings , change displayed time match. don't need anything. try these commands see happens displayed time (my timezone gmt/bst) code: select all pi@raspi2 ~ $ date -d '2015-06-30 12:00 gmt' tue jun 30 13:00:00 bst 2015 pi@raspi2 ~ $ date -d '2015-12-30 12:00 gmt' wed dec 30 12:00:00 gmt 2015 note specify gmt example dates/times , displayed local time time of year. *it possible have internal clock set local time. option allow dual-boot operating systems required clock set local time. raspberrypi

Download Site (Forge) Down? - Joomla! Forum - community, help and support

i did forum search , google search , found other people posting same problem found few things not add up. so, in effort correct story (and file need) posting here. i trying latest stable release use new website creating. every time try download file located @ web location http://forge.joomla.org/sf/frs/do/viewr ... 1_0.1_0_12 error saying page cannot displayed. happens using firefox , ie on 3 different computers on 2 different networks on last 4 days. have same problem trying 1.5 beta. error when going http://forge.joomla.org . during internet search found posts on other forums dating december 4th saying had same problem. however, see 1.0.12 released late december , other people able without problem. any idea why unable website downlaod? have been unable find other mirror file. running nightly build version of joomla yesterday need stable version installed since site creating require stability , data "safety". thanks info. i can't download joomla also. please fix it ...

Eliminar mensaje "Agregar comentarios" - Joomla! Forum - community, help and support

necesito eliminar tanto la imagen como el mensaje "agregar comentarios". no me result útilies y ocupan demasiado espacio en la pantalla. desde la configuración global, conseguido hacer desaparecer el nombre del autor, lafecha de creación....pero no veo ninguna opción que permite eliminar esto. alguien tiene idea de como se puede hacer? un saludo y gracias ¿qué estás usando? me refiero extensiones adicionales... los comentarios en algunas extensiones se activan o desactivan para artículos individualmente usando un bot. Board index Joomla! International Language Support International Zone Spanish Forum Versiones de Joomla! obsoletas Joomla! 1.5

HTTP bridge and python (OSC)

hi i did similar https://github.com/alnitak1000/touchosc-to-control-an-arduino-yun/blob/master/touchosc.py but want users give ip in http change python : code: [select] json = tcpjsonclient('127.0.0.1', 5700) ipyun = value.get ('ipyun') ippc = value.get ('ippc') server = oscserver( (ipyun, 8000) ) client = oscclient() client.connect( (ippc, 9000) ) and in arduino side put code it.... works till use these command in arduino side: code: [select] process p; p.runshellcommandasynchronously("python /mnt/sda1/arduino/www/myfolder/myfile.py"); i know happens because python part starts before having ip , try put if command (like : code: [select] if (ipyun1== 192 && ippc1== 192) before doesn't work again.... you're vague. more specific. remember no 1 here knows rest of code you've written. think granny: explain granny can understand Arduino Forum ...

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

¿Determinar Conexion Automatica Arduino y Visual Studio 2010?

hola gente tengo una pregunta y es la que esta arriba. estoy trabajando en un proyecto de fin de curso y escogí  hacer  domotica. bueno estoy utilizando visual studio 2010 porque tengo que hacerlo si o si.y es maso o menos quiero hacer esto para mayor accesibilidad si es posible determinar conexión automática solo tocando un botón sin tener que escoger el puerto com. he visto videos de programas en youtube de domotica que lo hacen es tocar un boton y determina la conexion sola con arduino y quisiera saber si es posible. si me pueden ayudar con una fuente o con un video. desde ya muchas gracias!!! Arduino Forum > International > Español (Moderators: surbyte, Hector_A) > ¿Determinar Conexion Automatica Arduino y Visual Studio 2010? arduino

Urls stretching the template - Joomla! Forum - community, help and support

i import rss feeds site using feedgator. when imports feed content joomla content item provides source. now of these links massive e.g. http://news.google.com/news/url?sa=t&ct ... ogkfrrjvbw . and stretch further page? is there way wrap url on multiple lines or shorten url e.g http://news.google.com/news/url?sa=...... . i struggling same thing. don't have rss installed, have general links in blog huge. cannot make them shorter, not if try change html code. joomla changes links long ones after i've closed html-box. tiny thing destroys whole site. solution write different (not url based) describition links , it's pain because wouldn't want come describtion every time add link website. any suggestions? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Installation error with Nmap 5.003

hi everyone, new linux , ubuntu , got error: dependency not satisfiable: libcap0.8 when trying install nmap_5.00-3_i386.deb on machine. got advice should next? when try dpkg -i @ command line, gave me error below: david@themachine:~/desktop$ sudo dpkg -i nmap_5.00-3_i386.deb (reading database ... 137101 files , directories installed.) preparing replace nmap 5.00-3 (using nmap_5.00-3_i386.deb) ... unpacking replacement nmap ... dpkg: dependency problems prevent configuration of nmap: nmap depends on libpcap0.8 (>= 1.0.0-1); however: version of libpcap0.8 on system 0.9.8-2. nmap depends on libpcre3 (>= 7.7); however: version of libpcre3 on system 7.4-1ubuntu2.1. dpkg: error processing nmap (--install): dependency problems - leaving unconfigured errors encountered while processing: nmap david@themachine:~/desktop$ force install libpcap0.8 & libpcre3 , still got same error ...

Thread: Configuración de teclado apple en Jaunty

buenas todos, tengo una laptop dell inspiron 1420, con ubuntu 9.04 instalado. el fin de semana pasado me obsequiaron un teclado appple (en castellano, con ñ, y ¿? y todas las de la ley), ya saben, el delgadito que viene con las nuevas mac. funciona razonablemente bien, pero no del todo: en particular tengo un par de teclas invertidas: la que está entre shift y la z, debería dar los ímbolos de superior e inferior <, pero estos los obtengo con la que está ala izquierda del número 1, y al revés. pero en realdiad lo más molestoso son las teclas f1 f12 que tienen reasignadas funciones de control de brillo, etc... poco práctico para alguien que usa programas como texmacs, en donde se usa f2 para abrir archivos, f3 para guardarlos, f6 para entrar en modo negritas... ¿alguien alguna idea de cómo hacerle? gracias jc en el menú sistema -> preferencias -> atajos de teclado fijate cómo tiene asi...

Arduino uno R3 timer 1 in CTC mode pulses once after reset, will not re-trigger

hi! program executes correctly after reload or after pressing of reset button. this program should generate precision pulses on pins d9 , d10 of arduino uno r3. the pins d9 , d10 should high , go low during pulse. the pulses should start simultaneously stop after individually set timeouts. the individual pulse duration should 32 msecs setable in 0.5 microsecond increments. the current program has 200 300 nanoseconds setup delay added total pulse duration. all of program in loop() after producing first pulse, loops forever doing nothing. have printed out status of registers after reset , have attempted recreate them @ end of execution. successful except icf1 interrupt flag not reset (i.e. tifr1 remains 0x20). not using icf1 interrupt, set icf1 register 0xffff top value timer. i have included debugging observations in code comments. code: [select] boolean running = false; volatile boolean donea = false; volatile boolean doneb = false; isr (timer1_compa_vect)  {   done...

Error while creating New flex data services project

hi error: invalid server root. flex-config.xml or flex-enterprise-services.xml must exist in web-inf/flex folder within server root. trying create flex data services project weblogic8.1 j2ee server, geting above error in screen point root of server. i did deploy flex on weblogic. i appreciate help. thank sun hi stickflex, you should set root folder in new project wizard root of application, not top-level server root. folder pick should 1 directly contains web-inf folder (which should have flex folder inside it). hope helps, nj flex builder team More discussions in Flex (Read Only) adobe

Looking for Female Arduino Expert

Image
hi all, my name bader alsaif, , fablab dhahran, saudi arabia. organizing event engage community in fabrication & coding. require female mentor expert in arduino & electronics mentor our participants period of 3 weeks starting 12th of august. fablab dhahran take care of fees & charges. if you're ok males anytime, call me up! putting name in that's it.  Arduino Forum > Community > Gigs and Collaborations > Looking for Female Arduino Expert arduino

Delete SMS on Motorola W220 with Arduino

hi, i have found this: "tutorial: send sms arduino using old motorola cell phone" @ http://murchlabs.com/send-sms-from-your-arduino/ . so rebuild use in 1 of current projects. works , receive messages have 1 problem, delete command not work reliable. in cases not delete messages, until had bypass increasing index every time, works until arduino restarts not saved permanently. quit bizar mobile phone (motorola w220) shows in outbox folder every sms green arrow means has sent sms above there kind of passage prohibited sign guess means couldn't send sms, although receive every time right message. does know or has experience this? have tried find other commands deleting messages, found "at+cmgd=?" while ? index of sms want delete. knows site complete list of commands or command deletes or sms? and how can display response phone correctly on computer e.g. code: [select] serial.println(phone.println("at+clac")); this print number guess "11...

Cannot publish changes and creates a 0 byte file on the server

i have recommended contribute customer update site , it's important can this. version works theirs not. they can log onto site , select edit. have control of file if try , logon seems fine. when try , publish changes after long pause message saying connection cannot made. what's more disturbing file changing on site replaced 0 byte file therefore removing page trying modify. any thoughts on please? stumped. hi alan, what connection type used connect site. site cps managed? sudharshan More discussions in Contribute General Discussion adobe

Thread: Crummy File Sharing & Networking

Image
is there sort of bug in ubuntu when comes sharing folders on network? i'm frustrated. i'm trying share folders on network. want access folders netbook (running xubuntu 8.04) on pc (running ubuntu 8.04) quite flakey first of all, folders on ubuntu pc randomly unshare themselves. when go re-share them, don't have permission so. workaround have found re-name folder. once folder quits sharing under name, never share under name again. second, have fuse , pyneighborhood installed on netbook. when 1 doesn't work, other will. it's fuse works. had little power blip while accessing files. now, fuse , pyneighborhood not access anything. but, can still connect internet without problem. have kind of clue what's going on here? posted bungo pony once folder quits sharing under name, never share under name again. ...

Sensore di prossimità con led IR e fotodiodo

ciao tutti, sto costruendo un piccolo robot 2wd con arduino, e voglio aggiungere un sensore per rilevare la presenza del pavimento sotto il robot per evitare che cada dalle scale o da un tavolo. ho disposizione un led ir da 5mm 940nm e un fototransistor tops-050 (datasheet: http://www.taydaelectronics.com/datasheets/a-1542.pdf ). come posso collegare il fotodiodo per avere la più grande "escursione" dei valori analogici? ho trovato questo articolo http://startrobotics.blogspot.it/2013/05/how-to-use-ir-led-and-photodiode-with-arduino.html , ma non capisco perchè alimenta il fotodiodo dal pin 2 e non direttamente dai 5v. grazie in anticipo. Arduino Forum > International > Italiano > Hardware (Moderator: leo72) > Sensore di prossimità con led IR e fotodiodo arduino

Sending text from the Serial Monitor to an LCD dispalyer

i have display current temperature on lcd (by using temp. sensor-lm35). now able display temperature on serial port monitor. but said have display on lcd @ second row (because, later on, use first row display current time & date). please provide me guideline code , wiring can display temperature on lcd. the following part code did serial monitor. code: [select] float tempc; int temppin=0; void setup() {  serial.begin(9600); } void loop() {  tempc=analogread(temppin);  tempc=(5.0*tempc*100.0)/1024.0;  serial.println((byte)tempc);  delay(3000); } the  images show coupling , result on s. monitor. [note: trying follow tutorial on example part of arduino sketch shows how send text serial monitor lcd, doesn't me, because don't know how combine code current code , how couple wires] i assume want send temperature sensor lcd. i don't know why call float tempc. mistake. code: [select] float tempc; int temppin=0; ...

copy site bleedover to original site

i developed site state pta , when made aome changes side navigation links , uploaded site doesn't work. (i had added link on 1 page , copied , pasted other pages.) since couldn't seem find problem, decided make complete change drop down menu dw extentions. bottom line though see no changes default ccc file copy not showing original correct layout , original looking same way. has ever had kind of overlap different folder ( named differently when set in manager)? please site totally down. either issue welcome. not total newbe, still quite new dw. have tried clear browsers cache? i've noticed have delete what's on server , upload again see the changes... guess cache issue. kim ptapat skrev: > developed site state pta , when made aome changes side > navigation links , uploaded site doesn't work. (i had added link on > 1 page , copied , pasted other pages.) > since couldn't seem find problem, decided make complete > change drop down menu d...

Thread: Startup and Shutdown Scripts in 9.04

i have couple of synchronizing scripts want run automatically @ startup, shutdown , reboot. no expert @ it, , think have new way go, had @ least figured out few things juggling scripts in system v. in new system have no clue , can't seem find documentation can understand. can me please , walk me through need do. scripts written , run fine command line. need them run automatically. please if can. add scripts line in file "/etc/rc.local". file last thing run system runs through run-level two. have 2 lines in rc.local are: /sbin/ifconfig eth1 txqueuelen 100 /sbin/ifconfig eth0 txqueuelen 100 reduce queue lengths on ethernet cards response faster. default queue length 1000, 1000 packets have dump before 1001 packet queued. want faster response , smaller queue it. sys5 (pronounced "sys five") systems come up, pass through various run-levels. if system has...

blank page... - Joomla! Forum - community, help and support

i did search not help. i moving joomla off of test server main server, , when ftped blank page. guess permission issue. can help.... http://allplaces.net/web/ thanks!!! what permissions of directory uploaded joomla files? did change configuration.php ? what php version have on new server? what's php's error reporting level? could change level of error reporting .htaccess php shows possible errors? e.g. put following in .htaccess (just see php errors on blank page. after fixed problem, set error reporting before): php_value error_reporting 2047 php_value display_errors 1 more info: http://php.net/error_reporting Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Application array adds rows on its own - memory leak?

hello i have gone through day or 2 of frustrating testing application , discovered bizarre. i build array of scope application , read in contents sql 2000. works well. to determine length of array, use (as always) arraylen. whenever need access array (every page - it's main menu), load array again. problem sometimes, irrationally, arraylen changes. increments one. yet there nulls in these records. so when looping through array everytime, cannot rely on arraylen , have manually loop through , "probe" array e cftry determine largest row "valid value". talk hack! i have globally searched anywhere possibly adding record not doing that. is symptom of memory leak? or might doing bad!? we're using cf7.1 robert most likely, not locking application var when writing it. or sql query adding rows. otherwise, attach self-contained sql , cf code duplicates problem. More discussions in ColdFusion adobe

Insertar Whatsapp (yowsup) en crontab - Raspberry Pi Forums

hola, instalado whatsapp en mi rpi, usando yowsup (ver siguiente tutorial https://jadasupport.wordpress.com/2015/ ... -whatsapp/ ). el caso es que funciona muy bien, pero hay que iniciar el servicio mano cada vez que se reinicia la rpi. code: select all cd /home/pi/yowsup yowsup-cli demos --yowsup --config config /l alguien podría ayudarme con un simple script que inicie yowsup (whatsapp) en segundo plano, de manera que solo tenga que teclear por ssh los mensajes que quiero enviar??. en realidad me sirve con que esté operativo para escribir: code: select all /message send 507xxxxxxxx "tu mensaje de de texto aquí" gracias saludos hola, podrías hacer lo siguiente: sudo nano /etc/init.d/yowsupscript guardarlo con ctrl + o y salir con ctrl + x hacerlo ejecutable , sudo chmod 755 /etc/init.d/yowsupscript registrarlo , sudo update-rc.d yowsupscript defaults y probarlo, sudo reboot saludos raspberrypi

Working with External Servers Check In Out (k)

i wanted pick brains out there. we have 3 dreamweaver programs here. have 1 internal server, 1 external web server , client's web server. here's how work: on our internal server create multiple folders website: artist1_webiste_ourserver artist1_website_theirserver artist2_webiste_ourserver artist2_website_theirserver artist3_webiste_ourserver artist3_website_theirserver the theirserver folder linked via dreamweaver client's live website server. check-in/out enabled in dreamweaver. that works fine , dreamweaver doesn't choke on permissions issues. here's run trouble: client has major changes need approved before going live. we use ourserver these. my question workflow , how guys handle sort of thing. how handle major upgrades site while leaving client's live site untouched , giving them way view new changes? -kirk make 3 dreamweaver programmers not programs. w. kirk lutz wrote: > wanted pick brains out there. > > have 3 dreamweaver progr...

Turn off TFT touch screen - Raspberry Pi Forums

i building new project b+ , tft touch screen, wondering there anyway turn screen off without turning off entire device. we have no idea tft screen have, it's unlikely you'll help, there 2 options : 1..software display blanking, depending on os, set 15 minutes raspbian, example 2..switching off backlight, via software, option displays, example can done 2.8" tft boards : display off : code: select all echo 1 | sudo tee /sys/class/backlight/fb_ili9325/bl_power switch on : code: select all echo 0 | sudo tee /sys/class/backlight/fb_ili9325/bl_power texy raspberrypi

Thread: Need help getting a PS3 controller to function properly with emulators on Xubuntu.

recently set laptop run xubuntu again , 1 of first things i've done install madnefan , zsnes, problem arises. programs both respond ps3 controller plugged in, when trying program buttons visualboyadvance in seems pressure sensitivity of buttons conflicts , causes none of them work right. enter input mode , instance press on d-pad when prompted enter key up, , display numbers 1-6 or 1-9 until i've seemingly pushed enough times f or finish. 1 of dirctional buttons work , a/b/l/r keys won't respond after i've programed each command. when booted zsnes game, each key attempt input button cause emulator crash i'd have reboot every button entered, in end still have above-mentioned problem along acting if holding down start button turbo on during name entry screen. said can assume it's various button sensitivities causing emulators spaz out can't seem find documentation on problem. , advice appreciated seemingly simple goal. ...

ExternalInterface.available returns false on a Mac

hi there! i'm triyng browsers back-button work flash site. general principle this: there index.html page containing (not yet) hidden iframe , flash movie. the iframe contains page a, starts javascript calling back-function on index-page. the back-function triggers as-function in flash-movie activates own back-button, , changes url of iframe page b. causes new history added browser. the flash movie contains 5 frames (labeled in middle of stage) , 2 navigation buttons: (terug) , forward (verder). buttons you'd expect them (prevframe , nextframe). on pc (ie) seems work pretty well. on mac nothing seems work propperly. i've got testpage at: http://www.multimediamatters.nl/test here's code have on first frame. stop(); _root.terug.onrelease = function(){ prevframe(); } terugf = function(){ trace(_root._currentframe); if (_root._currentframe > 1){ _root.terug.onrelease(); } else { _root.geturl("javascript::history.go(-2)"); } } import flash.ext...

my forum is wrapped, just not in my template - Joomla! Forum - community, help and support

i have done quite bit of searching, tried few configurations, , still can't fix problem. click on forum , see mean http://dallasdnb.com/joomla/index.php its wrapped, not in template using.  advice great, thx.  wil continue search ~b sounds template isn't assigned of pages.  in template manager, click radio button template , click "default" button top, again "assign" button , make sure it's assigned everything. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed SMF - Simplemachines.org Forum

Censura eBay?

salve tutti, per ben tre volte è accaduta una cosa strana: cercando componenti elettronici nei negozi cinesi con 5000 oggetti in vendita, mi son trovato ad inviare un messaggio ai proprietari dei negozi. successivamente, rivisitando questi negozi, ho visto che il numero degli oggetti in vendita fossero diminuiti, 4/5 se non zero. cosa più strana è che link di alcuni prodotti che avevo salvato, non più elencati nel negozio,  risultano ancora attivi ed acquistabili. i venditori in questione sono: tenovo2010, e4u2011, . a voi è mai successo? e' facile che accada, nessuna censura, venditori sono obbligati dare una scadenza al prodotto in vendita, in genere pubblicano l'intero catalogo tramite un database, spesso il 90-95% ha la stessa scadenza, poi ripubblicano qualche giorno prima o dopo la scadenza, se è dopo puoi beccare il momento di "fermo", tra qualche giorno dovresti rivedere tutto. Arduino Forum...

Does CF really auto-decode URL parameters passed to a page?

cf docs , livedocs state that: quote: coldfusion automatically decodes url parameters passed page (for example, see urlencodedformat tag description, last sentence of opening paragraph) however, if have url-encoded url parameters, in ?var1=1%26var2=2 (%26 url-encoded equivalent of &), , in page try validate url parameters <cfparam type="integer" name="url.var1"> or isvalid("integer", url.var1) function, validation fail! apparently, inside @ least tag , function cf not automatically decode url parameters... sees var1 declaration, sees value not 1, 1&var2=2, surely fails validation against type "integer".... this behaviour has been brought in these forums several times now, nobody has been able explain how relates cf docs statement... ideas, anyone? expected behaviour? docs wrong? 'parameter', in "url parameters", refer specific parts of query string , not include url var name/value pairs separator? apparently s...

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

Arduino Due TXD3 & RXD3 to use as serial ports

hi, i have question usart ports on arduino due (atsam3x8e). according atsam datasheet, there 2 pins (pb20 , pb21, pin number 91 , 92) usart pins. have xbee module need connect these 2 pins (i know there other txds available on board, they're being used already) send , receive data mcu. there way access these pins , use them serial comms? thanks hi, don't have experience deu, mee looks like: on due's page says: "serial: 0 (rx) , 1 (tx) serial 1: 19 (rx) , 18 (tx) serial 2: 17 (rx) , 16 (tx) serial 3: 15 (rx) , 14 (tx) " so guess is: code: [select] #include <softwareserial.h> softwareserial myserial(15, 14); // rx, tx but not sure how use in combo other 2 uart signals. good luck Arduino Forum > Using Arduino > Microcontrollers > Arduino Due TXD3 & RXD3 to use as serial ports arduino...

Open SEF - question... - Joomla! Forum - community, help and support

Image
i installed open sef 2.0.0-rc5-sp2 , reviewing http://projects.j-prosolution.com/en/do ... ensef.html have problems.  read installation doc here see: my .htacess file has uncommented: ########## begin - 3rd party sef section ############# use section if using 3rd party (non joomla! core) sef extension - e.g. opensef, 404_sef, 404sefx, sef advance, etc # rewritecond %{request_uri} ^(/component/option,com) [nc,or]  rewritecond %{request_uri} (/|\.htm|\.php|\.html|/[^.]*)$  [nc] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule (.*) index.php # ########## end - 3rd party sef section yes, commented joomla default above.  i noticed path above reads "/component/option,com".... i not have directory structure in joomla folder. i have joomla directory root. in have following folders: /htdocs/joomla/administrator /htdocs/joomla/cache /htdocs/joomla/components  (***note reads plural***) /htdocs/joomla/dmdocuments /htdocs/joomla/edit...

Achieving something in PHP

hi, wonder if can me, have moved across using php instead of asp - can tell me if can still go detail page php can asp? if how, can't find anywhere. thanks same here- guess moved gaz-uk wrote: > hi, wonder if can me, have moved across using php > instead of asp - can tell me if can still go detail page php > can asp? if how, can't find anywhere. > > > More discussions in Dreamweaver support forum adobe

Thread: gsynaptics settings go away....

is there way make gsynaptics settings stick? every time restart laptop have run gsynaptics set sensitivity , remove scrolling again.... kind of pain.... roxy add-> gsynaptics-init --sm-disable startup Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [xubuntu] gsynaptics settings go away.... Ubuntu

Twython: Using track AND follow parameters - Raspberry Pi Forums

hi all, i'm screwing around more twitter. time want tweets user, keyword. i'm using usual: code: select all stream.statuses.filter(follow='12345', track='keyword') if filter keyword "track," works fine. if filter user id "follow," should. above gives me of tweets user, tweets keyword whether user or not. twython documentation i've found says there's implied or between parameters. there way can filter both conditions met? all bye all raspberrypi

Arduino and N-Channel Mosfet: half on? [SOLVED]

Image
hi all. have question! i attempting make simple driver 1w led, supposed flash (short arduino pin high). anyway, hook led , mosfet in schematic: the trouble led shining half brightness, , when trigger arduino pin shines @ full brightness. question is, why half-on? triple checked dgs pins , in correct place. mosfet datasheet: http://www.seeedstudio.com/wiki/images/e/e7/0440200p1.pdf thanks! the schematic isn't :-) this 1 project. can ignore parts on left side , imagine pin 3 of 74hct08 arduino-pin. Arduino Forum > Using Arduino > General Electronics > Arduino and N-Channel Mosfet: half on? [SOLVED] arduino

Soil Moisture Monitoring Project

hi all, i new using arduino , having few issues on project working on. need monitor soil moisture contents @ high degree of accuracy. at moment have arduino uno , vegetronix vh400 soil moisture probe (http://www.vegetronix.com/products/vg400/). i have been doing tests calibration curve accurate possible. starting dry soil, adding few ml every half hour , monitoring values arduino give me. have gone thorough process 10 times, , have plotted of data points. in dry soil value of around 175, , in saturated soil value of 630. when put sensor glass of water value around 630. it looks relationship between voltage , soil moisture content approximately linear, there variation. example, soil/water mixture of 50%, have received values ranging 360 400. range in results similar if use 5v or 3.3 volts. i trying find way of using of 0 - 1023 possible (i.e.: achieving value closer 1023 when putting sensor water). think may allow me obtain more accurate calibration curve. someone has mentione...

2.8 Release for timolo (timelapse, motion, lowlight) - Raspberry Pi Forums

just notice pi-timolo has been updated version 2.8 see details here https://github.com/pageauc/pi-timolo gdrive has been update version 2.8. single binary no dependencies allows syncing rpi folders users google drive via push or pull. use security cameras , limit motion files 500 images reduce google drive maintenance issues. in readme, mention other web based security camera apps use , why use pi-timolo. timelapse , motion can run @ same time. regards claude ... raspberrypi

MOSFET Protection

my mosfets keep getting fried (is sophisticated technical term?).  basically, i'm using arduino switch higher voltage.  load non-inductive.  @ times, because of moving things around, connection load sparks @ point mosfet no longer switches off source/drain.  1 time destroyed arduino (fortunately $10 sparkfun pro mini) i'm assuming time gate/source fried. it needs able handle getting spark.  how can protect mosfet getting fried in situation?  i've commonly seen schematics inductive load (small motor) there's diode in reverse parallel load.  i've seen schematics there diode across source , drain, , ones there's diode across gate , source, don't know if applicable here. what configuration appropriate situation?  i'm guessing it's both diode across source , drain , diode across gate , source, that's guess , blind testing expensive.  also, type of diode?  zener?  schottky? ...

My First project on Pi - Raspberry Pi Forums

ordered pi (1gb variant) , planning develop first project on it. time pi, reasearching thirdparty libs may require , how should go it. below thoughts on do: launch webkit window in kiosk mode , display html page. html page reads json file on disk , renders jquery list of json data in file. html page has javascript function reading json file , refresh jquery list on page. scan bar/qr codes 1 one via webcam. code scanned update json file code scanned , invoke javascript function refreesh page. everytime barcode scanned, html page refreshs , shows updated list of scanned items till now. scanning codes, saw there java lib avaiable. zbar. scans code , gives result. html rendering, thinking of installing lastest webkit. approach sounds reasonable , do-able ? can pi handle scanning code, decoding , refeshing html smmothly ? once code zbar, how can invoke javascript function of webkit page refreshs. zbar java based, can communication happen smoothly. pointers highly appreciated. ok...

Thread: mic wont work on teamspeak

hi can't seem mic work on teamspeak 2. im runnign ubuntu 8.10. mic works because recorded voice in audacity computer hp pavilion 540n currently teamspeak uses oss sound, , has nasty habit of wanting take exclusive control of soundcard input/output. use wrapper make work little more nicely, might bring microphone line. press alt+f2 , try this: code: aoss teamspeak normal alsa, or if have pulseaudio installed try code: padsp teamspeak may need install alsa-oss repositories. hope works ya. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] mic wont work on teamspeak Ubuntu

Thread: Tried to Re-Install Ubuntu 9.04

Image
i tried re-install ubuntu 9.04. got error message after proceeding several steps. burned new cd , got same error message. appreciate assistance. attached images error4.jpg (562.5 kb, 27 views) what happens if try test cd defects option? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Tried to Re-Install Ubuntu 9.04 Ubuntu

Abarbeitung logischer Verknüpfungen

hi, wie ist die abarbeitung logischer verknüpfungen während der laufzeit? von rechts "rückwärts" nach links? wird dann z.b. bei if( && b && c && d) {...} die bedingung d als erste untersucht und, wenn d false ist, die if-bedingung dann auch sofort  abgebrochen? oder wird sowieso alles komplett ausgewertet? von links nach rechts. beim und wird abgebrochen wenn eine bedingung false ist und bei oder wenn eine bedingung true ist. das nennt sich kurzschlussauswertung: http://de.wikipedia.org/wiki/kurzschlussauswertung http://en.wikipedia.org/wiki/short-circuit_evaluation Arduino Forum > International > Deutsch (Moderator: uwefed) > Abarbeitung logischer Verknüpfungen arduino

Help for raspberry pi newb and son starting on a pocket pigr - Raspberry Pi Forums

help please, son , working on our first raspberry pi project, pocket pigrrrl. trying software set shown in instructions: https://learn.adafruit.com/pocket-pigrrl/software-1 have burned image file our sd card , try setup network per instructions. way have tried put our sd card in pi a+, plug in hdmi monitor, plug in usb keyboard , power pi. goes through checks, shows retro pi splash screen , few more text lines , stops with: pi@pigrrl ~ $ try type on keyboard doesn't register. many questions: 1. prompt? 2. should keyboard recognized @ point? 3. trying set out wifi dongle listed in directions can edit ssh. way it? 4. have no pi experience. there more detailed walkthrough part, can find raspbian, none retro pi appreciated. (also posted on adafruit forums) the tutorial not use keyboard runs headless, need supported usb wireless dongle plugged in , configured, use pc via ssh. states following appear assume understand ssh , wifi manual configuration: setup network ...

Ayuda Sensor EE08

hola, estoy tratando de configurar un sensor de temperatura y humedad relativa en mi arduino uno, los tengo contectados en los pin a0 y a1, si estoy reciviendo lectura de los sensores, sin embargo no encuentro la formula para convertir esa lectura en la temperatura y humedad, ya busque en google sobre ese sensor, ya busque el datasheet de ese producto y no encuentro el dato. alguien que me pueda apoyar con este sensor? de antemano muchas gracias. saludos.. http://www.epluse.com/en/products/humidity-instruments/humidity-transmitters-for-hvac-applications/ee08/ para la humedad: en la misma pagina que postiaste dice: calculadora de humedad... asi que no es muy dificil http://www.humidity-calculator-online.com/ para la temperatuara: calibralo... tampoco es muy dificil.... Arduino Forum > International > Español (Moderators: surbyte, Hector_A) ...

Please Help - passing a local variable to live content??

i trying solve problem , think have solution...i don't know if possible...here's situation: - interactive cd links individual urls; user clicks link , taken log in page (which password input screen) - if log in successful, directed specific page clicked to, cd my question this: say from cd , click "link2"...is there way have flash store variable (let's call "link2" well) in local content, can check if statement in live content i thinking if login page has if statement looks variable ("link2" , "linkx" , etc), , depending on name, takes appropriate page (link2.html, etc) i don't know how pass variable local content live flash site...can me wrap head around one? time i think need send post or data geturl(use f1 reference details) get's processed serverside script , throws flash, perhaps safest way using flashvars embed param. maybe on cd: var link = "link2"; geturl(' http://mydomain/mylogin.php?...

Thread: NIC is not being handled

i installed ubuntu on old p3, have comp use server, managed install 8.10 no problems, when start machine, after says loading hd0.6, error message saying numbers unknown header, type 20 device ignored. guess doesnt want take charge of nic, have replaced 1 know sure works , still gives me same message , have no internet connection, cannot connect router! please in advance. what indication nic culprit? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] NIC is not being handled Ubuntu