Posts

Showing posts from March, 2014

Thread: How do I reconnect to the Internet after uninstalling Network Manager

Image
hi, i'm trying home network 2 hardy heron, 1 jaunty jackalope , debian computers on peer peer basis. works except making ip's static. every morning when reboot order of ip addresses changes, , indicators show network manager should uninstalled overcome this. have tried , when loose internet connection , way reconnect reinstall network manager. must missing something. how connect internet without using network manager? posted ozguitarplayer every morning when reboot order of ip addresses changes, , indicators show network manager should uninstalled overcome this. you can assign fixed ip address in network manager, or use host names instead of ip addresses refer machines. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How do I r

error in the program

this program senses rpm , actuates servo motor according rpm. im having trouble error message here. error msg is: servo\servo.cpp.o: in function `__vector_11': f:\backup\arduino-1.0.5-windows\arduino-1.0.5\libraries\servo/servo.cpp:103: multiple definition of `__vector_11' sketch_jun18a.cpp.o:f:\backup\arduino-1.0.5-windows\arduino-1.0.5/sketch_jun18d.ino:64: first defined here program is: #include <servo.h> servo myservo;   int ledpin = 13;  // ir led connected digital pin 13 #define ledpin 5 volatile byte rpmcount; unsigned int rpm; unsigned long timeold; // include library code: #include <liquidcrystal.h> // initialize library numbers of interface pins liquidcrystal lcd(7, 8, 9, 10, 11, 12); void rpm_fun() {    //each rotation, interrupt function run twice, take consideration    //calculating rpm    //update count       rpmcount++; } void setup()    {   myservo.attach(3);      pinmode(ledpin, output);       // initialize timer1   nointerrupts();     

[FIXED] - [5965] JCommonHTML::selectState JS syntax error - Joomla! Forum - community, help and support

