Posts

Showing posts from March, 2013

Programmable thermostat - Raspberry Pi Forums

Image
i believe should do-able complete noob, both electronics , raspberry pi, thought i'd ask reality. have electric baseboards, supplanted rocket mass heater electric still "go on vacation" backup. i'm in ne ontario canada -40c weather pretty common in winter. envisioning raspberry pi programmable controller, bluetooth enabled. in each room bluetooth temperature sensor. on each baseboard remove rotary built in thermostat , replace bluetooth on/off switch. raspberry pi contoller monitors room temperatures , communicates bluetooth on/off switched baseboard regulate heat. since raspberry pi programmable can have separate temperature regimes each room , program them time of use (tou) electricity rates. basic display , means of scrolling through settings change them, if needed, manually thing. ask, do-able project? if do-able parts need? programming required? i'm biologist electronics greek, please not offended if ask clarification or don't understand s...

Stopping a Loop

Image
hi, starting learn more arduino , programming have hit dead end , need little guidance direction go next. basically want make script measures analogue input pin, when inside specified range yellow led illuminates, when outside range want green led illuminate 8 seconds , switch off. codes (see below) switch green led off single operation , loop , stay on 8 seconds. other issue if analogue input increases acceptable region while in 8 second delay, not instantly interrupt until 8 seconds up. code: [select] */ int sensorpin = a0;    // select input pin potentiometer int yellowled = 13; int greenled = 12; int sensorvaluemax = 600;  // variable store value coming sensor int sensorvaluemin = 200; void setup() {  pinmode(yellowled, output);  pinmode(greenled, output); } void loop() {  // read sensor:  int sensorreading = analogread(a0); if (sensorvaluemax > analogread(sensorpin) && sensorvaluemin < analogread(sensorpin)){   ...

Amule - Raspberry Pi Forums

Image
ciao tutti! purtroppo non riesco proprio far funzionare amule sul mio raspberry... o meglio, funziona se eseguo il programma direttamente sul raspberry, ma non riesco far funzionare il demone che mi permetterebbe di collegarmi dal mio pc windows... credo che il problema sia nell'amule.conf... qualcuno gentilmente può postarmi il suo? in modo tale da poterlo confrontare con il mio? grazie mille raspberrypi

Thread: how to custom install ubuntu?

Image
hi all, know ubuntu, other linux distro, highly customizable, there option select programs installed while installing ubuntu. example, don't want use evolution or totem player, , want able uncheck programs while doing fresh ubuntu install. thank posted beemzet hi all, know ubuntu, other linux distro, highly customizable, there option select programs installed while installing ubuntu. example, don't want use evolution or totem player, , want able uncheck programs while doing fresh ubuntu install. thank you go minimal installation , build there , if give copy mates remastersys . Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] how to custom install ubuntu? Ubuntu

[Solved] Problems migrating from Mambo - strange errors - Joomla! Forum - community, help and support

??? hello! i've migrated site http://www.birklings.com joomla 1.0.10 mambo 4.5.3 (i think, may have been 4.5.2), , i've run strange errors.. i message displayed amongst content in few points on different pages, either in mainbody, or in meta tags: ean($group = false) { return $this->_cache->clean( $group ); } } ?> also, pathway doesn't finish properly, ends displaying , end php tag -  } ?> i did think template, when logging admin end, main menu replaced error above. also, when creating new news article, gets displayed before parameters options: * these parameters control see when click view item * and attributes should converted entities * @return string string representation */ function tostring($htmlsafe = false, $subentities=false) { $result = ''; foreach ($this->arnodemap $key => $value) { $currnode =& $this->arnodemap[$key]; $result .= $currnode->tostring(false, $subentities); } if ($htmlsafe) $result = $this->forhtml($result); ...

List Component Links

