Posts

Showing posts from July, 2012

Sensing switch closure that is part of a large switch matrix

Image
i need sense multiple switch closures externally circuit in operation. one lead +5vdc strobe , other lead return, both originating on cpu.  switch part of large switch matrix strobes columns , returns rows. naturally sense circuit must not result in false switch closure nor cause inability of the matrix circuit detect switch closure. for reason in fog on solution problem. original image: you don't show enough detail there. helpful know how many wires going switch matrix , how many switches. manufactured product can model number online? can post photo? it doesn't seem impossible on first look. might difficult or might easy. Arduino Forum > Using Arduino > Project Guidance > Sensing switch closure that is part of a large switch matrix arduino

Arduino Vb.net Button Problem

hello friends, im developing project arduino , vb.net , @ begining project looking quite easy complete have problem buttons, in summary , when push psychical button , increases (1,2,3)the value in textbox located in windows form. can data arduino way 1 button , textbox biggest problem arduino have 3 different pychical buttons , each buttons send datas 3 different textboxes, how can ensure datas different textboxes in windows form ? please ? thank you quote but biggest problem arduino have 3 different pysical buttons , each buttons send datas 3 different textboxes if understand you, arduino button #1 has 3 text boxes, 1, 2, 3.  repeated button #2 , #3.  therefore have 3 physical buttons , 9 text boxes. a way fo assign phases each button: phase 1 , phase 2.  phase 1 involves long-press , phase 2 involves short-press. example: button #2 long-pressed (> 500ms).  led lights indicate phase 1 has been activated.  now, short press on of 3 buttons select associ

PS 11 Extended: documents open maximized

i've installed , updated ps 11 extended , i've noticed following change. when open or create document opens maximized. hate working that, ever work in floating windows, every single time open or create document first have tell float. please, can tell me how change behaviour, when open or create document starts out in floating window? i've been working in ps 11 6 hours , small issue driving me crazy. thanks, mark edit > preferences > interface > uncheck "open documents tabs". More discussions in Photoshop Windows (read only) adobe

MicroSD Card Sheild Backward Compatibility

hello forums, i pretty new arduino programming, , have worked on several small projects before, first project have done involving writing sensor data sd card microsd card shield.  anyway, problem have have uno r2, , when searching online microsd card shield record data accidentally bought 1 pin configuration uno r3 (i.e., new 4 pins , other slight changes).  bought stackable pin headers configured r3. since these not fit properly, tried connecting between shield , board: pin 8 cs/ss (recommended manufacturer opposed 4) pin 11 mosi pin 12 miso pin 13 clk/sck with jumper wires. however, microsd card failed initialize when when used manufacturer's test code (below). is there correct way wire microsd card shield arduino uno r2, , if not, suggest?  appreciated, , sorry if appears bit of newbie question. code: [select] // include sd library: #include <spi.h> #include <sd.h> // set variables using sd utility library functions: sd2card card; sdvolume volume; sdfile ro

Memory Error in PSCS4 with Copy and Paste

while working on complex project pscs4 involved copying , pasting numerous open documents, have been receiving error message shown in link. ps shuts down loss of data. i'm running windows xp pro dual xeon processor workstation 2gb of error correcting memory. ps3 , other applications have been working properly. any suggestions other going ps3? http://bjanes.smugmug.com/photos/413254841_dtupk-o.png reinstall. that's dll version conflict error. reinstalling should fix it. btw did install plugins after installing cs4? More discussions in Photoshop Windows (read only) adobe

Thread: Video codec advantages vs disadvantages

what favorite video codec (avi, divix, mpeg, etc), , how make them? have bunch of vob. files windows dvd rips , make single compressed files pc playback only. codec should use? can adjust bit rate or resolution preferences? program should use? thanks. avi not codec, container format . divx codec, brand of series of products, including divx codec, divx player , divx container. proprietary , run on windows , mac. open source equivalent codec, available linux xvid . mpeg standard audio/video compression, includes container , specifications used several codecs. examples of video containers: avi , mp4 , mkv , mov , mpeg , ogg . use mkv, avi , mp4. mkv best in opinion, because supports multiple streams , features, including subtitles. formats better others, depending on how going watch. instant, hardware xbox, ps3 , standalone dvd players have limitations on formats , codecs can play. codecs, use ffmpeg&#

Tranfer the data Arduino to PC (HC-06)

how can transfer data read of gas sensor "arduino" pc bluetooh hc-06. should use arduino's software or platform? this code #include "dht.h" #include "mq135.h" #define dhtpin 5    #define analogpin 5 #define timeout 3000 #define dhttype dht11   // dht 11 dht dht(dhtpin, dhttype); mq135 gassensor = mq135(analogpin); void setup() {   serial.begin(9600);   dht.begin(); } void loop() {   float h = dht.readhumidity();   float t = dht.readtemperature();   if (isnan(h) || isnan(t)) {     serial.println("failed read dht sensor!");     return;   }   float ppm = gassensor.getppm();   serial.print("t: ");   serial.print(t);   serial.print(" *c\t");   serial.print("h: ");   serial.print(h);   serial.print(" %\t");   serial.print("co2: ");   serial.print(ppm);   serial.println(" ppm");   delay(timeout); } help me please i guess buy bluetooth shield or module , follow

