Posts

Showing posts from June, 2010

touchscreen for 2.2" tft display

hello i have 2.2" tft display looking touchscreen this. know touchscreen 4 pins 2.2" screen , under 4 or 5$? i have 2.2" display: http://www.ebay.com/itm/2-2-inch-2-2-spi-tft-lcd-display-module-240x320-ili9341-51-avr-stm32-arm-pic-/200939222521?pt=lh_defaultdomain_0&hash=item2ec8e935f9 thanks i need well. and 2.4" touch panel too. Arduino Forum > Using Arduino > Displays > touchscreen for 2.2" tft display arduino

RoomBooker - erfaringer - Joomla! Forum - community, help and support

jeg købte roombooker fra elearningforce.dk går og må sige, @ jeg er både positivt og negativt overrasket. positivit: det virker som om det er programmeret rigtig godt og @ der er tænkt on tingene. desværre er der nogle ting, som mine øjne er helt "galimatias", når der er tale om en komponent til @ booke lokaler, undervisning osv. med. 1. brugerne kan ikke selv booke. dvs. @ der skal en admin ind @ booke 2. når man opretter de mulige bookningstider backend, tager det ikke højde @ man kan have forskellige længder. vores lydstudie bookes hele timer mens vores fotostudie bookes blokke af 1.5 time. det kan roombooker ikke håndtere og kræver @ alle bookninger har samme længde. 3. man kan ikke udsende bekræftelser via mail - det virker som en tanketorsk fra programmørernes side? 4. man kan ikke se hvilke tider, der er optaget, før man forsøger @ booke - rammer man uheldigvis et tidspunkt der ikke er ledig, skal man starte forfra med en tom formular, da den ikke selv går tilbage inkl...

Criptovalute

Image
la criptomoneta mesi fa prese di brutto. mi sono comprato un 5/6 di quelle schedine fpga.... ovviamente non ci ho ricavato una cippa...  il mining conviene se hai uno di quegli apparati che costano 5/6000 euri che hanno una potenza di calcolo talmente elevata da tirar fuori da soli bitcoin. se usi le schedine fpga come facevo io ti agganci ad uno di quei servizi di sharing di blocchi da minare per cui contribuisci percentualmente al mining dei bitcoin che poi sono ridistribuiti in base quanto hai contribuito. credo di aver guadagnato qualcosa come 0,00001 bitcoin prima di accorgemi che era più la corrente che consumavo che bitspiccioli che tiravo fuori dal giochino  quote wikipedia: la moneta virtuale ha raggiunto, nel 2013, il 21% del totale delle operazioni di cambio della valuta cinese visto che il creatore della moneta e' un anonimo, chi sta facendo la guerra chi ? Arduino Forum > ...

Problem with Dreamweaver3 Tour Films

when accessing local dreamweaver v ersion 3 system , trying view shockwave films included in tour find "placeholder" grafics , when clicking on them browser window opens inviting me install latest version of shockwave. has been done , installation tested - in general works, within dreamweaver 3 help/tutorial problem unchanged? what now? dreamweaver 3 old... as pure guess, pages might have type of javascript or other scripting that's testing version of shockwave or flash player. that scripting may not recognize presumably newer version installed on computer. something try delve hard drive file system, find where these files are, , open them in browser or drag them browser window or icon. More discussions in Dreamweaver support forum adobe

Thread: command line tutorial linux distro

a while reading thread, , linked linux distro designed command line tutorial, can't life of me remember name. help? thanks, bm not sure was, totally recommend inx! not learn how use linux, lots of things setup - can use wifi! main page: http://inx.maincontent.net/ downloads page: http://inx.maincontent.net/download.html note: there virtual machine - see downloads page. inx rocks!!! marshag. let know if that's not looking for. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [other] command line tutorial linux distro Ubuntu

[solved]Tiny bug that I can't see is terrific: math is not correct

