Posts

Showing posts from August, 2010

Guidance on controller and

hi guys, ive come across microcontrollers while ago felt digging down rabbit hole. im curious start project in terms of , controller best suit needs. here current project: http://imgur.com/a/pedrk it slip on motorcycle helmet cover, far has given me plenty of attention , love way turned out far.. feel if id have more it. i have "led 8x8 eyes" ive seen online few times through 8x8 matrix. button system possibly change colors , turn off if local police find .. distracting. have sort of lights in through end light fiber optics. so, need light, battery powered, , need waterproof of this... im not sure if possible of this. able find little hair clip on rgb fiber optic lights use within project, run on botton cell batteries, , pretty cheap , hard replace battery without destroying them. if point me in right direction great! thanks. quote from: makaheehee on aug 11, 2017, 01:01 am and turn off if local police find .. distracting. if police find distrac...

Are these Gyroscope readings correct?

hi, trying calibrate mpu-6050 , gy-271 (magnetometer) use in ahrs. here code used find offsets mpu-6050: code: [select] // arduino sketch returns calibration offsets mpu6050 //   version 1.1  (31th january 2014) // done luis ródenas <luisrodenaslorda@gmail.com> // based on i2cdev library , previous work jeff rowberg <jeff@rowberg.net> // updates (of library) should (hopefully) available @ https://github.com/jrowberg/i2cdevlib // these offsets meant calibrate mpu6050's internal dmp, can useful reading sensors. // effect of temperature has not been taken account can't promise work if // calibrate indoors , use outdoors. best calibrate , use @ same room temperature. // code website: http://wired.chillibasket.com/2015/01/calibrating-mpu6050/ /* ==========  ======  ==================================  note: in addition connection 3.3v, gnd, sda, , scl,  for  connect pin labelled sda on mpu 6050  to arduino's (a4) analog pin...

DSD TECH SH-HC-08 Bluetooth 4.0 shows up but cant connect

bjli the pairing done phone in settings, , password entered there. quote also wondering if matters used txo , rxi ports arent right next each other this incomprehensible, not relevant pairing anyway. quote i using serial.begin(9600) the same applies, 9600 default speed communications between arduino , bluetooth. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > DSD TECH SH-HC-08 Bluetooth 4.0 shows up but cant connect arduino

Coding a Servo as a lock

so first off programming skills weak, have code working.  goal use touch sensor turn servo , when not pressed go back.  code right when press touch sensor , lift finger servo turns millisecond or so.  want move when push it, , don't know how code turning.  can help?  thank much!!! in code used pushbutton touch sensor you have not created servo object, attached servo object pin or written position servo.  why expect move ? have looked @ , tried servo examples ? Arduino Forum > Using Arduino > Programming Questions > Coding a Servo as a lock arduino

Thread: revert to prior version of grub?

hi all, when first installed 9.10, grub booted directly ubuntu 9.10. have no other os on computer. these choices don't want. followed instructions "grub 2 basics" http://ubuntuforums.org/showthread.p...ht=grub+basics post , still have select. states wherein has bug setting default os. i'm guessing upgrade, 1 without. there way revert previous version of grub? i don't know if old grub can handle ext4. if used ext3 file system should possible. removing grub system in 9.10 might problem though. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] revert to prior version of grub? Ubuntu

RTC? OMG!!! How difficult can it be?

i bought cheapie ds1302 module ebay - thinking!! well - thinking "it's dollar..."  ok - buying on ebay, china, dollar... guess doomed destined bin - before gets chucked - can offer advice or cast-iron assured code known work? i have tried 3 or 4 different libraries, , code library, in sketch form, think can sense out of damn thing?  loading example sketches come libraries doesn't me - makes me think have dud. if data out of @ all, nonsensical, this... current date / time: 45/25/2125 45:45:45 current date / time: 0/0/2000 0:0:0 current date / time: 45/25/2125 45:45:45 current date / time: 0/0/2000 0:0:0 current date / time: 45/25/2125 45:45:45 current date / time: 0/0/2000 0:0:0 current date / time: 45/25/2125 45:45:45 or ds1302 real time clock version 2, march 2013 time = 45:45:45, date(day of month) = 45, month = 25, day(day of week) = 7, year = 2125 time = 00:00:00, date(day of month) = 0, month = 0, day(day of week) = 0, year = 2000 time = 45:45:...