Photoshop CS3 Taking a Long Time to Open

this message photoshop cs3 taking really, long time (2 or 3 minutes) load, , gets stuck on reading preferences. yes, did try trashing preference file, , letting photoshop rebuild it. did not work. still got hung on loading photoshop. what found that, somehow (and i'm still not sure how), had many, many, many duplicate tool presets of tools. duplicates of default tool presets. in cases, there 50 or 60 duplicate tool presets tools (i.e. crop 8x10). i used preset manager delete of duplicate tool presets. did not trash presets, because wasn't sure ones custom presets had set up, , wasn't sure if had saved custom ones. after deleting of duplicate tool presets, photoshop cs3 takes seconds open. it's opens quickly. hope helps out there. dave. More discussions in Photoshop Windows (read only) adobe

Battery voltage read

Image
hi have 2 problems battery voltage indicator int sensorvalue = analogread(a2); float voltage = sensorvalue * (5.00 / 1023.00); 1.voltage value incorrect how tweak it? 2.if battery voltage goes down voltage value increase how fix it? sorry english quote 2.if battery voltage goes down voltage value increase how fix it? use 1.1 v internal reference. Arduino Forum > Using Arduino > Project Guidance > Battery voltage read arduino

Thread: mind boggling Grid Wars error!

okay downloaded gridwars website. came in zip file in executable named "gridwars." far seems pretty ordinary thing. type @ console "./gridwars" , error bash: ./gridwars: no such file or directory. i'm definetly in folder containing file called gridwars. typed using tab completion not did spell right exists , in folder i'm in. i've been using linux exclusively few years , i've never seen it, makes no sense me. have ideas? btw output of "file ./gridwars" ./gridwars: elf 32-bit lsb executable, intel 80386, version 1 (sysv), dynamically linked (uses shared libs), gnu/linux 2.2.0, stripped output of "ls -l ./gridwars" -rwxr-xr-x 1 sean sean 529332 2006-03-15 18:25 ./gridwars , here's link site/file http://gridwars.marune.de/ i'm using fresh install of 64 bit karmic. do have 32 bit libraries installed (ia32-libs)? have 64 b

Default Program

hi all, i have upgraded photoshop cs2 cs3. when find folder images double click , photoshop opens usual set default program under windows vista 32bit. now have installed cs3, expected open in cs3 not cs2. did usual, right clicked on imaage>open with>default program. navigate c>programs>adobe>photoshop cs3>photoshop cs3.exe , press open. i have managed cs3 work tiff files not jpeg in default program menu cs3 not shown cs2. so how can change cs3? thankyou josel "open with..." More discussions in Photoshop Windows (read only) adobe

Problem control motor with encoder and 433mhz receiver (newremote)

Image
hello, i trying control 24v motor kaku (coco) 433mhz remote. operate motor use l298n controller. it no problem control motor until combine encoder. when connect encoder shaft of engine can not turn off anymore! in opinion looks interrupt problem can not solve it. thank you. update: removing delay(1) out of encoderinterrupts solved problem. delay debouncing don't know if give new problem .. still appreciated. my code: code: [select] #include <wire.h> #include <newremotereceiver.h> // encoderpins enum pinassignments {   motor1pina = 20,     motor1pinb = 21,   }; volatile unsigned int posmotor1 = 0;  // counter dial unsigned int lastposmotor1 = 1;   // change management static boolean rotatingmotor1=false;            // interrupt service routine vars boolean motor1_a_set = false;               boolean motor1_b_set = false; // connect motor controller pins arduino digital pins int ena = 5; //ena controller 1 (pwm pin due) int in1 = 6;   //in1 controller 1 int in2

Reconnect WiFi after power off - Raspberry Pi Forums

hi. have rpi2 running debian. i'm trying setup wifi on device. when rpi running wifi connection, if turn off power, not reconnect wifi. if a: sudo reboot connect again. how can reconnect out me typing command? have using following in /etc/network/interfaces code: select all auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet wlan0 wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp in wpa_supplicant.conf have this: code: select all ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1 network={ ssid="network1" psk="pw1" ssid="network2" psk="pw2" } have looked @ help https://www.raspberrypi.org/documentati ... ess-cli.md is there no 1 had problem? raspberrypi

Parametersboxen - Hur fungerar den? - Joomla! Forum - community, help and support

hej. har försökt sökt forumet utan att hittat något relevant svar på denna fråga. jag har lagt till en ny component (mms_blog) och vill nu ha en menu image till den... nu är det så att man inte kan välja någon bild utan istället har man bara en parameters-box att fylla i. frågan är som lyder, vad fyller man där för att få en bild knuten till menyobjektet?... menu-image: sökväg, fungerar inte... tack för svaren. /too dumb. menu image väljer man menu managern. klicka på det menyval som pekar på bloggen och där finns under parametrarna en drop down lista med de bilder som ligger /images/stories mappen. bara ett välja den man vill ha... Board index Joomla! International Language Support International Zone Swedish Forum Äldre versioner Forum Joomla! 1.0 Användning och administration

[réglé] modifier le lien contact du mainmenu - Joomla! Forum - community, help and support

bonjour à tous, je commence à personnaliser mon petit site joomla et je bloc sur une petite chose. sur ma page d'accueil, je dispose de mon menu mainmenu. sur ce menu, j'ai un lien contact qui m'envoie sur l'url suivante : ../index.php?option=com_contact&itemid=3 j'aimerais modifier ce lien de la façon suivante : ../index.php?option=com_contact&cadid=12&itemid=3 j'ai regardé dans le code de ma page index.php ainsi que dans tous les pages du composant contact et je n'ai pas trouvé le moyen de modifier ce paramètre. avez-vous une idée ? merci beaucoup. startout. il y deux types de lien menu contact 1. directement vers un contact précis (quelque soit la catégorie). link - contact item url obtenue du type .../index.php?option=com_contact&task=view&contact_id=1&itemid=69 2. vers une catégorie de contacts présentés sous forme de table.    table - contact category url obtenue du type .../index.php?option=com_contact&catid=219&it

Microwave Motion sensor HB100

hi! i'm new arduino, trying switch on led light when detects motion using hb100 microwave sensor.  it's easy programmed on ultrasonic motion detector but  kinda complicated on microwave motion sensor. want switch on led light when reaches frequency. came far , not work . appreciate if can me coding. int pin=  7; int led1= 13; unsigned long time; void setup() {   // put setup code here, run once: serial.begin(9600); pinmode(pin,input); pinmode(led1,output); } void loop() {   // put main code here, run repeatedly: int out= getfrequency(pin); serial.print(out); serial.print("\n"); if(out==-1) {   digitalwrite(led1,low); } else { digitalwrite(led1,high); }  long getfrequency(int pin) {   #define samples 4096   long freq = 0;   for(unsigned int j=0; j<samples; j++) freq+= 500000/pulsein(pin, high, 250000);   return freq / samples; } } Arduino Forum > Using Arduino >

Thread: memory hotplug Ubuntu 9.04

hello! knows way increase memory size on fly? found following manuals http://adaptivethinking.wordpress.co...-linux-guests/ /usr/src/linux-source-2.6.28/documentation/memory-hotplug.txt need manipulate /sys/devices/system/memory. absent on systems ls /sys/devices/system/ clocksource cpu i8237 i8259 ioapic irqrouter lapic timekeeping additional information: kernel isn't customised. system runs vmware esx4 uname -a linux 2.6.28-17-server #58-ubuntu smp tue dec 1 22:13:36 utc 2009 x86_64 gnu/linux lsb_release -a no lsb modules available. distributor id: ubuntu description: ubuntu 9.04 release: 9.04 codename: jaunty :/boot$ grep hotplug -i config-2.6.28-17-server config_acpi_hotplug_cpu=y config_arch_enable_memory_hotplug=y config_hotplug=y config_hotplug_cpu=y config_hotplug_pci=y config_hotplug_pci_acpi=m config_hotplug_pci_acpi_ibm=m config_hotplug_pci_cpci=y config_hotplug_pci_cpci_generic=m config_ho

PS cursor sluggish when Toast is burning?

what deal cursor being unusable in ps 10.0.1 when toast 8.03 burning or verifying. no other app affected way. doing when burning or verifying external blu-ray connected fw800 sata bridge. scratch drive not on fw800 chain. i have check again believe same thing happens burning or verifying dvd or cd in internal drive. macpro 8 core 3ghz 16gb ram - wacom tablet same configuration 8 gb ram, , don't have problem using toast. again, i'm still on tiger. you?? More discussions in Photoshop Macintosh (read only) adobe

HELP! EMG/Muscle sensor (v3)

i trying muscle sensor v3 3 electrodes give me readings, , cannot. i've scoured through forums , looked on code , wiring ages, spot anything? the batteries hooked such positive end of battery 1 in +vs, negative end of battery 2 in -vs, , remaining free-ends hooked-up , connected gnd.  sig connected a0 (on arduino) , gnd gnd (on arduino).  (included since hard see in attached image). two sets of code found give me different results. (1) sparkfun analogvisualizationarduino.ino : gives me value of 250 +/- 30 on serial monitor.  flexion doesn't cause these values fluctuate, nor removing electrodes. (2) reading a0 muscle_raw.ino: gives me values of 5 +/- 10 on serial monitor.  flexion doesn't cause these values fluctuate, however, removing electrodes (green in particular) causes value on serial monitor shoot 1023.   as such, have reason believe (newly purchased) kit not faulty, , perhaps it's in code or missing factor in wiring doesn't allow changes in raw_data

Thread: Mono issue with SMTP

hello everybody! developed application .net 2.0 programatically sends e-mails targets, using smtp protocol. tested application on windows, using google account smtp configuration, ssl enabled, smtp host: smtp.google.com , smtp port: 587. on mono ubuntu 9.10, throws exception pertaining ssl (ssl authentication failure , like). method code here: code: private void sendemail(string toaddress) { try { mailaddress mailaddressfrom = new mailaddress(fromaddress, fromname); mailaddress mailaddressto = new mailaddress(toaddress); mailmessage emailmessage = new mailmessage(mailaddressfrom, mailaddressto); emailmessage.bodyencoding = encoding.utf8; emailmessage.isbodyhtml = false; emailmessage.subject = subject; emailmessage.body = content; networkcredential emailcredential = new network

Tradução do MisterEstate??? - Joomla! Forum - community, help and support

olá amigos, baixei o arquivo brazilian_portuguese.php para p misterestate, intalei na pasta languages módulo. editei o arquivo estateagent.php (include($mosconfig_absolute_path.'/components/com_estateagent/languages/brazilian_portuguese.php');). mas não funcionou. ainda estã em inglês. como posso alterar? o que devo fazer? obrigado. para funcionar corretamente o arquivo de linguagem (para todas extensões traduzidas, ou adicionado o arquivo de linguagem), é preciso ter instalado o joomla em pt-br, por causa da configuração idioma padrão. você pode baixar o joomla em pt-br via site joomla br, acessando o menu serviço - downloads: http://joomlabr.net/index.php?option=co ... &itemid=66 você terá acesso aos endereços onde o pacote joomla em portugues brasileiro está disponível para download. Board index Joomla! International Language Support International Zone Portuguese Forum Tradução

Is it possible to clear all adjustments in Camera Raw 5

for example, if use adjustment brush on area of image in camera raw, switch graduated filter , make adjustment -- there way clear both adjustments @ once? can click on clear clear 1 adjustment @ time, there doesn't appear way clear adjustments @ once. yes jay, go camera raw's presets tab, (its 1 furthest right). there's small drop down menu top right - choose camera raw defaults this. takes off adjustments in tabs. can toggle custom settings on. yes there should easy find 'overall preview' toggle, takes defaults preview purposes - more useful being able preview individual tabs, people agree this. except jeff schewe. More discussions in Photoshop Macintosh (read only) adobe

اول ثيم لجملا من تصميمي ( رايك مهم ) - Joomla! Forum - community, help and support

Image
اخواني لو ممكن تشاركوني و تخبروني رايكم باول تصميماتي لمجلة جملا للمشاهدة علي الطبيعة http://www.mwafi.com/mfi/ رااااااااااائع جداً بارك الله فيك.. لدي ملاحظتان بسيطتان فقط ألوان الوصلات في القوائم اليمنى واليسرى فاتحة على خلفية سماوي، يمكنك جعلها أغمق طبعاً بالتعديل بلف السي اس اس لمن لا يعلم واللون الأبيض في التصويت يمكن تعديله إلى شفاف أو لون مناسب الملاحظة الثانية هي عدم الإستفادة من القائمة اليمنى في الصفحات التي لا تستخدم القائمة اليمنى حيث يظهر فارغ والسبب كما تعلم هو أن التصميم يحتوي على عمودين لكن يمكنك عمل تصميمان أحدهما بدون القائمة اليمنى وبالتالي تضيف الكود الخاص بالتحقق من وجود القائمة اليمنى فإن لم يكن موجود يتم حذف القائمة اليمنى ثم تضاف صور توحي بأن العمود الأزرق غير موجود بالكامل وأيضاً في الأسفل. يمكن ذلك بنسخ الكود الموجود قبل العمود الأيمن وهو الذي يتحقق من وجوده ووضعه في الأماكن التي تريد بها إغلاق أو حذف ما يوحي بوجود عمود أيمن أتمنى أن تكون النقطة واضحة ... خلاف ذلك راااائع استمر بالمزيد بارك الله فيك Board index Joomla! Interna

Extensions page is DOWN? - Joomla! Forum - community, help and support

there issue extensions site @ moment, can that. code: select all db function failed error number 1016 can't open file: 'jos_session.myi' (errno: 145) sql=select session_id jos_session session_id = '2e41fc5791660eb807e12058c1c47417' sql = select session_id  from jos_session  where session_id = '2e41fc5791660eb807e12058c1c47417' same here... meh db function failed error number 1016 can't open file: 'jos_session.myi' (errno: 145) sql=select session_id jos_session session_id = '375366f596fd5b3c34a0903ba626c0d2' sql = select session_id jos_session session_id = '375366f596fd5b3c34a0903ba626c0d2' Board index Joomla! Official Sites & Infrastructure Extensions.Joomla.org - Feedback/Information

[Question] I²C et CAN 16 bits, fonctionnement ?

bonjour, j'ai actuellement à ma disposition une carte arduino due ainsi qu'une petite carte avec un can de 16 bits (soit 4 bit de plus que mon arduino) et j'aimerai les relier, à l'aide d'un bus i²c afin de m'en servir pour avoir une meilleur précision sur les mesures que j'effectue sur les pin analogique. or je ne sais pas me servir du bus i²c sur arduino, je me suis renseigné sur les fonction utiles mais je me pose quelques questions : j'aimerai lire à l'aide du can les valeurs des pin sur une résolution 16 bits, possible ? (je pense que oui) j'aimerai savoir si la liaison est dur à implémenter à un programme déjà fonctionnel de mesure ? j'aimerai savoir à quelle tension correspond la pin vdd de ma carte avec le can  16 bits ? je pense que c'est tout.. pour le moment ! merci beaucoup à vous pour votre attention. edit : lien de mon can externe : https://www.adafruit.com/product/1085 bonjour, voir ici .

Thread: Vikings vs. ...who?

Image
i'm playing around idea game. know want story resemble ancient epic/legend/myth. villains of game vikings. however, don't know guys should be. @ first, thought of anglo saxons. however, aren't underdog enough me. plus, don't have iconic them. so, should fight vikings? i'm not looking historical accuracy here, @ same time don't want protagonists ridiculous. means aliens, zombies, sheep, , cthulhu out. please, suggest away! posted bluej774 i'm playing around idea game. know want story resemble ancient epic/legend/myth. villains of game vikings. however, don't know guys should be. @ first, thought of anglo saxons. however, aren't underdog enough me. plus, don't have iconic them. so, should fight vikings? i'm not looking historical accuracy here, @ same time don't want protagonists ridiculou

Accionar led con sensor VR y arduino uno

acudo su conocimiento con un problema... miren mi idea es la siguiente... necesito explicar el funcionamiento basico de la ecu de un vehiculo... para ello tengo un distribuidor con un sensor vr y una rueda de 4 dientes... necesito que el arduino lea cada uno de los dientes y en cada diente haga alumbrar un led... aparentemente sencillo pero la verdad no voy muy bien en esto del arduino... no se si se puede usasr una lectura analogica del voltaje para saber que el diente paso por ai y luego usar if para decir que cuando el voltaje suba o baje (no entiendo bien que deberia pasar) encienda el led por digamos 5ms... porfavor guienme en esto, les estare demasiado agradesido... saludos pdt: soy nuevo en esto y aun no se mucho del lenguaje de programacion bien, te diré lo que le digo todos los que llegan como tu sin conocimientos y con pretenciones de lo que quieren hacer. esto es un foro de ayuda. si muestras código te respondemos la duda pero si no muestras na

Blogging Question w/Joomla - Joomla! Forum - community, help and support

Image
i looking open source software used internal corporate blogging, means need able download , install internal company network , none of external services (blogger, yahoo360, [spam], wordpress, etc.. work that. i have narrowed options overall software pieces drupal , joomla. looks further research joomla platform choose, having diffcult time finding information joomla ability host , support corporate blogging. question #1: can confirm joomlas indeed support corporate blogging function , if maybe public examples of blogs hosted on joomlas? appreciated. question#2: if goal find strong corporate blogging platform internal use (not external hosted) there else should looking at? advice in realm well! i have never heard of internal corporate blogging. site require? have requirements list developed? or, specifications? type of detail people provide better response. in terms of intranet access, cms, itself, not factor. networking staff can ensure company ip addresses have access site. or, i

Arduino Pro Micro (ATMega32u4) with Bluetooth HC-05

Image
only brief test code below, works perfectly. upon receiving "a", led turned on. but works if ide arduino open. if closed, or powered circuit can connect through phone, not seem correctly recognize commands. what doing wrong? *through @ commands, baud set 38400. code: [select] char aux = 0; int led = 17; void setup() {   serial1.begin(38400);   while (!serial1);   pinmode(led, output);   digitalwrite(led, high); } void loop() {   if (serial1.available()) {     aux = (char) serial1.read();     delay(100);        if (aux == 'a') {       digitalwrite(led, low);     } else {       digitalwrite(led, high);     }   }   delay(100); } skip the  code: [select] while (!serial1); it needed if using serial in ide monitor. Arduino Forum > Using Arduino > Programming Questions > Arduino Pro Micro (ATMega32u4) with Bluetoo

Something wrong with links - Joomla! Forum - community, help and support

http://www.manikiuras.lt/ there site, runs on joomla 1.0.11. wrong me links. don't know look. press on menu link , gives error. see link wrong symbols, in database symbols correct, when on site it  goes wrong. ? please help, desperate. did enable sefu (search engine friendly urls)?  admin, check in global configuration under seo tab. if enabled, try disabling it, refresh , try front-end again.  use sefu, must have appropriate .htaccess file in place. Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Text Wrapping

easy enough in id , ill, sure. however, how wrap text around irregular shaped object in photoshop? ian a quick google search turns many results, of seem utilize this method. text wrap in ps google. More discussions in Photoshop Windows (read only) adobe

Thread: USB Ubuntu 9.10 created GRUB on internal HD

Image
i installed ubuntu 9.10 onto g2 usb stick. great. except install put grub on internal hard drive of company owned computer. not boot without usb. how remove grub internal hard drive? next time, on last step of installer, can click "advanced options" , choose put grub (for example usb stick). operating system on hard drive? if it's windows, believe can reinstall windows boot loader using windows install cd (never had since not big windows user). moral of story careful work computer. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] USB Ubuntu 9.10 created GRUB on internal HD Ubuntu

Need help: "Dictionary" mouse-over tooltip - Joomla! Forum - community, help and support

Image
hello fellow joomla users  i trying mouse-over hover tooltip work site www.okunam.com give short explanations on specific words without having link separate page. site simplified version of text book immigrants, don't want link explanations on page , looking nicer (faster appear) alt attribute. i comfortable html , css know javascript put in head of html document.. my deadline friday i've been searching franticly other solution alt= attribute. have spent close 40 hours going page page , problem lack of documentation non-javascript programmer me! i using wysiwygpro, love way handle images.. although jce offers tooltips, believe images(?) ..anyway, i've checked out available plugins of course ...componentslab.com/ doesn't offer documentation tips mambot, information bar display module doesn't allow simple tooltip text.. nor jqtipsjp ..both want me link whole other webpage via article id.. bot_mostitlenew has no demo , although can understand italian didn't fi

I need to connect several I2C sensors Arduino Mega

good, appreciate me problem. fact want connect multiple sensors i2c ports (scl sda). question when connected. lei other side must unite scl , sda pull resistance. that's question scheme. oh resistance not necessary thought joining sda , scl logically entraria resistance. oh not necessary. if or whether should connected positive resistor (my sensors 3.3v) i thank in advance. i2c bus require pull-up resistors out put open drain. Arduino Forum > Using Arduino > Project Guidance > I need to connect several I2C sensors Arduino Mega arduino

Lagging in CS3 Extended due to Antivirus permissions

i know many of have moved on photoshop cs4; thought situation might helpful some. : ) first of all, never had lagging problems of kind using photoshop cs3. reformatted computer, reinstalled ps cs3, , wow... redraw , updating awful! brush strokes took several seconds show, example. i looked preferences culprit. changed amount of ram photoshop should use, reordered scratch disks. changed # of history states & cache levels, checked & unchecked enable 3d acceleration... each time changed 1 preference, closed & reopened photoshop. no go, same lagging! i kept asking myself different. remembered: after reformatting computer, i updated zonealarm version 7 version 8 . had never before used updated version of za cs3. so in zonealarm, went program control , programs , , saw whereas "trust level", "access", "server", , "send mail" columns set question marks photoshop 7 (meaning za asks me before allowing photoshop 7 permissions), several o

Erasing - Has Stroke??

ok, trying create something. had overlapping shapes stroke layer style , wanted erase part of shape white there rather line overlapping. apparently cs4 cant erase lines if layer in has stroke layer??? cuz when erase, pushes line, cool, if wanted keep line erase shape create custom one. want rid of line. think knew how merge shapes in cs3 them share same outline, dont know how now. plus dont think want cuz want shapes share outline in specific area. please fustrating. had 30min between school , work , wanted create , failed , wasted valuable time. can tell me how merge shapes though? if put 2 circles ven diagram , merge them have 1 outline not intersecting gets rid of middle lines create sort of () shape , instead have 1 big outline of 2 circles? christine, for outline issue, need change setting "layer mask hides effect", in advanced blending options (right-click on thumbnail of layer, select "blending options in contextual menu). using layer masks , not erasing destru

I2S Microphone and I2S Amp connect to Raspberry Pi Zero - Raspberry Pi Forums

hey guys, want order 2 things adafruit: 1. i2s mic: https://www.adafruit.com/product/3421 2. i2s amp: https://www.adafruit.com/product/3006 doorbell project. problem according wiring guide both devices need gpio pins 18 (bitclock) , 19 (lrclock). how can substitute set of pins act both bitclock , lrclock either mic or amp? edit: , before suggest. cannot use micro usb either function because used ethernet adapter. plan buy poe splitter micro usb , ethernet both power pi0 , provide stable ethernet connection. pi0 using gpio pins 5v, 17 (red), 27 (green), 22 (blue) led (built inside momentary switch) , gpio pins gnd, 23 switch. switch w led pins can changed around accommodate i2s appreciated! cheers, phillip k anyone? need wiring these 2 devices together! can’t find docs on it raspberrypi

Does the backend cache? - Joomla! Forum - community, help and support

hi all. have problem can't understand. i'm writing component manage subscriptions university exams. in backend, write down list of active exams, each 1 having 3 dates: 1 exam day, 1 opening of subscriptions , last 1 closing of subscriptions. exam_list() function, wrote code: code: select all if ($appello['es_datainizio'] > time()) {    $open = '<a href="#" title="apri subito le iscrizioni questo esame" onclick="conferma(\'open\',\'index2.php?option='.$option.'&act=exam_open&es_id='.$appello['es_id'].'\')"><img src="components/'.$option.'/img/open.gif" alt="apri" border="0" /></a>'; } else {    $open = '<img src="components/'.$option.'/img/open_bw.gif" alt="apri" />'; } if ($appello['es_datafine'] > time() && $appello['es_datainizio'] < time()) {    $lock =

My Raspberrypi3 keep chaging password. - Raspberry Pi Forums

Image
hello everyone. raspberrypi3 weird.. i'd installed rasbian in raspberrypi3. , i'm using vnc or ssh control. know preset password raspberry. 2 or 3 days later password changed , didn't change it. i'm reinstall rasbian o/s , same thing keep happen agian. i't frustrating.. know problem? if please let me know .. you supposed change default password else. that's called security feature raspberrypi

Thread: Default runlevel with grub 2

hi. how can configure default runlevel grub 2? have ubuntu 9.10, file /etc/inittab not exist. also, upstart configuration file /etc/event.d/rc-default not exist. have edit default runlevel grub, file /etc/grub/menu.lst not exist because grub has upgrated grub 2. damn!!!! how can edit default runlevel?? thanks. maybe it's wanted boot (k)ubuntu in text mode, in case: execute code: sudo nano /etc/default/grub find grub_cmdline_linux_default="quiet splash" , change it, leaving this: grub_cmdline_linux_default="quiet splash text" execute: code: sudo update-grub later, if want go graphical mode, can execute: code: startx Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Default runlevel with grub 2 Ubuntu

Thread: Cups

prior update kernel .16 'cups'was active. noticed little while after update had instal 'cups' via 'apt-get'. did else encounter problem ? poopa i did not have issues cups after kernel updates. sure cups had been removed system? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Cups Ubuntu

VIDEO NOT LOADING... - Joomla! Forum - community, help and support

Image
hello, i installed allvideo on website videos not loading correctly, video files using {flv} on home page , {mov} on international page...for {flv} player shows that's all...and {mov} big blue quicktime symbol questions mark on it... think followed instructions correctly... able load {[youtube]}tkibgoeh6ww{/[youtube]} on page. want have option load page videos without using [youtube] or google. can videos load correctly?      thanks! http://faithinternettv.com/joomla/content/view/13/27/ your movie files not being linked to. more files not uploaded,  located in wrong folder, or have different name. make sure files uploaded correct directory/folder allvideos mambot pointing , make sure there's no typos in name.   Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Global Variables: changing global parameters (e. g. color) for several layers interactively?

hello, does psp cs3 offer anyway adjust properties using global variable? for example searching color combination image , there several objects use same color in different ways solid color layer or within layer style (e.g. color overlay, stroke color). if want change color, change manually in many layers. there elegant way achieve interactive color adjustment? (unfortunatelly, fill , adjustment layers not provide necessary flexibility. way found use solid color in smartobject; adjustment not interactive, since have edit contents of object, save change see result.) >is there elegant way achieve interactive color adjustment? you use after effects , rig stuff expressions. ;-) don't think doable in ps. maybe scripting pop nice panel somewhere provides color selection multiple layer properties selected in layers palette, have no clue whatsoever scripting in ps. think have terminate script , re-initialize each change, not interactive. mylenium More discussions in Photoshop

Service to Safe Shutdown Headless Raspberry Pi Boards - Raspberry Pi Forums

Image
everytime when need shutdown headless pi boards, either need plugin monitor or ssh pi. connecting pushbutton across gpio , running service, can safe shutdown , restart pi boards. 1. clone git: code: select all git clone https://github.com/shivasiddharth/pi-shut 2. run installer. code: select all sudo chmod +x /home/pi/pi-shut/installer.sh sudo /home/pi/pi-shut/installer.sh 3. wire pi per diagram. 4. start shutdown service. code: select all sudo systemctl start on-off-pushbutton.service now, have service safe shutdown , restart pi working. the capability shutdown , restart raspberry pi using open momentary pushbutton switch connected gpio pins 5 & 6 present in raspbian stretch , requires no additional software. enable it: 1. add following line /boot/config.txt: dtoverlay=gpio-shutdown 2. run rpi-update depressing pushbutton on running system shut down if had issued "shutdown -h now". depressing pushbutton on halted system restart system. ra

pygame library error? - Raspberry Pi Forums

can't find error in code! run process lxterminal 'python3 example.py' close application window. several times. third time close app hang , need close lxterminal window. looks bug in pygame lib, maybe memory leak? better way quit pygame instead of pygame.quit() how avoid problem? code: select all import pygame # initialize window pygame.init() windowsurface=pygame.display.set_mode((512,512),0,32) print(pygame.version.ver) while true: event = pygame.event.wait() if event.type==pygame.quit: break print ("end") pygame.quit() hi, i've run lots of times on ubuntu laptop , on rpi3 raspbian stretch, python3 , python2 , seemed fine. ran top in terminal , there no sign of memory usage increasing. thing i've done since burning sd increase gpu memory, set vnc server , couple of python modules. raspberrypi

Thread: Dual display + audio + myth

hi there, have after 4 long days off managed setup mythtv on dual display (with myth on tv , normal desktop on pc). thought working great until discovered 1 last issue presume there relatively easy workaround to. on install, had unmute iec958 within alsamixer audio on hdmi work. in myth set audio output spdif , iec958 works fine. however... when myth open, audio on desktop doesn't work (but myth audio routed through tv). when myth closed, audio through desktop works , no audio sent through tv. there anyway audio works on both despite myth being open? cheers. chris Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Dual display + audio + myth Ubuntu

Using an Arduino to control bright lights

hi, i'm working on small project , unsure best approach going forward be. basic idea arduino detects when person within distance it. if so, turn on bright lights , play audio clip. i've gone ultrasonic sensor route , have got working open frameworks. since i'm beginner @ electronics , lights recommend? many help! you need settle on lights want use.  without knowing voltage(s),  current  and other characteristics of lights (on/off, flash,  dimmable, individual control)  there no way give advice. there shields allow 1 play audio sd card, wave shield 1 have seen.  no experience those, though. Arduino Forum > Using Arduino > Project Guidance > Using an Arduino to control bright lights arduino

Thread: Slow net connection

i'm again still have problem unstable wireless internet connection works fine when start slows down after few minutes have been looking around , found using 32 bit version of ubuntu , dirver have seems 64 bit have found *-network description: wireless interface product: ar5001 wireless network adapter vendor: atheros communications inc. physical id: 0 bus info: pci@0000:0e:00.0 logical name: wmaster0 version: 01 serial: 00:1b:9e:87:2d:a1 width: 64 bits clock: 33mhz capabilities: bus_master cap_list logical ethernet physical wireless configuration: broadcast=yes driver=ath5k ip=192.168.1.106 latency=0 multicast=yes wireless=ieee 802.11bg resources: irq:18 memory:f8200000-f820ffff can tell me if 64 bit , if have simple directions beginner follow corect i'm again still have problem unstable wireless inter

Print LCD Text Justify from Right

hi guys,    i trying display duty cycle value 0 100, , whenever lcd prints 100 , reduce duty cycle 50, shows 500. how can either remove these zeros or format print right-justified? here excerpt of code: code: [select]   lcd.setcursor(1, 1); // sets cursor column 0, line 1   lcd.print((val1 / 4) * 100 / 255); // prints digital pin 5 duty cycle lcd the thing have been able dig use sprintf function, i'm not entirely sure how this? any guidance? change second line  lcd.print(val1 * 0.09803921568); and how have thie input setup? Arduino Forum > Using Arduino > Programming Questions > Print LCD Text Justify from Right arduino

Thread: Help with 2Wire router

Image
i'm new ubuntu , need setting work 2wire router. use wired connection , usb adapter. great. posted swsoe i'm new ubuntu , need setting work 2wire router. use wired connection , usb adapter. great. people need lot more information trying do-- or having problems with: perhaps starting point http://ubuntuforums.org/showthread.php?p=6183681 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Help with 2Wire router Ubuntu

[SOLVED] Determine whether frontpage or not, border only if not frontpage - Joomla! Forum - community, help and support

hi, i'm working on template site http://www.romanceculture.com . if go on there you'll see grey border arround contents. did putting code index.php. that has problem though. since in main index.php content beeing rendered border. however frontpage beeing rendered frame. is there way determine whether on frontpage? $globals variable check? or going wrong way , there's better approach achieve this? cheers, vinh hi vinh, this code should need: code: select all <?php if ($option == 'com_frontpage' ) { ?> do this <?php } else { ?> do instead <?php } ?>   hope helps, waseem Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x