Posts

Showing posts from February, 2013

Uploading blank pages

hi, i have been using dw mx 2004 while when edit page , try upload it, page blank on server. can edit page using hosts' tools fine , page still showing editted in dw application mentioned, blank view viewed online , on server. i dont know why has started happen , hoping there out there me?!?! thanks, pocklove are these server-scripted pages, or static html? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources ================== "pocklove" <webforumsuser@macromedia.com> wrote in message news:fqsi9a$mh7$1@forums.macromedia.com... > hi, > > have been using dw mx 2004 while when edit page > , > try upload it, page blank on server. can edit page > using > hosts' tools fine , page still showing editted in > dw > application mentioned, bla

The file is damaged and could not be opened

Image
i library research home , download journal articles university library .pdf files. on half of files arrive damaged message: "there error opening document. file damaged , not opened." have land line. running mac os 10.3.9. have acrobat 7.0 professional. anybody else have similar trouble? there anyway repair these fies opened? More discussions in Connect General Discussion adobe

From picamera to numpy arrays - Raspberry Pi Forums

hi, i'm trying use python capture video raspi camera processed later scikit-image, therefore save images numpy arrays. important achieve highest possible framerate (1296x730, 49 fps it's best tradeoff attempts) , save timestamp of each frame. i'm trying adapt following recipe picamera documentation: code: select all import time import picamera import picamera.array picamera.picamera() camera: picamera.array.pirgbarray(camera) stream: camera.resolution = (100, 100) camera.start_preview() time.sleep(2) camera.capture(stream, 'rgb') # show size of rgb data print(stream.array.shape) it's not clear me: 1) how save file 2) how acquire continuously until key pressed (i using start_recording(), raw_input() , stop_recording...) grateful suggestion! cheers to convert 2d numpy array, can use opencv use: (note reshape in h, w order.) frame = np.frombuffer(stream, dtype=uint8, count=w*h).reshape(h, w) sto

display menu on certain pages - Joomla! Forum - community, help and support

hey, there way display 'submenu' on pages ? thanks you create new menu in menu->menumanager->new button add 'submenu' links want in menu->$menuname then assign position in modules->sitemodules and on same page assign pages you'd displayed on using 'pages/items' multi-select field @ right. hope helps, josh http://www.visummedia.com Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Can't get the break command to work - Raspberry Pi Forums

hi, putting house controller sand separator. sand separator needs purged each day 30 seconds in order allow our have clean water. original controller failed , company bought wants $800 new one! bought irrigation valve $24 raspberry pi $32 rpi 2 channel relay $8 dupont cables $3 had trolled web needed project done , got work. glorious watch purge every morning @ 8 am. connected ubiquiti subscriber module rpi ssh , control valve remotely if needed well. micro sd card failed , coding , cron jobs went away. , hitting wall on basic script don't know python nor have ever coded. asking bit of help. gpio pin 4 trip relay 30 seconds , stop. ideally, nice have noitfy me email did said function well. right now, using while true function, stuck in loop , don't know how make function happen once. tried using break function, kept getting errors. here code: #import necessary libraries import rpi.gpio gpio import time gpio.setmode(gpio.bcm) gpio.setup(4, gpio.out) #this func

Bluetooth Authentication to Keypad to Doorlock

hello everyone, bit of electronic newb here, try gentle. i'm doing university research project on mfa, decided build implementation of system designed poc. anyway...things have: intel galileo (poc written in python, easier migrate) breadboard (cables, etc.) hc-05 bluetooth module tip120 transistor a couple 1n4001 diodes 5v 3a power supply came arduino electric door strike (http://www.amazon.com/electric-mechanism-security-intercom-systems/dp/b00164sffq/ref=sr_1_1?ie=utf8&qid=1396637706&sr=8-1&keywords=electric+door+strike) seco-larm sk-1011-sq keypad (http://www.amazon.com/seco-larm-sk-1011-sq-enforcer-access-control/dp/b001lfpb98/ref=pd_sim_p_3?ie=utf8&refrid=036ncc9dp819chnvcqf4) 12v 4a regulated power supply door strike , and keypad the general idea (without code) use the bluetooth module (remotely android) send dw pin on arduino, allowing transistor output 12v keypad, allowing keypad function. correct pass on keypad allows lock open. my issue (right no