IDE getting slower and slower

i used have problem under windows, seem have problems on windows, raspberry pi , linux. it's slow start - (takes forever when checking boards), , board manager takes forever open, library manager takes forever open , updating items under either takes forever finish. i've tried uninstalling-reinstalling java, i've dried using jdk versus jde. i've tried disabling virus checking. i've tried removing arduino , .arduino15 directories. hell slowing thing down much? trying research see posts on place how unbelievably slow , nothing concrete identifying specific problem no less solution! lots of people dumping huge lists of start-up debugging info , whole lot of 'ditto/bump' posts no real answers. there lots of "concrete" answers takes time read through posts , not first couple of replies q. under windows related security software, lack of user privileges, using network drives, other sync software other devices, messing folde...

Are template files backward compatible?

are template files (indt) backward compatible? in other words cs3 cs2 or pe rhaps cs3 cs1. know using inx files info out there template backward compatibility slim.   thanks! no not. need open template document export .inx , open in earlier version , resave template.   dave More discussions in InDesign adobe

Your thoughts on programming practices for the Arduino

as have said before, arduino new me. i've been messing month now. prior this, i've ever done website based programming (html, javascript, php, etc). so far, complex (for me) sketch working on works. have question methods if best/proper way things. in project, have several sensors, motors, lcd, clock , leds need turned on/off/monitored/checked either continuously or @ specific times. oh hell, point. the way have written follows format code: [select] //includes //defines //const ints //other ints //setup() //loop(){        //everything checked/called using functions        //yes, everything        //i have 10+/- now } //function 1 //function 2 //etc as can see, method, although works, not way most, if @ all, program arduino. so, advice give "noob" far flow of programming arduino? quote from: dangertomyself on jul 26, 2017, 04:29 pm as can see, method, although works, not way most, ...

Can't erase or paint on layers in CS2

i assume have done not allow me "paint" or "erase" on layers. when choose paintbrush, "chip" indicating color no longer appears on toolbar, opacity set 100%. blending option set "normal". "paint fill", shapes, filters , else works, layer or pixels not locked. if use 1 of tools, action appears in "history" pallette, not appear on display. problem occurs on multiple images. i'm sure there more settings relavent solving issue, can't think of more right now. appreciated! tnx, john you might try resetting tool. click on down arrow in tool preset picker , right hand arrow in box menu. More discussions in Photoshop Windows (read only) adobe

Connecting 12v keyboard to RX/TX

hello, i'm new arduino community have degree. so, don't have electronic knowledge, have following questions. i've found keyboard powered 12v , has d0/d1 connector. is there possibility read input of keyboard on arduino (as arduino 5v). i've found max232 nothing concrete on possibilities are. i use waterproof can control relay arduino open garage door. thanks in advance! you have not provided relevant info. post link datasheet keyboard. acronyms do/di not used serial communications. ...r Arduino Forum > Using Arduino > Project Guidance > Connecting 12v keyboard to RX/TX arduino

Validation must pass twice to clear errorColor?

i using external css file style app. in specify custom errorcolor property textinput controls.   this stringvalidator placed on textinput: <mx:stringvalidator id="validatorusername"         source="{textinputusername}"         property="text"         required="true"         minlength="4" maxlength="25"          tooshorterror="your username must @ least 4 characters long."         toolongerror="your username must less 25 characters long."         trigger="{textinputusername}" triggerevent="valuecommit"         valid="formatcontrolerrorstatus(textinputusername,0)"         invalid="formatcontrolerrorstatus(textinputusername,1)"/>   the stringvalidator's valid ...