almost got right, when increasing pwm, output value go negative.  normally, when goes negative, , math correct, because value overflow, don't think here.  realma not huge number. must math. can find tiny bug me plz? thank you here serial output: code: [select] shunt:1049 ------------- pwm:180 ------------- pwm:30 ------------- realma:314 ------------- shunttotal:9121 ------------------------------------ shunt:1044 ------------- pwm:155 ------------- pwm:40 ------------- realma:-237 ------------- shunttotal:8884 ------------------------------------ shunt:0 ------------- pwm:155 ------------- pwm:40 ------------- realma:-235 ------------- shunttotal:8649 ------------------------------------ and here sketch: code: [select] #include <wire.h> #include "clickbutton.h" #include <liquidcrystal_i2c.h> liquidcrystal_i2c lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, positive);  // set lcd i2c address/ pins clickbutton ba(9, low, clickbtn_pullup); clickbutton...

Arduino Mega 2560 R3 PWM Frequency Control

Image
hi, have 4-pin fan can controlled pwm control speed. need operate @ 25khz. also +2 pins need them motor pwm control same frequency, lets 4khz. i need information regarding how control arduino's pwm pins. from googled, there 16bit timers , 8bit timers. mega 1 which? what timers responsible pins? and timer arduino code uses delay , millis functions? from google's searchings became complicated real quick. there 2 modes timer seems... , there different prescaler values each timer. different equations of course. , there "top" variable.... can me sort confusion? i'm tired these "secrets" modes , happier if put or redirect me info on same place. , in orderly manner won't confused. please. hope don't ask lot. just give analogwrite try rare need adjust advanced stuff pwm work stuff that. Arduino Forum > Using Arduino > Microcon...

ZeroPi with Raspberry Pi - Raspberry Pi Forums

zeropi new generation development board robotic motion structure system, arduino 0 compatible , raspberry pi compatible. zeropi has strong motor driver modules can control 11 micro servos , 8 dc motors (or 4 stepper motors) @ same time. raspberry pi, discover countless features, such full tablet control, wireless control, bluetooth , more. can install web interface control motors , servos directly. can achieve interface java script. zeropi has launched kickstarter, if interested, please support on https://www.kickstarter.com/projects/12 ... le-develop . can’t change world without help. thank all! i've backed (to tune of $19) although trifle surprised realise didn't come slot motor drivers (not had heard of them before reading kickstarter). quick google told me price of slot drivers wasn't unreasonable guess i'll drivers when know i'll use board for. raspberrypi

SIM900 programming problems, help needed

i working on controlling arduino sim900, have problems giving commands true sms, send sms true sim900 works. can 1 me? i want controll led sms command, led connected pin 10. void receivetextmessage1() { // code here led on } void receivetextmessage2() { // code here led off } code: [select] // http://wiki.epalsite.com/index.php?title=sim900_quad-band_gprs_shield_with_micro_sd_card_slot#purchasing_this_module #include <softwareserial.h> softwareserial sim900serial(2, 3); int data = 0; const int buttona = 22; const int buttonb = 23; const int sim = 40;      // on current sim900 card pwm pin 7 controll pwrkey sim900 chip const int buttonc = 42;  // manual set sim900 on/off button const int led = 10;      // led output, controlled sms boolean lastbuttona = low; boolean lastbuttonb = low; boolean lastbuttonc = low; boolean currentbuttona = low; boolean currentbuttonb = low; boolean currentbuttonc = low; void setup() { { pinmode (buttona, ...

Check my new site, euh... Application!

hi everyboy! i have post in actionscript forum ( .../cfusion/webforums/forum/messageview... ) talks bug have hard time beat. i thought show new application here (it's not "site", more rrria)... anyway, tread can tag "wanna see new site i've been working on since last year?" department. check out! it still needs work, of it, works! www.showeaver.com p.s. link one-user-login situation, not case final installation. if open files read/write instead of read-only, if asked, don't save work, can "save as" it. thanks feedback! how did position elements in when clip resizes? trying position in exact center of browser, after resizes full browser. can me script? More discussions in Adobe Animate CC - General adobe

Thread: My desktop is gone

Image
hi, have unr 9.04 on dell mini 12. unr desktop making netbook run slowly. while switched classic ubuntu desktop every time started computer. opened startup options , de-selected unr desktop, figuring revert classic desktop. computer starts , shows background image , desktop icons only. able open nautilus , browse files. can click "get online" open firefox. tried searching similar problems or quick keys open settings correct problem, haven't found anything. in advance... reed posted xjsquarred hi, have unr 9.04 on dell mini 12. unr desktop making netbook run slowly. while switched classic ubuntu desktop every time started computer. opened startup options , de-selected unr desktop, figuring revert classic desktop. computer starts , shows background image , desktop icons only. able open nautilus , browse files. can click "get on...

Ending Flash Files with Actionscript

hi there folks, unfortunately i'm new flash you'll have forgive question, q) correct script end flash file once reaches specific frame (e.g if want end flash presentation when reaches point!?). if can this, appreciated!! :) captain elgy, > unfortunately i'm new flash you'll have forgive > question, no worries. :) every 1 of new @ point. > q) correct script end flash file once > reaches specific frame (e.g if want end flash > presentation when reaches point!?). mean "end flash file"? mean stop? if so, stop() action may need -- stop timeline. mean quit , close browser window? if so, you'll stepping outside the realm of flash, you'd have trigger javascript close window. david stiller adobe community expert dev blog, http://www.quip.net/blog/ "luck residue of design." More discussions in ActionScript 1 and 2 adobe

