Posts

Thread: Announcing: Google Chrome Dust Theme

for when gtk+ option of chromium doesn't --here dust theme extension does use classic appearance or gtk+? love classic appearance! (tools->options->appearance) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Announcing: Google Chrome Dust Theme Ubuntu

Please help me before i lose it!! (CS4 Plugins related)

ok, having weirdst problem have seen date , have reached end of line. reason, when double click on raw file , open computer, opens in ps plugins , filters not there. however, if open photoshop directly , open same exact file inside photoshop, plugins there , working should. help!!! need thing working before lose , send adobe refund. thanks snir 16 bit per channel images can't processed plugins. 1 way delivers 8 bit, other 16. see menu image... mode... j More discussions in Photoshop Windows (read only) adobe

Calendar - Joomla! Forum - community, help and support

is there working / calendar module/plugin 1.5 ? /bqt welcome forum! i haven't tested them, these 1.5 compatible calendars: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1196/itemid,35/ http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,95/itemid,35/ http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,860/itemid,35/ Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Problem with working of fan when door sensor is closed

hi,   working on project in fan must turn on when door sensor closed first time , fan should off when door sensor opened.when door sensor closed second time,bulb must on ,  when door opened again bulb must off.initially door should open. here code have written. code: [select] int bulb=9; int fan=5; int door=12; int state; int dstate;        //store state of door int count = 0;    //counter number of times door sensor opened or closed int previous = 1; void setup() {   pinmode(bulb,output);   pinmode(door,input);   pinmode(fan,output);   serial.begin(9600); } void loop() {      dstate=digitalread(door);      if(dstate!=previous)       {         count++;         serial.println("count=");         serial.println(count);         if(dstate==low) ...

please help

Image
i can't upload programme schow me msg http://arduino.cc/en/uploads/main/arduinouno_r3_front.jpg lots of people have had issues ide's on 1.6.5 r5 , under 1.6.9. may suggest upgrade 1.6.9 or try zipped version (unzip folder , run shortcut)  1.6.5 , see how on. also avoid 1.6.10 moment too. additionally may helpful add information may have such os , connected board , how etc. there fantastic people on here given right information can spot issue enough information. Arduino Forum > Using Arduino > Installation & Troubleshooting > please help arduino

How do you get EPROM read and write to work?

i trying save led state (on or off) when power removed , reapplied.  cant seem eeprom read write working. please help! this code takes arduino ir remote , controls individual led's on/off , pwm on pins. it rc boat navigation light control system used turning on , and dimming remote. post code have tried. have looked @ examples in ide ? Arduino Forum > Using Arduino > Programming Questions > How do you get EPROM read and write to work? arduino

Documents loosing opengl acceleration!

hi. i have opengl acceleration turned on , works. problem document looses it's acceleration. i'm not sure when happens, if when switch between documents or when switch between photoshop , other applications. can rotate picture, @ point when want rotate, message says document has not acceleration turned on. other documents may alright. is there control can turn on acceleration specific document when has lost it? there registry hack disable loosing of acceleration of documents (except known hack force acceleration on old gpu's). what other applications? indeed problem, if they, too, use hardware accelerated functions. there's potential problem, if have multiple apps open use new unified interface libraries, in use hardware acceleration. mylenium More discussions in Photoshop Windows (read only) adobe