Ebike Controller arduino and raspberry pi

Image
hi, avid tinker. ask project advice in regards building ebike smart controller? intent build ipad app control motor speed regulation, regenerative braking, speed limit, remote shut-off, , motor lock via ipad or iphone. i have begun project software xcode build user interface , input code communicate controller. my bike running 36 volt 12 amp 350 watt hub motor. motor has hall sensor's inside, cannot deceive each hall sensor via wiring. the parts have work raspberry pi, arduino r3 uno, arduino motor shield, bread board, , hc-05 bluetooth module. i wondering steps moving forward in creating electrical schematic tap either existing controller or create substitute controller communicate app? would best have arduino communicating raspberry pi or arduino setup bread board controller etc? any obliged. hi, an ipad app cumbersum , not logical. your throttle start needs "dead man" type operation, can't on ipad on bike. you need water proof. how di...

Sfondo adhoc - Joomla! Forum - community, help and support

Image
ciao, come si fa ad inserire uno sfondo particolare (immagini o solo colore) per ogni categoria? proprio come in joomla.org...a seconda della categoria scelta...forum..news..home..cambia lo sfondo... ma come fare? grazie per l'aiuto devi assegnare dei template diversi ad ogni voce di menu. in questo caso tutte le voci sono assegnate anche diversi sottodomini Board index Joomla! International Language Support International Zone Italian Forum

Student looking for summer brigade-work - Joomla! Forum - community, help and support

Image
hello i'm going go english speaking country summer brigade. main reason want learn english. english needs can see text. have basics wish speak fluently. why print here? because love joomla , provide services based on joomla project in country (websites, templates, etc). wish similar things in foreign country. something me: i live in czech republic. i'm 21 years old , study on czech technical university in prague, faculty of civil engineering. my website: http://escope.cz email: admin@escope.cz if interested please let me know. Board index Other Forums The Lounge

Thread: Windows VM and LCD Projector

hi all, have done searching , can't seem find on this. doing presentation in 3 days , hooking computer lcd projector. have use windows virtual machine in virtualbox because have use proprietary programs run on vm. need know how can ensure vm show on projector when hook up? help, brett it should work fine, set guest full screen. Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [SOLVED] Windows VM and LCD Projector Ubuntu

Flash Videoの挿入について

cs4でdreamweaverの機能である、flash videoの挿入をしたいのですが、 h.264コーデックのファイルは未対応のでしょうか。 ファイル名を指定しても動きませんでした。   よろしくお願いします。 >ファイル名を指定しても動きませんでした。   dw内のプレビューでの動作でしょうか? それとも作成後のブラウザでの表示でのことでしょうか? Dreamweaverコミュニティフォーラム (Japan) でのその他のディスカッション adobe

How can I receive mails when new content is created? - Joomla! Forum - community, help and support

i have joomla 1.0.11. when new content created mail received on messages-inbox of joomla, these e-mails aren't redirected e-mail account on e-mail server. i have configured mail me on new message: yes, without sucess. i have tested on mass mail send mails, , works ok: receive e-mail how can configure joomla receive e-mails when item created? user super administrator in joomla it seems bug of 1.0.11 version on "mail me on new message:" setting it fixed on 1.0.12 version indicated in post: http://forum.joomla.org/index.php/topic,99519.0.html Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

frequency problem [ HELP ]

hi everyone, i making project heat heater using thyristor, working fine, problem frequency. when give frequency of 1 hz in pulse r3(2) curve perfect, when change frequency 50 hz, curve become disturbed, , unfortunately want use frequency of 50 hz. im attaching circuit. the code : code: [select] float value = 1; void setup() {      serial.begin(9600);      pinmode(13, output); } void loop() {      int sensorvalue = analogread(a0);      float voltage = sensorvalue * (5.0 / 1023.0);      serial.println(voltage);     if (voltage > value) { delay(200); digitalwrite(13, high); serial.println("up"); } else { digitalwrite(13, low); }    } thanks alot please post code. Arduino Forum > Using Arduino > Project Guidance ...