revision: 5965 class: jcommonhtml method: selectstate() description:  the code state filter broken.  i'm seeing problem in article manager own component.  if 1 tries filter state, firefox report following. error: document.adminform.submitform not function source file: http://joomla/administrator/index.php?o ... om_content line: 1 i don't see reason why submitform should called - other filters use submit(). current code: code: select all    function selectstate( $filter_state='*', $published='published', $unpublished='unpublished', $archived=null )    { ...       return jhtmlselect::genericlist( $state, 'filter_state', 'class="inputbox" size="1" onchange="document.adminform.submitform( );"', 'value', 'text', $filter_state );    } fix: code: select all       return jhtmlselect::genericlist( $state, 'filter_state', 'class="inputbox" size="1" onchange="document

Startx not loading anymore - Raspberry Pi Forums

i've been using r-pi on debian past few months now. fast accessibility reasons changed inittab file auto-log pi user in on startup. worked fine. opened profiles file , added . /home/pi/startx.sh bottom of file , saved , rebooted. still logs me in, says "startx.sh not found" , tries boot says waiting x server shut down , new login: anyway can fix , take script run line profiles file , boot normal without reformatting card? cheers, -mont you can put card in linux desktop , edit there. if have windows computer make linux live boot cd or usb stick , temporarily boot linux on windows pc. or attach card reader rpi , edit file..... of course need 2nd working sd card in rpi boot from. raspberrypi

library for 2 digit 7 segment display

hello have display , trying work 8 bit shift register.  have gotten work single sketch wanting make library can use other projects display. if knows how finish library it. if knows can coding made simple possable. sketch file code: [select] //define pins used shift register control   int datapin = 2;   int latchpin = 3;   int clockpin = 4;   #define ca1 13   #define ca2 12     //the byte sequence   int numbers[10] = {0b00000011,0b10011111,0b00100101,0b00001101,0b10011001,0b01001001,0b01000001,0b00011111,0b00000001,0b00001001};     void setup() {   //configure each io pin      pinmode(datapin, output);      pinmode(latchpin, output);      pinmode(clockpin, output);      pinmode(ca1, output);      pinmode(ca2, output); }                                                                                                                                                                                                                                                                    

Differential input conversion using Arduino Uno

hi i need perform a/d conversion differential signal using arduino uno. have tried software method connect 1 i/p a0 , a1, read adc both channels , subtract in code. 100 ms time convert analog signals causing errors not differential signal conversion(ie there delay between 2 samples taken , hence not differential signal.) now not sure this, can connect 1 of analog inputs arduino uno gnd pin , perform conversion other signal ie 1 i/p ground of arduino a0 of arduino , perform a/d conversion a0. correct? cause damage circuit perspective? there other metod without using external differntial adc? regards dpk if 2 systems not connected (e.g. common power ground) ok connect 1 of analog outputs arduino gnd.  !!!!! signal going analog input must never go negative, (see datasheet) a diode may safeguard. refer components datasheet find if output may shortcircuit proof Arduino Forum > Using Arduino

Website dengan katalog - Joomla! Forum - community, help and support

Image
dear all, salam kenal, nama saya yama dan saya baru saja bergabung di forum ini dan juga baru aja mengenal (sedikit) joomla!. tapi boleh dong langsung nanya ? saya ada rencana mau jualan jilbab lewat website seperti yang dilakukan oleh http://www.jilbabku.com bisa gak saya menggunakan joomla! untuk mendesain website seperti itu ? thanks, yama (mr. ) depok jawa barat pakai virtuemart pak yama. download dan informasi di sini: http://extensions.joomla.org/component/ ... itemid,35/ atau langsung ke pembuatnya: http://virtuemart.net/ disitu ada banyak website yg telah mengimplementasikannya. smoga berhasil membangun toko online nya. Board index Joomla! International Language Support International Zone Indonesian Forum Bantuan

Detecting Resolution

would able explain "resolution detection" , mechanics of this? does serve out different pages higher resolutions or adjust existing pages? are there common tutorials or examples doing "detection process"? thanks > able explain "resolution detection" , > mechanics of this? it has no value. > there common tutorials or examples doing "detection > process"? not know of, since when know resolution, still know nothing size of browser viewport - know maximum size, more not unrelated actual size. it's worth, nobody on mac browses viewport maximized, , about half of on pcs do.... -- 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 faqs, tutorials & resources http://www.macromedia.com/support/search/ -

Raspberry pi as a desktop computer - Raspberry Pi Forums

hello everyone. discovered raspberry pi , think it's awesome i'm not of computer guy. other monitor, keyboard , mouse need turn raspberry pi desktop computer. want able surf net watch movies play music , play world of warcraft time time. thanks samwolf78 wrote: hello everyone. discovered raspberry pi , think it's awesome i'm not of computer guy. other monitor, keyboard , mouse need turn raspberry pi desktop computer. want able surf net watch movies play music , play world of warcraft time time. thanks 2 operating system wow runs on not available rpi: https://eu.battle.net/support/en/articl ... quirements rest can achieved limitatations https://www.raspberrypi.org/help/what-is-a-raspberry-pi raspberrypi

Help with iText code

honestly, know little itext , how use it. i'm novice @ cf. have been searching way change image of button in existing pdf file. found code sample, it's on head. if can me work in cf, appreciate it: pdfreader pdf = new pdfreader("in.pdf"); pdfstamper stp = new pdfstamper(pdf, new fileoutputstream("out.pdf")); pdfwriter writer = stp.getwriter(); image img = image.getinstance("image.png"); acrofields af = stp.getacrofields(); acrofields.item item = af.getfielditem("button1"); pdfdictionary dic = (pdfdictionary)item.widgets.get(0); dic = (pdfdictionary)pdfreader.getpdfobject(dic.get(pdfname.ap)); dic = (pdfdictionary)pdfreader.getpdfobject(dic.get(pdfname.n)); dic = (pdfdictionary)pdfreader.getpdfobject(dic.get(pdfname.resources)); dic = (pdfdictionary)pdfreader.getpdfobject(dic.get(pdfname.xobject)); dic = (pdfdictionary)pdfreader.getpdfobject(dic.get(pdfname.frm)); dic = (pdfdictionary)pdfreader.getpdfobject(dic.get(pdfname.re

32u4 based APRS Tracker

Image
hey all... here i've been working on last month.   it's aprs tracker based on trackuino firmware http://www.trackuino.org . i took sparkfun pro micro eagle files , tossed .brd file.  i added radiometrix hx1 , ublox gps, , changed parts bit easier me deal (which means 0805 mostly, there few 603/402 parts left). not shown daughterboard connects between jp1 , jp2: have both ldo version , boost converter version; each supply 5v. as of right it's running custom bootloader , port of trackuino 1.4 john boiles (kk6gip); though i'm in process of integrating port trackuino 1.5 , adding support microsd card. any comments appreciated. regards, brad kf7fer ps photo's of old revision "c" boards (where can see how messed soldering jp1) edit: should add used 3.3v/8mhz version of pro micro power open source hardware! sharing! so using atmega32u4-au? isn't sparkfun micro pro using mu? i'm interested in working processor (au can hand so

Another date formating issue

i want date appear in mmm-dd format - keep getting full odbc date format my query: <cfquery name="monthlychart" datasource="2onboard"> select distance, time, walkdate from bockwalk where month(walkdate)=#month(now())# , year(walkdate)=#year(now())# </cfquery> my cfchart: <cfchart format="swf" style="/xml/dailydistancegraphs.xml" chartheight="175" chartwidth="575" showlegend="no" showborder="yes" show3d="no" foregroundcolor="000000" scalefrom="0" yaxistitle="mileage"> <cfchartseries type="bar" query="monthlychart" valuecolumn="distance" itemcolumn="walkdate" seriescolor="ff0000"> </cfchartseries> </cfchart> i've tried formating xml file part of xml file <xaxis> <labelstyle ismultiline="false" orientation="vertical" /> <labelformat style="

Help with Web Photo Album 2.2

just started using web photo album 2.2 , completed couple of sets of photos successfully. today started up, , after fw ran thru photos, got message in dw "user has cancelled batch processing of images in fw" no didn't cancel ??? and fw message, "could not run script. command requires active document." what doing wrong? since no 1 responded, tried uninstalling & reinstalling. still getting the same messages. have 14 photo cd's promised put online. it's way too tedious manually. have suggestions? "kaethy" <webforumsuser@macromedia.com> wrote in message news:e8c7r7$m8n$1@forums.macromedia.com... > started using web photo album 2.2 , completed couple > of sets of photos successfully. > > today started up, , after fw ran thru photos, got message in > dw "user has cancelled batch processing of images in fw" no didn't > cancel ??? > > , fw message, "could not run script. command requires

Issues with InfraRed receiver - Raspberry Pi Forums

hello everybody, new in raspberry community, in electronic domain ,and having troubles usage of infrared receiver. use * raspberry pi b+ * ir receiver : vs1838b goal lear how use receiver, , followed tutorials on internet. including 1 : http://www.modmypi.com/blog/raspberry-p ... -receivers followed step step tutorial, , when want retreive ir information lirc using mode2 -d /dev/lirc0 results.... when not activate ir remote control. never ending loop of values, if there lot of interferences. explain such behaviour ? in advance help. fluorescent lights ? raspberrypi

DIY: Wire stripper & equipment wire dispenser box - Raspberry Pi Forums

Image
hi, though share dispenser box equipment wire. trying keep ever more complex wiring clean i've adopted colour coding & custom size prototype wiring. end ordered spools of wire unhappy how untidy keeping them & making accessible. have come storage box made out of useful box (rub), 2.1l in size. cost me £2 , can store 8 of 10m equipment wire spools bought brimal components. using 12mm dowel cut size, marked centre of box (excluding lid) , drilled pilot holes small screws. these screwed dowel rod. added 1mm holes push equipment wire through seen in photos. lastly, wire stripper tool tin y little bit big fit in space @ top. taking small saw small blade, cut away small amount lip of rub make space bottom of handles. there have it. 8 spools of wire, plus strippers contained in 1 handy "lift & shift" rub. photos here: https://drive.google.com/folder/d/0by7y ... fgdvu/edit very tidy. shames large cardboard box. raspberrypi

Dreamweaver MX 04 writing to profile

looking assistance problem few of users have encountered profile quota being exceeded result of dreamweaver writing it. have had quick , cannot see options in install or application allow changed. admittedly being bit lazy asking without spending time on bit swamped assistance appreciated. cheers d profile quota? -- 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 faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "irn-bru treats" <webforumsuser@macromedia.com> wrote in message news:edrtlp$huq$1@forums.macromedia.com... > looking assistance problem few of users have encountered > > profile quota being exceeded result of dreamweaver writing > it. > have ha

Arduino DUE test speed

Image
anche sta volta vedo che l'ide taglia le gambe anche un arm arduino due: con core ide originale tempo medio: 158 ms 65000 / 0,158 = 411.392 chiamate di loop() al secondo con core modificato tempo medio: 34 ms 65000 / 0,034 = 1.911.764 chiamate di loop() al secondo arduino mega 2560 con core ide originale tempo medio: 495 ms 65000 / 0,495 = 131.313  chiamate di loop() al secondo con core modificato tempo medio: 100 ms 65000 / 0,100 = 650.000 chiamate di loop() al secondo arduino uno stessa cosa ma quando scriviamo  e troviamo difetti e/o opzioni che possono portare migliorie .... qualcuno dei piani alti le legge per applicarle? ciao il solito problema della serialevent()   guglielmo Arduino Forum > International > Italiano > Software (Moderator: leo72) > Arduino DUE test speed

Programme GPS prendre trame GPS

bonjour, alors voila j'aimerai prendre la trame gps que je reçois sur ??le port de série et le mettre sur le programme pour que je puisse l'envoyer par sms pouvez vous m'aider ? merci code: [select] /* $id: gps.pde 131 2013-09-17 07:31:13z et $ */ /* * 23/04/2013 * ba * (c) erm automatismes industriels */ // matériel nécessaire : // - platine arduino uno // - platine gps // bibliothèques nécessaires : // - newsoftserial.zip // - adafruitgps.zip //   à décompresser dans le dossier c:\<arduino_ide>\libraries // occupation des broches de la carte uno : // - d7  -> tx : c'est la broche de transmission, données qui proviennent du module gps avec les données de localisation // - d8  -> rx : c'est la broche de réception, données qui vont vers le module gps pour le configurer /*   application gps   module gps utilisé : globaltop fgpmmopa6h   */ // gestion des bibliothèque en fonction de la version du logiciel arduino #include <adafruit_gps.h>

LOST .fla File. Need Help!!!

so how lost .fla files allow me edit site. files have index.html , .swf files. there way salvage site out having rebuild whole thing on again? also, i'm trying copy entire scene , past scene, possible? try sothink swf decomplier http://www.sothink.com/product/flashdecompiler/index.htm at trial period, action scripts not converted fla if u don't want buy u send me ur swf files, can convert them fla , send yes u can copy scene, select frames , copyframes, @ new scene select frame > past frames More discussions in Adobe Animate CC - General adobe

TDK PS1240P02BT Piezo: Question about Protecting Arduino with Resisters.

hello all! i got uno yesterday , trying retrofit piezo element ( ps1240p02bt ) vibration sensor using knock example. currently want read analog reading modified code following: code: [select] const int viberationsensor = a0; int sensorreading = 0; void setup() {  serial.begin(9600); } void loop() {  sensorreading = analogread(viberationsensor);  serial.println(sensorreading);  delay(100); } currently can receive zeros on serial console when put resister equal or larger 560 ohm in parallel piezo. (i not data @ 10k ohm resister.) should still put resister protect arduino? 1-do know working audio electronics ? 2- test signal using generate sound piezo pick ? there nothing in code posted suggest there whatsoever piezo pick why expecting ? 3- did read datasheet piezo ? 4- using amplification of signal piezo ? 5- frequency of test signal ? 6- response frequency of piezo ? 7- amplitude expect piezo ? 8- can draw schematic of piezo circuit interface arduino ?

How Accurate is Users Online? - Joomla! Forum - community, help and support

how accurate users online function? instance, haven't publicized site yet, other day showed 32 people online @ 1 time , right it's showing 47 online. however, front 2 pages aren't showing in way of activity under popular tab in admin home page. darrin dear darrin, it happened me ip address changing dynamically due isp provider. on every refresh or new opened page counter added 1 in users online. i had click on remember me check box stop this. cheers, bez Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Problema alimentación, funde cable

hola! soy nuevo en el mundo de arduino, y estoy montando una motor shield  de adafruit, con alimentación externa. batería li-po de 11.1 v, 3 celdas y 750ma, los motores funcionan perfectamente. el problema surge cuando conecto otra  batería exactamente igual al jack de la placa arduino y en menos de un segundo me funde el cable positivo  de conexión , entre la batería y el jack. ¿alguien me podría decir por qué sucede esto? evidentemente antes de conectar la batería comprobé que no existía corto alguno y que el centro del jack es el positivo. muchas gracias podrías poner un esquema de conexión, de como lo tienes?? una lipo en descarga, puede dar muchos "c" , igual no está en corto, pero un consumo muy elevado si que tienes ... Arduino Forum > International > Español (Moderators: surbyte, Hector_A) > Problema alimen

6 switches DUE circuit help

hello, in project, need set 6 led switches commute between modes. i made programation switch between them , works fine, in test use 5v output of th arduino due, as show in example http://arduino.cc/es/tutorial/button , use tft shield cte35ips, wich ocupe 5v output. what should do? should use external battery circuit? in case, resistance should use? there anyway use power arduino? divide 5v output? thanks in advance! Arduino Forum > Using Arduino > General Electronics > 6 switches DUE circuit help arduino

Pb with a class loading fotos

hello, here little , simple class charged of loading 2 fotos in parent clip called "diaporama" (i expect 2nd foto set 20px on right of first 1 , above it) you can test saving 2 fotos called foto1.jpg , foto2.jpg current directory containing swf file. in .fla file put diapo.main() launch program. class diapo { //clip containing th fotos private static var diaporama:movieclip; //foto id private var id:number; //clip containing loaded foto private var diapo:movieclip; private var chargeur:moviecliploader; //constructor private function diapo(id:number) { this.chargeur = new moviecliploader(); this.id = id; this.diapo = diaporama.createemptymovieclip("diapo", id); this.diapo._x = (this.id-1)*20; this.chargeur.addlistener(this); this.chargeur.loadclip("foto"+this.id+".jpg", diapo); } //main function chaged of displaying 3 fotos public static function main() { diaporama = _root.createemptymovieclip("diaporama", 1); diapo

An alternative to Illustrator for PC based FreeHanders?

this collection of design tools microsoft getting ready launch , is getting reviews! http://www.microsoft.com/products/expression/en/default.mspx could expression graphic designer alternative illustrator pc based freehander's create illustrations rather layouts? look impressive! (it in it's earlier incarnation creature house's expression too!) i can see why adobe got pissed microsoft; they're taking on illustrator, flash , dreamweaver! > expression graphic designer alternative illustrator pc > based freehander's create illustrations rather layouts? i imagine big hurdle whether or not can speak common language of prepress industry. if so, definitely. it rather impressive application looking @ demos. hate say ms might on decent graphic design program, looks like might true. and, anyways, fh dead, competition illustrator thing. while not robust, 1 keep eye on inkscape, is open source vector illustration application. -darrel More discu

Reaction test: Windows 10 Preview vs Mono vs NetMf, Arduino - Raspberry Pi Forums

Image
hi! wanted know how fast raspberry pi 2 windows 10 insider preview , universal app react on signal on input port. built test scenario arduino stopwatch , device has react fast possible falling edge input port (generated manual push button) low signal output port. falling edge receive arduino stopwatch , stop measurement. measured other configurations, too. values in micro seconds. "ausreißer" column means there measurements high. maybe because operating system has done task @ same time. in "schleife" columns there results endless loop code whereas in "interrupt" columns results interrupt or event based code are. of course, arduino fastest - least powerfull processor. think it's because there no operation system , no other things slow done execution. know how long reaction time different technologies. slowest reaction time of 0,026 seconds may fast enough applications - not everything. keep in mind tested insider preview of windows 10

Projet domotique avec arduino.

Image
bonjour, je suis nouveau sur le forum et je viens demander des conseils auprès de vous pour avoir des éclairages sur un projet perso de domotique. donc voilà j'avais l'idée, dans un premier temps, de contrôler automatiquement l'ouverture et la fermeture de mes volets battants. (voilà un exemple du type de produit : http://www.motorisation-habitat.com/motorisation-volets/volet-battant/systeme-en-linteau-wineo/motorisation/819/ ) le système comprend une télécommande pour le contrôle de l'appareil, la notice nous fourni une fréquence ( 433.92 mhz ), je suposse que c'est celle de la télécommande. l'idée serait d'enregistrer les commandes envoyées par la télécommande et de les faire envoyer par une carte arduino ou un périphérique relié à la carte. est ce que cela est possible et si oui avec quel type d'appareil ? (je n'ai pas encore acheté de carte). au vu du prix de la première idée, je me suis dit pourquoi ne pas améliorer le système en inclu

Drop-down transparency?

a friend of mine working on webhelp pro project includes background image in default .css. says every time adds drop-down menu, background image appears in drop-down menu behind text in i, rather standart white solid background. i've tried many times duplicate this, , have not yet had luck. experiences? everything date , he's using latest version of x5, , they're running xp @ office. ok, understand question now, looking have background image not appear in drop-down text, not drop-down menus. More discussions in WebHelp adobe

Thread: 9.04 installation stops at grub

Image
hi @ all, trying install kubuntu 9.04 64-bit on new machine second os (i need vista video-editing). have gigabyte ga-p55m-ud4 board intel core i7 cpu , 2 sata-hds connected gigabyte sata-ports. installation stops when tries install grub (and before installing kernel..) message code: could not find device /boot i've looked through forum , googled lot too, not find helpfull. in gentoo dokumentation found hint to code: # grep -v rootfs /proc/mounts > /etc/mtab in fact /etc/mtab empty, starting grub-install after did not either. ideas? tia karl i had problem. turned out migration assistant crashing ubiquity before grub installed. seems particular problem people multiple oss installed (i have 5) use manual partitioning reason leaves no way decline migration assistance. did run live cd , open terminal , type ubiquity --no-migration-assistant installation ran fine.

Thread: Color of text in shell

hi, change color of directories (when input e.g. ´ls´) (which blue) other colour. how can that? searched on multiple sites, couldn't find wanted. thanks! your looking .bashrc in home directory. edit lines.... # enable color support of ls , add handy aliases if [ -x /usr/bin/dircolors ]; then eval "`dircolors -b`" alias ls='ls --color=auto' #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' #alias grep='grep --color=auto' #alias fgrep='fgrep --color=auto' #alias egrep='egrep --color=auto' should able change "auto" whatever color want. not sure if it's "blue" or hexidecimal color though. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Color of text in shell Ubu

reading audio using mcp3008 - Raspberry Pi Forums

hello everyone, trying read audio data microphone through mcp3008 doesn't seem work. have tested code potentiometer , working fine. when play 1 khz tone , not seem capture data microphone. new raspberry pi, please help. code using posted below: #include <stdio.h> #include <string.h> #include <math.h> #include <errno.h> #include <stdlib.h> #include <wiringpi.h> #include <wiringpispi.h> #include <wiringserial.h> #define cs_mcp3202 8 // bcm_gpio8 //pi24 #define spi_channel 0 #define spi_speed 200000 // !! start low here , if works try increase if needed on breadboard go upto 750000 #define pi 3.1416 #define spi_speed 11 // bcm_gpio8 int read_mcp3202_adc(unsigned char adcchannel) { unsigned char buff[3]; int adcvalue = 0; wiringpispisetup(0, spi_speed); buff[0] = 0x01; buff[1]=0x00 | adcchannel; buff[2] = 0x00; digitalwrite(cs_mcp3202, 0); // low : cs active usleep(0.10);

Can no longer copy and paste from MS apps

could nightmare a-brewin'. as webmaster transit company, i'm responsible updating schedules our 50+ bus routes 3 times year on piercetransit.org. opened 1 today in dreamweaver 8 , launched our brand new version of excel mac 2008 copy , paste schedule times web page. , didn't work! up til now, excel has been irreplaceable tool converting data our weird, 70's-era bus scheduling software [hastus] dreamweaver can understand. no matter how fiddle options under copy , paste preferences, today got nothing -- literally. it's if there's nothing whatsoever on clipboard. earlier, i'd noticed same problem our new version of word, since paste dreamweaver word, mildly irked it. given thousands of bus arrival , departure times on our site, however, inability insert data excel dmw disaster! am missing something, or kind of "how dare use other 1 of our products?" gotcha evilco? this has been issue office 2008 mac cs3 version of dreamweaver. believe workaroun

Sketch-Upload over WIFI not working

hello together, i bought yun control lights in room via wifi. purpose, want upload new sketches yun via wifi too. first time tried arduino ide worked, not anymore. "board" set yun , selected wifi connection @ "port" menu. everytime want upload sketch error: avrdude: avr device not responding avrdude: initialization failed, rc=-1          double check connections , try again, or use -f override          this check. uploading same sketch on usb working fine. bridge example working wifi connection, uploading new sketch fails. i trying upload via arduino ide 1.5.6-r2 on mac (os 10.9.2). what can working? thank in advance. anybody? Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Sketch-Upload over WIFI not working arduino

Which Operating System works best with CS3?

just want thoughts. since having minor compatibility issue cs# , xp home, told best way rectify upgrade xp pro sp2. wondering if wouldn't better upgrade vista home premium sp1. thoughts? you upgrade mac. sorry had through in there. on windows side, of right now, able xp pro until june 30th. support slated end around 2010 believe. personally depends on ask , computer capable of. if computer new , can upgrade maximum of 4 gigs (the limit set 32-bit os) go visa home premium 32-bit edition. if unsure of how can upgrade computers memory check out www.crucial.com , use memory finder tool. install application , tell current , maximum memory configuration allowed machine. if computer older , cannot upgrade far go xp pro upgrade before ms stops selling it. More discussions in Dreamweaver support forum adobe

Driving an automotive fuel gauge

hey everybody i'm having trouble hooking fuel gauge arduino.  in normal situation sender variable resistor.  gauge have programmable , uses stepper motor move needle.  has range of 0 - 270 ohms.  full , empty can @ either end , gauge compute proper level , display it. what i'm having issues making arduino output linear resistance gauge can use.  i've done bunch of research , can't quite find works properly.  things i've tried work nice near 1 end of scale, jump on other end. i'm not sure how many steps gauge has, i'd have many possible have smooth of sweep possible. thanks eric have try digital potentiometer http://www.mouser.com/semiconductors/digital-potentiometer-ics/_/n-4c498?p=1z0wjiv&gclid=cptznouf670cfcldmgodrj8aia 0-275 seems standard. Arduino Forum > Using Arduino > Project Guidance >

Shouts will not post - Joomla! Forum - community, help and support

greets! i once had smo shoutbox working fine , i'm not sure @ point stopped working. every available shout program find in extensions section have been installed , not work. well, did install mosets , able post 1 shout, further attempts did not work. i have 2 other test installs of joomla on same server have same things installed , other 2 work fine shout software. difference can think of gallery2 bridge on 1 not work. gallery2 bridge 1 of first mods made , shout working quite time after , running tend rule out. win2000 server, iis 5, php 5 something, newest mysql server, joomla! 1.0.11 i can edit content , save it, post pictures in cb , gallery2, etc. seems work ok except shout software. idea of check or test appreciated. tia anyone have idea on check? going. [mod note: please not *bump* messages. see forum rules: http://forum.joomla.org/index.php/topic,65.0.html : "no useless posts. includes: thread bumping"] Board index Joomla! Older

Newbie Lost - Category Image - Joomla! Forum - community, help and support

Image
i don't know if i've disabled or what....... but... when creating or ediiting "category", have selected image display, not.  not see "section" image. any ? ============================== i have answered own question - , unable delete post - disregard i have met enemy , me.  could share solution other people find message forum's search option? and please mark thread solved? (edit first message in thread , choose message icon: solved). thanks! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: How can I rollback my upgrades?

hello, i've done 'aptitude safe-upgrade' in ubuntu jaunty, after rebooted , no longer able access raid5 array (external sata via highpoint rocketraid card). suspect it's related kernel upgrade below (from /var/log/aptitude): aptitude 0.4.11.11: log report thu, oct 8 2009 12:41:12 -0400 important: log lists intended actions; actions fail due to dpkg problems may not completed. install 22 packages, , remove 0 packages. 508kb of disk space used ================================================== ============================= [upgrade] libglib2.0-0 2.20.1-0ubuntu2 -> 2.20.1-0ubuntu2.1 [upgrade] libglib2.0-data 2.20.1-0ubuntu2 -> 2.20.1-0ubuntu2.1 [upgrade] libglib2.0-dev 2.20.1-0ubuntu2 -> 2.20.1-0ubuntu2.1 [upgrade] libpam-smbpass 2:3.3.2-1ubuntu3.1 -> 2:3.3.2-1ubuntu3.2 [upgrade] libsmbclient 2:3.3.2-1ubuntu3.1 -> 2:3.3.2-1ubuntu3.2 [upgrade] libsmbclient-dev 2:3.3.2-1ubuntu3.1 -> 2:3.3.2

I want to make a 120v 8 outlet chasing Christmas light controller

Image
i want make 120v 8 outlet chasing christmas light controller i thinking use  120v relays controlled arduino. witch  arduino board should use , pergram make lights chase speed control thanks. you can use arduino , can write own program. Arduino Forum > Using Arduino > Project Guidance > I want to make a 120v 8 outlet chasing Christmas light controller arduino

No boot, and no display. - Raspberry Pi Forums

hello, b+ not boot anymore. led lights up, no boot @ all video signal seems down monitor displays 'no signal'. tried unplug , replug cables : power, video cable ..etc.. without result. last operations (minor) raspian update, after 'sudo shutdown -r now' shutdown success after ... no re-boot @ all. broken ? card sd noobs ? other ? clue ? follow up. bruno restart viewtopic.php?f=28&t=58151 try sdcard raspberrypi

Kan man få lite hjälp så här i början! - Joomla! Forum - community, help and support

Är ingen klippa på det här så kan ni hjälpa mig! när jag kommer till installationskontrollen är texten röd på configuration.php skrivbar  nej   vad gör man åt det? safemode: är rek av men mitt visar på vad gör man åt det? register globals:  rek är av  men mitt är på  vad gör man åt det? sen när jag fortsätter kommer följande felkod! har kontrollerat om dom finns mappen och det gör dom. vad gör jag fel. /t warning: main() [function.main]: open_basedir restriction in effect. file(/xajaxresponse.inc.php) not within allowed path(s): (/home/web/wse31856:/var/tmp:/usr/local/lib/php:/usr/local/share/pear) in /usr/home/web/wse31856/mindomän.se/blog/installation/includes/xajax/xajax.inc.php on line 39 warning: main(xajaxresponse.inc.php) [function.main]: failed open stream: operation not permitted in /usr/home/web/wse31856/fmindomän.se/blog/installation/includes/xajax/xajax.inc.php on line 39 fatal error: main() [function.require]: failed opening required 'xajaxresponse.inc.php' (inc