user3 active - Joomla! Forum - community, help and support

hoi, hoe kan ik het actief geselcteerde menu item uit het user menu een andere kleur geven? ik gebruik om dit menu te stylen de volgende code. wanneer ik echter een stukje een active (ul#mainlevel-nav li a:active) toevoeg, het geselecteerde menu een seconde de active kleur, en vervolgens, als de pagina compleet geladen is, weer de normale menu kleur. iemand enig idee hoe ik dit voor elkaar kan krijgen? ul#mainlevel-nav {   list-style      : none;   padding          : 0;   margin          : 0; } ul#mainlevel-nav li {   display          : block;   background-image : none;   padding-left    : 1px;   padding-right    : 1px;   padding-top: 5px;   float            : left;   margin          : 0;   width            : auto !important;   line...

Thread: How to set volume for my system?

hi friends, using ubuntu kde. can't set pcm volume 100%. each time changes volume 70% after reboot. how can fix ?? have tried set volume running alsamixer on terminal no effect. have alsamixer v1.0.18 . maybe can try command: code: sudo /etc/init.d/alsa-utils store_levels Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] How to set volume for my system? Ubuntu

debug vs release version problems?

when trying debug in flex 2 message saying can't find player 9 ocx. stand alone player installed flex 2 seems 9.0.15 yet latest player download adobe 9.0.16. can explain need install test in debug , able run in release? thanks hi david, 9.0.15 correct debug version of flash player 9 should used in conjunction flex 2. can confirm following: -- in internet explorer, right-click on flash movie (e.g. go www.adobe.com , right-click on main movie). see "show redraw regions" , "debugger" in context menu? -- if choose "about adobe flash player 9" in context menu, resulting page show you're running 9.0.15? thanks, nj flex builder team More discussions in Flex (Read Only) adobe

Thread: why is xubuntu said to be faster than ubuntu?

Image
i have had ubuntu couple weeks , it. runs on 11 year old computer. can't read posts , read text in chats how xubuntu faster. many people have asked question...why xubuntu faster ubuntu? have read many of answers yet not 1 makes sence me. took me many many hours ubuntu installed updates not in rush switch xubuntu unless understand-for sure: (1) why xubuntu faster.....and....(2) notice when using computer. if don't understand , if doesn't make sence, prolly not switch due nice clean install did on ubuntu. must admit ubuntu slow still can't complain because works , computer old. please comment if can, appreciate it. thank you. xbuntu runs on "xfce" desktop environment "light weight" compared standard gnome desktop. feel looks rather crude , lacks features. run bit faster standard gnome. if interested in trying run following in terminal: code: sudo apt-get install xbuntu-...

Problema con indirizzo pcf8574p

ciao tutti, ho un problema con due pcf8574p, usando l'i2c scanner (quello compatibile con il mega indicato nel playground), tenendo a0, a1 e a2 oscillanti, arduino lo vede. l'indirizzo ovviamente cambia: 0x23 e 0x27. se collego questi tre pin massa e/o 5v per modificarne e stabilizzarne il valore, l'i2c scanner si blocca. e comunque mi sembra che il pcf non funzioni. se ho capito bene hai un arduino mega dove hai collegato il pcf? sui pin scl e sda o a4,a5 o 20-21? ciao uwe Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Problema con indirizzo pcf8574p arduino

(RFID project) SD problem with Ethernet library

Image
hi everyone! i'm doing rfid project using nfc pn532 (rfid reader) , arduino uno ethernet shield. is, when touch rfid card (i use mifare classic.) reader, data written mifare , micro sd card on ethernet shield. my code here ... (my problem below code.) code: [select] #if defined(arduino) && arduino >= 100 #include <arduino.h> #else #include <wprogram.h> #endif #include <spi.h> #include <ethernet.h> #include <sd.h> #include <nfc.h> nfc_module nfc; file myfile; u8 buf[5], sta; void setup() {  serial.begin(9600);  pinmode(4, output);  sd.begin(4);  nfc.begin();  uint32_t versiondata = nfc.get_version();  if (!versiondata) {    serial.println("didn't find pn53x board");    delay(2000);    asm volatile ("  jmp 0"); // reboot if didn't find pn53x board.  }    nfc.samconfiguration();  serial.println("wa...

strange drop down gap in firefox

hi there, i wondering if me out this. i've got xslt page drop-down menus. page works fine in ie, in firefox, there gaps between each of drop down menu items. can see mean at: http://www.valleypethospital.com/valleypetnewsxml.xml does know may cause this? not problem prior converting document xslt 1.0 i've added whole bunch of things since then, including doubling javascript outside of xsl:comment function have menus display @ in firefox (if rid of inside comment function won't display @ in ie). realize code long way best practices still hope can me out. thanks, evan on thu, 27 jul 2006 18:09:19 +0000 (utc), "dividual" <webforumsuser@macromedia.com> wrote: > wondering if me out this. i've got xslt page >with drop-down menus. page works fine in ie, in firefox, there gaps >between each of drop down menu items. can see mean at: > > http://www.valleypethospital.com/valleypetnewsxml.xml add styles: a img {display: block;float:le...

Hey! why won't my external casts download?

when use downloadnething, external cast doesn't appear. is because i'm using free trial 30 day version? all other files download ok. > when use downloadnething, external cast doesn't appear. any neterror() returned? can provide url? you're running a projector , not shockwave, right? > because i'm using free trial 30 day version? probably unrelated > other files download ok. bad or no mime-type set on server cct/cst/cxt? More discussions in Director Lingo adobe

Problem with RTC DS1302

hello, built project using rtc ds1302 (clock module), arduino uno , lcd 16x2. everything works great, lcd shows time, problem here few seconds skipped without  pattern. this problem of clock module, or arduino, or else? sorry english, greetings brazil. hello lucasorofino could please post code (use code tags - "#" button above row of smileys). quote the problem here few seconds skipped without  a pattern. do mean display stops few seconds , catches real time?  or jump forward few seconds? regards ray Arduino Forum > Using Arduino > Programming Questions > Problem with RTC DS1302 arduino

Power issues with Icomsat v1.1 GSM/GPRS Shield

hello everyone, i'm doing project related sensor reading (sensors connected shield - http://imall.iteadstudio.com/im121211001.html) , outputting readings thingspeak server http posts (using shield - http://imall.iteadstudio.com/im120417009.html) connected arduino uno r3. the problem i'm having power issues icomsat shield, usb/serial connection arduino-computer not enough power sim900 module in gsm shield decently (sometimes disconnects after few seconds). after searching on few forums, came conclusion icomsat shield can take 2a (current), way more connection can offer, connected additional power souce arduino (mustang alkaline 9v battery), notice sim900 disconnects (although more rarely), when i'm using 2 shields (sensor shield + gsm shield) pilled in arduino. is possible shield "steal" current other shield? i notice if connect sensors (for exemple dht11 sensor and/or shinyei ppd42) sim900 module disconnects after while. i'm having difficulties un...

Serial output is... interesting.

hi guys, working nrf24l01+ 2.4ghz rf modules , have been writing own library them, based on mirf library. i seem able functionality of modules working fine, issue in function writing. code: [select] void nrf24l::printallregisters() { serial.print("config: "); printregval(config); serial.print("en_aa: "); printregval(en_aa); serial.print("en_rxaddr: "); printregval(en_rxaddr); serial.print("setup_aw: "); printregval(setup_aw); serial.print("setup_retr: "); printregval(setup_retr); serial.print("rf_ch: "); printregval(rf_ch); serial.print("rf_setup: "); printregval(rf_setup); serial.print("status: "); printregval(status); serial.print("observe_tx: "); printregval(observe_tx); serial.print("cd: "); printregval(cd); serial.print("rx_addr_p0: "); printregval(rx_addr_p0); serial.print("rx_addr_p1: "); printregval(rx_...

Printing long number to LCD with separators.

hallo everybody. i want print long separators "," , ".". example, want show on lcd number 1234567 "1,234.567". how go doing this? much. quote for example, want show on lcd number 1234567 "1,234.567". how did determine put comma? how did determine put dot? did either decision depend on dividing 1000? Arduino Forum > Using Arduino > Programming Questions > Printing long number to LCD with separators. arduino

Thread: Compatibility questions.

ok, thing that, before can install ubuntu system, need know if it's compatible apps use frequently, if it's trough wine, made list of apps normaly use, if know or had tested happy if tell me how worked. 1) adventure maker 2) usb stuff cellphones , pendrives 3) steam (garrysmod, left 4 dead, half-life 1, endwar, etc. i'm maybe missing 1 or 2 , if know abour important program not compatible ubuntu , please let me know. thanks, rodart. why don't try live cd , see self if of things want work. sad want ubuntu windows. of devices work on ubuntu exception of few. of windows apps don't work hard work , alot of tweaking can them moving. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [SOLVED] Compatibility questions. Ubuntu

[RISOLTO] Problema send MAIL

=( un saluto tutti. ho un problema non indifferente da risolvere e credo di non essere l'unico. non riesco ad inviare una semplice mail (messaggio di stato con qualche dato rilevato). lo scorso anno ero riuscito in una prova veloce, ma oggi con lo stesso non riesco più. il riferimento è http://playground.arduino.cc/italiano/mail. non funziona più nulla. ho decifrato in base64 l'indirizzo di accesso e la password, senza alcun risultato. qualcuno sà come configurare arduino perpiacere per inviare una mail ? io utilizzo l'ide 1.5.6.r2, una shiel eth 5100 ed arduino mega 2560, con virgilio.it (lo stesso dello sketch di esempio) l'esempio del playground, chiaramente specifica che non funziona con la cifratura ssl, e credo che anche virgilio sia passato questo tipo di sicurezza, non mi dò altre spiegazioni. grazie per l'attenzione. ormai, con il dilagare dello spam, tutti provider ( ... salvo forse rarissime eccezioni ) non accettano più...

Adsense "blocked" in IE7 - Joomla! Forum - community, help and support

as mac user (mostly using firefox or flock), internet explorer not issue. however, having heard internet explorer 7's default installation blocks adsense adverts, i'm seeking confirmation case. can has ie7 on machine homework me? it appreciated. peter, i tried open ie7 on computer, , doesn't work... reinstalled, doesn't work. that why rather using mac! i got , running on client here, ads in these forums show okay. adsense? if not, have link page adsense can at? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Did I fry my MPU-6050?

i ordered mpu-6050 6-axis gyroscope/accelerometer other day. yesterday, connected a4 sda , a5 scl [http://www.arduino.cc/en/reference/wire], , used code http://playground.arduino.cc/main/mpu-6050#sketch. i mistakenly connected vcc arduino's 5-volt supply, while operating voltage 2.375-3.46. i have received @ least 1 frame of data mpu: accel x,y,z: 747, 512, 12545 temperature: 24.459 degrees celsius gyro x,y,z : 520, 5842, 396. however, now, wire.endtransmission(false) returns error code of 2: "received nack on transmit of address". i'm not sure when started doing this; although relatively after first time ran code. any ideas on what's going on? @ appreciated. thanks! neeever mind. turns out 5v not fry mpu-6050 on gy-521 board. connection on data line bit loose. Arduino Forum > Using Arduino > Sensors > D...

Moving /boot to smaller SD card - Raspberry Pi Forums

hello debian gurus... installed raspbian on 32gb sd card, moved whole os usb stick. pi uses /boot sd card boot up. there way move /boot smaller (250mb) sd card, mean how can make bootable sd /boot? lot, riki you should able use dd copy /boot partition on /dev/mmcblk0p1 sdcard (or *.img file). or can mount new sdcard , use rsync. or can mount new sdcard , use cp -r. [pick poison.] if you're not using direct dd copy of first 122880 sectors you'll need create new partition on new sdcard in usb sdcard reader with fdisk /dev/sda command (m help): n partition type p primary (1 primary, 0 extended, 3 free) e extended (container logical partitions) select (default p): p partition number (1,3,4, default 1): 1 first sector (2048-15407103, default 2048): 8192 last sector, +sectors or +size{k,m,g,t,p} (8192-122879, default nnnnnnnn): 122879 created new partition 1 of type 'linux' , of size 56 mib. command (m help): w mkfs.fat /dev/sda1 once file...

Hjælp til skift af skrifttype - Joomla! Forum - community, help and support

Image
okay, here's deal ...   jeg sidder pt paa en farm australien og designer et website min boss, har dog aldrig brugt joomla foer, saa er aerligt talt n00b paa omraadet... mit spoergsmaal: er det muligt @ aendre den generalle skrifttype det template man har installeret..? og hvordan ? min boss har lagt meget stress paa @ font skal vaere den saakaldte "stencil" men hvordan skifter jeg den til det ? xd plz hjaelp en n00b noed + bandeord fjernet --> for @ vise hvad jeg mener -> http://img183.imageshack.us/my.php?imag ... pleoy6.jpg titlen hvori derstaar "oustation background"... hvordan skifter jeg dens font? Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008) Template, CSS og Design ...

concatenation confusion

i have properties set multiple choice question. working (i think) except go marker portion of script. on each sprite (answer) sits script. when it's clicked on script determins if correct answer or not , collects number of question , moves marker called xxerror or xxcorrect (xx question number collected in panswer. want add panswer error or correct. did correctly? for example, question 2q2. property of pinquirynumber 2q2 , after determining if correct or not (from boolean property panwer) assigns treponse 2q2error or 2q2correct. right goes 2q2correct no matter what. if panswer = false tresponse = pinquirynumber&"error" else tresponse = pinquirynumber&"correct" end if sound(3).play(member(pplayresponse)) go marker(tresponse) cursor -1 end i;m not sure why named question concatenation. part seems working should. problem having panswer coming true. part of code did not post (the part figures out if answer correct or not) seems returning correct ti...

Have no FLash

hello, i amazed as3 decided buy flash. but problem if buy flash8 can learn as3? and if flash9 out have upgrade flash9 as3 because reason want flash because as3. thank u parentaladvisory, > amazed as3 decided buy flash. careful! as3 not available in flash until next release. > problem if buy flash8 can learn as3? sure. :) can learn as3 if don't buy flash. as3 language, , api available free online. > , if flash9 out have upgrade flash9 > as3 because reason want flash > because as3. if purchase flash 8 now, you'll have free access flash professional 9 actionscript 3.0 preview release, alpha release of flash 9 (basically, flash 8 as3 publishing capability tacked on). david stiller adobe community expert dev blog, http://www.quip.net/blog/ "luck residue of design." More discussions in Adobe Animate CC - General adobe

Thread: Firefox crash after JRE installation

well title says it. installed jre 1.6 , put needed links in firefox plugins folder, , next thing know firefox crashes on startup. runs few second, not enough load homepage, , closes without error message. when running through terminal error: code: internal error on browser end: not plugin manager system error?:: success safe mode not @ all, epiphany has exact same problem, arora (which i'm using) seems work, has had few weird crashes, don't think has problem. have idea be? have searched internet far wide. people have had same problems used wrong symbolic links... have checked these , seem allright code: joep@tesla:~$ file /usr/lib/firefox/plugins/libjavaplugin_oji.so /usr/lib/firefox/plugins/libjavaplugin_oji.so: symbolic link `/usr/java/jre1.6.0_16/plugin/i386/ns7/libjavaplugin_oji.so' thx in advance, tell me when need post more info Forum The Ubuntu Forum Community Ubuntu Off...

Thread: CPU frequency scaling unsupported on Q6600

hey! i've installed jaunty 9.04 , can't frequency scaling working on cpu: intel q6600. following error gnome applet cpu frequency scaling monitor: you not able modify frequency of machine. machine may misconfigured or not have hardware support cpu frequency scaling. on slackware use load module acpi_cpufreq seems not applicable kernel, linux core 2.6.28-15-generic #52-ubuntu smp, because built in. ideas? thanks. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] CPU frequency scaling unsupported on Q6600 Ubuntu

Studio Spazio - Joomla! Forum - community, help and support

www.studiospazio.nl eigenlijk vrij basic joomla! maar de template zorgt er toch voor dat het niet echt uitziet als joomla! daarnaast een paar eigen modules of aangepaste bestaande modules gebruikt om het gewenste resultaat te krijgen. tot slot een beetje javascript gebruikt (mouseover effect bij het project menu). opmerkingen zijn van harte welkom! alvast bedankt voor jullie reacties. heel gaaf, voorals het horizontale content.. mooie vormgeving, en lekkere navigatie... twee woorden dus maar: heel gaaf. Board index Joomla! International Language Support International Zone Dutch Forum Show jouw website

[OT] Google and Accessibility Guidelines

this has been posted on many ngs , lists today, didn't see showing up here yet, so... http://it.slashdot.org/it/06/07/20/1242210.shtml "google today released accessible search, google labs product aiming rank higher pages optimized blind users. google asks adhere w3c's web content accessibility guidelines if want make sure pages accessible (and thus, rank better on google accessible search). wrote small tool compare results of default , accessible results." -- thierry articles , tutorials: http://www.tjkdesign.com/go/?0 the perfect faq page: http://www.tjkdesign.com/go/?9 css-p templates: http://www.tjkdesign.com/go/?1 css tab menu: http://www.tjkdesign.com/go/?3 thanks thierry. t "thierry | www.tjkdesign.com" <thierry@212utah.invalid> wrote in message news:e9p35f$jr4$1@forums.macromedia.com... > has been posted on many ngs , lists today, didn't see showing > here yet, so... > > http://it.slashdot.org/it/06/...

FlexAdvert - Joomla! Forum - community, help and support

Image
i've installed flexadvert component , got display 1 advert in footer section of page. firstly, if added advert display in same section flexadvert automatically randomly choose 1 display? i've added 2 more adverts display in footer section flexadvert keeps displaying first addition, if unpublish first ad, none of other display though when use full url advert in address bar come doubt there permission issues. please don't tell me i've missed obvious!  after being in contact flexadvert's programmer here had say: about rotation: it should select them in strict, cross-user rotation, reset on daily basis. ensures equal display of banners each day - since is a cross-user rotation, 1 user refreshing page, no other users on server, see banners given slot. about display problems: this sounds flexadvert hasn't detected banner sizes correctly, hence isn't showing them fear of breaking page layout. try creating new banner same image working one, assigning it same posi...

on state menu items

http://www.robbwhitewood.com/test/ i mark current menu item on included menus (php). i know in pvii pop menu magic using, marks menu items in css. have modified use images main menu items. like follow: 1. mark on main menu current page 2. have on image hold while sub menu down. 3. mark current page on left side menu (also include file) changing style of link , placing image on left (as currently on home) any appreciated. steph hi steph, see reply on pvii newsgroup. -- al sparber, http://www.pvii.com extending dreamweaver - nav systems | galleries | widgets css newsgroup: news://forums.projectseven.com/css/ dw newsgroup: news://forums.projectseven.com/dreamweaver/ "stephanie graham" <steph@designau.net> wrote in message news:eh50qj$8jr$1@forums.macromedia.com... > http://www.robbwhitewood.com/test/ > > mark current menu item on included menus (php). > > know in pvii pop menu magic using, marks menu items > in > css. have mo...

DiscoHAT compatibility for devices - Raspberry Pi Forums

Image
my apologies noob question. did read links still did not understand everything. building discohat has eeprom on if devicetree. pcb arrive in 2 weeks , hope have eeprom code written. program running qlc+ best open source sound , light control application small theaters (i contributing qlc+ programmer http://www.qlcplus.org ). discohat access 8 gpio pins , tx. device tree eeprom used if put discohat on top of raspberry pi 40 pin connector. 26 pin connector not able see devicetree eeprom. programming point of view need access gpio pins in same way 26-pin , 40pin raspberry pi. hope device names not change different when devicetree eeprom added. advantage of device tree modprobe kernel modules (if any) when senses discohat? encouraging comments or advice appreciated. hope on right track adding eeprom on discohat. -- karri karri, have made wise decision putting eeprom on discohat (great name - that's enough blog post). means users of "plus" format pi's, inc...

Run code if previous value was true?

Image
hello again, a minor setback in code creation, it's quite enjoyable figuring out solution  i have piece of code inside while() loop code: [select] if (millis() - tempstate > inttemp)     {       tempstate = millis();       ktemp = tempsensor();   } if (ktemp < 100)     {       if(togglemarker = true)         {           startsequence();           delay(10000ul);         }       mainsequence();       togglemarker = false;     }   else if (ktemp >= 100)     {       stopsequence();       togglemarker = true;     }     basically i'm looking this: i want startsequence() run once (for 10 seconds) if temperature before above 100 or better yet, if stopsequence() has been active before. nice keep kt...

A couple of questions

hi, pretty new flex , have done tuts things not clear me yet.. first if ido user validation on forms.. , check on serverside also.. example validate on client classes , on php own validaiton classes how can give data after post request there error? also how handle large data lists examples retrieve article lists out of db limit amount how pagination see total amount of articles , page numbers navigate through them? and last question if use inline edit how send away post or request when edit out form , go datagrid ? your data service call needs return success / error status. can access in handler function , notify user want. how displaying data? in control? opposed using default scrollbars? page numbers? format article data? you send data server using 1 of rpc protocols, same in question 1. tracy More discussions in Flex (Read Only) adobe

looking for webcam and display options - Raspberry Pi Forums

my skills limited , have been learning lot while working on project. not point want try , add video see better. let know iron man project friend. have seen build used usb web cam , display inside helmet simple hud. due problem seeing inside iron man helmet see promising. put web cam position of chin , not know used display, believe through hdmi. here link https://www.youtube.com/watch?v=njvhuvwrfae question if improved upon? use display? after going more chance of hud display. testing trying learn how usb cam "logitech" work , view through monitor right now. dont need save video or pictures able see better dont fall or step on accident. find display fit inside face piece without making him go cross eyed. thank suggestions, tips or comments. raspberrypi

[SOLUCIONADO] HCS301

saludos. ahora si estoy totalmente estancado, probado la recepcion de varios mandos y lo logrado con los ejemplos que viene con el ide y algunas otras librerías, pero ahora tengo un control con el hcs301 que funciona en el portón del edificio y también tengo el receptor que usa la placa del portón. así que por hardware no me preocupo, el problema viene al tratar de capturar lo que envía el mando. en la placa original usa un pic de la familia de los 18f, pero quería hacerlo con arduino y no logro captar nada. hay alguien que tenga experiencia con este keeloq? viste esto http://forum.arduino.cc/index.php/topic,201970.0.html de donde sale esta librería https://github.com/franksmicro/arduino/tree/master/libraries otra ayuda https://discuss.ninjablocks.com/t/hcs301-hopping-code-button-driver/578 y esto lo debes tener http://ww1.microchip.com/downloads/en/devicedoc/50033b.pdf Arduino Forum > Inte...