Stazione saldante all-in-one o attrezzi separati?

Image
È giunto il momento di comprare un saldatore decente. mi servono anche una stazione ad aria calda per giocare un po' con gli smd, nonché una pistola dissaldante perché mi trovo spesso smanettare con hardware "d'annata". ero quindi quasi deciso comprare la aoyue int2703a+ , di cui gpb non smette mai di tessere le lodi . ho cercato altri pareri online e vedo che, grossomodo, l'unica pecca è che quando si compra una stazione così, multifunzione, se si rompe un attrezzo, bisogna sostituire l'intera stazione. il consiglio è quindi di comprare attrezzi separati. ho poi visto che di recente astro ha consigliato qualcuno la aoyue 968a+ : trattasi di saldatore stilo + aria calda. ho anche scoperto l'esistenza della 474a++ , pistola dissaldante "e basta". la cosa carina è che questi ultimi due, insieme, mi costerebbero ~328€, contro ~356€ della 2703a+. non che sia un grande risparmio, ma è un altro punto favore del comprare due attrezzi separati....

Thread: Need time consuming game

hi have time waste nothing waste on. know flash game eat few hours? desktop tower defence- http://www.handdrawngames.com/desktoptd/game.asp Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure [SOLVED] Need time consuming game Ubuntu

Thread: compaq cq-50, am not able to access win 7or vista after 9.10 install

hey every1.. laptop compaq cq-50 115nr, has 9.10 , windows 7 installed. used have 8.10 , vista installed no problems. after clean installed 9.10 without changing vista, not able go through vista. horizontal green bar (which appears in vista after power up)comes 3-4 secs , automatically computer blanks out , restarts. had try @ least 3-4 times before luck able through. thought bug in vista clean installed win 7.. working week , before same problem came again, although less frequently. in case, glowing windows symbol(that appears in beginning) there 3-4 secs , comp restarts . because of grub2? dont think bios problem because updated using winflash, there no such problems accessing 9.10. hardware problem? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] compaq cq-50, am not able to access win 7or vista after 9.10 install Ubuntu

Thread: SSH ignores "StrictModes no"

i'm trying set sshd. had strictmodes set "yes" , changed "no." sshd seems reading setting properly, can see below, it's still refusing public key when permissions set 755. here's debug output sshd. (i deleted ip address due paranoia.) values sshd_config file can seen in output. code: $ sudo /usr/sbin/sshd -ddd -e debug2: load_server_config: filename /etc/ssh/sshd_config debug2: load_server_config: done config len = 843 debug2: parse_server_config: config /etc/ssh/sshd_config len 843 debug3: /etc/ssh/sshd_config:6 setting strictmodes no debug3: /etc/ssh/sshd_config:11 setting port 2727 debug3: /etc/ssh/sshd_config:14 setting addressfamily inet debug3: /etc/ssh/sshd_config:21 setting protocol 2 debug3: /etc/ssh/sshd_config:24 setting x11forwarding no debug3: /etc/ssh/sshd_config:27 setting tcpkeepalive no debug3: /etc/ssh/sshd_config:28 setting clientaliveinterval 600 debug3: /etc/ssh/sshd_config:29 setting clie...

Spry menu bar won't align properly with container

i have web site template , used spry menu bar. in firefox bar sticks outside container div on left , in ie sticks out on right.  can't see i'm missing make fit. i've attached text file of code. here's link 1 of pages. http://www.webgirlwebdesigns.com/testing/dpd/band.html thanks lisa this forum authoring dreamweaver extensions. using spry in dw extension?   if not, try spry forum: http://forums.adobe.com/community/adobe_labs/spry_framework_ajax_prelease   randy More discussions in Dreamweaver extensions adobe

How do I put a timestamp in a form field in a business process?

