Posts

Showing posts from September, 2011

CF Login Authentication Logic?

i trying created login allows 2 types of users. 1 named 'danbury' other 'field.' do far created application page session variables, login , login process page. the application functions when user intiatlly opens login page, has access secured pages, as defined session variable , userid. if user try open page without going through login receive error message. tried using cflocation unsuccessfully. please advise on issue. thanks if user try open page without going through login receive error message. i think quicker if you, @ stage, eror message is. More discussions in Advanced Techniques adobe

Load Cell, S type load cell, Button Type Load Cell - A small info

a brief intro load cell used in heavy vehicles such truck hello friends, i here give brief info load cell used in heavy vehicles such truck. there lot of truck models available in market different technology. as different technology of these trucks different designs of load cells used. load cells important part truck enable them bear heavy weight easily. generally strain gauge type load cells used load cells because available @ competitive price different designs. to view available models of load cells in market please click here: http://www.rudrra.com/products.html all designs of load cells http://www.rudrra.com/products/load-cell.html rudrra sensor some of used load cells load cells, s type load cell, pan cake load cell, compression/column load cell, button type load cell, web tension load cell etc. about author shubham barot (ssb) Arduino Forum > Using Arduino > Sensors ...

LilyPad Input Current Regulator

hi, i have constant voltage , current source connected lilypad , circuit in parallel. need take steps limit current being provided lilypad, or taken care of device itself? thanks. you have control voltage.  device draw current needs.  if power supply has current limit have make sure limit higher circuit needs. Arduino Forum > Topics > E-Textiles and Craft > LilyPad Input Current Regulator arduino

IOError — The directory did not exist and could not be created.

what causes this? i'm trying create directory in directory on desktop: // "dir" existing directory on desktop public function exportfiles(dir:file){ var file:file, fileto:file, dirto:file; // fileinfo array of xml nodes metadata files stored in applicationstoragedirectory each(var f:xml in fileinfo){ file = file.applicationstoragedirectory.resolvepath(f.filename); if(file.exists){ fileto = dir.resolvepath(f.groupname + "/" + file.name); dirto = fileto.parent; dirto.createdirectory(); // ioerror -- why? file.copyto(fileto,true); } } } okay, problem groupname null. More discussions in Archived Spaces adobe

Site backup tutorial? - Joomla! Forum - community, help and support

could point me in direction of site backup tutorial has instructions on both backing , restoring site?  need intuitive , assumes little technical knowledge kinda joomla does.  after having site attacked hacker more once (i did have latest joomla , components installed) extremely fearful of data now.  have been making backups using ftp download entire site home pc.  of course leaves database unprotected since don't have  backup of that.  not mention doing backup way takes 45 minutes hour.  can't afford $50 component i'm hoping there better way.  in advance. -bob this should database backup http://forum.joomla.org/index.php/topic ... #msg122027 Board index Joomla! Older Version Support Joomla! 1.0 Security - 1.0.x

New media center - Raspberry Pi Forums

ok i've googled , read forums , not sure have correct info figured i'll ask. want simple media center play movies. needs boot hdd remote ipad movies played hdd what's best way approach this? not scared of in depth work best results! thanks! a) can not boot hard drive, boot files need on sd card pi boot up: http://www.raspberrypi.org/forums/viewt ... 27&t=48021 b) xmbc operating system either openelec or raspbmc c) xmbc ipad remote: https://itunes.apple.com/gb/app/officia ... 80364?mt=8 raspberrypi

horizontal menu? How? - Joomla! Forum - community, help and support

Image
i have created custom template guess doing wrong here. i need set mainmenu module display horizontally. have correctly set module display setting horizontal. but menu still displays in verticle display mode? do need special parameter work? this module position trying set menu: am missing something? any appreciated. tia edit layout in module setup. from teh backend, modules-->site modules then click on menu want edit. there setting here adjust it. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Won't boot with Belkin

i installed latest livecd on older xps t450. after running updates, installed belkin wireless g pci card. machine failed boot. attempted reinstall ubuntu hang in initial splash screens (at "local media found" or similar). removed belkin card , boots original installation. way ubuntu boot wireless g card? tia i installed latest livecd on older xps t450. after running updates, installed belkin wireless g pci card. machine failed boot. attempted reinstall ubuntu hang in initial splash screens (at "local media found" or similar). removed belkin card , boots original installation. way ubuntu boot wireless g card? tia Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Won't boot with Belkin Ubuntu

Looking for internet radio station - Raspberry Pi Forums

hi forum, looking solution use mp3s on raspberry pi stream them via web browser on internet. log in page , click on play. thinking of spotify solution. knows something? i haven't tried yet, it's written in python , might work. cherrymusic here 's tutorial pi raspberrypi

Reliable live source for full time video streaming to RasPi - Raspberry Pi Forums

