Posts

Showing posts from August, 2014

VPN PPTP Connection with only enable CHAP - Raspberry Pi Forums

hello, still have problems vpn connection. hope there can me time. need vpn conncetion. have conncetion established ubuntu. there enabled chap. wanted same on raspberry there not able to. cannot disable pap , eap without enabling mschap. not know do, can me here? because of having many problems, tried connect manually pptpsetup. /etc/ppp/peers/wohnheim file is: code: select all # written pptpsetup pty "pptp 172.16.185.2 --nolaunchpppd --debug" lock nobsdcomp nodeflate name username remotename wohnheim ipparam wohnheim refuse-pap refuse-mschap refuse-mschap-v2 refuse-eap require-chap noauth persist maxfail 0 /etc/ppp/chap-secrets is: code: select all # secrets authentication using chap # client server secret ip addresses # added pptpsetup wohnheim username wohnheim "password" * have change or add working vpn connection? raspberrypi

Thread: Boot problem

i have karmic koala on external hdd, , running day, when try boot, error. invalid environment block. dont understand why working day , cant boot. ideas? i read posts trying fix this, , saw pressing e when grub loads, delete 2 rows: recordfail=1 save_env recordfail boot ctrl-x. when did this, following error before being able delete 2 lines: press key continue error: invalid environment block failed boot default entries grateful. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Boot problem Ubuntu

What is wrong? - Joomla! Forum - community, help and support

i downloaded "joomla_1.0.11_to_1.0.12-stable-patch_package.tar.bz2" , extracted it. then put files @ accout in root. according installation guide go "yoursite.com" , installation session. but....  dont. my browser jumps "yoursite.com/installation/index.php" why??? there "not found requested url /installation/index.php not found on server."-message. what wrong? why not go install session? even if try fool browser , make "install"-folder , place files there doesnt work. when - write "mysite.com" jumps mysite.com/installation/installation/index.php. please have mercy , tell me wrong! ;-) i want started joomla right now! have installed joomla! or first time/fresh installation? if fresh install need downloand , use joomla_1.0.12-stable-full_package.zip. if upgrade previous version such 1.0.11 use joomla_1.0.11_to_1.0.12-stable-patch_package.zip. if still have problems or questions regarding issue, please post here. ...

Thread: problems with vpnc

hi! want connect via vpn network @ work, that's did: installed package network-manager-vpnc clicked on icon network-manager , chose "configure vpn" configured data got system administrator @ work, i.e gateway, groupname, etc. when want connect, cannot click on connection configured, seems, have log in root or so, there no root account on ubuntu.. thx piece of advice, iso Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] problems with vpnc Ubuntu

customizeing template - Joomla! Forum - community, help and support

Image
hello i have clien wants seperate news on frontpage more clearly. using border line between. can edit templates css (i cant find in css file) or there template available thats more suitable? , can remove small icon left of each article? webpage url is: http://www.etablerersentrene-akershus.org , template siteground (its working appart this). thank u ur help welcome joomla! , joomla! community. hope experience of both mine has been. the template css located in directory template > template name > css. if haven't found these resources might want browse through them template faq : http://forum.joomla.org/index.php/board,337.0.html resources: template , css tutorials http://forum.joomla.org/index.php/topic,35971.0.html resources: free templates [url:http://forum.joomla.org/index.php/topic,25306.0.html[/url] i have moved thread template forum. Board index Joomla! Older Version Support Joomla! 1.0 Templates ...

Steady Analog Reading goes up and down

Image
i don't understand why reading goes , down, 200-600ma. reading multimeter shows 200mv , doesn't go , down. code: [select] int cappercent=0; float capv=0; int amp=0; int mah=0; long total=0; float ref=0.80; code: [select]     float shunt = analogread (a4);   amp= shunt*5.0/1024.0*1000.0*ref;     capv= analogread (a5);   cappercent= capv/1024.0*5.0/2.7*100.0*ref;       mah=total/3600; code: [select] total= total + amp;          char buffer[17];   sprintf(buffer, "a:%04d c:%02d %04d", amp, cappercent, mah);   lcd.setcursor (0,1);   lcd.print (buffer);      hi arduinomagbit quote i don't understand why reading goes , down, 200-600ma. quote reading multimeter shows 200mv , doesn't go , down. can clarify reading mean?  you've mentioned ma and mv above code: [select]   float shunt = analogread (a4);   capv= analog...