at specific step in process, when user approves form, put name , timestamp in text field locked.  think there different ways this, each has own issues.   javascript in form: i via javascript before form submitted, how know step in process in?   business process: i don't think can directly access form process.  can read form, cannot set values, correct?   custom render process: i have custom render process need extract data form, merge xml new field, merge in document.  not sure how this.   any ideas on best way handle be? thanks hi,   you can use executescript component set timestamp in form or varible. mention below example timestamp in dd/mm/yyyy format.   java.text.dateformat dateformat = new java.text.simpledateformat(                 "dd/mm/yyyy"); java.util.date date = new java.util.date(); string datetime = dateformat.format(date); system.out.println("current ...

Thread: Need help setting Samba up as a file server

greetings, have been trying figure out how set samba file server. installed 9.10 64bit server w/ samba. added 5 500gb drives, each 2 partitions, , added them fstab , have them auto mounting /mnt/xxxxx location. need following: restrict computers can log samba server (iptablers?) ip addy, computer name, , or mac address (all 3 great). need create shares each of 10 mount points have created. want create account have rwx privlidges, others r-x. can specify windows users have access each specific folder? need acl's? there way give 1 user global access of folders within samba? set encryption few of mount points if possible. option samba? can help! what need following: restrict computers can log samba server (iptablers?) ip addy, computer name, , or mac address (all 3 great). code: hosts allow = this parameter in smb.conf can restrict ho...

Help! JPEGs exporting to Quicktime very pixelated

i'm working on dvd intro client using flash cs3. gave me 4 jpegs/png files use thumbnails on dvd chapter menu. pics fine in flash when export them quicktime pixelated , ugly. can't figure out. the way can results if increase export "render width" 4 times resolution of stage pixel dimensions (which 720x540). file size huge (18gb) , movie stretches 40 seconds on minute , half. any can give me appreciated! do imported pictures have set "allow smoothing" in properties? More discussions in Adobe Animate CC - General adobe

I can't get an article on the frontpage. - Joomla! Forum - community, help and support

hello everyone, i installed joomla 1.5rc3 sample data , played around bit. after figuring out how works wanted put piece of welcome text on fronpage. made article , clicked on "show on frontpage" link has green checkmark , it's listed in frontpage manager. article not show on front page, stays blank. the article made has no category , no section , after bit of searching here found 1 topic describes same problem no solution given (that works me). http://forum.joomla.org/index.php/topic,229566.0.html does have idea of i'm doing wrong? Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Puerto Serie 0 y 1 RX y TX

necesito ayuda para programar el arduino que reciba entradas por voz de 0 y 1 ,si me pueden ayudar??? entradas por voz? los pines 0 y 1 son para recibir datos seriales para recibir datos por voz supongo que requieres de un modulo llamado easyvr shield 3.0 te dejo un link para que veas de que se trata. espero haberte comprendido. Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > Puerto Serie 0 y 1 RX y TX arduino

Where is the documentation?

hello,   i purchased electronic-download version of cs4.  can't find documentation!  can tell me is?  sorry dumb question,   ben the menu – photoshopop should connect online-help, if want download pdf might try: http://kb.adobe.com/selfservice/viewcontent.do?externalid=kb408379 More discussions in Photoshop Macintosh (read only) adobe

PHOTOSHOP ELEMENTS 6

i working vista os.  when receive email photo attachment , try download photoshop program opens , picture appears there.  time consuming , change setting.  know how that.  thanks.  bobbi bobbi...   this forum full version of photoshop. i'm pretty folks here don't know how elements behaves.   you'll need click "adobe forums" link @ top left, below user avatar, , find photoshop elements from drop-down list of forums you'll find there. More discussions in Photoshop Windows (read only) adobe

Thread: Install keeps failing

