Posts

How change submenu height?

the submenu stretches below bottom of page, , cannot scroll down view it. charming. how enable scrolling, or change submenu height default. don't see in css. appreciate reference materials learn more css, , how solve probelms. thanks. ds a full-featured menu tool include window edge detection. sounds you must using adobe menu system. without seeing page it's hard to tell, if menu super long, perhaps tweak of 1 of our menu systems help: http://www.projectseven.com/products/menusystems/pmm/css_tweaks/overflow/index.htm the edited rule in <head>. -- al sparber - pvii http://www.projectseven.com extending dreamweaver - nav systems | galleries | widgets authors: "42nd street: mastering art of css design" "dsproul" <webforumsuser@macromedia.com> wrote in message news:fr4heh$cdv$1@forums.macromedia.com... > submenu stretches below bottom of page, , cannot scroll down > > view it. charming. how enable scrolling, or change sub...

Error al leer temperatura, si también leo voltios... (SOLUCIONADO)

buenas todos, ... haciendo unas pruebas me encontrado con un problema, y es que estoy intentando leer temperatura y voltios de una pila al  mismo tiempo... si solo leo la temperatura, no hay problema.. pero si añado las lineas para leer los voltios de la pila la temperatura oscila mucho y no parece leer bien, cada lectura cambia mas de 1 grado respecto la lectura anterior... no se que puede ser... :-( pongo el código , ver si alguien se le ocurre que puede ser.... gracias de antemano quote float tempc; int temppin = 0; char msg[5]; int vpin = 3; float vout = 0.0; float vin = 0.0; float r1 = 10000.0; float r2 = 10000.0; float valor=0; void setup () { serial . begin (9600); pinmode (vpin, input ); pinmode (temppin, input ); } void loop () {   // leer temperatura  tempc = analogread (temppin);  tempc = (5.0 * tempc * 100.0)/1024.0;  dtostrf(tempc,2,2,msg);   serial . println (msg);     delay (250);     // le...

Reading Servo Position Through Serial?

hello kinda noob @ programming , electronics bear me, why can't serial.println(servo position); servo position in c? here code , trying servo position output via serial, don't want control servo through serial connections google gave me. code: [select] #include <servo.h> servo servo1; int pos = 0; void setup() {  serial.begin(9600);  servo1.attach(9); } void loop() {  for(pos = 0; pos < 180; pos += 1)  {                                    servo1.write(pos);                delay(15);                      }  for(pos = 180; pos>=1; pos-=1)      {                                  servo1.write(pos);             ...

Need help with TLG10UA03 wifi module

i bought 2 tlg10ua03 wifi modules here:  http://www.aliexpress.com/item/2pcs-lot-2-4g-wireless-module-tlg10ua03-embedded-uart-wifi-uart-wifi-network-server-client-ieee802/988398787.html build wireless sensor devices. i found @ instructions manual somewhere , pc tool called uart-wifi configure wifi module. after trial , error succeeded in getting module connect wireless network using wpa2-psk(tkip) encryption ascii key. then came hard part. device arduino measures light, humidity , temperature. want post these measurements 3 different servers every 5 minutes.  need arduino is: send @ commands wifi module switch command mode send @ commands wifi module configure http client mode send @ commands connect first server switch transparant mode send http post or http webpage wait ok switch command mode send @ commands connect second server switch transparant mode send http post or http webpage wait ok switch command mode send @ commands connect third server switch transpara...

need your help about quadrature multiplier

i need arduino quadrature multipler sample code. project multiple quadrature pulse input encoder , generate quadrature pulse output multiple constanta (i.e have 20 hz quadrature pulse , need 40 hz quadrature pulse output, multiple 2). thats first questions, hope can me. this not easy might hope. we need know more signal. what frequency range go over? does ever stop? hoe accurate multiplication need be? there several techniques can use. 1 read samples circular buffer , play them out of buffer @ twice speed. can glitches when buffer wraps round. depending on nature of signal might better off using circuit known phase locked loop, or pll short. Arduino Forum > Topics > Science and Measurement > need your help about quadrature multiplier arduino

Thread: USF Format

Image
hi, wondering if there's program able play usf music files. ive seen audacious , audio overload can play videogame music psf , spc havent seen 1 playing usf format. there program in linux able play such format? winamp works, although little slow on system, works. it's not noticeable if using modern/classic skin. also, installing 64th note works. tried super smash bros. using latest 64th note , latest winamp , latest developmental version of wine under vista compatibility. i'm sure works using xp compatibility, if not, change vista , should work. hope helps. jesse~ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [SOLVED] USF Format Ubuntu

Thread: AMR Files?

i have tried , not been successful. here's 1 search: http://ubuntuforums.org/showthread.php?t=174215 using blackberry 8310 (perl?) voice recorder. stores in .amr format. looked in syanaptec , found have installed amrwb (7.0.0.3-0.0medibun) package installed. have amrnb package , corresponding libamrwb3 , libamrnb3 files. (same funky version number.) when save , double-click on .amr file, program called, movie player, comes , gives me error message, "the playback of movie requires adaptive multi rate (amr) decoder plugin not installed." ideas? movie player (totem) uses gstreamer load decoders. may have working decoder possibly not gstreamer plugin it. have no problem playing amr files libavcodec. gstreamer plugin being gst-ffmpeg, or along lines. although, i've compiled source can't sure if 1 in repositories supports amr or not. Forum T...