i have created as3 script loading , parsing rss feed. have displayed "title" node on stage in list component instance name "bloglist". wish use corresponding "link" node each item in list open web page link story. have been able each title link last url link in rss feed. stumped. :) answer boys @ actionscript.org. works charm. function click outside of function blogloaded , importantly used data property on object in order pass correct reference. var blogloader:urlloader = new urlloader(); var blogurl:urlrequest = new urlrequest(" http://www.canada.com/calgaryherald/topstories.rss"); blogloader.addeventlistener(event.complete, blogloaded); blogloader.load(blogurl); var blogxml:xml = new xml(); blogxml.ignorewhitespace = true; function blogloaded(evt:event):void { blogxml = xml(blogloader.data); //trace(blogxml); for(var item:string in blogxml.channel.item) { bloglist.additem({label:blogxml.channel.item[item].title,data:blogxml.channel...

Problème de chargement de l'interface graphique - Raspberry Pi Forums

Image
bonjour, après avoir overclock mon raspberry @ 800mhz via raspi-config, celui ci ne charge plus l'interface graphique. au chargement normal de la framboise je me retrouve avec un écran noir et un trait clignotant. j'arrive y accéder via putty, et en faisant la commande "startx", j’obtiens ce message : imagik priori il manque un module g2d_23. j'y comprend pas grand chose, si quelqu'un pourrai m'aider. merci l'overclock peut-être détruit la carte sd. reprogrammes là et retentes. rien à perdre, totu à gagner ! raspberrypi

Is Joomla! the way to go? - Joomla! Forum - community, help and support

Image
hi, *edit: put here becuase important ...  possible make w3v strict joomla! website? i've never tried strict before. on previous question.... familiar joomla! have question. thinking of making non-profit organization , wondering if joomla! right cms. know asking on joomla! board bit.... biased? however, trust you'll honest, hah. anyways, reason ask becuase have been researching lot of "top" non-profits , few of them showed cms used... popular 1 called plone. anyways, know of popular ngo's use joomla!? http://forum.joomla.org/index.php/board,156.0.html non-profit sites using joomla Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Error con BerryBoot - Raspberry Pi Forums

buenas tardes. aver si hay alguien que me pueda ayudar, soy nuevo en esto y estoy intentando mediante berryboot añadir manualmente diferentes imagenes de sistemas pero hay que transformalas al formato "squashfs" con lo que sigo las siguientes instrucciones: #sudo apt-get install squashfs-tools #sudo kpartx -av newberryboot.img add map loop0p1 (252:5): 0 117187 linear /dev/loop0 1 add map loop0p2 (252:6): 0 3493888 linear /dev/loop0 118786 #sudo mount /dev/mapper/loop0p2 /mnt #sudo sed -i ‘s/^\/dev\/mmcblk/#\0/g’ /mnt/etc/fstab #sudo mksquashfs /mnt converted_image_for_berryboot.img -comp lzo -e lib/modules #sudo umount /mnt #sudo kpartx -d newberryboot.img pero tras "sudo sed -i ‘s/^\/dev\/mmcblk/#\0/g’ /mnt/etc/fstab" me aparece el siguiente error: sed: -e expresión #1, carácter 1: orden desconocida: `�' alguien podría ayudarme por favor?¿ provado con ubuntu y ahora estoy con debian wheezy me estoy volviendo loco. muchas gracias. hola de nuevo: ...

swapDepths and Try with attachMovieClip??

hello, i have project wihich has multiple frames. user drag numbers (movie clips) area in proper order, can move second tier. user drag remaining proper numbers (movie clips) next branch or section. the problem, of course is, swapdepth seem getting in way. happens dragged movieclips (placed on stage library) on next frame, dissapear. did trace, , depths seem jump original 20 -16352 or undefined (which dissapear) in next frame. so, did read, , read, , read these mischievous swapdepths, , tried, , tried many ways around it, no avail. did finad using attachmoviecip or nature solve dilema, have not found sample code work in instance. i have attached sample of script used on "placed" movieclips. show me example of or way use attachmovieclip item: thanks in advance More discussions in Adobe Animate CC - General adobe

Hvordan få localhost websiden på nettet (md mysql) - Joomla! Forum - community, help and support

Image
jeg har laget en joomla webside på dataen, med xampp. nå ønsker jeg å laste den opp på internett, hvordan gjøre jeg dette? er helt blank  velkommen på forumet. siden du har dobbelpostet dette spørsmålet, noe som heller ikke er lov eller bra å gjøre, er det nesten best om svaret gis din første post: http://forum.joomla.org/index.php/topic ... #msg425439 dette er missbruk av folks hjelpsomhet.. forøvrig bør du uansett forklare litt bedre hva du vil ha hjelp til, f.eks skal du ha den på lokal webserver eller skal den overføres til nett osv.. sistnevnte er forøvrig besvart flere ganger, og det burde være mulig å finne igjen ved å søke litt. takk!  Board index Joomla! International Language Support International Zone Norwegian Forum Eldre versjoner av Joomla! Joomla! 1.0 Administrasjon/installasjon

Add Joomla! Logo to right nav - Joomla! Forum - community, help and support

this 1 seems basic, couldn't find answer.  have add joomla logo/link @ least couple of pages in appreciation amazing product , great community!  assume need use kind of module add image bottom of right nav, i'm not sure be... see random image, that's not want. thanks you can do modules > site modules > new add image content area refinements - may wish to: set title hide prevent module using template's module styling, giving module css class suffix e.g. i use suffix of -none when dont want styling on module. ( dont add css ) or style specifically, may give suffix e.g. -logo , make css in template style module e.g. with .moduletable-logo { specific styling } Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

I2C Issue on DUE (With logic analysis)

Image
hi guys, ok, i'm tired, spent day trying rid of strange issue. let's take look... 1) code: code: [select] #include <wire.h> int val = 0; void setup() {  wire.begin(); // join i2c bus } void loop() {    wire.begintransmission(0x00); // transmit device #  wire.write(0xc1); //default init command 0xc1  wire.write(0xd1); //sub call address select 0xd1  wire.write(0x00); //registro initialization call 0x00  wire.write(0x01); //registro setup 0x01  wire.write(0x14); //primo gruppo led0 init 0x14  wire.write(0x55); //(01010101 -> 01 led full on 0x55  wire.endtransmission();     // stop transmitting    val++;        // increment value  if(val == 64) // if reached 64th position (max)  {    val = 0;    // start on lowest value  }  delay(500); } 2) results logic analyzer: the link of pictures, in case not work due access of ...

