Posts

Showing posts from July, 2013

User permissions accross website (extension needed?) - Joomla! Forum - community, help and support

Image
hi! have been tasked cms solutions - joomla anyway - used our university school website. big school, consisting of 3 departments, each department has several institutes, each institute has several research groups. where not sure if joomla can deliver distributed user roles across different parts of website, e.g. only content in grey cloud outside of joomla, else held in joomla , edited , published different people, each responsible own sections. prevent unauthorised editing. i cannot see permission model in joomla, perhaps not knowledgeable enough. or there extensions out there deliver functionality? i appreciate lead or help. many thanks! hi atomino,     why cant u try jbam - http://jbam.joomlasolutions.com/   tool used manage backend access control.   give try!!!!:) james Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x

PIR + SPEAKER

ciao tutti. ho recuperato uno di quei sensori che si mettono davanti alla porta per avvisare quando entra qualcuno (marca jeiko modello jk05s). originariamente questo sensore rilevava la presenza e trasmetteva un qualche tipo di segnale al ricevitore che emetteva un suono. ora il ricevitore è andato meretrici e quindi volevo provare recuperare il solo sensore di presenza. l'ho smontato e vedo che c'è un piccolo pcb con 4 elettrolitici, diverse resistenze, un transistor, un paio di integrati (credo... affarini piccoli con 8 o 14 pin), un sensore pir d203b e infine un altro piccolo pcb con altri componenti tra cui un trasmettitore r433a. dopo svariate prove, ho trovato un "contatto" del pcb che collegato ad un pin analogico di arduino mi permettere di leggere valori diversi seconda della presenza o meno di ostacoli davanti al sensore. bene, dopo tutta questa premessa, ecco l'idea: elimino la parte di trasmissione, tengo buono tutto il pcb (e relativa elett...

text From Client Browser To i2c LCD ESP 8266

im starting project using web browser send simple text string esp i2c lcd , googled see if can save time kept getting errors on compiling i found post startingelectronics.org/tutorials/arduino/web-page-to-lcd it looks good, need, don't wish use sd card simple project, want store sd card file hold in variable called text_display i want work access point , have ability accessed through routers ap, commenting out line can hide stand alone ap , use routers ap (iv done before couple years ago) so sum connect esp client greeted simple form input 2 lines of text , value stored var outputting i2c lcd, im stuck on compiling, here 1 example failed... // (c) j~net #include <esp8266wifi.h> #include <wificlient.h> #include <esp8266webserver.h> #include <esp8266mdns.h> #include <wire.h> #include <liquidcrystal_i2c.h> liquidcrystal_i2c lcd(0x38, 16, 2); // #define oled_reset 4 const char* ssid = "routerap"; const char* password = "secre...

Arduino uno mit GPS Positionen melden

hallo liebe forum mitglieder, ich bin ein neueinsteiger und möchte euch um ratschläge bitten. wir veranstalten ein autoralley wo man 8 verschienedene punkte anfahren soll. ich dachtre mir, dass ich die verschiedenen koordinaten (8 stück) eingeben könnte und dass das arduino uno mit gps (groove grv gps)  bei  annähern die vorgegebene position dies durch akustische laute anzeigen soll.  im prinzip wie ein festradarmelder. meine frage euch, hat schon jemand ein projekt gemacht und könntet ihr mir mit einem sketch weiterhelfen? vielen dank im voraus lieber grüsse aus luxemburg hallo, für 8 punkte brauchst du 16 koordinaten- einmal länge, einmal breite. hier mal etwas zum üben. sketch mußt du selbst schreiben, suchmaschinen ersetzen wir nicht. gruß und spaß andreas Arduino Forum > International > Deutsch (Moderator: uwefed) > ...

Wireless display made with Arduino and Bluetooth module

Image
wonder can arduino, bluetooth , lcd display ? well, i have been doing atmel series mcu long until before 3 years arduino came life    its best platform when working in embedded, , arduino software. i never had worry converting codes hexadecimal , burning codes. here's stuff ! wireless display made arduino , bluetooth module , in project able connect mobile phone system through hc 05 bluetooth module, , display characters lcd display however arduino software did not had lcd liberary had download instead. do share thoughts project. i'll sharing more arduino projects later..!  Arduino Forum > Community > Exhibition / Gallery > Wireless display made with Arduino and Bluetooth module arduino