[RISOLTO]Consiglio plafoniera led

salve tutti! per il mio progetto devo realizzare una plafoniera led composta da 40 led rossi (caduta di tensione 2v), 15 led blu (caduta di tensione 3,4v) e 6 led binachi (caduta di tensione 3,4v), però non ho ancora led, quindi non l'assorbimento di corrente. avevo pensato di collegarli utilizzando 2 shift register 74hc595, come nello schema allegato, in modo da poter accendere indipendentemente le singole righe di led. il mio dubbio è: può funzionare? no, non può funzionare per più di un motivo le uscite del 74hc595 sono alimentate dalla vcc = +5v e forniscono perciò un segnale ttl max di 5v con una corrente max di 20ma. per funzionare devi usare un driver (un transistor, un mosfet, meglio un darlington array tipo uln2003) che sia alimentato con una tensione adeguata. ad esempio, led rossi sono 9 per ramo e la loro caduta di tensione è perciò 18v e non puoi usare 12v. spiegaci esattamente cosa intendi ottenere. Ardui...

purpose of forums

just got message telling me forum discussion of adobe products. i've seen, have ever seen messages support. has been fantastic forum looking sources , little code here , there. opinions? stop asking advice if not for... thanks have helped me far. brad i think misinterpreted mnessage - btw...how did message you? sent it? yes - we discuss adobe products here - flash - discuss means talk about, ask questions, etc...which has been done years - nothing has changed :) -c ****************************************** --> **adobe certified expert** --> www.mudbubble.com --> www.keyframer.com mister peanut wrote: > got message telling me forum discussion of adobe > products. i've seen, have ever seen messages > support. has been fantastic forum looking sources , > little code here , there. opinions? stop asking advice if > not for... > > have helped me far. > > brad > More discussions in Adobe Animate CC - General adobe

Dynamic memory allocation in Arduino due

Image
hi, i'm working on project needs lot of dynamic memory allocation in arduino due. to manage memory (tiny ..) efficiently, understand how due manages dynamic memory allocation. i found out how malloc, realloc, free works in avr devices. (arduino-1.5.6-r2/hardware/arduino/avr/cores/arduino/avr-libc) but far know, due not avr sam. i couldn't find memory allocation in sam directory. i tried information topic in forum, couldn't ..  :~ anybody can me please?    if malloc(), realloc(), free() have been implemented (and no reason haven't think) work same on avr or other chips. want know them? there no issues using malloc() realloc() , free() can give lot of grief. ______ rob Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Dynamic memory allocation in Arduino due arduino

Displaying different image when page loads

anyone knows how display different image each time page loads? suggestions appreciated. thanks in advance. jtkunle wrote: > knows how display different image each time page loads? suggestions appreciated. you make empty swf files simple loadmovie action loading random images. assuming images named image0.jpg image1.jpg image3.jpg etc... all need following action on first frame of timeline: randimage = math.round(math.random()*5); loadmovienum("image"+randimage".jpg", 1); the *5 define random range, more images, change number. -- best regards urami -- <urami> if want mail me - not laugh @ address </urami> More discussions in Adobe Animate CC - General adobe

section items marked as 'checked out' - Joomla! Forum - community, help and support

Image
i've got joomla, sorted out template, added content , decided go , edit content item.  did editing, clicked save , nothing happened. i couldn't choose of other admin options still on editing page.  tried cancelling, still nothing happened. i logged out administrator, in again, went content section , content trying edit has locked padlock icon rather checkbox, can't select edit.  when hover on padlock desription says has been checked out me , gives time checked out. i tried editing content item , same thing happened. i can't delete these 2 items can't select them. i did install new template afternoon before these problems occured (js.rubicon). i'm using built-in wysisyg editor in joomla. any appreciated, may simple , i'm muppet...but live , learn  thanks gravitas it happens when use browser button out of item rather cancel button. intended lock item while editing being done user cannot edit same item @ same time. backend  -> system -> global checkin ...

Reading the section ID in a template - Joomla! Forum - community, help and support