hi, trying build live video streamer run 24/7, using raspi video player. although not identical, example model live video server (pc based) feeding 10s of kiosks driven raspi. can recommend protocol, encoding format or specific encoder software appropriate such application? have been running flash media live encoder (fmle), fed wowza, streaming raspi using omxplayer decoding. has been working fine on public internet line. however, pitfall is, due design of fmle, encoder needs manually restarted every 20 days. therefore, looking alternative make system maintenance free. advise appreciated. thank you. ffmpeg raspberrypi

Thread: How Do You Upgrade to OpenOffice 3.3.1?

i'm trying upgrade ubuntu 9.04 have latest free version of openoffice, version 3.1.1. when try download it, either shell script file (ends .sh), .deb.tar.gz file (a compressed tar file needs extracted), , can't find instructions working these, @ least not through gui (the user not have sufficient rights). able use sudo mode in command terminal , tar instruction uncompress .deb.tar.gz file new folder named extract, , created debs subfolder , extracted contained .deb file it. neither apt-get install nor synaptic package manager wants work resulting .deb file. , searches using key words not helping. guess time ask essential question of, "okay what?" care help? the latest version of ooo 3.1.1, , can install via launchpad ppa repositories(ooo 3.1.0 jaunty @ present, updated 3.1.1 soon) https://launchpad.net/~openoffice-pkgs/+archive/ppa add repositories , pgp key software sources , run update ma...

RFID, token does not work.

hello. have: -atmega8 microboard m8 msx.cal24.pl/allegro/mb_m8/7.jpg -usbasp programmer msx.cal24.pl/elementy/usbasp_bialy/usbasp_przod.jpg -rfid reader nettigo.pl/products/48 -rs232<>usb converter with converter read these id tokens: code: [select] 05007e09196b blue token 0700437e506a yellow token 05003e2bfaea red token my code is: code: [select] char c; string msg; int led = 4; void setup() { serial.begin(9600); pinmode(led, output); } void loop() { while(serial.available()>0){ c=serial.read(); msg += c; } if (msg.length() > 10) { msg = msg.substring(1,13); if (msg == "05007e09196b") { digitalwrite(led, high); } else { digitalwrite(led, high); delay(1000); digitalwrite(led, low); } msg = ""; } delay(300); } id 05007e09196b= token blue. but when read blue token rfid reader program, program executes instructions 'else'. dont know wrong. someone can me? Arduino Foru...

Arduino: avrdude: stk500_getsync():not in sync: resp=0xe0 - Raspberry Pi Forums

hello, installed arduino ide on rpi through "sudo get-apt install arduino". connected arduino rpi via usb cable. however, when tried upload "blink" example, error "avrdude: stk500_getsync():not in sync: resp=0xe0" occurred. know because of communication problems between arduino , rpi (wrong board or wrong serial port). know how troubleshoot in windows. however, new linux , don't know how access drivers installed. me problem? tips or suggestions highly appreciated. thank you how connecting arduino? using right device name? mine appears /dev/ttyacm0 when use usb cable. raspberrypi

Install XBMC besides RetroPie - Raspberry Pi Forums

hi, configured retropie purpose i'm going use for. see people using xbmc next retropie. don't want download pre-installed image xbmc/retropie wonder how xbmc can installed besides retropie. found article on how add xbmc emulationstation's menu. how install xbmc besides retropie, without f!@#^g up? can point me guide? thanks, joost joostvanpoppel can downloaded , compiled source code, see xbmx wiki below link - http://wiki.xbmc.org/ raspberrypi

Odd partitions on USB keys showing - Raspberry Pi Forums