I am SO lost (please help)

i come fireworks background , know enough architecting databases dangerous. i've taken learning flex 2 via books, tutorials etc , understand of front-end aspects of it. however, want connect mysql database , can't believe how difficult/complicated seems. on assumption easiest learn, i've gone cfusion 8, installed locally , have set data sources (to mysql on different networked machine). understand it, flex can talk directly cfusion talks mysql -- fair enough. flex uses actionscript class talk coldfusion component, right? flex wizards create and/or relate each other these .as , .cfc files (same if created cfc in dreamweaver)? now, these wizard relations "strongly typed"? , shouldn't cfc's saved cf server root? also, wizard created cfcs seem have sql code right in them -- i've read/been told security issue (i.e. use stored procedures instead). i've installed flex 3 , spend day trying ensure set etc -- i've read flex dataservices, blaze, livecy

TweenEvent.MOTION_FINISH

i trying learn oop in 3.0. have multiple tweens want apply 1 right after other want control tweens based on previous being complete. can control within class file trying control outside of class file. here code in class file: package { import flash.display.sprite; import fl.transitions.tween; import fl.transitions.easing.*; import fl.transitions.*; public class website extends sprite { public var isfinished = false; function website():void { } public function resizemc(mc:sprite):void { //trace(mc); var mytweenscalex:tween = new tween(mc, "scalex", elastic.easeout, 1, 2, 4, true); function finishhandler(event:tweenevent):void { // place actions here trace("motion_finish time = "+event.time); isfinished = true; } var mytweenscaley:tween = new tween(mc, "scaley", elastic.easeout, 1, 2, 4, true); mytweenscaley.addeventlistener(tweenevent.motion_finish, finishhandler); } public function repositionmc(mc:sprite):void { var mytweenx:

getURL in iframe w/anchors

hello, i trying scrolling pictures in flash file link webpage iframes , anchors. page scroll box @ bottom: http://www.ewebsites.ws/interwest/capital-improvement.htm click on 2nd picture (lewis stein road) , should bring page b, towards bottom of page on picture called "lewis stein road", anchor #lewis_stein01. page b: http://www.ewebsites.ws/interwest/capital-improvement-projects.htm#lewis_stein01 it brings page fine, not scroll down in iframe anchor. here script using: on (release){ geturl(" http://www.ewebsites.ws/interwest/capital-improvement-projects.htm#lewis_stein01","_parent "); } i've tried: on (release){ geturl(" http://www.ewebsites.ws/interwest/capital-improvement-projects.htm","i3#ewis_stein01"); } any appreciated. thanks in advance, monae More discussions in ActionScript 1 and 2 adobe

Networking Windows 8.1 HomeGroup, Pi is wanting WorkGroup?? - Raspberry Pi Forums

Image
my husband has raspberry pi 2 hooked up. trying network windows 8.1 computer pi... window's 8.1 has homegroup, now...raspberry pi wanting workgroup of computer...do see problem? has tried rename domain: homegroup, workgroup, , tried put in pi, doesn't work. tried using osmc, , raspbain, think name of application. neither of these have helped us. no matter operating system puts on pi....when goes network pc...run same problem. tried direct link pi computer using cap5 wire...but still nothing...pi still wanting user name , password domain: workgroup. can please me, not drive me insane, 3 days, he's been nothing angry , frustrated. hoosiermomma71 wrote: my husband has raspberry pi 2 hooked up. trying network windows 8.1 computer pi... window's 8.1 has homegroup, now...raspberry pi wanting workgroup of computer...do see problem? has tried rename domain: homegroup, workgroup, , tried put in pi, doesn't work. tried using osmc, , raspbain, think name of application. neit

Time and Use of Accelerometer Data Rate

hi everyone, i'm thinking of starting project accelerometer, , pretty want quite large amount of data. the thing firstly want obtain accelerometer data @ 20hz, , want able save in array , possibly adding or it. arduino fast enough able save integer values without slowing down data rate? secondly hoping obtain values utilizing 2 things, first off thought use timer sort of thing obtain accelerometer values (3 axis) @ twentieth of second, other thing want have real time of data if possible , real time mean 12:05 sort of thing. wondered if there real time function use accurate millisecond take samples @ rate want without blocking system delay in case want data in between while being able use sort of clock speed want. it might better if use on board clock, since want real time every minute or that. if helps i'm using atmega32u4 microcontroller. thanks!! i hope programmer , know electronics. why want timing millisecond, , 20 samples second ? may timing

Remote View login details dropping off

i'm using dreamweaver 8 on pc , upgraded ie7. login details keep dropping off in remote view in dw. i've downloaded , run 8.0.02 updater dw8 problem still happening. any ideas please else should doing or causing happen? jeni there technote on this. in few cases, 8.02 updater doesn't solve the problem. can read here: http://kb.adobe.com/selfservice/viewcontent.do?externalid=3491671c&sliceid=2 i caution if edit registry, should first. first, make sure 8.02 installation "took" , read entire technote carefully. hth, -- nancy gill adobe community expert author: dreamweaver 8 e-book dmx zone co-author: dreamweaver mx: instant troubleshooter (august, 2003) technical editor: dreamweaver cs3: missing manual, dmx 2004: complete reference, dmx 2004: beginner's guide mastering macromedia contribute technical reviewer: dynamic dreamweaver mx/dmx: advanced php web development "jenijoss" <webforumsuser@macromedia.com> wrote in message n

Maximum Characters for All intro Text on Front page, Blog pages, etc - Joomla! Forum - community, help and support

Image
hi, i want limit number of characters in intro text (bots?) on frontpage as well section / category blog layouts. i need insert " . . . " make obvious there more story items. read more link isn't enough to prompt readers click on story title yet want intro text there. obviously, hack or whatever needs sure show formatted story on next page. i know can done - done in several extensions simple code, don't know place , more where. any apprectiated. jonathan hi jonathan, where put it, quite easy, although script looks bit scary @ first: \components\content\content.php, under function blogoutput. ready healthy hacking, , document did, i.e. put beginning , ending marker around code changed or inserted, because otherwise updating joomla hell of job. you'll find if ($z < $intro) . in code block, you'd have manipulation of introtext, maybe this: code: select all <?php $posintrolength = strpos($rows[$i]->attribs, "introlength="); if ($posintrolength

Jevents 1.1.4 Release Candidate installatie failure - Joomla! Forum - community, help and support

ik krijg jevents 1.1.4 als component niet geinstalleerd. foutmelding is: component using directory: "/home/xxxx/domains/xxxxx.nl/public_html/joomla/components/com_events/" maar deze heb ik echt verwijderd (was een event van jevensts 0.8.6) met de administrator menu. ik zie hem echter nog steeds op mijn server, maar krijg hem niet weg. wie weet de oplossing misschien heb je het al nagekeken, maar heb je ook de tabellen verwijdert uit de database. dit gebeurt niet altijd met 'uninstall'. Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1.0 Componenten 1.0.x

CB en español - Joomla! Forum - community, help and support

hola instale la traduccion para el community builder pero al instalarlo e ir las configuraciones encontre que hay perdidos algunos campos, no se si hay otro mas completo, pero por el momento agregue lo que hasta ahora encontre faltante si les sirve de algo. es solo el spanish.php asi es que descompimanlo y remplacen el que ya esta en el servidor. gracias ricdegre. estoy seguro de que va ser de utilidad varios. seria muy bueno que lo ofrescas en el sitio de cb para que la traducción que distribuyen esté completa. Board index Joomla! International Language Support International Zone Spanish Forum Idioma y traducciones

Interrupting a CallBack Function - Raspberry Pi Forums

while using gpio callback feature , possible interrupt running callback when gpio triggered. function looking follows: gpio pin set high , callback 1 triggered play video. gpio pin set high , therefore callback 1 (which have not yet completed playing video) abruptly stopped , callback 2 executed , plays different video. possible? how going stop original playing video? when know how place code in second callback. raspberrypi

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

flash maths - scaling a number

hi guys, i need math problem i need math formula scale number between 400 , 10000 to number between 800 , 8000 in other words 400 return value of 800 10000 return value of 8000 and number between 400 , 10000 would return corresponding answer between 800 , 8000 same percentage along span of numbers. for example number half way between 400 , 10000 would return number half way between 800 , 8000 var destlow:number = 800; var desthigh:number = 8000; var origlow:number = 400; var orighigh:number = 1000; var num:number = 500; var newnum = destlow+(num-origlow)/(orighigh-origlow)*(desthigh-destlow); More discussions in ActionScript 1 and 2 adobe

arduino uno no detectado

hola todos, comprado una placa arduino uno (sainsmart) y al conectar la placa mi pc e intentar cargar un sketch de ejemplo para ver si funciona me ha dado un error de esos de  "avrdude: stk500_getsync(): not in sync: resp=0x30 avrdude". estado mirando en el administrador de dispositivos y conectando y desconectando la placa y parece que no la detecta. desisntalado el ide y lo vuelto instalar y lo mismo. alguien sabe que puede estar pasando?? el sistema operativo es windows vista sp1 y el ide es el 1.0.1. gracias de antemano. tienes que instalar el controlador para que aparesca en el ide, te recomiendo que te descargues el 1.0.5, dentro de la carpeta de instalacion, hay una carpeta que dice driver, en el administrador de dispositivos de windows debe aparecer com6 o com8, o cualquier otro numero. si al conectarlo no aparece ni siquiera dispositivo desconosido o si no hace ruido puede ser el cable o la placa. Arduin

Bridge does not startup (or takes very long)

hi i have been wondering why sketch starts , works fine. due error logging on lcd found bridge.begin(); command can take several minutes. now monitoring startup in ssh , noticed "python bridge.py" process (which linino part of bridge) started , stopped several times when the  bridge.begin(); command running. the bridgeclass::begin(); code has continue can explain behavior. the continue happens when transfer of "xx100" (reset bridge documentation) times out. have other people noticed problem? best regards jantje code: [select] exec python bridge.py 2> /tmp/bridge.py-stderr.log did check content of "/tmp/bridge.py-stderr.log" ? Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Bridge does not startup (or takes very long) arduino

Raspi got slow - Raspberry Pi Forums

i have raspi b+ running server wile now, , has not experience problems until several days ago. had power failure, , system got corrupted, , feature can't start @ start up. think that's understandable, thought since have backup files on pc, can re-install of os , put in. however, here problem, flashed new raspbian os downloaded http://www.raspberrypi.org/downloads/ on micro sd card, , reboot raspberry pi. super super slow, lags when typing using usb connected keyboard on raspberry pi. should now? can't seem figure out problem is. can me trouble shoot? raspberrypi

Thread: SAMBA "file Sharing"

Image
hello, not sure happen system use able see shared folder between computers ubuntu windows going place network , show me , type uid , password. cant. when click on place network gives me windows network icon when click it gives me error " fail retrieve share list server" can suggest have done? , how fix this? pleaseeeeeeee when in network section itshows "windows network" try , use computer name in address: example in address bar type: smb://windows-computer-name works me way, faster having have search windows machines connect to. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] SAMBA "file Sharing" Ubuntu

Pigpio I2C for VCLN4000 Proximity Sensor - Raspberry Pi Forums

hello, trying vcln4000 proximity sensor read data raspberry pi, being operated python on windows 7 machine on internet pigpio. using tutorial jumping off point: https://www.openhomeautomation.net/prox ... pberry-pi/ happy if example work (from above tutorial): https://github.com/openhomeautomation/r ... example.py noticed tutorial's code uses library called "smbus". question is: there easy way convert functions smbus library pigpio i2c functions (without using "curses" library)? in advance! pigpio implements smbus commands possible. there ought one-to-one mapping between python smbus module methods , pigpio i2c methods. don't remember if have same name. i'd have used smbus documentation names. raspberrypi

kodi no se cierra siempre en raspbian - Raspberry Pi Forums

a veces cuando le doy cerrar se queda en negro, si accedo por ssh siguen corriendo procesos de kodi: ps aux | grep kodi code: select all pi 2682 0.0 0.0 1764 360 ? s 15:17 0:00 /bin/sh /usr/bin/kodi-standalone pi 2690 0.0 0.0 1764 356 ? s 15:17 0:00 /bin/sh /usr/bin/kodi --standalone pi 2693 13.5 11.4 218456 86124 ? sl 15:17 12:10 /usr/lib/kodi/kodi.bin --standalone pi 12752 0.0 0.2 5268 1736 pts/0 s+ 16:47 0:00 grep --color=auto kodi si miro las últimas líneas de $home/.kodi/temp/kodi.log code: select all 16:29:33 t:1961488384 notice: storing total system uptime 16:29:33 t:1961488384 notice: saving settings 16:29:33 t:1961488384 notice: stop 16:29:33 t:1961488384 notice: stop player 16:29:33 t:1961488384 notice: es: stopping event server 16:29:34 t:1642066960 notice: es: udp event server stopped 16:29:34 t:1961488384 notice: stopping upnp 16:29:34 t:1961488384 notice: stopping zeroconf

I want to remove this delay(); before I freak

Image
hi got thing going on require time precision , feel delay() there eating of it. literally want blink out delay() 1 warping mind inward loop please help!!! basically part of code in void() being call  in time regular repetition: code: [select] for (byte position_actuel = 0; position_actuel < position_du_caractere; position_actuel ++){      digitalwrite(broche_position[position_actuel - 1], high);    digitalwrite(broche_position[position_actuel], low);        for (byte segment_actuel = 0; segment_actuel < nombre_de_segment; segment_actuel ++){          if ((segment_actuel == 7) && (position_actuel == 1)){digitalwrite(broche_segment[segment_actuel], affichage_seconde);}      else {digitalwrite(broche_segment[segment_actuel], !caractere[affichage[position_actuel]][segment_actuel]);}                  }          delay (5); } and want in way remove delay(5) @ end. 1 has idea? this little part of code meant run 4 x 8 segments module way

One.com, importera mySQL med phpmyadmin? - Joomla! Forum - community, help and support

Image
jag blir galen pÃ¥ det här  . först klagar den pÃ¥: default charset=latin1; fick rekommendationen av supporten att ta bort raden, dÃ¥ fick jag istället problem med den här raden: /*!40101 set @old_character_set_client=@@character_set_client */; efter det fick jag rekommendationer att även ta bort men efter att raderat runt 20 rader tröttnade jag faktiskt. har alltsÃ¥ använt mysql administrator för att backupa databasen med standardinställningar. kan jag ändra nÃ¥got för att fÃ¥ det att fungera? jag har testat att uppdatera php versionen frÃ¥n 4 till 5 deras kontrollpanel utan nytta. funkar utmärkt att importera samma databas pÃ¥ manufrog dessutom sÃ¥ funderar pÃ¥ om man skulle flytta hemsidan med detta är tyvär inte riktigt min makt att göra. Board index Joomla! International Language Support International Zone Swedish Forum Äldre versioner Forum Joomla! 1.0 Allmänna frÃ¥gor

Thread: Why is Ubuntu so 'bulky' ?

Image
hello, i've noticed ubuntu , other linux distributions use gnome , kde environments; icons , text big. there lots of space in between items, toolbars take important space, etc. on production system, have custom .gtkrc file in home folder , have done configuration changes. here compare current jaunty installation custom options, , karmic install in vm default options. distribution version isn't important, reference purposes. decided attach few pictures comparisons can see mean. basically, think having smaller text , icons makes desktop feel larger , cleaner, many users appreciate. reduce scrolling in many cases, small screens netbook owners. it's hard change the icon sizes of toolbars, menus, etc, need via gtkrc files. interesting sure have option change this. other users think ? attached images icons.jpg (114.9 kb, 74 views) menus.jpg (36.

Usb host per Arduino nano

salve  a  tutti. sto  cercando  di  comprere la  shield per arduino nano (usb  host arduino nano). sul  internet  ho  trovato  solo siti americani. quanlcuno  saprebbe  dirmi  un sito  italiano  oppure  europeo per  comprare  questa shield? grazie in  anticipo. non é quello della foto ma é un usb host col max3421e per 3,3v con pedinatura arduino mini pro. http://www.lipoly.de/index.php?main_page=product_info&products_id=209709 in germania ciao uwe Arduino Forum > International > Italiano > Hardware (Moderator: leo72) > Usb host per Arduino nano arduino

Seriell mehrere Daten schicken

hallo zusammen, da das nicht ganz zum vorherigen thema passt, doch schnell ein eigener thread, da ich darüber bisher auch noch nichts gefunden habe. folgendes: der master soll jeden slave (oder anders herum) mehrere datensätze schicken, nämlich die id des slaves (damit sie den richtigen gehen), und dann 12 3-stellige zahlen. wie kann ich die schicken, dass die richtig gegliedert ankommen? bin mir nicht ganz sicher, ob das funktioniert: code: [select] void senden() {  serial.println(scheibe);  serial.println(schuetze_1_ringe);  serial.println(schuetze_1_x);  serial.println(schuetze_1_10);  serial.println(schuetze_2_ringe);  serial.println(schuetze_2_x);  serial.println(schuetze_2_10);  serial.println(schuetze_3_ringe);  serial.println(schuetze_3_x);  serial.println(schuetze_3_10);  serial.println(schuetze_4_ringe);  serial.println(schuetze_4_x);  serial.println(schuetze_4_10); } code: [select] void empfangen() {  int an_scheibe = serial.read();    if (an_scheib

LCD display using 4 Buttons

i got 204zfa lcd display. link below wiring diagram. wondering if , push buttons placed in configuration. want have 4 push buttons toggle between values, setpoints, read/write clock times, , alarm times,  etc. going entering letters , numbers in code via buttons save in arduino's eeprom 4 push buttons work application or need use lcd keypad has 6 soldered push buttons? thank you http://arduino.cc/en/tutorial/liquidcrystal the 6 button link http://www.newark.com/adafruit-industries/772/lcd-shield-kit-16x2-blue-white/dp/44w3450?cmp=knc-gpla 6 buttons easier program. up, down, left, right, accept, quit you can use fewer buttons need code short , long presses recognised. Arduino Forum > Using Arduino > Programming Questions > LCD display using 4 Buttons arduino

SPI help - SD card and Shift register

hi all, seem have reached impasse code wise. my desire load code onto micro sd card , have code run multitude of different devices. have been able sd card work , shift register work separately, , have been able run several servos based off of code read off sd card when servos connected arduino directly , not shift register. when include shift register come problems. guess attempts deselect sd card pulling cs high not working. wise programming sages, willing take @ young fools code , perhaps make suggestions? code: [select] #include <sd.h> file myfile; char code; int h = 2; char buffer[5]; int b = 0; long data[5]; int d = 0; int pos = 0; long duration(long start) {   long = millis();   long interval = - start;   return interval; } void setup() {   //serial.begin(9600);   pinmode(11,output);   pinmode(13,output);   pinmode(2,output);   pinmode(10,output);   digitalwrite(2,high);   while(!sd.begin(10))   {   }   myfile = sd.open("test2.txt");   while(myfile.avail

URLVariables and php script conflict

i trying set url variables post php contact script. problem php script expects variable 'full-name' (note hyphen). when try set url variables in flash urlvars.full-name = "cool dude"; give me error saying "1050: cannot assign non-reference value". can assume hyphen giving error. take out hyphen in php script, know seems right thing do, it's not, because other scripts post contact broken! ideas? this w3schools: http://www.w3schools.com/php/php_variables.asp variable naming rules * variable name must start letter or underscore "_" * variable name can contain alpha-numeric characters , underscores (a-z, 0-9, , _ ) * variable name should not contain spaces. if variable name more 1 word, should separated underscore ($my_string), or capitalization ($mystring) i believe post data string in associative array , not treated normal php variable. think hyphens in ok, i'm not sure. however, know hyphens in actual php variable names not allowed

Trigger relay with Linino over REST, web or browser

hi, i know how start , execute python/shell-scripts on linino-side, so "outsource" lot sketch... but couldn't find way trigger relay (connected digital pin 8  ) linino-side via rest, web or browser...   i found way sketch (arduino-tutorial: http://arduino.cc/en/tutorial/bridge#.ux3sc9xvvmo) but code sketch-size @ 99% ... after maximum-code-optimization , leaving out don't need. and need more sketch-space. is there way can accomplish triggering relay on rest/web/browser python/shell-scripts or something? for trigger relay or turn on/off led,  is  piece of cake job of linux/gpio pins. yun's ar9331 has total 29 of gpio pins of them multiplexed pin uart,i2s,led,slic, jtag, breaks out 0 of them . out of luck. http://forum.arduino.cc/index.php?topic=218870.msg1597277#msg1597277 Arduino Forum > Products > Arduino Yún (Moderator: fabioc84)

Tweened Graphics Appearing Somewhere else

i doing simple used animating in flash. trying make hair move on head portraite drew in program. convert parts of hair graphic symbol before tweening , everything. first set of bangs tween fine, other parts of hair appear somewhere else on screen, move they're supposed staying. doing wrong? does tween arrow in timeline appear dotted rather solid? means there problem. there should little [!] sign, clicking on tell what's wrong. in case, sounds have more 1 symbol/object on tweened layer. can have 1 object per layer when motion tweening. More discussions in Adobe Animate CC - General adobe

TCP server command read

hi! i use tcp server gsm.. works great how read command client? i use php script: code: [select] <?php // check if form was submitted if( $_post [ 'send' ]){      // open client connection to tcp server      if(! $fp = fsockopen ( '90.134.66.170' , 80 , $errstr , $errno , 30 )){          trigger_error ( 'error opening socket' , e_user_error );     }      $message = $_post [ 'message' ];      // write message to socket server      fputs ( $fp , $message );      // get server response     //$ret=fgets($fp,1024);     // close socket connection      fclose ( $fp );     echo  '<h1>you entered the following message in lowercase :' . $ret . '</h1>' ;     exit(); } ?> <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html> <head> <title>testing tcp socket server</title> <meta http-equiv="co

Arduino Uno USB

Image
hola todos. quisiera colocarle al arduino uno o al pro mini un usb para conectarle varias cosas como un pendrive o un gsm ¿se puede colocar el cp2102 para comunicar arduino con cualquier usb o  hay que comprar un ftdi forzosamente? muchas gracias de antemano un saludo. [no caps lock por favor   gracias, moderator] Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > Arduino Uno USB arduino

In over my head--XML and Flash

hi, i'm relatively new flash , (foolishly) said add simple link @ end of existing flash file. link no problem, movie calls of text xml file. while i'm awed how works, i'm stumped--i can't movie display text. here's bit of actionscript refers xml file in question: _level0.displaymode_str="loaded"; launchfile_str="advice"; launchfolder_str="" xmlfiletoload = "advice_am.xml"; commonfolder_str = "./commonfiles/"; #include "loader.as" i'm pretty sure it's finding xml file ok, it's pulling 1 or 2 headings it, nothing else. know isn't go on, guys hope. there basic i'm missing? thanks in advance! More discussions in Adobe Animate CC - General adobe

Thread: GRUB2 Help.

hello everyone. im trying install grub2 efi , need little help. have 64bit efi on macbook pro 15" 2.53 ghz. please give me hand (: thanks ravernomina moved apple users. this thread might help. Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users [all variants] GRUB2 Help. Ubuntu

2.8" TFT LCD and Funduino UNO R3

hi, i buyed http://dx.com/p/2-8-tft-lcd-touch-shield-module-for-arduino-silver-blue-black-223437#.uxhd-4wf424 , want use http://dx.com/p/2-8-tft-lcd-touch-shield-module-for-arduino-silver-blue-black-223437#.uxhd-4wf424 . i can't figure out how set up. pins should use? code: [select] tft tftscreen = tft(cs, dc, rst); the comments says runs fine henning karlsens utft-library http://www.henningkarlsen.com/electronics/ read maual find how reduce program size Arduino Forum > Using Arduino > Displays > 2.8" TFT LCD and Funduino UNO R3 arduino

Spammail via kontakt siden - Joomla! Forum - community, help and support

hejsa folkens... jeg får tiden en masse spam fra kontaktsiden på teamsunfun.dk. jeg har bare skrevet min email - er det dumt? er der noget man kan gøre, så mængden af spam bliver mindsket forbindelse med joomla? med venlig hilsen -lc du kan kigge engang på "security images" http://extensions.joomla.org/component/ ... itemid,35/ det er dog et hack af joomla, men hvis du kan leve med det. 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) Administration - Generel brug

Arduino connection with servo motor

Image
hello, im working on senior project , want connect arduino servo motor. first need servo able detect angle(using in tires).. 1) types of servo motors contain "detection" feature(list of servos)? 2) type of arduino can control servo motors(if available no addition of shield arduino)? thanks lot                                                                                      awf [/b][/glow] to detect angle, mean feedback signal ? http://www.adafruit.com/products/1449 the servo motor library can used arduino board far know. http://arduino.cc/en/reference/servo but servo motors need seperate power supply. 5v pin of arduino can not power servo motor. what kind of servo motor talking ? small servo motors, 1 used in rc cars ? or big industrial servo motors ? Arduino Forum > Using Arduino > Project Guidance > Arduino co

Problem changing "creators" - Joomla! Forum - community, help and support

Image
when try change creator of content item..the drop-down list not showing of registered members shows me...i had make change content item 1 of registered users submitted, , after made change...the content item...now showing me creator , can not change original registered user...help please remember search. only author , above can 'own' content item. registered user without permission own content item cannot own content item. good luck! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: free ubuntu laptop stickers

Image
mga kabayan, mey nabasa akong blog http://d0od.blogspot.com/2009/09/ubu...-stickers.html na nagsasabing namimigay nang free stickers. tayo ba mga pinoy ay kasama dito? gusto ko lang kasing i-confirm para naman ay magka sticker. meron ako dati nyan.. hehehe astig!!! Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Asia and Oceania LoCo Teams Philippine Team free ubuntu laptop stickers Ubuntu

Interfacing with LCD display - Raspberry Pi Forums

i have display old webbook computer , i'd know if , how can interface raspberry pi. here datasheet display http://www.datasheet4u.com/pdf/843006/hda700l-1.html have model b raspberry pi. oilfan wrote: i have display old webbook computer , i'd know if , how can interface raspberry pi. here datasheet display http://www.datasheet4u.com/pdf/843006/hda700l-1.html have model b raspberry pi. not possible in feasible way. need interface board convert rpi can use such hdmi. there interface boards available lvds type screens found in laptops , monitors. search ebay model of lcd , see if comes up. here typical example: http://www.ebay.com/itm/hdmi-dvi-vga-dr ... 19df01deb8 raspberrypi

Dispatch Event in Class

i have class remoting call. oncethe data returned, want dispatch event within class main component can result , update datagrid accordingly. can dispatch events no problem when dispatchevent not in class. unless extend eventdispatcher class, error on: dispatchevent(new event(&quot;updateassignedemployeese&quot;, true, true)); i believe event not dispatching because parent component cannot listen it. there else need on parent component? package components.objects { import flash.events.event; import flash.events.eventdispatcher; public class updateemployeetojob extends eventdispatcher { import mx.controls.alert; import flash.events.mouseevent; import flash.events.event; import flash.events.eventdispatcher; include &quot;../../scripts/connection.as&quot;; public var result:object = new object(); public function saverecord(myobj:object):void { //showobjvalues(empjobobj); trace (&quot;ud &quot; + usedatabase) var passedvars : array = new array