MOSFET e ARDUINO

Image
buongiorno tutti, devo collegare un piatto riscaldante (12 v 1ohm) all'arduino, un sensore di temperatura e scaldare il piatto fino raggiungere la temperatura. l'unico vincolo è che una volta raggiunta la temperatura impostata devo essere certo della potenza di pilottaggio del piatto. ho pensato di usare un mosfet ttl per essere certo della saturazione del fet(senza circuiti aggiuntivi), è stata una scelta corretta ? come si vede dal circuito allegato ho messo una resistenza da 220ohm in serie tra gate e l'uscita di arduino... perchè alcuni circuiti mettono una resistenza di pulldown da 10kohm ? inoltre pensavo di usare pin 4 e 13 sull'arduino che di default hanno una frequenza di pwm di 976.56 hz rispetto quella sugli altri pin di 490.20, è una scelta corretta o è identica ? il controllo di temperatura è un banale pid senza derivativo c'è qualcosa di meglio ? la potenza quindi si stimera' come : vcc * imax *  dutycycle - rds(on) * imax ? o devo so...

Force to download a file - Joomla! Forum - community, help and support

hi, i'm developing component torrents catalog joomla 1.5. i'm new @ developing coponents joomla. my problem is, i'd send file user, hide real path file. i thought php header function solution: code: select all <?php header('content-type: application/pdf'); header('content-disposition: attachment; filename="downloaded.pdf"'); readfile('original.pdf'); ?> i put code in 1 of component controller method, dosen't work, cause headers sent before joomla call task method. sory english, hope u know mean. any ideas? i found following somewhere in google , works me: code: select all function force_download($filename, $name ) {       $filesize = filesize($filename);       if($filesize) {           ini_set('zlib.output_compression', 'off');               /* ie fix : firefox compatible */           header("content-type: application/application/octet-stre...

Installing PU Arcade component - Joomla! Forum - community, help and support

Image
after upgrading latest release of joomla cannot install pu arcade on linux machine i error message failed move file if use the file upload box.  if try use install directory keep getting error please enter package directory. not matter directory place file in. system legacy turned on. i ran on windows machine , worked fine. used upload selection in windows , selected zip file , went smooth. what forgetting in linux? Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Troubles with DHT11 and Attiny85

i have gotten arduino programming , have been using attiny85 microprocessor. issue have attempted connect 433mhz rf transmitters attiny processors, had initial success , able transfer float values , integers using data structures. library using task radiohead ask library. wanted attempt connect dht11 sensor attiny85 , transfer data arduino uno. problem attiny cannot seem read data dht11, have tried many libraries including dht11lib, dht11stable , adafruit dht libraries. have taken multimeter circuit , know dht , attiny communicating due voltage fluctuations. when try run code values of 0 on receive side, know transmit , receive functions work because can hook other sensors aren't dht. have tried looking everywhere similar issue solutions find dont seem work scenario. had gotten part of code previous forum thread on how send multiple float values. using 5.2k resistor dht11. had gotten code work arduino arduino transmission stuck on getting attiny want work dht11. example o...

Can't read sms using Thinker A7 communicate with Arduino

Image
hi guy i'm trying communicate ai thinker a7 module. on arduino uno r3 im using pin 7,pin 8 connect utxd & uaxd. when send sms phone module thinker 7, use arduino read sms. my code bellow code: [select] #include <softwareserial.h> #include <string.h> char incoming_char = 0; softwareserial cell(7, 8); //my shield uses these pins software serial. void setup() {  serial.begin(115200);  cell.begin(115200);  delay(2000);  serial.print("starting modem communication...");  delay(12000);  serial.print("ok\nintroduce @ commands:\n"); } void loop() {  if(cell.available() > 0)  {    incoming_char=cell.read();        if(incoming_char=="a"){      serial.println("content of sms a"); //if sms contains "#" arduino looks commands follow.      serial.println(incoming_char);    }    else    { ...

Onboard FTDI question

i use ftdi cable or bob program projects, particular 1 beneficial have built right on board.  board run @ 5 volts, atmega328p-au chip having uno boot loader on it.     question is, in schematic of sparkfun's ftdi breakout board ,  won't needing 3.3v anything, can remove c1 & sj2, , have net 'power' connect directly '5v'? it seems correct me, thought another's thought might same me problem on custom made pcb. thanks. sure. Arduino Forum > Using Arduino > General Electronics > Onboard FTDI question arduino

I CANT INSTALL FLASH PLAYER 10.0.22.87

this error message when trying install adobe flash player version 10.0.22.87   error opening file writing: c:\windows\system32\macromed\flash\npswf32.dll   someone plaease me!!!! want watch videos on youtube. try this download flash player uninstaller http://www.adobe.com/go/tn_14157 close browser windows , run uninstaller reinstall flash player http://get.adobe.com/flashplayer/   if still having troubles after this, post more information, os , browser. More discussions in Using Flash Player adobe

Is there a frameset alternative...?

is there way can have icons on left side of page link bring image target area on right side of page without using frames? i've seen done without frames before.   any awesome , appreciated.   ~dan yes, can dw's settext behavior.  here demonstration of right way -   http://dreamweaverresources.com/tutorials/settextoflayer.htm   the behavior called "set text of container", , using meet of requirements.   to use it, have have following:   1.  page 'container' receive enlarged image - table cell, paragraph tag, div, or span tag. 2.  container have identified id attribute , valid value, e.g., <div id="enlargedimage">. 3.  dummy page containing each enlarged image, placed sequentially on page.   to implement effect, following:   1.  open dummy page in code view, , select first image's tag, e.g., <img src="images/foo.jpg" width="123" height="256" alt="whatever" /> (xhtml syntax shown here). 2.  switch...

Email Cloaking Bug - Joomla! Forum - community, help and support

just noticed email cloaking plug-in not work derivatives of link code anytext the bot inserts appears proper javascript in the wrong place in html. you end with: code: select all <a href="mailto:  <script language='javascript' type='text/javascript'>  <!--  var prefix = 'ma' + 'il' + 'to';  var path = 'hr' + 'ef' + '='; etc. etc. instead of just: code: select all  <script language='javascript' type='text/javascript'>  <!--  var prefix = 'ma' + 'il' + 'to';  var path = 'hr' + 'ef' + '='; i try check other cases when chance may take while. what version use of joomla 1.5? eg nightly build (date downloaded) or svn (revuision number) ? there been couple of contact_com bugs, maybe try latest svn or nb. thanks, laura Board index Joomla! Official Sites & Infrastructure Sites & Infrast...

Thread: USB 3G Modem as a Fax

hi, set-up fax on laptop. have acer aspire 3680-2282, running karmic , usb 3g modem use o access internet. have done little on-line searching , come empty. possible? as know, , test, softwere alike fax, used use faxmachine, in freindly user maner without device can use online service send fax. meaby mistaken. ps. 3g modem use dial tone , data send analog way throw gsm waves, how want make fax? can check huawei code, or user manual? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] USB 3G Modem as a Fax Ubuntu

Automated processing of files online...? - Joomla! Forum - community, help and support

Image
hi does know called,,and how achieved - perhaps there module (wish) i people upload image processed programme "painter" or similar  can downloaded, the programme has scripts possible file uploaded processed programme, , avaliable download? know possible , have seen somewhere before wondered how can achieve this... thanks russell Board index Other Forums The Lounge

bricked two megas using motor shield - advice please!

hi all, could advice please before damage more! i think i've bricked 2 mega 2560's. well, first 1 seems totally bricked (red led comes on , stays on when powered usb, nothing when powered dc, , never gets recognised on serial port), , second doesn't come on @ when powered dc works ok usb power. testing multimeter shows voltage regulator on both damaged. i don't know caused first 1 know did second... i'm using arduino motor shield (https://store.arduino.cc/arduino-motor-shield-rev3). it working ok, 1 of 2 things happened - either 1) load heavy motor, or 2) shaft slipping in coupler. either way, testing it, smell burning unplugged. the motor 12v, 65pm, worm gear reduction motor. when realised red light issue, read on , used multimeter measure voltage on regulator , found outputting 2v or less 12v input. 5v output pin outputting 2.xv. then went test regulator on mega 2560 have check how should work, , perfect (12.xv in, bit less out) , accidentally connected ...

Problem backing up ses files

i have been trying encore projects edit machine external hard drive , have been able except couple of these files.  there character limit knows about?  think might have it.  i'm using encore cs3 in windows xp backing 1 terabyte western digital hard drive.   thanks. is external hdd formatted fat32 or ntfs? if fat32 (and default work on mac systems) going ti run limitation of (i think) 64 characters. what happens if reformat hdd ntfs volume? (or, if working on mac system, hfs+) More discussions in Encore adobe

Corrections not saved?

does else have problem of indesign (cs3) not saving text corrections? happens on , on , know i'm not crazy. happens more in large document such catalog or multiple page brochure/booklet.   i can find mistake, correct it, save numerous times, both using keyboard shortcuts , menu , not save, save as. can close file, come next day , correction not made. run time , causing me not headaches, costing money in fees when find error on printer's proof , have correct then.   this isn't problem on small documents, multiple page documents , books. seems larger document, more drops text corrections.   i hope has been corrected in cs4! are absolutely sure you're opening right file? saving network? have full permission on drive you're using?   bob More discussions in InDesign adobe

Which component to display list of words like paragraph?

which component best display list of words in paragraph format?   i have list of "tags" (as in words) in database, , want display tags in flex component html example below: http://blog.flexexamples.com/tags/   tilelist doesn't work, since columnwidth uniform, , words database have varying lengths. thanks much. hi,      > may add tags textarea component in flex html formating applied      >first  make tags link , source should according  data      >and apply html formating on textarea well      >set  htmltext=true on textarea More discussions in Flex (Read Only) adobe

Problème avec #include

salut à tous, mon projet commence à bien prendre forme, seulement je l'organise en fichier.. donc dans mon prog principal, j'ai un #include toto.h, et dans mon toto.c, j'ai des fonctions dont une qui fait un serial3.flush(); (ou autre chose, ce n'est pas le flush le problème) a la compilation, j'ai une erreur me disant qu'il ne connait pas serial3.... comment faire? j'ai bien tenté un #include <serial.h> dans mon toto.h, mais rien n'y fait.. merci pour votre aide. bonjour, si tu utilises des éléments du framework arduino dans tes .cpp il faut que tu inclues arduino.h code: [select] #include <arduino.h> un conseil: sauf si tu connais vraiment, ne mélange pas du c avec du c++. renommes ton toto.c en toto.cpp Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Probl...

why is the assests panel disabled when editing css or xml files?

it's immensely annoying. there anyway stop it? the assets panel disabled files displayed in code view only.   if want dreamweaver support assets panel in other file types, file feature request @ http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform . More discussions in Dreamweaver support forum adobe

Conserving HDD Space by Moving to DVDs... How do I re-find files?

i'm going have buy hard drive @ point need stop , remove files don't use often. when show clients work, show them psd or jpg files raws can put away on dvd.   however, before start process want make sure know what's going happen.   let's have foler called bobsportraits , has raws , psds in main folder , there prints folder high res jpgs.  i'll want keep psds , jpgs on hard drive (there 5-10 of these per folder 50-100 raws).   what i'd want move whole bobsportraits folder dvd, , rid of raws on hard drive.  how best way go doing this?  , need if bob ever calls , says wants go on photos , maybe order more?   thanks help.   and yes, i'm bob. www.m3imagery.com just no using dvds external mass-store!   hard drives cheaper, more reliable , more 10 times faster.   get *pair* of 1tb externals $100 each, , use export-to-catalog create new catalog of archived raws on 1 of them.  backup 1 other one.  store them in separate places.  ...

ESP8266 Huzzah to Arduino MEGA2560

i purchased adafruit esp8266 huzzah breakout board, instead of having deal logic level shifters , not. anyways, reason need kind of wifi capabilities in project, able control robot through webpage, or phone app. me , few guys working on robot has arm, powered servos, , wheels powered dc motors. have necessities these motors. have need, except knowledge control these parts wirelessly. i have arduino mega, , control it's digital pins using buttons on webpage hosted esp8266 huzzah board. followed tutorial explaining how make webpage produce temperature , humidity data. understood of that, need connect esp8266 mega, , totally lost. must rx , tx pins on esp connected tx , rx pins on mega, respectively? how work? possible can refer me document explaining why is, or show me example code of esp communicating mega? i appreciate it! quote from: baybayman on jun 13, 2017, 06:34 am must rx , tx pins on esp connected tx , rx pins on mega, respectively? if want com...

document edits not printing

afternoon all,   supporting user using acrobat 9.0 (standard / professional etc. unknown can found out) has received pdf attachment in email. when opens it, edits made previous user document show in document. when goes print it, preview not show edits, , if prints out, edits not print. not same documents receives, fine, , edits show in preview , print out correctly). created same user , therefore software. there 3 other users receive same email (they cc'd on same email) , have same symptoms. believed using same version of acrobat.   can put suggestion forward why ok, , others not? just sure, when printing documents , markup being checked? More discussions in Acrobat Windows (read-only) adobe

Thread: Help! dual boot problem

i installed ubuntu 9.10 netbook remix , im loving it. when installed windows 7 partition no longer works. can see windows 7 partition when click on it, reloads grub boot loader. im in college , need windows 7 partition. please me, if helps im using acer d250 netbook. questions ask. sorry if been posted or im in wrong section. grub overwrote windows bootloader. have here: http://ubuntuforums.org/showthread.php?t=1014708 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades Help! dual boot problem Ubuntu

SVG-DD Roundies - The <span> Tag

question:   has tried using svg , dd roundies floated <span> tag?   background:   in source page below there floated span tag appears right of content <div> tag.  change image square circle , considering use of svg , dd roundies achieve goal.    i recall having read dynamic roundies work block elements.  since floated elements block elements, floated <span> not meet precondition?   using <p> tags work, prefer flexibility , appearance of floated <span> tag.   source page:   http://homepage.mac.com/moogoonghwa/imagine_prototype/content/   roddy kiusau wrote:   question:   has tried using svg , dd roundies floated <span> tag?   background:   in source page below there floated span tag appears right of content <div> tag.  change image square circle , considering use of svg , dd roundies achieve goal.    i recall having read dynamic roundies work block element...

I'm getting the error deprecated conversion from string constant to 'char*'

so i'm trying make project http://www.instructables.com/id/playing-wave-file-using-arduino/ every time try , upload code gives me error: d:\documents\arduino\wavsw_ino\wavsw_ino.ino: in function 'void setup()': d:\documents\arduino\wavsw_ino\wavsw_ino.ino:22:21: warning: deprecated conversion string constant 'char*' [-wwrite-strings]   tmrpcm.play("1.wav"); //the sound file "1" play each time arduino powers up, or reset                      ^ d:\documents\arduino\wavsw_ino\wavsw_ino.ino: in function 'void loop()': d:\documents\arduino\wavsw_ino\wavsw_ino.ino:32:26: warning: deprecated conversion string constant 'char*' [-wwrite-strings]        tmrpcm.play("6.wav");                           ^ d:\documents\arduino\wavsw_ino\wavsw_ino.ino:34:26: warning: deprecated conver...

Endnotes not functioning in PDF--can jump to, but not back again

hi there i created text document in neooffice 2.2.5, endnotes. able jump endnotes in neooffice clicking superscript number in  main text, takes me appropriate endnote. click number next endnote in endnotes section, , takes me main text location. it's quick , easy. happen once i've exported document pdf file, can't seem accomplish that. first, chose export pdf file drop down menu in neooffice, , made sure in general settings in export i've ticked including endnotes. when open pdf in adobe acrobat 8 professional (8.1.4), able click on endnote number within main text, , takes me right endnote. not able click on number in endnote section return location in main text. instead, have scroll , find manually. i've tried printing neooffice document , choosing adobe pdf 8.0 printer, rather choosing export pdf. document results when choosing adobe pdf 8.0 printer not allow me click on endnote number within main text. have scroll down manually endnotes , scroll manually main tex...

Button Push Counter Reset with modulo

im making electronic trigger. im trying make different firing modes. used button state change base code, code code: [select] const int solenoidpin = 5; // initalize pin 5 solenoid const int triggerswitchpin = 7;  // intialize pin 7 trigger switch boolean running = false; const int  buttonpin = 2;    // pin pushbutton attached to const int ledpin = 13;       // pin led attached to // variables change: int buttonpushcounter = 0;   // counter number of button presses int buttonstate = 0;         // current state of button int lastbuttonstate = 0;     // previous state of button void setup() {   // initialize button pin input:   pinmode(buttonpin, input);   // initialize led output:   pinmode(ledpin, output);   // initialize serial communication:   pinmode (solenoidpin, output);  //output voltage solenoid   pinmode(triggerswitchpin, input...

DNG Converterのユーザー別の使用

dng converterをダウンロードして使用しています。 メインユーザー画面においては別に問題なく起動して使用できます。ところが、別のユーザーに切り替えて使おうとすると、起動しません。アクセス権は、すべて読み書き可能になっています。これは 、このソフトウエアーに何か制限があるのでしょうか? また、camera rawプラグインも、別のユーザーでは機能しないようです。 どなたかご存知の方、宜しくお願いします。 (パッケージ内のアイコンをクリックしても、起動しません) mac os x 10.3.8 1.25ghz powerpc g4 1gb ddr sdram 試してみましたが、インストールしたユーザとは別の制限付きのユーザでも問題なくdngコンバータを実行できましたよ。ディスクが壊れているなどの別の理由は考えられませんか?macosx tigerです。 Photoshop Album SE (Japan) でのその他のディスカッション adobe

Two programs in one

hi everyone, i wanted make program able to: 1) open relay after amount of time once specific input triggered 2) open relay instantly after specific button on ir remote pressed so made research , found both of these programs, however, there problem dont know how put them 1 loop, difficult? how can done? here program of delay: ------------------------------------------------------------------------------------------------- int led = 11; int button = 13; unsigned long previousmillis = 0; const long interval = 2000; void setup(){ pinmode(led,output); pinmode(button,input); } void loop(){     unsigned long currentmillis = millis();   if (currentmillis - previousmillis >= interval) {     // save last time blinked led     previousmillis = currentmillis;     if(digitalread(button) == high){ digitalwrite(led,low); }else{ digitalwrite(led,high); } } } -----------------------------------------------------------------------------------------...

No Active User in an Active Domain found with DomainID

java.lang.exception: no active user in active domain found domainid: dc, canonicalname: ddf932b293c2be49ba6dc0f555d86044 sorry, hit send before got out.   i took lca process dev environment. i imported environment.   these 2 environments have different ldap domains. although have same groups.   when invoking process , when gets assign user task stalls , give me following error. java.lang.exception: no active user in active domain found domainid: dc, canonicalname: ddf932b293c2be49ba6dc0f555d86044   i tried creating domain name of 'dc', did not work. i tried different name, did not work. i tried making changes in process, tried changing to send directly group orginally had sending xpath. i tried creating new version of process. i tried copying process new process.   why not picking correct domain id? how can correct this? db edit?   thanks, carmen More discussions in LiveCycle Workbench adobe

Thread: Very creative BCM4312 issues, please help!

unlike people wireless problems, wireless appears work fine, starts on boot, still works after suspend/resume, works wep , wpa, etc. problem though computer plagued kernel panics, ranging once every other day or as once every couple minutes. suspect wireless driver problem 3 reasons: 1. best of memory panics happen when wireless enabled. 2. panics happen more more wireless connection being utilized (the panics every couple minutes happened when using transmission download large torrents, continued, albeit every 5-10 minutes when put speed limit on download) 3. wireless driver thing can think of in kernel space every time i've had panic. computer dell latitude d630. wireless controller broadcom corporation bcm4312 802.11a/b/g (rev 01). had been using broadcom sta driver in ubuntu repos (bcmwl-kernel-source). i'm using network manager don't think anywhere near kernel space. decided try , fix problem compiling newest bcmwl driver (5....

Thread: pstoraster failed with HP Officejet 6500

i'm having problems network printing clients via cups networked hp officejet 6500. server running hardy kernel 2.6.24-26-server, , date. i've installed hplip-3.9.12 6500 isn't supported in v2.8.2, , printer connected across local ethernet network. local printing server works fine, when try print client pcs, each print job works, in prints document successfully, terminates after printing "/usr/lib/cups/filter/pstoraster failed" error. means print job remains in queue state of "stopped". happens when printing xp, vista , ubuntu 9.10, , whether printing through either ipp or samba. relevant section of cups error log debug enabled appears be: code: d [27/jan/2010:17:42:30 +0100] [job 586] %%[page: 1]%% d [27/jan/2010:17:42:30 +0100] [job 586] putting. d [27/jan/2010:17:42:30 +0100] [595.0 842.0] d [27/jan/2010:17:42:30 +0100] [job 586] /.mediasize d [27/jan/2010:17:42:30 +0100] [job 586] false d [27/jan/2010:17:42:30 +0100] [job...

Thread: About the graphic card.

Image
hey. i'm new here , had few questions. i'm getting new desktop tomorrow , install on latest version of ubuntu. don't know if graphic card i'm gonna have has driver ubuntu. how possible check? since on nvidia website there isn't... graphic card gonna geforce gt240 1gb ram. can me? thank you! ryan. any please? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] About the graphic card. Ubuntu

Mosfet question

i powering 5v dc motor potentiometer , n-channel mosfet. connect gate of mosfet analog middle pin of potentiometer, source 5v rail , positive of motor, drain ground bus , negative of motor. works fine in past projects, control switching of motor npn transistor , require diode inductive kick back. need same mosfet , motor setup? , considered pwm control of motor? quote from: tjones9163 on aug 09, 2017, 04:19 am do need same mosfet , motor setup? yes. quote from: tjones9163 on aug 09, 2017, 04:19 am and considered pwm control of motor? it not. search 'pwm arduino' on yt. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Mosfet question arduino

Thread: Issue with embedded radios

hi! of times find myself in trouble using ubuntu, these forums me out of trouble. anyway, time couldn't find answer solve issue. thing cannot listen embedded internet radios. instance: http://www.infobae.com/radio10/radio10-en-vivo.php http://www.10musica.com/contenidos/p....html?radio=43 i've tried installing adobe flash player , non-free version wasn't able listen anyway. i'm using ubuntu 9.10. same thing happens firefox 3.5.7 , google chromium. help! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Issue with embedded radios Ubuntu

How do you save a word file to pdf and keep the links active in v 9.0 pro?

i trying save word doc pdf keep links active in pdf file.  in version 8 there check box can choose that kept "fully functional."  happened option in version 9?   thank you, bobbi i have no idea selection talking about. however, keep links have use pdf maker (create pdf menu) in word. not save, printing process preprocesing retain links. More discussions in Acrobat Windows (read-only) adobe

Twain no longer works in CS4?

i have twain  plug in goodies folder, not available from  file>import>  menu options.   what gives? or solution?   jeff beside twain plug-in, you must install scanner driver (or camera driver, whatever).  twain plug-in there allow driver thing.   …and, of course, have install twain plug-in in correct location too. More discussions in Photoshop Macintosh (read only) adobe

Join Paths

let me select multiple paths, , endpoints occupy same position (or within user-definable distance), choose object > join paths.   i work dwg site plans within illustrator frequently. when these files imported, complex paths broken line segments. not uncommon wind several thousand line segments in single site plan. having select endpoints of each of these segments , join them real drag (sorry).   i know the illustrati call former freehand users whiners, feature fh had years. + 1 i'm using illustrator make manuals autocad plans. i'm on pc sure. rick johnson graffix http://rj-graffix.com/software/plugins.html did wonderfull job it's "concatenate , assimilate plugins", , extended , useful selection menu. unfortunately doesn't seems able compilate plugin ilustrator cs4 pc.it's shame, have keep old cs2 in order job. i don't understand why kind of feature doesn't exist in illustrator, after  more 14 versions. we using more 520 layers , workflow :...

Thread: Problem with codeblocks help please

hi installed codeblocks in ubuntu , when compile #include <iostream> using namespace std; int main() { char choice; do { cout << "enter name: "; cin >> choice; cout << choice<<endl; } while(choice != 0); return 0; } outputs in console project: enter name: chuck c enter name: h enter name: u enter name: c enter name: k why doing when use codeblocks in windows works windows , linux bit different c++ standard. windows 1 may using microsoft c++ while linux using ansi c++. because it's called c++ doesn't mean it's same. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Problem with codeblocks help please Ubuntu

Thread: Transmission 1.82

i'm trying install new version of transmission on 9.04 machine. have never messed sources.lst file, looks need in order things working properly. how can this? here reference referring to. looks need lucid repos in order update transmission successfully. how update 9.04 pull 10.04 repos? http://packages.ubuntu.com/search?ke...ll&section=all Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Transmission 1.82 Ubuntu

Thread: AWN 3.9.1 Theme Problems

i installed version 3.9.1 of avant windows navigator , it's great except can't seem change theme. every time download theme extract when try add themes tab in awn settings nothing happens. suggestions? anyone? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] AWN 3.9.1 Theme Problems Ubuntu

errori nell'installazione di estensioni - Joomla! Forum - community, help and support

ho installato j 1.0.13 e tutto è sembrato filare liscio. mi capita pero che installando componenti o plugins si verifichino errori. le estensioni funzionano ma nella pagina di end o front end trovo queste tipologie di errori:  com_eweather: back-end notice: trying property of non-object in /var/www/vhost/sierraeye.net/home/html/administrator/components/com_eweather/admin.eweather.php on line 17 com_seyret front end notice: trying property of non-object in /var/www/vhost/sierraeye.net/home/html/components/com_seyret/seyret.php on line 1668 notice: trying property of non-object in /var/www/vhost/sierraeye.net/home/html/components/com_seyret/seyret.php on line 268 notice: trying property of non-object in /var/www/vhost/sierraeye.net/home/html/components/com_seyret/seyret.php on line 269 notice: trying property of non-object in /var/www/vhost/sierraeye.net/home/html/components/com_seyret/seyret.php on line 481 notice: trying property of non-object in /var/www/vhost/sierraeye.net/home/...

Ein Relais aus wenn andere an sind

hallo zusammen, ich habe für unsere serverraumklimatisierung neue angaben erhalten. es soll nun so, sein, dass wenn sich die klimas (relais 2-5) zuschalten, egal aus welchem grund (temperatur oder luftfeuchtigkeit) die lüfter ausgehen sollen (relais 1). anbei mal der sketch, der bis jetzt super läuft: code: [select] #include <dhcp.h> #include <dns.h> #include <ethernet.h> #include <ethernetclient.h> #include <ethernetserver.h> #include <ethernetudp.h> #include <spi.h> #include <liquidcrystal_i2c.h> #include <wire.h> #include <dht.h> #include <dht_u.h> #define dhtpin1 2 #define dhtpin2 3 #define dhttype dht11 dht dht1(dhtpin1, dhttype); dht dht2(dhtpin2, dhttype); liquidcrystal_i2c lcd(0x3f, 16, 2); byte mac[] = { 0xde, 0xad, 0xbe, 0xef, 0xfe, 0xed }; byte ip[] = { 192, 168, 1, 199 }; byte subnet[] = { 255, 255, 255, 0 }; ethernetserver server(80); float humidity, temperature; //status der digitalen p...