so have 2 usb keys have packed working on pi. decided convert them ntfs ext4 upon realising still want write them in windows decided put them ntfs , show 2 partitions both full disk size , cant access them. in windows can go partition manager , wipe them , create 1 new partition them pi run "sudo fdisk -l" , get: disk /dev/mmcblk0: 7948 mb, 7948206080 bytes 4 heads, 16 sectors/track, 242560 cylinders, total 15523840 sectors units = sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0x000b03b7 device boot start end blocks id system /dev/mmcblk0p1 8192 122879 57344 c w95 fat32 (lba) /dev/mmcblk0p2 122880 15523839 7700480 83 linux disk /dev/sda: 7803 mb, 7803174912 bytes 245 heads, 1 sectors/track, 62206 cylinders, total 15240576 sectors units = sectors of 1 * 512 = 512 bytes sector size (lo...

Slider_Plazza slide-out tab problem - Joomla! Forum - community, help and support

see http://www.casinocards.com.au template http://www.templateplazza.com - uses slide.js http://www.dhtmlgoodies.com - cool. template easy modify - but: i want 'lock' tab position scrolls page, rather sitting in same position in browser scroll down. can scroll bar tab, looks horrendous , need add width tab not reflow. i have in tab, , cannot see way now. i hopeless jscript, tried different settings in css no avail. those firefox , decss extension able see jscript , css. please point me in right direction! going mental here. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Dreamweaver MX 2004 .....:::FOR SALE:::...

hi all, i searching dreamweaver mx 2004 (i went dreamweaver mx 2004 because not pro. designer , didn't need dreamweaver 8, expensive), not find it. i sure there out there looking found 1 post on here. i selling $150 negotiable.(that saving ove $200) , comes licience key has never ben used, still unseen in sealed box. contact me if interested. i once looking found, looking have found. cheers charlton where did obtain copy selling from? -- regards john waller More discussions in Dreamweaver support forum adobe

Quadcopter (drone) with FPV - Raspberry Pi Forums

i'm looking way have raspberry pi serve "ground station" quadcopter drone such the dji phantom fc40 or the walkera qr w100s or other quadcopter of kind. basically, want raspberry pi able receive video captured these quadcopters in near-real time, further processing. there projects such picopter put raspberry pi on top of quadcopter, that's not i'm looking for. i'm looking off-the-shelf solution quadcopter , able receive telemetry video on ground in pi. how go doing that? thoughts appreciated. thank you. y. off-the-shelf ? dont want put off dont think there exists solution that. should 'relatively' easy there plenty of questions answer, how send video quadcopter? raspberrypi

mainbody sizing issues - Joomla! Forum - community, help and support

my site runnin off css based template , i'm having problems sizing of section , category tables. width of tables larger allotted size mainbody section, can provide input? ideally, i'd remove info table such hits or author, table fit, i'm not sure how hack code that. http://charlotterugby.com/index.php?opt ... &itemid=30 any appreciated. you can use menu parameters hid / not display table items. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

越来越讨厌 jd_wp 了 - Joomla! Forum - community, help and support

很多人都说 jd_wordpress 是joomla环境下最好的 blog程序,我却越来越讨厌这个东东了。 且不说其外观设计如何丑陋:默认的外观竟然使得blog站名及文章标题只能显示一半高度!它对于网站管理员来说,最讨厌的是,竟然在迁移网站时专门要针对 jd_wp来设定url,并且这一设置无法通过网站后台完成,只能通过 phpmyadmin 修改数据库中的条目来完成。 sh!t ! 今天我又碰到一个奇怪的问题:我的网站原来没有在虚拟主机的根目录下安装,而是安装在一个二级目录下,现在我将整个网站迁移到根目录下,也就是说,提升一个目录级别,我手动修改了网站的 configuration.php 并且手动用 phpmyadmin 修改了针对 jd_wp 的 url,但是,当我从后台进入 jd_wordpress 管理界面时,仍然看到css效果没有被应用,并且,后台显示的 jd_wp 地址竟然还是原来的二级目录! 我手动修改为根目录,但是点击“更新选项”按钮之后,却出现一个错误信息: sorry, need enable sending referrers feature work. 我靠!以前从来没见过这样的问题啊。 jd_wp 怎么这么烦啊! 我按照链接进入 wordpress 的网站,学习了如何设置 “ enable sending referrers” 之后,按照指示操作修改了我的“ internet 选项” 内容,但是回到网站后台时问题依旧! 该死的 jd_wp !!! Board index Joomla! International Language Support International Zone Chinese Forum

im searhing new logic

hi i want make diy automatic satellite finder ship i researched digital compass, motor  , gyroscope examples finaly want read ship head digital compass , turn left or turn right dish for ex heading 280 degree. satellite 160 degree. motor moved dish 280-160=120 degree cant find feedback logic (i looked pantiometer feedback...) i want digital compass referenced motor control when put digital compass on sattelite dish, con't need ship heading. 'i want dish turn 280 degrees' , motor turn 280 degrees. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > im searhing new logic arduino

Reaction Time Program Help

hello. i've been trying use code below reaction timer. led supposed flash randomly, , when user presses button, time took them press button supposed printed onto serial monitor. however, elapsed time seems printing serial monitor without button having been pressed. code: [select] int switchpin = 2; int ledpin = 13 ; boolean lastbutton = low; boolean currentbutton = low; boolean started = false; boolean timer = false; long starttime; long endtime; long randomtime; float elapsedtime; void setup() {  pinmode(switchpin, input);  pinmode(ledpin, output);  serial.begin(9600); } boolean debounce(boolean last) {  boolean current = digitalread(switchpin);  if(last != current)  {    delay(5);    current = digitalread(switchpin);  }  return current; } void loop() {  currentbutton = debounce(lastbutton);  if(lastbutton == low && currentbutton == high)  {    started = !started; ...

Allgemeine Fragen Bluetooth "JY-MCU"

hallo, ich überlege mir ein bluetoothmodul jy-mcu wie dieses hier: http://www.ebay.de/itm/3-3v-jy-mcu-hc-06-mini-serie-bluetooth-rf-4p-transceiver-modul-module-rs232-neu-/261057322078?pt=wissenschaftliche_ger%c3%a4te&hash=item3cc83a9c5e zu kaufen. doch dazu habe ich ein paar fragen: 1. kann ich zwei module koppeln ? z.b ich schließe 2 arduinos jeweils ein modul und sende daten zwischen den beiden boards oder brauche ich einen rechner der die daten empfängt und weiter gibt? im internet habe ich zwei seiten gefunden, die helfen mir aber nicht weiter: http://byron76.blogspot.de/2011/09/one-board-several-firmwares.html http://www.dankrill.com/lab/index.php?content=procedures&set=b&item=11 2.hat einer von euch damit gute bzw. schlechte erfahrungen gemacht ? vielen dank schon mal im voraus. quote 1. kann ich zwei module koppeln ? theoretisch sollte das möglich sein, auch wenn ich es selbst noch nie versucht habe. quote 2.hat einer von euch damit gu...

Batch Exporting Quicktime mov

so, i'm looking way use jsfl batch output quicktime. don't want /publish/ quicktime (i can easily, results poor), rather use file>export. can't seem find documentation @ shows how done, , don't see 'click menu' objects this. there's exportswf command works well, not exportmov or of sort. there way short of applescript of doing this? failing that, flash interface open applescript @ all? that'd ugly, possibly doable suppose. thanks! t for interested: in case using flash cc can use following javascript command flash-java-api // exportvideo( fileuri [, convertinadobemediaencoder] [, transparent] [, stopatframe] [, stopatframeortime] )   fl.getdocumentdom().exportvideo("file:///c|/myproject/myvideo.mov");   http://help.adobe.com/de_de/flash/cs/extend/ws849c47c2a95c1007745be14f13b0ac99249-8000.htm l   if not have same problem had. in case solution found far use interface autoit automatize buttons , shortcuts have press:   http://www.learninga...

Arduino sur moto

Image
bonjour à tous, je réalise mon premier projet sur arduino uno. je l'utilise pour gérer les clignotants ainsi que l'enclenchement/déclenchement des feux de croisement sur une moto. j'utilise la batterie de la moto pour alimenter l'arduino, en passant par un régulateur à découpage 5v (alim sur borne 5v). les actions 12v (clignotant et feu) sont enclencher par des relais 5v (3x). cela fait maintenant plusieurs jour que j'essaie de faire fonctionner ton ça mais chaque fois que je résous un problème un autre apparaît et la je suis vrmt bloqué: j'ai d'abord configurer mes entrées avec une pull-up, cela fonctionnait bien jusqu'à ce que finalement à l'enclenchement d'une entrée, les autres s'activent intenpestivement. ne comprenant pas pourquoi et pensant que l'énergie du relais créé une chute de tension sur la carte, je décide de supprimer le pull-up, et d'alimenté mes interrupteur par 5v, sur entrée analogique.tout fonction...

How to play music when clicking a button?

Image
hello there could me bit started? my first attempt create scene, in clicking button starts play mp3 file. did start play backround music after reading file, , tried find source code internet , here without success. so, kind give me lingo example code snipplet, start playing music without first importing file (like streaming file) if possible , small instructions how assign button (so, not backround music). i got adobe director 11 couple of days ago, , wife starting angry me sitting nb evenings without progress,,, thanks, in case answers… any code provided depend on sound file is. is imported cast library, or external file? if it's external file, need give user option choose file list (or different directory), or sound file played exist in same (relative) directory with same name? More discussions in Director Basics adobe

Searching two tables - one blank search field

i have databse links locations regions of uk , type. type , regions stored in 2 separate tables both of type 2 fields id , text. ids link table (location) has regionid , typeid field refere detail tables. have search page allow search region , type works fine if select in both text boxes returns nothing if 1 left blank. how round this? sounds manual coding me. if understand correctly you have 2 search fiels , if 1 blank no results. questions - platform? - want users enter info both fields? - how large table or how large be? quick suggestion - if table small quick , dirty way use wild cards both fields. More discussions in Develop server-side applications in Dreamweaver adobe

Switches that auto-detect if there's something attached to one side

i'm looking double-throw "switch" (or switching circuit) determines side gets power based on if connected.  common example of in consumer electronics stereo systems (and iphones, etc) default play on exterior speakers unless plugged headphone jack. i expect there's existing chip or device can buy this, have no idea search for.  alternately if can reasonably built (i imagine there's way transistors, diodes, , double throw relay) work. i'd using switch 12v dc system has reasonably high maximum amperage (somewhere around 30a). in case of audio input switch in jack socket detecting. there no chip. Arduino Forum > Using Arduino > General Electronics > Switches that auto-detect if there's something attached to one side arduino

ColdFusion programming

i trying extract data sql database in dynamic page using drop down list. the drop down menu (data) has 1 option if it's selected, select * table if other options selected combo box, select * table column #data#. i have coded second aspect of query , works recieve specified data database addthe first aspect extract data table if particular option selected, i'm struggling it. think requires <cfif> statement have tried number of times no success. could advise me of should do? thanks, aqsa More discussions in Getting Started adobe

Image pop-up in the same page..?

what best way ,without building movie (swf file) on page, have row of thumbnails @ bottom of page , each 1 clicked it's larger image appears above on same page. thank you, disco behaviors like http://www.real4wd.com/content/about.asp view source... More discussions in Dreamweaver support forum adobe

Thread: Photoshop CS3 closes itself when loading :S

well, follow guide, perfect, imported registry w1n, copied folder w1n... "splash" screen shows up... but, when photoshop loading, close :s when run console error: http://pastebin.com/m54a1af17 don't know what's wrong :s can't accustom gimp :s /cry what guide did use? have tried looking @ winehq? i've found winehq best place details on setting program run in wine. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Photoshop CS3 closes itself when loading :S Ubuntu

433MHz radio control - Raspberry Pi Forums

i did find "front page" on energenie site bit confusing @ first. the pi-mote control board can operate 4 groups of sockets. number of sockets can associated group. socket can in 2 groups. means can switch on or off multiple appliances simultaneously (by having lots of sockets in group), limited 4 groups. price, isn't bad. need control multiple sockets independently, bought 16 remote sockets (3 x pack of 5, plus single) maplin, , built home-made controller board. sockets hardware switched, although there no learning mode needed, if neighbour has same setup, make life interesting. controller cost me 10 ukp in materials, (atmega168, resonator, 433mhz transmitter, connector) , uses i2c communication pi. made stackable, doesn't obscure other gpio use, , used simple lighttpd setup , simple c application (cgi) allow run mobile phone/tablet. 1 issue cannot tell programmatically if remote socket on or off. that, i'd need transmitter in each socket, , receiver on boa...

Problem with start_recording() / stop_recording() - Raspberry Pi Forums

hi, i'm new in forum , i've problem video recording using picamera. looking answer on google , documentation haven't found similar problem. code: code: select all import sys import socket import picamera import io import time import thread import gc camera = none photo = none flag = 0 ind = 0 def main(): try: thread.start_new_thread(make_vid,()) except: print 'thread error.' def make_vid(): print 'make' while 1: record() def record(): print str(ind) global ind ind += 1 try: global camera camera = picamera.picamera() camera.resolution = (640,480) camera.framerate = 90 camera.start_preview() stream = picamera.picameracirculario(camera,seconds=1) print ' make stream' camera.start_recording(stream, format='h264',quality=10) print ' start recording' camera.wait_reco...

dreamweaver template issue

Image
hi, having trouble dreamweaver template. links in template not match links in pages have created using template, in have "..template/somepage.html" whereas in template "somepage.html". why this? have recreated page, reapplied template page, recreated site cache, recreated template , new page , still isn't working. ?? sure simple answer after reading through forums not sure next step should be. thank you. > "somepage.html". if have link in template file have made mistake. should never have links imply other files @ same folder level template itself. common cause manually enter link template file. don't that. use browse function browse , select desired target file. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw fa...

Learning behind the scenes

hey all, i new arduino platform , excited see can it. first micro in college course used freescale micro starting basics of looking assembly , associated hex codes out of manual write simple program , surely progressed in using embedded c control every module of micro, spi, rti, tim, pwm, adc, etc. had set control registers, make of our own libraries interface motors , lcds , such. liked knowing behind scenes stuff , really knowing how every function worked. having trouble doing arduino though. can point me in right direction on how arduino works stuff interfacing control registers? have arduino cookbook seems skim on bare bones of micro me. on freescale 9s12c32 using codewarrior ide every register variable access. arduino ide similar this? thanks! the overall goal of arduino seems to make easy possible started, hiding complexity of lower levels. if want know arduino runtime doing you, can either runtime library source code (it provided ide) or @ avr data...

Network Monitoring of different computers

hello, i running 2 testing system on 2 different computers on local network. testing systems consist of arduino interface between hardware , computer. computer program in processing. each system datalogging application; arduino tests hardware , sends data computer , processing analyzing , saving data time time... (meaning not , not on every test). here want , looking ideas... given 2 systems, want able monitor 2 systems third computer on same local network. want in way monitoring application not interfere in way either of test systems. network monitoring should indicate in way whether or not test system running normally. any idea? please ask question... tried explaining best could... thanks - pc running windows? - if professional use remote desktop? - teamviewer.com might answer? Arduino Forum > Using Arduino > Project Guidance > ...

Looking for Coder for 5v key press.

basically want use arduino , have detect 5v input , simulate key press until 5v signal goes away computer emulating keyboard. wanted contract out code part. quote i wanted contract out code part. all 10 lines of it? doing want, right arduino, trivial. what pc going doing key press? Arduino Forum > Community > Gigs and Collaborations > Looking for Coder for 5v key press. arduino

Telescope control

just wondering if has done more work on controlling telescope, using arduino uno, since 2011. searching forum has not produced since then. i'm particularly interested alt/azimuth goto systems. thanks quote just wondering if has done more work on controlling telescope, using arduino uno, since 2011. what, exactly, have arduino web site or arduino forum? Arduino Forum > Using Arduino > Project Guidance > Telescope control arduino

total training advanced

hi there, didn't know else post. i've total training , im stuck, asked support got no answer. maybe here might know.. at lesson 3, chapter 4, minute 4:43 writes username , password inside coldfusion she never talked username or password before, that? =o tried username, doesnt tell pwd, tried root, , came mind, tried usernames , pwd setted during coldfusion , mysql installation , none of them work thanks reading , in advance bump ;d More discussions in Dreamweaver support forum adobe

Thread: problem with wifi in thinkpad t61 and ubuntu 9.04

i using linuxmint elyssa year on thinkpad t61. sudddenly wireless stopped working in school (but worked elsewhere). connection not established discovered wifi networks. installed ubuntu 9.04. school wireless networks detected , worked live cd. assuming work fine, installed system. when boot up, not show networks. don't know do. kindly help. ps: not see wifi adapter listed result of ifconfig. activated alternate atheros madwifi driver , can see wifi0-00 adapter, still not able see wireless networks. also, wifi0-00 shows interrupt:17 in ifconfig output. problem? code: sudo iwconfig resulted in lot of information under ath0, while others show no wireless extensions. code: sudo iwlist ath0 scan resulted in: ath0 no scan results Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] problem...

Adding dynamic text to a document class-ed fla

i have main menubar.fla file, has document class on linking menubar.as. as3 file simple papervision3d stuff, , creates few buttons on stage library. here can see project now i trying make when mouse leaves, the head tween facing forward. find mouse leaveing, using code found here in fla without document class, works fine, when add menubar.fla errors: 1046: type not found or not compile-time constant: textfield. 1180: call possibly undefined method addframescript. the first 1 comes text box alone on stage. i new as3 , think causing problem when define document class, imports stuff listed in corresponding file. if dont, loads of flash components? if case... have add few more import lines file? , lines? i had similar problem when adding buttons, made me link them actionscript , create them directly in file, because placing them on stage threw similar errors. code too, according source site, "this event available added stage." any pointers? , code add timeline below,...

mega 2650 and ethernet shield v1

hi i'm sure came before couldnt find it.. i have mega 2650 , v1 ehternet shield. in order make work, had connect pins 50 12, 51 11 , 52 13. once connect them works great. i'm in middle of smart home project , need pins can get. is there way use without connecting these pins together? thanks in advance! liron i presume ethernet shield not have icsp connector on bottom? can "pin bend" d11-d13 on shield, , connect icsp pins instead. newer shields have spi devices onboard use icsp connector spi data lines. that free d11 d13 on mega. edit: don't need jumper icsp connector. mega uses d50-d52 spi data lines uno uses d11-d13, can't use else anyway. bend pins. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > mega 2650 and ethernet shield v1 arduino

Link the Pi camera to a Keyboard botton - Raspberry Pi Forums

Image
hi working on project make small pi robot. moving preface want add pi camera it. know how write script turn camera on , off key press , record video pi sounds you're trying same this , contains lots of helpful-looking links raspberrypi

JRUN not serving index.jsp

i using jrun4 iis 6. have deployed app, can't jrun serve index.jsp. though jrun default. when bring app in browser blank screen. when add in index.jsp ( redirection .jsp) end of url blank screen. when add page index.jsp redirecting instead of using idex.jsp url app comes up. have ideas missing???? please help hi, can tell updater using? if not on updater 6, may have upgrade updater6. available here http://www.adobe.com/support/jrun/updaters.html let know if still face issues. better report whole environment setup using, helps pin-point problem faster. thanks abhinav More discussions in JRUN adobe

Reading analog pin

i'm trying understand piece of code written at90usb avr: code: [select] int16_t analogread(void) {     uint8_t low;     adcsrb = 0;     admux  = 0xc0;                // mux input     adcsra = (1<<aden) | ((1<<adps2) | (1<<adps1)) | (1<<adsc);  // conversion     while (adcsra & (1<<adsc)) ;     low    = adcl;                // read lsb first     return (adch << 8) | low;     // read msb once! } i know it's doing read on analog pin (which used calculate battery voltage level), can't figure out which.  being set admux line? yes, admux register selects analog input. you can read in datasheet (the full datasheet, not "summary"). Arduino Forum > Usin...

CSS and pop ups

i want produce comments box (in php) appears pop-up when click on link. i've done form don't know how appear pop rather full screen page. probably on wrong track..... sazaroo wrote: > want produce comments box (in php) appears pop-up when > click on link. > > i've done form don't know how appear pop rather > full screen page. > > on wrong track..... > you maybe use css popups : http://www.tjkdesign.com/articles/css%20pop%20ups/default.asp and have text in span dynamically assigned... <a href="#'>mylink<span><?php echo $mypopup; ?></span></a> or, javascript... in dreamweaver can use tag inspector (is how it's called ?) -> behaviors -> open browser window to create popup... anurag More discussions in Dreamweaver support forum adobe

list taking different variables or none....

Image
i want create 1 table/list repeating regions.... website wine give oyu real world example... ) i using dreamweaver 8/php/mysql. can create list in dreamweaver, connection, filter, etc. needs handle different variables..... if no vaible passed, should "list all" in alpha order (what want) domain.com/winery_list.php (example url) pass vaiable show wineries of france domain.com/winery_list.php?country_id=1 wineries of france in bordeaux domain.com/winery_list.php?country_id=1&region_id=66 am making sense...? want able have 1 form , know ahve hand edit source code tweak php handle/pass variable, don't know how or start.... assistance appreciated. More discussions in Develop server-side applications in Dreamweaver adobe

1.0.10 is missing com_bookmarks?! - Joomla! Forum - community, help and support

Image
i installed latest full joomla package: joomla_1.0.10-stable-full_package.zip ...and missing "components/com_bookmarks", producing these errors. please advise! thanks, north ---------------------- warning: main(/home/north23/public_html/tatfactorynet/components/com_bookmarks/bookmarks.class.php): failed open stream: no such file or directory in /home/north23/public_html/tatfactorynet/modules/mod_bookmarks.php on line 96 fatal error: main(): failed opening required '/home/north23/public_html/tatfactorynet/components/com_bookmarks/bookmarks.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/north23/public_html/tatfactorynet/modules/mod_bookmarks.php on line 96 com_bookmarks not core component. need download , install it.. perhaps check http://extensions.joomla.org all best. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x ...

Streamline my code!

Image
hi, my led project upgrading, , looking @ code, there's lot of copy , pasting. i wonder if can me squashing code down. variables; code: [select]   //calibration routine   int sensorvalue1 = 0;         // sensor value   int sensorvalue2 = 0;         // sensor value   int sensorvalue3 = 0;         // sensor value   int sensorvalue4 = 0;         // sensor value   int sensorvalue5 = 0;         // sensor value   int sensorvalue6 = 0;         // sensor value   int sensorvalue7 = 0;         // sensor value   int sensorvalue8 = 0;         // sensor value   int sensorvalue9 = 0;         // sensor value   int sensorvalue10 = 0;         // sensor value   int sensorvalue11 = 0;...

ST7735 SD Card via Arduino USB Lesen / Schreiben / Löschen

moin zusammen, gibt es irgend eine möglichkeit die dateien der sd karte des st7735 lcds über das usb kabel des arduinos zu lesen / schreiben / löschen? warum das ganze? die lcd-displays sollen verbaut werden und ich komme vermutlich nur noch die per längerem kabel angeschlossenen arduinos bzw. deren usb anschluß dran. bin für jede idee dankbar. gruß kai auf die sd-karte hast du nur über einen sketch auf dem arduino zugang. grüße uwe Arduino Forum > International > Deutsch (Moderator: uwefed) > ST7735 SD Card via Arduino USB Lesen / Schreiben / Löschen arduino

Stream Write Error

Image
i using menu builder cannot save or preview anything. error message says "stream write error". captivate works fine. hi gluckc sorry, wish knew offer here. 1 other user reported error , has had no replies. in case discovered answers question or resolves issue, i'm creating cross link thread. click here view other thread cheers... rick More discussions in Adobe Captivate adobe

Thread: Music player, controllable via (android) web browser

so i've got g1 google phone now, , want set kind of music program on ubuntu allows cue tracks via web. then, want control app google phone can cue tracks (and adjust volume levels?) wherever in house. started playing around amarok, have set mysql , ended being of pain , gave up. didn't want spend time figuring out why mysql wouldn't let log in, blah blah. can people recommend music player that: 1 - sets easily, ie install package , you're go. 2 - has web gui queuing tracks , adjusting volume. 3 - said web gui suitable mobile phone browser. thanks!! it's not web-based, there g1 application called banshee remote might want check out... http://www.androlib.com/android.appl...mote-jjec.aspx Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Music player, controllable via (andr...

Using 2 FLVPlaybacks in 1 frame

i'm building video play has 2 flvplayback components. 1 main video player second branking icon, instead of static icon wanted use small flv file give style. even though fullscreen button tied primary flvplayback, when pressed, screen goes black , can't see thinkin blowing both video files. i'm using fullscreen actionsript3 example adobe site. fullscreen code More discussions in ActionScript 3 adobe

[SOLVED] - Variable $cachepath is not defined in configuration.php - Joomla! Forum - community, help and support

description: variable $cachepath not defined in configuration.php. reported on: joomla nightly build downloaded on aug. 7, 2006. (fresh install) classification: [q&t] critical/high/medium/low/enhancement affected functions: on frontend, newsfeed doesn't work , shows "cache directory unwriteable" message. on backend (administrator), feeds page show "cache directory / unwriteable" message @ bottom. related files: configuration.php administrator/components/com_newsfeeds/admin.newsfeeds.html.php components/com_newsfeeds/newsfeeds.php and others setting , getting $cachepath. steps replicate: on frontpage click news feeds, , follow links until reach individual feeds. when click on individual feed, "cache directory unwriteable" message. on administrator, follow menu items components | news feeds | feeds. see "cache directory / unwriteable" message @ bottom of page. once $cachepath manualy defined in configuration.php, messages go away. analysis:...

Thread: iPod 6G album artwork problem

hello everyone, well, figured out how sync ipod via banshee on ubuntu , happy when supported syncing of videos. album artwork supported 1 little flaw; in album selection menu, artowrk on left awfully skewed , hardly recognisable. although not big problem, wondering if knows cause of problem , if there solution yet..? understand whole ipod support under ubuntu huge thing still grateful not have use itunes anymore starting head in. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] iPod 6G album artwork problem Ubuntu

Program closes unexpectedly after creating Pygame window - Raspberry Pi Forums

i have program opens pygame window , tells make condition true (gpio pin high). it, then, waits click mouse. when click, window closes , checks see if condition met. if condition still isn't met, opens window again, , process should go infinitely until make condition true. problem after loops once, program closes (i'm running in console) here's code: code: select all screen = pygame.display.set_mode([480, 640]) pygame.display.set_caption(caption) background = pygame.surface(screen.get_size()) background = background.convert() background.fill((230, 230, 230)) font = pygame.font.font(none, 75) text = font.render("click when ready...", 1, (10, 10, 10)) textpos = text.get_rect() textpos.centerx = background.get_rect().centerx textpos.centery = background.get_rect().centery background.blit(text, textpos) screen.blit(background, (0, 0)) pygame.display.flip() first time runs works how it's supposed to. second time code runs, window opens shortly (with text ,...

JY MCU Bluetooth board

im having trouble doing board. http://www.ebay.com/itm/221235959823?sspagename=strk:mewnx:it&_trksid=p3984.m1497.l2649 i want https://www.youtube.com/watch?feature=player_embedded&v=wyb644-u6eg this app https://play.google.com/store/apps/details?id=com.app.control&feature=search_result&rdid=com.app.control&rdot=1 please me project what trouble having precisely? Arduino Forum > Using Arduino > General Electronics > JY MCU Bluetooth board arduino

Can't connect to Pi from Windows 7 using RDP - Raspberry Pi Forums

i've been dealing issue days , haven't been able find proper solution. have 1 raspberry pi , windows 7 64-bit desktop both on same network. i've been following directions in guide: http://wiki.nxtcrypto.org/wiki/how-to:i ... aspberrypi after installing xrdp , trying connect windows rdp error in picture attached. checked make sure static ip correct , xrdp running on. have checked can reach pi windows pc (using ping example) gr. dirk. raspberrypi

Can I make a copy of an AdvancedDataGrid Item Renderer?

i have manual drag-and-drop functionality built in advanceddatagrid (adg). right now, building own custom drag proxy using container instance , grabbing text use "selecteditem" property. creates suitable image drag. however, i'd have drag proxy item renderer of item i'm dragging. don't want whole row, though, 1 cell - that's why can't use adg's "dragimage" property. when run code below attempt make copy of itemrenderer instance, itemrenderer in adg source item cleared out - label disappears. there way make "copy" of itemrenderer instance, doesn't disappear adg? "ericbelair" <webforumsuser@macromedia.com> wrote in message news:gecebe$17j$1@forums.macromedia.com... >i have manual drag-and-drop functionality built in advanceddatagrid > (adg). right now, building own custom drag proxy using container > instance , grabbing text use "selecteditem" property. > > creates suitable image drag....

www.domænenavn.dk/administrator giver blank side??? - Joomla! Forum - community, help and support

hej! prøver med en ny tråd.... efter en del problemer har jeg fået installeret joomla på min b-one server (med succes iflg installationen!) men når jeg vil åbne med http://www.dom ænenavn.dk/administrator kommer der blot en blank side og ikke en logon. som så fint vist på den flotte installations vejledning fra joomla.dk kigger jeg administrator mappen på min server er der en index fil.... nogen som har et godt bud på problemet?  hilsen weblars! hej weblars. jeg tror du skal reinstallere. men inden du bøvler meget med det, så smut lige on på i123.dk og overvej om ikke du skulle flytte din side der over, så får du ihvertfald mere nattesøvn. Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008) Installation, bac...