Image
unable install initramfs-tools error in karmic hi all i'm having devilish time installing karmic on amd 64-bit. today's missive is: "unable install initramfs-tools." "check /var/log/syslog" after trying fix corrupted 9.04, have attempted repeated installs of 9.10 on reformatted clean drive. can live cd working, when try permanent install, using guided full drive install, stopped @ "unable install initramfs-tools." , halts base system install. can't find on karmic , launchpad says superseded. can skip , go on? showed install list going forward, if can't put in base system, how proceed? i've burned 2 9.10 disks, new 9.04 disk, downloaded 9.10 via package manager while in live cd , errors on during install process. check sums match on d/l, can't figure how chksum after it's burned disk. file sizes match, when go install something halts @ different steps different errors....

administrator menu section in xml - Joomla! Forum - community, help and support

ahoy, so here happy coding away in 1.5rc3 making new modules, the administartor's components menu list growing , growing. now figured out howto create subsub menu's 1 submenu, but just cannot find way group these submenu's together. in every modules' xml installation file put this;   test                           testmodule01     and in second one;   test                           testmodule02     and on. this creates 2 submenu's 'test' in administrators' components menu, each own subsubmenu. i have tried following in first testmodule01...   test                           testmodule01                 testmodule02     ... , left out section in second module installation, gives prob...

Utilizzare Arduino come programmatore

Image
possiedo un arduino uno. dato che ho voglia di imparare ad utilizzare microcontrollori stand-alone sono in procinto di comprare un pic 8 bit. mi chiedevo se fosse possibile utilizzare arduino come programmatore e riuscire programmare il pic in assemby. grazie mille!  no, sono hardware, linguaggi, e ambienti di sviluppo completamente diversi. per pic della microchip serve il programmatore pickit3 e l'ambiente di sviluppo mplabx. Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Utilizzare Arduino come programmatore arduino

temporizador con arduino

hola quisiera saber si es posible y como hacer que una salida prenda pero solo una determinada hora del dia, es para un sistema de riego, ya que si el sensor de humedad hace que se prenda al medio dia no serviria mucho. claro que se puede, dale un vistazo la librería time-alarm aquí , haz alguna prueba y después si tienes dudas adjunta tu código. Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > temporizador con arduino arduino

Arduino controlls 12V fan. After some time the fan goes on fullspeed.

hey guys, want control arduino uno , potentiometer 12v pwm fan. workes fine after time fan goes on fullspeed , potentiometer doesnt work. if connect arduino power supply , pc works fine. this code. code: [select] // pins #define pin_blau 6     // variablen int eingabe; int dauer_low = 1; int dauer_high = 9; int basetime = 10; // insgesamt 10 ms   void setup() {   // initialisieren   pinmode(pin_blau, output);   }   void loop(){     if(dauer_low * 10 != 0){     digitalwrite(pin_blau, low);     delaymicroseconds(dauer_low * 10);   }     if(dauer_high * 10 != 0){     digitalwrite(pin_blau, high);     delaymicroseconds(dauer_high * 10);   }       float sensorvalue = analogread(a0);   if (sensorvalue <= 102.3){   eingabe = 0;   }   if (sensorvalue > 102.3 && sensorvalue <= 204.6){   eingabe = 1;   }   if (sensorv...

Contentpaneopen? hvor kommer den fra? - Joomla! Forum - community, help and support

er stødt på et lidt mystisk problem. i min div hvor indholdet skal ligge er der inde den en tabel rundt om mit tekstindhold. code: select all            <div id="maincontent">    <table class="contentpaneopen8888"> <tr> <td valign="top" colspan="2"> <h1>priser</h1> </td> </tr> </table> <span class="article_seperator"> </span> </div> hvad pokker laver den der? jeg bruger en h1 som overskrift med en bullet foran og en stiplet border bunden. tabellen gør @ borderen ikke er 100% bredden men kun den bredde teksten også har. hvordan kan jeg løse det problem?! tak selvom man laver sin template med lutter 'er og ikke selv sætter tables op, genereres de en hel del steder af joomla selv. det ligger filen content.html.php under components - com_content. mvh. christensen Board index Joomla! International Lan...

Admin rights to install AIR apps on Windows?