Analog Joystick with M2TKLIB

i have ps2 style thumb sticks got sparkfun ( https://www.sparkfun.com/products/9032 ), , want use navigate menu on lcd.  after googleing found m2tklib, , seems cool, thought out, , easy enhance/extend.  in fact, in no time, extended library support analog inputs.  question keys should map them to?  have 5 total (left, right, up, down, , push).  i'm still learning library, i'm not sure appropriate navigation keys.  have them mapped next, prev, data up, data down, , select.  , i'm using 6 button event handler though have 5 virtual buttons.  thoughts? basic nav , data stuff seems work ok, haven't started creating menu app yet.  far have played example apps.  using 2 line lcd of examples seem act strange.  suspect didn't modify correctly make examples work appropriately on 2 line display. oh, , way, m2tklib library seems work fine dropping in adifrut liquidcrystal library works there i2c lcd backpack (...

sketch RTC

ciao ragazzi qualcuno potrebbe darmi un aiuto per compilare lo sketch per rtc ?? there's italian section can out in native language.  otherwise you're going have post in english people here can help. translation (via google translate): "hello guys give me fill out sketch rtc" Arduino Forum > Using Arduino > LEDs and Multiplexing > sketch RTC arduino

external SD card reader - Raspberry Pi Forums

Image
hello. have lc studio sd card module ( https://www.google.si/webhp?sourceid=ch ... ard+module ) , want make module disk on pi. put in usb shows in disk section. read files it. that's 1 way. second way wire module spi , read files directily python program. don't know how either. project: making sound module. arduino leonardo sensing hits on electronic drum , adc. bytes goes on serial rpi, play them when hit drum , plays sound selected me. now, have them in folder on rpi. want have them on sd card. code in python. have suggestions, how should that? help! regards. i haven't understood why don't put sd card in usb sd card reader , plug usb socket on rpi or usb hub. raspberrypi

../joomla/ to root ? - Joomla! Forum - community, help and support

Image
hello, joomla test website finished , move root. i'm afraid wrong happen... is there before ?    advices ?  thanks hi, should simple moving files root , changing configuration.php. config file, check faq http://forum.joomla.org/index.php/topic,5556.0.html regards robin Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Wolfson audio card - Raspberry Pi Forums

hi, bit unsatisfied sound quality of onboard headphone jack, got myself wolfson pi audio card. i'm using raspberry pi playback audio using gstreamer , i'm wondering how wolfson card running on arch linux. far understand, there image raspbian out drivers included, no driver package arch linux - or did miss something? in advance! post lsusb it, vendor , product ids can checked in alias modules file, see if driver built in. have tried using on arch? have looked @ logs or dmesg see pi says it? driver name in raspbian? raspberrypi

What's wrong here? Please ...

hi there, i have say: "show login option if session empty." but, when use message: notice: undefined index: mm_username in c:\inetpub\wwwroot\sincro\members\member-login.php on line 275 line 275 first line of code below. appreciate your help. <?php if(strlen($_session['mm_username']) < 1) { ?> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td><h1>login ...</h1> <p> </p> <form action="<?php echo $loginformaction; ?>" id="form1" name="form1" method="post"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center"><strong>registered name: </strong></td> <td>  <input name="mem_name" type="text" id="mem_name" /></td> </tr...

AYUDA CON CONTROLADOR PD!!

hola todos! estoy haciendo un proyecto denominado "ball , plate" y bueno el problema es el controlador... no se si lo que estoy haciendo esta correcto, ya que aun soy un novato en esto, pero les subo el sketch para ver si lo pueden chekear y dejar algun comentario o ayuda! se los agradecería mucho. el problema es que el servo motor se mueve, pero no controla como es debido... no se cual es el problema. de ante mano muchas gracias! code: [select] #include <pid_v1.h> #include <servo.h>  #define cte_kpx  -1.048  #define cte_kpy  1.048 /*verificar bien si es punto o coma*/  #define cte_kdx  0.5626  #define cte_kdy  -0.5626     /*comunicaciÓn*/   byte byteread;   double num1, num2;   int ballx,bally;   int setpointx,setpointy;   double complnum,counter,complnum1;   int numofdec;   boolean myswitch=false;     /*servo*/   servo servox;   serv...

Thread: Only able to connect to internet with wireless security turned off

hi all, i'm running jaunty on laptop. problem i'm having when try connect internet via wireless belkin router i'm able connect when disable wireless security. when it's enabled, when supply correct password connection isnt made - i've tried manually create connection , supply wireless password - nothing seems help. thanks hardeep what sort of security? wpa, wpa2 or wep? ssid set broadcast? wireless card in laptop/driver using? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Only able to connect to internet with wireless security turned off Ubuntu

Temperatur Regelung für Röstung

Image
hallo zusammen, wir sind gerade dabei uns eine kleine kaffeeröstanlage zu bauen. da wir in zukunft unsere eigene röstkurve erstellen möchten, dachten wir dass es hier sinnvollsten wäre eine regelung zu installieren anstatts eine einfache lineare steuerung. ich überlege gerade wie wir das besten umsetzen könnten und dachte mir dass es sinnvollsten ist 2 typ k thermoelemente zu benutzen, diese ich dann jeweils über das break out board : ( http://www.exp-tech.de/shields/thermocouple-amplifier-max31855-breakout-board-max6675-upgrade-v2-0.html ) über den arduino schalten. je nachdem wie der temperaturwert ausfällt soll der arduino eine heizspirale ( siehe anhang ) anheizen oder abkühlen lassen. meine frage ist nun gibt es hierzu ein passendes shield, welches flüssig regelbar ist und die temperatur bzw. die watt anzahl variiren kann ? falls nicht, wie gehe ich besten das problem ran, fehlt mir hierzu um die heizspirale zu steuern und schließlich funktionen von mir durchlaufen zu la...

Converting 16x2 LCD to I2C (SOLVED)

********************************** for solution thread, please navigate to: http://forum.arduino.cc/index.php?topic=170817.msg1271707#msg1271707 ***please note solution work micro, pcf8475p , 16x2 display (similar amd1602k sparkfun)*** ********************************** morning again! i have sparkfun adm1602k 16x2 display. project (using arduino micro) has been getting more , more complex , need save digital pins. quick google revealed can use io expander use 2 analog connections. bought pfc8574p. there seems 3 ways hook lcd chip. use transistor dont... i've tried three... anyway, downloaded liquidcrystal_i2c library, , set board schematic attached. missing... i'm using "hello world" i2c sketch. see attachments.  thanks again help. i'm sure of real experts here have better answer mine. in experience, trying did frustrating , couldn't work. i purchased serial pack , worked me... uses 1 pin rx , 1 tx. another direction buy ...

What does a while(!digitalRead(xxx))

hello, i'm trying understand code, inside interruption , has structure: code: [select] while(!digitalread(buttonpin)) { something happens } thank you! you're on loop doing while waiting value on pin go high. Arduino Forum > Using Arduino > Programming Questions > What does a while(!digitalRead(xxx)) arduino

Chaning HTTP Status Code of missing pages

i don't know sure tend think iis 5.0 issue , not coldfusion one, after spending countless hours reading , trying different things @ wits end. everytime google sitemaps tries verify site keep getting error message reads "we've detected 404 (file not found) error page returns status of 200 in header." @ firrst started thinking "if page it's looking there status of 200 correct, after reading discovered during verification process google looks page wouldn't there - , still gets 200 error code - on pages don't exist ( error occurred while processing request - type of pages). since iis doesn't use coldfusion error pages, seem normal .htm pages - , since coldfusion control of headers .cfm pages have no idea how correct iis status codes. i came across yesterday talked default status codes in registry ie, , figured try - no avail. setting affected ie browser on pc, not server-side. any suggestions on how iis send correct status codes appreciated. than...

You cannot change the session module's ini settings - Joomla! Forum - community, help and support

ever since installed smf simplemachine.org bridge, annoying error @ bottom of page. i have punbo installed working fine » here and smf working fine » here but when go punbo forum, message @ bottom of page: database error: table 'mambo.mos_punbo_sessions' doesn't exist file: /var/www/love.mixbeat.com/www/hype/smf/sources/load.php ligne: 1886 warning: unknown(): session active. cannot change session module's ini settings @ time. in unknown on line 0 url of live site . Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Une alimentation délivrant 2 A ? - Raspberry Pi Forums

Image
bonjour, je souhaite me procurer un raspberry pi, probablement le modèle b+ sorti récemment, mais je n'ai pas envie de m'encombrer d'un hub usb alimenté pour y brancher plus de périphériques usb que ne le permet la carte nue. utiliser une alimentation délivrant une intensité de sortie de 2 et une tension de 5 v me permettrait-il de m'affranchir d'un hub usb ? l'idée étant d'y brancher en même temps au plus deux disques dur externes 2,5", un clavier et une souris, le tout bien évidemment en usb. en vous remerciant par avance, je reste bien sûr à l'écoute de vos conseils ! grozhibou wrote: bonjour, je souhaite me procurer un raspberry pi, probablement le modèle b+ sorti récemment, mais je n'ai pas envie de m'encombrer d'un hub usb alimenté pour y brancher plus de périphériques usb que ne le permet la carte nue. utiliser une alimentation délivrant une intensité de sortie de 2 et une tension de 5 v me permettrait-il de m'...

How can I add a comma ?

i using following code produce output : <cfoutput query="qryview" group="materialnumber"> <tr> <td class="titletext">#materialnumber#</td> <td class="titletext">#purchaseorder#</td> <td class="titletext"><cfoutput>#qryview.serialnumber#  </cfoutput></td> <td class="titletext">#qryview.quantity#</td> <td class="titletext">#dollarformat(qryview.unitvalue)#</td> </tr> </cfoutput> for serial number line, outputs 1 serial number after another. want add comma @ end of each serial number separate them, if add comma, add comma last number, not want. since did not know how this, added 2   separate serial numbers. tried use valuelist duplicates serial numbers each material number. code produces output want, except comma separate each serial number. how can done ? how this? <cfoutput query="qryview" group="...

Paypal Sandbox test on CiviContribute - got error message - Joomla! Forum - community, help and support

i set paypal sandbox , have civicontribute page working! (thanks kindness , patience of lobo) until hit submit. has seen error message yet? address being empty. filled out required fields. ====== using test credit card,     sorry. non-recoverable error has occurred.     return civicrm menu. error array (     [callback] => array         (             [0] => crm_core_error             [1] => handle         )     code: select all  =>     [message] => $addr cannot empty     [mode] => 16     [debug_info] =>     [type] => pear_error     [user_info] =>     [to_string] => [pear_error: message="$addr cannot empty" code=0 mode=callback callback=crm_core_error::handle prefix="" info=""] ) can't speak issue directly, k...

What happened to my project?

hi, i apologize vague topic name, @ loss how describe problem. i have been working on captivate 3 project, "x", , on friday last week started making revisions it. after completing revisions, saved project "x 9-12", , published new folder. new branch added 1 of first screens. today, after opening "x 9-12", find project no longer has of screens pertaining new branch. is, original "x", except has relevant click-box on screen branching occurs. troubling, because did not add clock-box until after screens had been built. can me figure out happened? am hi, what size of project (.cp file)? able save changes "x 9-12 " file before closing? thanks jpcaptivate More discussions in Adobe Captivate adobe

Thread: Mobile Broadband - what's happening here?

i had little random experiment yesterday wth ubuntu, using modem connect o2 , vodafone equivalents of 3*** have, i.e. using ubuntu's built in settings of uk mobile broadband networks, , opendns settings both. did connect, , pages read. i'm wondering happened there, whether connected 3 anyway, despite different apn , password etc, or whether there's flaw ubuntu's network manager. , if did connect three, why important have right apn etc? *** 3, uk mobile phone/broadband company hi frankwakeman , apn needed 'specification'. providers not use have 1 option mobile broadband. others have more 1 profile customers , if choose wrong 1 ... cost you! ex.: provider has 'low cost' internet browsing 4 euros per month , can used prepaid accounts smart phones. can use these phones 3g modem. if setup 'real internet' instead of 'low cost' first 1-2 minutes browsing cost ...

The display got interference - Raspberry Pi Forums

Image
hi all, raspberry pi got interference in display after awhile: recover when reboot: happens randomly. got problem before , how fix it.. all andy how raspberry pi connected display? raspberrypi

New to python. Need "pygame" - Raspberry Pi Forums

hi there, son , have bought raspberry pi , new kind of computing. son trying python project book , told him type "import pygame". computer said pygame module didn't exist. did internet search , found code said install pygame module python 3. not cplete said there wrong "lbsdl-config " may have got term wrong that. not sure do. bought our pi preformatted sd card , have installed raspian on it. has "idle" , "idle 3" on presume python. gratefully received hi, edit: have 2 choices, take easy route , write program in python2 or try: hope these instructions help: (note, looks take awhile, ready set going , go off , other things couple of hours). numpy module requires lot of system resources (memory) build. run nothing else running - not run inside x! may need enable swap space. n.b. takes around 1 hr 40 build code: select all wget http://pypi.python.org/packages/source/n/numpy/numpy-1.6.1.tar.gz tar xvfz numpy-1.6.1.tar.gz cd num...

Regarding: Invision Power File Manager - Joomla! Forum - community, help and support

Image
hey, i've bin searching invision power file manager (even in sourceforge) cant find "working" link download from...... seems project has stoped...........   me out plz?????? thx alot!!! that project discontinued long time ago... but did fine following link: http://www.rebelinblue.com/?fm Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Modulo per video - Joomla! Forum - community, help and support

Image
esiste per caso un modulo che riproduca tutti tipi di video (la maggior parte almeno, e non solo file flv di flash), tipo mpeg4 eccetera, che abbia la "partenza istantanea", cioè che l'utente non debba cliccare il tasto play? in pratica che funzioni in automatico, setti il video da riprodurre e ogni volta che entri sul sito il video parte. esiste? c'è un ottimo bot che riproduce [youtube], googlevideo eccetera, ma devi sempre cliccare il tasto play.... qui cè un komponente che permette di inserire nei contenuti dei video in vari formati: http://www.joomlaos.de/option,com_remository/itemid,41/func,fileinfo/id,2134.html attenzione, piccola traduzione... riproduce: mov, swf, mpg, mpeg, m1v, 3gp, ram, rm, mp3 e wmv il componente crea la cartella media/video che non può essere cambiata... file vanno messi li !! deve essere installato e pubblicato il mambot che si trova nel pacchetto !!! per inserire il video nell pagina basta inserire la seguente stringa: {mos_coravideo...

Linking to modules in static content - Joomla! Forum - community, help and support

hi all, i'm looking way of linking module in static content eg. i want link module script... defined( '_valid_mos' ) or die( 'restricted access' ); global $my; if ( $my->id )  header("location: http://www.example.com/.$my- >id) ?> i need link module because need use global $my function. any ideas? thanks steve steve, by definition, static content static. not dynamic. if want perform dynamic actions (such calling module) within content item, please use normal content item. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: .local/share/applications/defaults.list

hi. came across thread , explained file: under /home/username/.local/share/applications/defaults.list if file not there this: touch ~/.local/share/applications/defaults.list ~/.local/share/applications/defaults.list example file this: [default applications] text/plain=geany.desktop text/html=firefox.desktop have better template example file one? seems great way select preferred applications. if have made errors in code on thread, please correct me. thanks. there system-wide version of file located in /usr/share/applications/defaults.list Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] .local/share/applications/defaults.list Ubuntu

Thread: command to remove proxy

Image
i exported proxy using following command: $ export http_proxy="http://192.168.3.254:8080" $ export ftp_proxy="http://192.168.3.254:8080" want remove above exported proxy. please help... log out & in. try doing again have blank. export http_proxy="" Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] command to remove proxy Ubuntu

String.startsWith returning invalid results

cmd string. when use cmd.startswith(), returns false always, when check using serial port see right. code: [select]     serial.print("cmd=");   serial.println(cmd);   serial.print("cmd.startswith(\"fire:\")=");   serial.println(cmd.startswith("fire:"));   if (cmd.startswith("fire:")) <----------------------------- returns 0 always   {     cmd.replace("fire:","");     serial.print("entered fire:");     serial.println(cmd); here serial output: code: [select] cmd=fire:a1999b1c1d9ef9gh9ij3kl9m1n1o1p1q1r1s1t cmd.startswith("fire:")=0 what missing? worked until recently. have been working on unrelated section of code. please help, confused.... thanks, josh hawley quote this worked until recently. that code should work. as using strings, conscious of how ram have left? low ram can cause magical happen. verif...

Touchscreen display - Raspberry Pi Forums

i trying control raspberry pi touchscreen tv. project @ work interactive video demo system of sorts. @ simplest form raspbmc implementation allow user choose videos touching screen. particular drivers needed control pi touchscreen? there libraries needed? thanks, ganooch ok, way off since requirements weren't clear. need hang display in portrait orientations , emulate android handset. me mean running virtualized instance of android via android sdk. raspberry pi have horsepower handle that? stable? touchscreen input work? raspberrypi

Powering my project with 15V

hi everybody, i have working spare laptop power supply, outputs 15v (for max of 4a). i use power arduino , components of circuit. how can supply stable 5v arduino , 15v eletronic of project? project made of bunch of leds , couple of 2n2222 piloted arduino. quote how can supply stable 5v arduino , 15v eletronic of project? for arduino need >7v (the standard power input). may use ie. 7808 voltage regulator. Arduino Forum > Using Arduino > General Electronics > Powering my project with 15V arduino

You are not authorized to ... You need to login - How to make a link of "Login" - Joomla! Forum - community, help and support

i sure topic came before, searching items such "login" excercise in futility on forum or on google. what i'd change default text: you not authorized view resource. you need login. with having link login page facilitate process existing members. even better have entire login form show well. is there solution this? have figured out how add link (create login page first , place link there) , enclosed text inside couple of divs allow me style layout of message in more attractive way, if there solution out there nice know don't reinvent wheel. thank you @corrado444 in file includes/joomla.php find around line 5550 following code: code: select all /** * displays not authorised message * * if user not logged in addition message displayed. */ function mosnotauth() {    global $my;    echo _not_auth;    if ($my->id < 1) {       echo "<br />" . _do_login;    } } if want add link message, here. aware hack core file, , when ...

Thread: Removed gui file, got black screen now.

i thought sound work uninstalling , reinstalling alsa files using synaptic. bad idea. 1 of files must have been gui. can log in black screen live mouse arrow. not want reinstall since have wacom tablet working , took forever going. i'm afraid i'll loose settings. in advance help. ubuntu 9.04, dual boot xp pro. can boot recovery mode or terminal doing "ctrl + alt + 1" ? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Removed gui file, got black screen now. Ubuntu

Transfer Domain

whats procedure (i don't much) i've had domain transfered different isp because of email issues. the name registered new isp provider named servers still point @ old isp provider. who's responsible pointing domain @ new servers, new isp? os > i've had domain transfered different isp because of email issues. you mean different host? or registrar? > name registered new isp provider named servers > still point @ old isp provider. who's responsible pointing > domain @ new servers, new isp? you be. have access domain registrar (where domain name registered) , change dns pointers there point new host servers. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources ================== "osgood" <notavailable@thisaddress.com> wrote in message ...

Arduino-based Radio Control on the Cheap

hello all, i'm relative beginner arduino , absolute novice @ interfacing radios.  goal rc system sends serial data usb radio remote radio interfaced arduino.  i'd cheaply possible.  data rates need support packets once every 50 ms or so.  full-duplex desired since i'd implement telemetry @ later date.  radiated power or frequency aren't huge issues, i'd 100 mw or more. my first thought xtend or xbee, since support digi active community, prices little more i'm willing fork project.  next thought system 3drobotics: http://store.3drobotics.com/products/3dr-radio-telemetry-kit-915-mhz $86. does have experience 3dr system or other reliable , cheap systems it?  p.s. amateur radio fair game; have ticket. chinese portables cheap, rfm12b radio's (0 dbm) , there 1 more rfm23 put out 20 dbm. @ lower data rates become reasonably sensitive > -107 dbm rx... @ 100kbaud and there old icom ic01'a...

Arduino Uno R3 + Xbee Shield + Bluetooth Bee V2: how to?

hi, i'm trying write sketch in order estabilish bluetooth connection between arduino , android. i have arduino uno r3 + libelium xbee shield + bluetoothbee v2 . in @ mode, can smoothly following commands: code: [select] at+init at+iac=9e8b33 at+class=0 at+inqm=1,9,48 at+inq at+pair=mac_address,20 at+link=mac_address so want make sketch. searching on forum , reading various tutorials (written different boards , bluetooth bee versions), came this: code: [select] #include <softwareserial.h> const int bluetoothtx = 2; const int bluetoothrx = 3; softwareserial bluetooth(bluetoothtx, bluetoothrx); void setup() {  pinmode(bluetoothtx, output);  pinmode(bluetoothrx, input);    serial.begin(38400);    bluetooth.begin(9600);  delay(1000);          bluetooth.print("\r\nat+init\r\n");             // inizializzazione spp  bluetooth.print("\r\nat+role=0\r\n...

Thread: EASY TO USE Software to generate a graph/rule from table?

is there easy use software generate graph/rule table available in repositories? don't want complex unless it's complexity in terms of features while still remaining newbie-friendly. appreciated! in advance! sudo apt-get install labplot or sudo apt-get install qtiplot Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] EASY TO USE Software to generate a graph/rule from table? Ubuntu

Freehand Simplify function hangs

i migrated windows 2000 desktop windows xp. installed freehand mx (ver 11.0), 11.0.2 upgrade , avenza mapublisher add-in. logged on administrator installs. when log in normal user login (non-administrator), executing simplify function freezes program. not happen when logged on administrator. reinstalled programs verifty, , results same. xp issue? how can avoid locking program when using simplify tool non-administrator? issue of simplify freeze-up resolved. simplify function somehow tied user installed program. had installed fh systems administrator (different username own personal login). subsequently logging in "myself" , executing simplify hang fh program. resolution: log in original (installer) administrator; uninstall fh; log in under own username upgraded administrator rights; install fh. now, after "demoted" user account administrator power user, simplify works ok. any thoughts on how/why 1 simplify function (no other fh functions commonly use) installer-dep...

Standby und Ethernetprobleme

hallo, ich habe mir mit einem arduino uno eine türklingel gebaut, die dann bei mir im haus bestimmte telefone klingeln lässt. an der haustüre sind ganz normale klingeltaster, die mir dann das signal auf einen digitalen port geben. grundsätzlich funktioniert das ganze auch - allerdings hab ich zwei "kleine" probleme mit meinem code. 1. nachdem die klingel einmal gedrückt wurde, passiert nichts mehr wenn sie danach ein zweites mal drücken lässt. hier habe ich allerdings abhilfe geschafft, indem ich den arduino softwaremäßig nachdem er seine aktionen ausgeführt hat, neu starten lasse. (vielleicht ist das auch der grund für problem #2, aber ich fand das war in dem moment die einfachste quick&dirty-lösung um die klingel erst einmal zum laufen zu bekommen.) 2. anscheinend geht der arduino in eine art standby-modus, da mir folgendes aufgefallen ist: ich habe abends die klingel getestet => hat problemlos funktioniert. dann habe ich frühs die klingel wieder gedrückt =...