i have created template loads different stylesheet each section. but how can tell section page in? when clicking on link switches different section query string in url has variables task=section&id=1 can read section id variable $id when there different task $id contains number. none of global variables available seems have right value. think i'm looking function 'getsectionid()' can't find list of available functions templates anywhere. if find let me know. i'd dig answer too! m. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.0 Coding

Ayuda con simulador VBB, error al declarar const int....

hola todos, soy nuevo en esto del arduino y aunque tengo hardware para hacer varias cosas en las que estoy interesado, me descargado el vbb para hacer algunas pruebas de manera mas rápida. la cuestión es que cuando intento introducir código en el vbb me da un error al compilar en la declaración de constantes antes de void setup ()...... digamos que esto es el comienzo del código.... la linea  que da error la marco en negrita y subrayado....... el error que arroja el compilador de vbb es .....   error vjs1079:'const' not valid keyword or idntifier... ----- cut------cut-------cut------- import muvium.compatibility.arduino.*; public class class0 extends arduino{ const int sensortmp0 = a0;       // setup() method runs once, when sketch starts     public void setup(){              // setup code goes here ....[....]     ...

Komponent - Bruger profil, med egen gæstebog, profil tekst osv. - Joomla! Forum - community, help and support

Image
hejsa. jeg søger et komponent til min hjemmeside som skal bruges mit bruger system. jeg håber @ sådan et komponent findes. det skal være et komponent hvor hver enkelt bruger har en profil hvor man kan upload et billede af f.eks. sig selv. have egen profil tekst. gæstebog osv. lidt lige som på arto.dk det skal være muligt brugeren @ slette beskederne sin gb både enkeltvis og alle på en gang. komponentet skal fungere på den måde @ når jeg installere den så installere den sig selv helt automatisk på alle bruger der er oprettet forvejen. nu jeg husker det, så skal det helst være sådan @ den erstatter den som er standart joomla. med mindre det bare er @ gå ind brugermenuen og lave nogle nye links. komponentet må meget gerne indeholde andre smarte ting, f.eks. egent billede galleri. det må forresten også gerne være sådan @ bruger kan sætte andre bruger på en block, vis de ikke vil snakke med personen. f.eks. hvis de ikke vil se på en persons indlæg et forum så kan de sætte personen på block....

Losing variable value when adding function to code

hi there have problem code. quick overview, i prototyping arduino uno hooked nrf8001 ble , nokia 5110 screen. have wirtten app on phone sends command ble arduino , displays on screen. below code works , explained: code: [select] #include <spi.h> #include "adafruit_ble_uart.h" #include <adafruit_gfx.h> #include <adafruit_pcd8544.h> #define adafruitble_req 10 #define adafruitble_rdy 2 #define adafruitble_rst 9 adafruit_ble_uart uart = adafruit_ble_uart(adafruitble_req, adafruitble_rdy, adafruitble_rst);adafruit_ble_uart btleserial = adafruit_ble_uart(adafruitble_req, adafruitble_rdy, adafruitble_rst); adafruit_pcd8544 display = adafruit_pcd8544(7, 6, 5, 4, 3); #define numflakes 10 #define xpos 0 #define ypos 1 #define deltay 2 #define logo16_glcd_height 16 #define logo16_glcd_width  16 // logo adafruit static const unsigned char progmem logo16_glcd_bmp[] = { b00000000, b11000000,   b00000001, b11000000,   b00000001, b11000000, ...

Frequency Measurement of a Guitar String.

hi everybody, so have been using frequency library measure frequency of guitar string. have wired guitar pickup 4th order low pass filter isolate fundamental frequency of string. signal passed through comparator , voltage regulator. end result square maximum voltage of 4v. here's link library if interested: https://www.pjrc.com/teensy/td_libs_freqmeasure.html here code: code: [select] #include <freqmeasure.h> void setup() {  serial.begin(57600);  freqmeasure.begin(); } double sum=0; int count=0; void loop() {  if (freqmeasure.available()) {    sum = sum + freqmeasure.read();    count = count + 1;    if (count > 30) {      float frequency = freqmeasure.counttofrequency(sum / count);      serial.println(frequency);      sum = 0;      count = 0;    }  } } now code works fine if frequency constant (e.g. input frequency function generator...

Primary School After School Club Setup - Raspberry Pi Forums

hi, in process of setting raspberry pi after school club @ primary school having bought 1 school investigate. have loads of questions, happy work these out through trial , error rather looking help. 1 question need know (probably pretty obvious, not me!) this. having issues getting pis connect internet @ school due proxy server (have asked techie on overcoming this). have 5 pis start , need install raspian , update it. have bought own pi home use (& learning) has wifi access. can put 5 sd cards, bought school, own pi install raspbian on them , update, use them on school pis? ideas how overcome proxy server issue (way beyond technical know how!) gratefully received. cheers alan onlyonenewbloke wrote: i have bought own pi home use (& learning) has wifi access. can put 5 sd cards, bought school, own pi install raspbian on them , update, use them on school pis? yes. any ideas how overcome proxy server issue (way beyond technical know how!) gratefully received. http...

Pneumatic/sensor/steppermotor - Raspberry Pi Forums

hey alle zusammen ich bin maschinenbaustudent und muss für einprojekt eine cocktailmaschine bauen und jetzt bin ich soweit das ich ein steuerung brauche.ich wollte ein raspberry pi + touchscreen modul zur maschine: ein stepmotor wird als erstes bedient bis eine postion erreicht ist die dursch einen näherungssensor bestimmt ist wenn dieser sensor sagt das das glas erreicht ist wir ein pneumatik sensor betätigt der den dosierer andrückt ... jetzt meine frage welchen raspberry pi darf ich verwenden und welche zubehöre benötige ich dafür wie zb ein motortreiber oder sonstiges ....ein programm wird mir ein freund schreiben über c++/c# da stell ich mir die frage ob das überhaupt möglich ist ich würde mich sehr freuen wenn mir jmd da ausführlich erklären würde ich waurm beauche da ich ein begrenztes budget habe raspberrypi

Collegare alimentazione esterna mantenendo com. seriale USB?

salve, ho cercato sul forum e su google ma forse non ho dato le parole giuste. vorrei alimentare arduino uno grazie ad un alimentatore da 12v, allo stesso tempo vorrei mantenere la comunicazione seriale tra scheda e pc con il cavo usb è possibile? se si è sufficiente collegare alimentazione e usb allo stesso tempo? immagino non sia il primo ad avere questo dilemma, scusate in caso di topic già creato. ceto che e' possibile quando colleghi un alimentatore esterno e nel contempo sei collegato via usb, arduino viene alimentato dall'alimentatore e la comunicazione via usb rimane ativa Arduino Forum > International > Italiano > Hardware (Moderator: leo72) > Collegare alimentazione esterna mantenendo com. seriale USB? arduino

Creating a link by click &amp; drag

i'm using evaluation copy of dreamweaver 8. attempted create link highlighting text in document 1, holding down shift key, left clicking on highlighted text, , dragging should have been line anchor in document 2. (this how works in old version.) instead, highlighted area in document 1 got bigger include additional text. have defective dreamweaver 8, or has system changed? don hirsch look in code. web designer never rely on program give accurate results. look within code see waht dw doing. < href="mypage.html" >click here</a> More discussions in Dreamweaver support forum adobe

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Smart RGB LED Matrix - Raspberry Pi Forums

hello, first off i'm nube, have linux experience no raspberry pi experience. i've been scouring internet way create large wifi & ble connected smart led matrix function lametric ( http://lametric.com ) wanted 32x64 or larger. i'd able display user defined messages, pick on rss feeds, twitter & facebook feeds, show time, date, weather, , possibly other things haven't thought of yet. know i'm not first have thought of couldn't find step step instructions on how it. if has done or interested in helping me has experience i'd grateful! semper fi, nate miller (sgt, usmc retired) hi, see https://www.adafruit.com/products/2345 have tutorials it. av3ng3 wrote: hello, first off i'm nube, have linux experience no raspberry pi experience. i've been scouring internet way create large wifi & ble connected smart led matrix function lametric ( http://lametric.com ) wanted 32x64 or larger. i'd able display user defined messages, pick...

Driving two or three stepper motors?

i relatively new arduino , planning first real build. want make xy gantry similar 1 using stepper motors off ebay (which have yet order). the purpose move electromagnet turn on , off (also controlled arduino) move metal pieces  above thin sheet of glass/plastic. i have never worked stepper motors (or motors) on arduino before, , have done research them. want use bipolar stepper motors on unipolar ones more powerful per amount current. but don't understand how arduino connects driver connects motors drive them. how driver fit in arduino-motor interface? know motors need lot more voltage arduino supplies (12-36volts depending on motor), driver used for? i need example , explanation of how driver works arduino , bipolar stepper. want drive 2 stepper motors (and later 3 z axis in there).. another question how powerul need be. don't have idea of how strong amount of torque don't know how powerful need be. far  currently looking @ some decently priced 71 ...

FIXED : Cannot login via Firefox. - Joomla! Forum - community, help and support

hello, searched , not find else issue. on several differnt pcs, mine , other people, no 1 can login site using firefox.  can login aol's browser , ie 6 or ie 7 no problems. if me fix this, i'd appreciate it! my site at: http://munno.net/battletech/ thanks, --michael please help, frustrating of site's members. thx. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Edit First line in dreamweaver templates

hello, when create page dreamweaver template, dreamweaver comment similar 1 below inserted: <!-- #begintemplate "/templates/test.dwt" --> each time edit page add php code in first line, removed every template update , source code again starts dreamweaver comment. need add pages php code in first line one: <? $ob_start; $session_start; ?> how can without removing code pages each template update. problem can't insert placeholder in first line of dreamweaver template. above first line locked in dreamweaver, can't change manually. there workaround available? thanks, philip > how can without removing code pages each > template > update. problem can't insert placeholder in > first > line of dreamweaver template. above first line locked in > dreamweaver, can't change manually. there workaround > available? put code above <html> tag. which dw using? looks dw4 or earlier.... -- murray --- icq 71997575 adobe communit...

Thread: How to "Copy" Kernel from livecd or installation

Image
hey im stuck here in guide telling me to: use live cd boot system. after this, need copy kernel image bootable disk , delete existing kernel image. rename copied image 1 boot loader recognizes. if use lilo (linux loader), should run /sbin/lilo translate present location of copied image disk geometry language , write partition’s boot sector. have no idea how this... know how boot live cd - after im lost? anyone? please me! im new linux..! could explain trying do, , perhaps post link guide trying follow? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to "Copy" Kernel from livecd or installation Ubuntu

Lenkeoversikt med underkategorier - Joomla! Forum - community, help and support

kan ikke se @ default weblink gir meg mulighet til å lage underkategorier. er det noen som vet om en weblink komponent som har denne muligheten? hej tofari, komponenten 'link directory' er en avanceret version bygget på basis af weblink komponenten. prøv @ se på demoen hvorledes underkategorier m.m fungerer: http://extensions.joomla.org/component/ ... itemid,35/ 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) Komponenter, Moduler og Mambots

Thread: Getting Ready for 9.10

i'm beginning ready going new ubuntu release (9.10) , have begun looking how can migrate. when went 8.10 9.04, upgrade option did not work me , ended having clean install of 9.04. relatively painful perspective lost alot of system settings and, painful, lost network manager connections. fair amount of customer consulting , have, on time, developed pretty lengthy list of wireless connections passwords set companies' tech person. painful them deal fact i'm linux desktop, them @ typing in security key information, etc. so, question (finally!) how can save information on 9.04 can restore if need reinstall of 9.10? files need save allow happen? , they're other files can recommend could/should save upgrade/reinstall? thanks! mark wow, i'm surprised not 1 post back! not possible save file? mark Forum The Ubuntu Forum Community Ubu...

Voice Recognition Light Dimmer; can't figure out two simultaneous loops

hello arduino community.  first off, in advance any  can provide me following code.  extremely appreciated.  coding difficult me. current state: have combined arduino uno r3 easyvr voice recognition module : http://www.veear.eu/products/easyvr-arduino-shield/ , an inmojo dimmer module : http://www.inmojo.com/store/inmojo-market/item/digital-ac-dimmer-module-lite-v.2/ . i turning on , off lamp using voice trigger command followed light on/off voice commands.  essentially, recognized voice trigger followed recognized voice command switches 'lightpin' (output 3) high low.  recognizeword() , getword() functions continuously looping listen further commands. however, cannot figure out how integrate dimmer code (which runs loop) run simultaneously voice recognition loop.  dimming requires own loop because function continuously writing 'lightpin' high , low depending on speed. i have researched 'blink without delay' ...

Proper code?

all, working on making facade java functions need used. want make doubly sure there no chance of memory leaks using type of code. can tell using facade interface java component add methods it. please please let me know if code safe. <cfcomponent name="testcomponent" output="false"> <cffunction name="init" returntype="any"> <cfscript> variables.objccc = createobject("java","com.ablecommerce.ac5.product.category"); objccc.init(); return this; </cfscript> </cffunction> <cffunction name="load"> <cfargument name="token" type="any"> <cfargument name="categoryid" type="numeric"> <cfscript> return objccc.load(arguments.token, javacast("long",arguments.categoryid)); </cfscript> </cffunction> a few potential gotchas, other that, it's ok.... "name" invalid at...

Upload .hex files using the IDE and avrispmkii

i trying find easy way customer upgrade firmware on product made using .hex code (no access sketch) the product has atmega328 on it, arduino bootloader  , 6pin icsp header. assuming had avrispmkii (or compatible programmer) easiest way them upload code using either mac or pc? if install arduino on systems have avrdude loaded.  use commandline easier them use arduino ide since provides easier use gui. problem not want them have access code them use .hex file. is there way arduino ide upload .hex files only? the second issue product uses  atemga328 not atmega328p  had go avrdude.conf file , change device id code in order work. not want users have go through hassle if possible. it nice if there kind of one-click upload solution offer them long had .hex file,  correct chip type , suitable programmer. quote from: robotman777 on aug 28, 2014, 12:32 am assuming had avrispmkii (or compatible programmer) easiest way them upload code using e...

Flash object id in Dreamweaver

i don't understand it's bug or not. when resize flash object in dreamweaver using properties panel id disappears. <object ..... id="menu" align="middle"> </object> have enclose flash object in div id, when developing menu extensions http://f-source.com <div id="f-source menu" > <object > ................ </object> </div> maybe doing wrong? More discussions in Dreamweaver support forum adobe

Autoplay to ignore stops

Image
i have interactive lots of stops throughout whole thing. wanted create "demo" mode button play through entire timeline, ignoring stops have 2 buttons, 1 demo mode , 1 return interactive mode. demo mode works fine, it's getting interactive button bring out of demo mode giving me problems. kinda works have click interative button twice take effect. missing? maybe cleari somewhere?? hope isn't confusing. i've attached code. please help, rattling brain! this should give idea. the interval ignores stops in timeline. on end of timeline must include clearinterval(mainint); More discussions in ActionScript 1 and 2 adobe

Thread: KK - notificaciones de sistemas mensajeria instantanea

hola gente como andan? espero que bien bueno la cuestion es esta, en la espera de la salida de ubuntu 9.10 me dicte instalar kubuntu ya que nunca lo instale al 100% como unico s.o, el problema es que no tengo notificaciones de ningun sistema de mensageria instantanea cuando un contacto se conecta, si cuando se desconectan cambian de estado, recibo mail pero nada cuando se conectan, tengo actualmente instalados amsn, emesene, kmess y kopete y con todos es igual. la idea era usar kubuntu hasta que laga ubuntu 9.10 y ahi hago un formateo general asi me libro de una particion ntfs que tengo con datos que me molesta mucho tenerla, alguno me podria ayudar? desde ya muchas gracias por el tiempo saludos pd: probe instalando como entorno secundario gnome ver si era el sistema de notificaciones de kubuntu pero pasa lo mismo. edite el asunto para que sea mas especifico con el contenido del thread. mas representativo. ...

AJAX Header Rotator 2.2 & rt_technopia Rockettheme template position problem! - Joomla! Forum - community, help and support

Image
hello all, , happy new year! got question, i’m using rockettheme rt_technopia , module ajax header rotator 2.0, problem can't position above in place of “rt_technopia/images/tech_header_2.jpg", (the top header)i tried positions , non take place, i’m not expert @ tweaking appreciate if me find out what’s problem or change, or if possible. on website can see in position “user4” – closest. website: http://www.popclone.com thx! wouldn't rockettheme forum best place ask such issue?  i'm saying this, cause seems need "hack" template bit want.  Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Modules

SOLVED - Cant display name in CB Userlist? - Joomla! Forum - community, help and support

Image
hi, have problem regarding community builder 1.0.2: i have created button users let them view site members (index.php?option=com_comprofiler&task=userslist) 1. problem whats displayed: names  - no usernames? 2. if search used inside memberlist, works fine. 3. if search on username "the minister" finds user , returns real name "winston churchill". 4. want return username, "the minister", searching for. how can switch names usernames cb's memberlist? thanx in advance  solved myself: login admin @ backend -> component -> community builder -> list management -> edit (your menu) -> adjust column 2 (i replaced name username) life me sometimes  Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Which host - any views on Firstserv?

hi there - host firstserv , have found them professional - i'm on shared server , site needs bit more room grow etc i'm sign 1 of vps (virtual private server) deals. just before though figure prudent ask if has comments make regarding experiences company (good or otherwise) all input gratefully received. thanks much. anyone got comments make here? don't want post again in advanced forum - nice feedback if has information give? indeed :) More discussions in Getting Started adobe

Alimentation PAP sous 5v... + Mécanique CNC

Image
salut à vous... ca fait un bail que je suis ici, et ailleurs l'aventure de gens ce lançant dans la fabrication d'imprimante cnc ou 3d ! pour me faire la main, j'ai bien l'intention de pas trop me prendre la tête et de récupérer des micro moteur pas à pas de lecteur de portable (facile, j'en ai déjà 2....) mise à part la difficulté de soudé des fils là dessus (j'ai plus de fils souple assez fin) c'est l'alimentation qui pose problème... ces moteurs, sont le plus souvent alimenté en 5v, et l'easy driver ce pilote à partir de 7v.... il est dit dans les différents articles qui traîne à son sujet qu'il est possible de les alimentés survolté, en réduisant le courant directement sur l'ed, mais le pap chauffe vite, et beaucoup ! ma question est : comment contrôler et alimenter un micro pap à 5 v ? pour la seconde partie, je me demandais juste si il existais un site ou trouver des pièces mécaniques ? pignons, roue denté, axe, créma...

Proxxon IBS/E PWM Drehzahlregelung

Image
hallo, ich möchte bei einem proxxon bohrschleifer ibs/e per pwm die drehzahl mit eine arduino regeln. der bohrschleifer soll allerdings auch ohne angeschlossenes pwm-signal  funktionieren. dazu habe ich folgendes gefunden: http://bienonline.magix.net/public/mf70-drehzahl.html . die drehzahl soll mit einem hallsensor erfasst werden und somit die ist-geschwindigkeit zur soll-geschwindigkeitgeregelt werden. hier ein paar zeichnungen der schaltung: bohrschleifer und pwm eingangsschaltung: http://www.mikrocontroller.net/attachment/223840/proxxon_pwm.png fritzing sketch: http://www.mikrocontroller.net/attachment/225599/proxxon_rpm_control_steckplatine.png dazu habe ich versucht folgende codes zu vereinen: pwm-code: code: [select] int sensorpin = 0; int pwmpin = 9; int sensorvalue = 0; void setup() {   pinmode(pwmpin, output);   // initialize serial communication @ 9600 bits per second:   tccr1b = tccr1b & 0b11111000 | 0x01;   serial.begin(9600); } // loo...

Measuring distance with RF

hi http://www.instructables.com/id/distance-measurement-with-radio-waves/step7/step-6-conclusion/ this link seems suggest use circuit send ping circuit, measure length of time taken receive reply , result accuracy of +-5m i stumbled accross whilst playing around 2 arduinos happen have rf modems on them , thought might fun experiment, but........... i stuck serial.prinln(currentmillis) sketch , beggining of loop. , let serial monitor run bit, 7ms loop time, flucuation. meaning in theory ( , or practice) radio waves modules have travelled (299792458/1000) per millisecond, , since loop takes 7 times run, in no way able useful it. is there feasibilty in using arduino , or microcontroller idea? quote it's easy use, it's easy built [sic], it's cheap , it's new revolutionary method of distance measurement so revolutionary, it's been around since 1930s. with custom hardware yes, doable, processor executes single instruction in time takes r...