hi   i have the  air framework 1.5 installed on windows xp pc.   after this, admin/power-user rights required install air apps on same machine "my documents" folder? assume no. pls clarify.   if admin rights required, there ways disable install features (add/remove control panel entry etc) remove admin requirement?     thanks in advance you must have correct permissions install anything.  includes air applications. More discussions in Archived Spaces adobe

Thread: sshd not working

hello, since today sshd stopped working properly. of time get: [pjssilva@catirina:~]$ ssh localhost ssh_exchange_identification: connection closed remote host , in few attempts can connect (seems random). /etc/hosts.deny , /etc/hosts.allow both empty. using 9.10 64 bit. hints? why localhost?? can use ssh more that. use ssh computer. localhost = Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] sshd not working Ubuntu

Dreamweaver CS3 Mac: Slow FTP

ftp connect super slow on intel imac.  have both dw8 , dw cs3, , both intermittently produce long delays while uploading files.  files upload in 2-3 seconds, other times i'll sit , wait 45-60 seconds upload finish.  upload fails entirely.  i've changed every site related setting (and tried every imaginable combination), turned off external file display , invisible items display, can't reliable upload speeds.   the crazy thing while dw sitting there, can manually fire terminal, type connect ftp server info, manually copy , paste username , password, type cd , lcd info, type put file name, , file transfer done before dw finishes.  of course don't want forced use terminal that's built dw, , don't want switch finder , fetch every time either.  if has suggestions on else might try i'd grateful (especially if 1 of suggestions works!).   relevant specifics:   2.16 intel core 2 duo imac os 10.5.6 4gb 533 mhz ddr2 sdram   osx firewall settings: s...

Thread: Ubuntu installation fail, bios cmos?

Image
i installed ubuntu 7.10 on desktop month ago before left apartment winter break. worked beautifully week used it, computer won't boot. i'm using ubuntu live cd right type this. can't install on last hdd because apparently both of hdds aren't bootable. unplugged computer month gone , bios date reset 2004. i'm not sure if affected anything, whether need replace cmos battery? computer built in 2004 i'm thinking battery might old. computer functions on live cd, won't boot either hdd. please. thanks! in advance. i've used forum before , have guys ridiculously knowledgeable. well, hard say, batter need changed, doubt issue. figured out. in bios or whilst trying re install ubuntu, show recognizes hard drives? else seems fine, otherwise wouldn't able boot live cd. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Install...

HELP !! Problem with Arduino and ethernet shield ... Arduino - PHP - PHPMYADMIN

hi ... have problem ... want send temptations detected tmp 36 sensor arduino web server (in apache case) , php script want register them in database ... i'm using virtual machine windows 7 ultimate... the problem arduino sends request php script fails fetch data string ... i'm using xampp ... thank in advance quote from: etwini on may 28, 2017, 01:35 pm hi ... have problem ... want send temptations detected tmp 36 sensor arduino web server (in apache case) , php script want register them in database ... i'm using virtual machine windows 7 ultimate... the problem arduino sends request php script fails fetch data string ... i'm using xampp ... thank in advance your request malformed. you aborting client(client.stop()). code: [select] if (client.connect(ipw, 80)) { serial.println("connesso"); //httpclient client; //client.get("http://192.168.1.100:8080/webclient/temp.php?valore=25%20&localita=molfetta"); //creo l'u...

ADDT installs but not appear in the DW CS4 panels

hi guys,   i´m trying use addt 1.0.1 @ new fresh intalled copy of dw cs4 under vista ultimate system. install extension, , seems fine, when open dreamweaver, tab developer toolbox not appearing. i´ve tried reinstall both dw cs4 , addt, nothing happens.   anyone has idea of what´s happening?   tks! hi carlos,   that´s correct, dreamweaver cs4 doesn´t provide familiar developer toolbox tab -- addt wizards still available via standard dreamweaver menu bar:   - insert - developer toolbox ->   cheers, günter schenk adobe community expert, dreamweaver More discussions in Dreamweaver Development Toolbox General Discussion (read only) adobe