Posts

Showing posts from June, 2011

several relayPins

Image
hi! i'm new in , if got problem programing several relaypins! do has example programing this. have lot of errors , don't know doing  what "several relaypins"? aka, need come more. mean? , have tried? why/how did failed to want? Arduino Forum > Using Arduino > Programming Questions > several relayPins arduino

Latest News module broken after upgrade? - Joomla! Forum - community, help and support

i upgraded rc2 rc3 , latest news module no longer working. front page showing recent articles, link dead pages. links formatted as code: select all http://www.domain.com/new/article-name&catid=37:latest&itemid=116/home.html i have sef links turned on along mod-rewrite , url suffixes; turning them off doesn't resolve (it kills "/home.html" @ end of links). any ideas? can see problem @ http://blueridgebiofuels.com/new i couldn't reproduce exact problem fresh install, don't know up. able resolve hacking modules helper.php , building custom link. Board index Joomla! Older Version Support Joomla! 1.5 Migrating and Upgrading to Joomla! 1.5

Code isnt playing nice

hey guys, first time poster, , new arduino speaking. so fun project decided make distance measurer using hc-sr04 uno. so using serial monitor have been able code work, decided try better incorporating lcd... to dismay have not been able code function display results i.e. distance in cm onto lcd... could knowledge on please me... code below. #include <newping.h> #include <liquidcrystal.h> #define pin_echo 4          #define pin_trig 5 #define max_dist 500 newping sensor(pin_trig, pin_echo, max_dist); liquidcrystal lcd(8,9,2,3,6,7); int backlitpin =   10; void setup() {   serial.begin(9600);   lcd.begin(16, 2);   pinmode(backlitpin,output);     //(old) light pin   digitalwrite(backlitpin,high);  //(old) turn light on } void loop() {   delay(50);   int time_taken=sensor.ping();   serial.println(time_taken/us_roundtrip_cm);     lcd.setcursor(1,0);      ...

Multiple Devices on I2C Bus and DAC

i working on project build dac arduino uno. i have mcp4725(dac) , mcp9808(digital temperature sensor). both i2c interfaced slave modules, , know can connect these 2 modules a4(sda), a5(scl) on uno simultaneously have different addresses. what trying convert digital signal/data mcp9808 analogue signal display on screen or oscilloscope. however, not sure whether possible receive data mcp9808 , write these data on mcp4725 convert these data analogue signal. have code mcp9808 attached post. i don't see why can't because uno retrieve data , write these data mcp4725 cover it. could me out on this, please! thank you. adafruit provides library mcp4725 , it's available in arduino ide under "manage libraries.." (sketch->include library), search 4725. call setvoltage() on object set analog output. Arduino Forum > Using Arduino > Networking, Pro...

Thread: What are the coolest 2-players games for Super Nintendo?

super nintendo: http://smartcanucks.ca/wp-content/up...ndo-canada.jpg 2-players games cool super nintendo ? + screenshot of game (if possible) doom troopers final fantasy vi contra iii: alien wars sunset riders street fighter final fight 1,2,3 all tecmo bowls battletoads vs. double dragon the return of double dragon tetris attck donkey kong country 1, 2, 3 gundam wing: endless duel turtles in time tiny toon adventures - wild & wacky sports ('basket) sword of mana series metal warriors wild guns bust-a-move joe & mac (aka caveman ninja) rampart rock n' roll racing super buster contra iii ballz 3d doomsday warrior bros dragonball z hyper dimension zombies ate neighbors looney tunes b-ball -tetris/dr mario -any of 3 donkey kong country games (especially "two player team" mode) -biker mice mars (a m...

Cant access Joomla pages, please Help? - Joomla! Forum - community, help and support

i've installed joomla template i'm having problems. ran thru install. want edit stuff cant login because cant access anything. every page in directory goes 1 standard joomla page says this: "set title in global settings this site temporarily unavailable. please notify system administrator" can please help? do? i'm assuming fine before installed template, let me know if that's not accurate please. did have trouble of sort template installation? can log in administrator pages? Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

PDF's from the Web

i having trouble opening pdf's on web... my computer has windows vista acrobat 5 & adobe reader 9 installed. adobe reader set default program open pdf's. the following link opens in adobe reader http://earth.google.com/userguide/v4/google_earth_user_guide.pdf but cannot open these files http://manuals.info.apple.com/en/iphone_user_guide.pdf http://era.nih.gov/docs/esnap_ug_august2003.pdf the following error message appears: "the adobe acrobat/reader running cannot used view pdf files in web browser. adobe acrobat/reader version 8 or 9 required. please exit & try again." it opens blank acrobat window. message perplexes me since have reader version 9 installed. why happen & can fix it? lynn there possibility acrobat 5 running in background , browser using open files. may have issue second 2 files. try going task manager , shutting down acrobat (if open), start reader, try , open 1 of problem files (be sure indeed reader open). it's not recomme...

udp.read() character string question

i trying utilize udp.read function read packet sent on local network , compare key phrase, if match execute piece of code. however, whenever use packet sender,  correctly receives , displays packet send not compare key character string have set. when display both received packet , key string via serial.print function return exact same phrase. when convert them integers convert 2 different integers, if compare individual characters in string code correctly compare. ideas missing? how can 2 strings contain exact same set of characters return different values when converted integers? udp.read() function not returning character string? code: void loop() {   int packetsize = udp.parsepacket();   if (packetsize)   {     // receive incoming udp packets     serial.printf("received %d bytes %s, port %d\n", packetsize, udp.remoteip().tostring().c_str(), udp.remoteport());     int len = udp.read(incomingpacket, 255);   ...

Ayuda con el software !

Image
hola, estoy aprendiendo usar el arduino por mi cuenta y se me ocurrio intentar armar un circuito que, partir del nivel de una entrada analogica, ponga un 1 o un 0 en una salida. mi problema es que quiero que la señal de entrada es una senoidal y no siempre esta fijo el valor al que deberia estar el 1, por lo tanto, la salida fluctúa entre el 1 y el 0 constantemente. quiero saber si hay algun tipo de timer que actúe como retardo la desconexion y que tenga posibilidad de resetearlo para que éste, si se encuentra 500ms de cortar, vuelva empezar la cuenta. (espero haber preguntado donde correspondia, estoy desde el celular y no entiendo nada) arrancas con un problema algo complicado que paso explicarte arduino en sus entradas analógicas espera señales 0 5v (en la mayoría de los casos) de modo que una señal senoidal que tiene un pico negativo y otro positivo no puede aplicarse directamente una entrada analógica. requieres un trabajo previo que implica llevar e...

Frontpage blog container! - Joomla! Forum - community, help and support

hi everyone! so trying throw quick homepage guild , found nice template on... at first had problems saying "welcome frontpage" since have learned how use search function figured 1 out... :d the problem i'm having articles put in frontpage shown in kind of frontpage container looks awful, , has text "welcome >> update" is there way can skip container or atleast remove heading , make transparent or something! site located at: http://bloodshed.naesstrom.net all suggestions welcome! Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

arduino nrf24l01

hi, i work transmitter , receiver. have 2 sketches , works fine, how can add more arduino nano's (receivers) ? thought have work addresses, don't know how... transmitter code: [select] /*    1 - gnd    2 - vcc 3.3v !!! not 5v    3 - ce arduino pin 7    4 - csn arduino pin 8    5 - sck arduino pin 13    6 - mosi arduino pin 11    7 - miso arduino pin 12    8 - unused /*-----( import needed libraries )-----*/ #include <spi.h>   // comes arduino ide #include "rf24.h"  // download , install (see above) /*-----( declare constants , pin numbers )-----*/ //none yet /*-----( declare objects )-----*/ // (create instance of radio, specifying ce , cs pins. ) rf24 myradio (7, 8); // "myradio" identifier use in following methods /*-----( declare variables )-----*/ byte addresses[][6] = {"1node"}; // create address 1 pipe. int datatransmitted;  ...

passing array as parameters

hello running test code: code: [select] boolean requestaccepted = false; uint8_t startcomunication[] = {0x81, 0x12, 0xf1, 0x81, 0x05}; uint8_t startcomunication_accepted[] = {0x80, 0xf1, 0x12, 0x03, 0xc1, 0xea, 0x8f, 0xc0}; void setup() {   // put setup code here, run once:   serial.begin(9600);     if (sendrequest(startcomunication, startcomunication_accepted)) {     serial.println("made");   } } void loop() {   // put main code here, run repeatedly: } boolean sendrequest(uint8_t tosend[], uint8_t toreceive) {   (int = 0; < sizeof(tosend); i++) {     serial.println(tosend[i], hex);   }   return true; } i pass array parameter function looks doesn't work? ide how it? code: [select] boolean sendrequest(uint8_t tosend[], uint8_t toreceive) you @ least consistent in how write definitions of parameters function. however, not main problem.  put square brackets ...

Menu and lists - Joomla! Forum - community, help and support

i wanted create submenu appears on content pages , leads different related content pages. ie...content>menu> related content 1, related content 2, related content 3 i want appear on left side column. also related content needs in dynamic list form.  users can select how want listing appear.  (ie buy best rating, most/least expensive, alphabetically) lastly wanted lists contain 5 star rating program users can rate. any appreciated. Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Thread: Mysterious double login...

hi all, wondering if me. although there multiple accounts machine 1 uses , set auto-login "chris" on boot. however, seems have logged in twice. code: chris@qserver:~$ chris tty7 2010-01-03 22:35 (:0) chris pts/0 2010-01-04 13:47 (:0.0) i don't think issue interesting know how/why has happened. many in advance. someone seems connecting remotely telnet? thats psuedo user account created outside connection. can kill finding pid , doing kill -9 pid believe. ps fax Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Mysterious double login... Ubuntu

Assigning different editors for different access levels - Joomla! Forum - community, help and support

i have website has 2 different types of front end access levels: registered , authors. both registered , author users can submit contents, have use 2 different editors. until now, i've been manually assigning content editors each individual users end, there way automatically assign different editors different user levels? instance, registered users submit contents through jce , author users through fck. can please help? you can @ least, depending on number of 1 kind of submitters vs other kind, define default editor , change manually kind less number of users. otherwise, has entered in database, require important hack or specific component. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x WYSIWYG Editors - 1.0.x

Correct File Format for PDF documents

hello everyone, oracle developer on air force project. application our company maintaining stores files in database in (long raw format). in converting oracle 10g, our company needs convert files different structure. unfortunately, oracle has not provided migration tool convert files - have manually! appears oracle (when extract file) contains header , footer information need clean up. in doing so, delete text @ beginning of document text "%pdf-" , delete after last "%%eof" text. process works 50% of time. there documentation on file "should" like? way know fix them manually open file (in oracle application) , manually save out operating system. problem of air force bases have approximately 8000 files need converted (i automate process). ideas? thanks, mike there isn't can done using reader. what using convert pdf? i'd start looking. More discussions in Acrobat Reader adobe

Thread: link parsing not

9.04 fox , chrome reloaded ubu , links not parsing... how fix?? please explain problem little better, fox mean firefox? have tried creating new firefox profile? press alt-f2 , type: code: firefox -profilemanager follow instructions create new profile, check see if problem solved. sure internet connection working properly? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] link parsing not Ubuntu

Programming Help

Image
the program im trying upload arduino uno follows, /** * read card using mfrc522 reader on spi interface * pin layout should follows (on arduino uno): * mosi: pin 11 / icsp-4 * miso: pin 12 / icsp-1 * sck: pin 13 / iscp-3 * ss: pin 10 * rst: pin 9 * * script based on script of miguel balboa. * new cardnumber printed when card has changed. dot printed * if card same. * * @version 0.1 * @author henri de jong * @since 06-01-2013 */ #include <spi.h> #include <rfid.h> #define ss_pin 10 #define rst_pin 9 rfid rfid(ss_pin, rst_pin); int buzzpin = 3; // setup variables:     int sernum0;     int sernum1;     int sernum2;     int sernum3;     int sernum4; void setup() {   serial.begin(9600);   spi.begin();   rfid.init(); } void loop() {         if (rfid.iscard()) {         if (rfid.readcardserial()) {             if (rfid.sernum[0] != sernum0 ...

menu lcd button?

i have problem in making assignments. my difficulty in directing cursor button , down on menu. i ask help, take @ button "up" , "down" in program , see mistake? thanks code: [select] #include <liquidcrystal.h> liquidcrystal lcd(7,6,5,4,3,2);    int keypad_pin = a0; int keypad_value = 0; int keypad_value_old = 0; char btn_push; byte mainmenupage = 1; byte mainmenupageold = 1; byte mainmenutotal = 3;   void setup() {     lcd.begin(20,4);     serial.begin(9800);     mainmenudisplay();  } void loop() {        btn_push = readkeypad();     mainmenubtn();     if(btn_push == 's')//enter selected menu     {         waitbtnrelease();         switch (mainmenupage)         {             case 1:               menua();     ...

Updater causing Intruder Lockouts after users change their passwords.

acrobat reader 9.0 updater on number of systems attempting contact http://swupmf.adobe.com/manifest/60/win/reader9rdr-en_us.upd through our proxy server. our proxy server requires authentication valid novell user id , password. reader stores id , password information after first valid authentication following reader installation. if users change passwords, updater program uses old password info , causes user's accounts become locked through novell security feature called intruder lockout. because update failing, updater continues try setting lockout 8 seconds after novell account unlocked manually. need means of disabling updater , help, update, preferences followed re-boot not stopping it. i've read of posts regarding updater , can't find workable solution. help!!! More discussions in Acrobat Reader adobe

Thread: Location legacy nvidia-xconfig [or using nvidia-gfx-71 in Ubuntu 9.10]

Image
heya, have 9.10 running on old computer nvidia vanta-graphics card. unfortunately these appearently aren't supported 9.10, since oldest nvidia drivers in repository build nvidia-gfx-96, while vanta seem supported nvidia-gfx-71. after hours of following tutorials, fiddling around , testing managed install 71-drivers. but, nvidia-settings require nvidia-xconfig around, embedded later driver-builds not 71. fortunately found tar.gz @ this page , downloaded it... -and here question- supposed extract , there other things should working? or, if i'm overcomplicating things, feel free give me directions on do. unfortunately couldn't find on ubuntu 9.10 , nvidia-gfx-71, hence i'm messing around hours now. in advance! still no luck. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] ...

Questions about enum's, arrays and const's

Image
hi, i'm pretty new arduino , got few questions. my first 1 why can't that: code: [select] enum params {   char name[16],   int switchpin,   int ledpin }; const buttons[][params] {   { "btnlivingroom", 2, 8 },   { "btnbathroom", 3, 9 },   { "btnbedroom", 4, 10 },   { "btnkitchen", 5, 11 },   { "btnparking", 6, 12 } }; void setup() { ... } void loop() { ... } and difference between: code: [select] new const [] {...} // or const [] {...} please explain carefuly thanks in advance. quote my first 1 why can't that: because not enum for. looks more struct. code: [select] const [][params] { so, want variable, of type undefined, no name, constant , 2d array. no way, jose. quote and difference between one steaming pile of stinky crap , other stinky pile of steaming crap. Arduin...

Cannot run Reader (acroread) in Linux

i've tried install twice, using .bz2 file. untars fine. when running install tells me /opt default install dir , asks me if want change. change because not recall ever seeing in /opts dir, in 6 years of running multiple linux distros. (it doesn't appear matter though since library acroread cannot find installed.) this reality aside, tried second time, install in /opt today, did non-root user, failed. when failed installed in path, underneath home dir. when run acroread returns same error (but path on left of colon reflects different path, obviously). the error refers says missing library, not missing. error not looking, makes debugging impossible. /usr/local/bin/adobe/reader8/reader/intellinux/bin/acroread: error while loading shared libraries: libgdk_pixbuf_xlib-2.0.so.0: cannot open shared object file: no such file or directory. help welcome. More discussions in Acrobat Reader adobe

How to connect Arduino Uno to wifi?

i have arduino uno starter kit. have "love meter" done , temperature can displayed in serial monitor in macbook. have no internet connection in arduino. what part need purchase connect uno wifi? if like, please provide link product http://www.ebay.co.uk/ or other place. the cheapest way esp8266 module. you can wifi shields more expensive easier connect uno. there dozens (maybe hundreds) of threads on forum both. ...r Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > How to connect Arduino Uno to wifi? arduino

Multthumb CHMOD - Joomla! Forum - community, help and support

pozdrav ekipo, trebao bih pomoć s multithumb mambotom. kad ubacim sliku on napravi thumb, ali ga chmod-a na 600, pa na stranici ostane samo kvadratić... svaki puta moram ručno preko ftp-a promjeniti chmod na 644. kako ga mogu narihtati da automatski chmod-a? isto radi sa resize-anim fotkama kada ih otvori klikom na thumb... please pomoć. probja da chmodujes preko joomlaxplorera ako ti ne uspe da ih postavis na 777 onda kontaktiraj hosta kazi im da ti oni urade. Board index Joomla! International Language Support International Zone Croatian Forum

I Cannot Print in Adobe Reader

hi :) here's deal: i have printer in network default printer. goes there, microsoft word, excell, except adobe. when have pdf file open in adobe want print. not show default printer. have tried add default printer adobe have not being successful. i using adobe reader 8, , win xp. can me how solve problem. had problem before? i have lexmark x4530. per conversation lexmark tech support, printer not compatible print adobe reader 8. said need uninstall adobe reader 8 , install reader 7. have vista operating system , possible install reader 7? More discussions in Acrobat Reader adobe

Accessibility Color preferences

i'm trying change pdf display , print black text on light/white background: ]http://dnr.louisiana.gov/sec/execdiv/techasmt/presentations/ietc_chemical_marketing_assoc _inc_20040501.pdf the file powerpoint. the "black text on white" option works fine on many powerpoints have light text , dark background, not on one. here, changes text not change background. i've tried other replace document colors options, nothing there helps. thoughts? other adobe/third-party tools can this? thanks , all, humanengr More discussions in Acrobat Reader adobe

Proper way to embed PDF into IE6 or 7

does know official proper way embed these files? i have seen way [code] embed src="example1.pdf" width="450" height="450" href="example1.pdf"> /embed> [/code] and way [code] object classid="clsid:ca8a9780-280d-11cf-a24d-444553540000" width=728 height=728>  embed src="manual.pdf" height=728 width=728> noembed> browser not support embedded pdf files. /noembed> /embed>/object> [/code] any appreciated. (i had take out less-than signs becase trying run actual code.) thanks, -brett More discussions in Acrobat Reader adobe

Thread: Inkable sticky notes app

hi guys, i've bought tablet pc ebay , naturally i'm looking put ubuntu on it. question there sticky note apps linux allow "scribble" notes? examples windoze , mac hottnotes , sketchbox . general tablet orientated software advice appreciated on virtual keyboard front (is there, example, shapewriter/swype style keyboard linux?) many thanks grindboy hi grindboy, not sticky notes per se xournal allows jot down notes. virtual keyboard i'd recommend cellwriter. might want @ tom jaeger's easystrokes. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Inkable sticky notes app Ubuntu

Leonardo ?

bonjour, je viens vers vous car je suis un peu surpris de ma dernière acquisition, la leonardo... je pensais m'en servir comme support d'initiation à la "programmation", mais rien ne fonctionne correctement. j'ai simplement voulu uploader un des exemples "keyboard", et déjà il m'a fallu pas mal de temps pour comprendre le principe du "hard reset". j'ai réussi de manière hasardeuse charger un programme, mais il m'a fallu retenter plusieurs fois l'expérience. l'origine sur ubuntu, je suis parvenu charger le programme d'exemple sur win10, mais c'était vraiment chaotique. quelqu'un aurait il une astuce ? parce que dans l'état je peux zapper le coté ludique de la chose ... bonsoir et bienvenue en ce qui me concerne, après la lecture attentive des particularités de l'arduino leonardo indiquées sur ce site, ce type de carte ne m'a jamais causé de soucis. il est tout-à-fait poss...

Error al subir sketch en Arduino UNO

buenos días! estoy usando una placa arduino uno para programar mi micro atm328. mi proyecto consiste en ingresar un determinado número por teclado y luego poder enviarlo través de un emisor rf. obviamente, hay un lcd como interfaz. mientras probaba el proyecto en la plaqueta de arduino uno, me funcionó siempre correctamente. luego hice mi propia plaqueta y ya no me anduvo la primera. y cuando quiero programar el micro me sale el error avrdude: verification error, first mismatch @ byte 0x01c5          0xd1 != 0xc1 tengo otro micro, con el cual pude programar sin problemas y usarlo correctamente en mi plaqueta, por lo cual creo que el problema no es eléctrico ni mucho menos. ¿alguno se puede dar una idea del problema? ¡muchas gracias! pd: aquí el código code: [select] #include <keypad.h> #include <wire.h>                  #include <liquidcrystal_i2c.h> #include <rcswitch.h>  liquid...

Strange lockups caused by several things, underlying electrical issue?

Image
hi, i've made simple quadcopter flight controller (schematic included) arduino nano, has curious (likely)electric problem has me confused pretty well. tldr: among other things, putting 5cm wires on wireless module "fixes" random resets when touching battery wire insulation. photos, code , schematics included. it's pretty simple thing, , have decoupling caps on logic ic:s (arduino, apc220 wireless, mpu6050 imu). connected, arduino lock after few seconds, unless physically touch battery wire insulators. i'm thinking it's curious capacitive problem, don't have experience   i've gone through connections continuity checker , solid, can shake board around without problems doubt there loose connections. board gets it's 5v arduino's regulator fed 3s lipo. regulator keeps steady @ 4.98v @ times when measured multimeter. mosfet's f12n10l, these issues crop when ignored (arduino pin on gate set low, , never changed), , work great. think...

My audio has stopped working....

i have premier elements 3.0 ideas why audio has stopped working when i'm playing movie clips? i've tested audio w/ computer , works w/ other software programs know it's not connections. can see audio levels on screen when play movies in premiere - there's no sound speakers. ideas on how fix this? right before happened had error message when closing file - audio doesn't play on speakers w/ of movie files. thanks this premiere pro forum, need premiere elements forum premiere elements http://www.adobeforums.com/webx/.3bb574e6/ More discussions in Premiere Elements adobe

Readyboost for vista 64 and PE7

does out there use readyboost flashdrives or thumb drives? make different when using pe7. have i7 266 , 6 gigs of ram for not familiar readyboost, following link provide insight: http://www.extremetech.com/article2/0,2845,2017817,00.asp results vary widely, many usb flash drives, not cracked (speed wise). , readyboost performance contingent on small fragmented files, not large contiguious files (similar video). i doubt see boost video editing software. also, can read following review, surely leave bad taste in mouth: http://www.pcworld.com/article/131742/readyboost_flash_drives_lack_significant_boost.html More discussions in Premiere Elements adobe

Limit editing of certain pages per user... - Joomla! Forum - community, help and support

hi - is possible secure pages editing users (as opposed user groups)? i setting site collection of 8 traders.  each trader have own specific page business able update themselves. is there way confine each traders update ability own pages?  community builder can (i'm looking @ now).  end accessability doesn't have given these people. many in advance, johnny i have not tried of these yet amongst them might solution wanting do: http://extensions.joomla.org/index.php? ... &itemid=35 Board index Joomla! Older Version Support Joomla! 1.0 Security - 1.0.x

Display content in wrapper - Joomla! Forum - community, help and support

hi, the subject bit misleading, try describe here more exactly: i'm using wrapper show phpbb3 forum. each forum should have link joomla article display forum rules. got running, when clicking on link, article displays article on joomla front page: header , left , right modules, footer , on. i expected plain article inside wrapper instead. there way this? yes, it's possible: create normal link article, instead of index.php use index2.php. for example: http://www.yoursite.com/ index2.php ?option=com_content&view=category&layout=blog&id=1&itemid=50 this worked in 1.0.x , seems work same in 1.5 Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Superadministrator can't edit/publish the content items of his authors? - Joomla! Forum - community, help and support

hi people of joomla community. sorry if covered somewhere, couldn't find when searched. i run site college-friends , gave of them author-status, can publish news , stuff on site. sad thing can't edit created not in front-end, neither in back-end , superadministrator of site. checked configuration of joomla didn't find solve problem. advice? possible without need of installing aditional addons? another problem occured, writing new content item, have go down under both text boxes , change in "publishing" settings state unpublish publish (i hope got right translated slovak language , can't remember called exactly) have published immediately. not problem me, because know have it, of authors unaware of , articles aren't published, plus cant edit them myself mentioned above. my question is: "is there way have default publish state selected in dropdown menu?" Board index Joomla! Older Version Support J...

When will the problem with Arduino15 ... "___REMOVE___/bin/avrdude" get fixed?

full error: java.io.ioexception: cannot run program "___remove___/bin/avrdude": createprocess error=2, system cannot find file specified it took me quite time find solution error, has made me hang @ 1.6.8 since last summer. fix is, of course, removing arduino15 file appdata\local.  kept hoping new releases fix problem. will whatever causes arduino15 directory "out of whack" ide ever fixed? unless i'm mistaken, don't think it's understood causes directory bad state. people not encounter - small portion do. Arduino Forum > Using Arduino > Installation & Troubleshooting > When will the problem with Arduino15 ... "___REMOVE___/bin/avrdude" get fixed? arduino

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

ESP8266: HTTP GET results in 400 Bad Request

hi, i trying obrain data pastebin.com/raw/1nmekaux . using esp8266 connected arduino via softwareserial bound rate of 9600. every time try make request 400 bad request. this doing: code: [select] at+cipmux=0 ok at+cipmode=0 ok at+cwjap="wifi","wifi" wifi disconnect wifi connected wifi got ip ok at+cipstart="tcp","pastebin.com",80 connect ok at+cipsend=204 ok > busy s... recv 204 bytes send ok +ipd,334:http/1.1 400 bad request date: fri, 23 dec 2016 08:30:31 gmt content-type: text/html content-length: 177 connection: close server: -nginx cf-ray: - <html> <head><title>400 bad request</title></head> <body bgcolor="white"> <center><h1>400 bad request</h1></center> <hr><center>cloudflare-nginx</center> </body> </html> closed code: [select] get /raw/1nmekaux http/1.1\r\n host: pastebin.com\r\n connection: close\r\n accept-charset: iso-8859-1...

Where can I find the Bengali lang pack - Joomla! Forum - community, help and support

it great see indic forum, instead of different indian langauge forum. let take oath that, indians discuss our indic language tete-a-tete inside section , never create separate forum sections each of our languages. now actual thing. came know language packs in joomla today only. can find language pack bengali. tia. welcome forums, i know indic languages should , discussed together. glad see person shares views , thoughts. not here share idea though. language , so... anyways, should able find language @ following location http://joomlacode.org/gf/project/indicjoomla/frs/ ot looks romit still in process of uploading files... Board index Joomla! International Language Support International Zone Indic Languages Forum

Thread: sharing wireless internet to non-wifi machine through lan

Image
i have 2 ubuntu machines - 1 of them laptop wifi connection, , other 1 desktop lan. have crossover cable can't seem work using default ip selection when plug in. can point me tutorial can make work? found few wasn't sure if situation different since i'm sharing wifi on lan cable. , yes i'm getting card wifi on desktop next week Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] sharing wireless internet to non-wifi machine through lan Ubuntu

Thread: Netbook's blank booting screen

hello all, on lenovo netbook: playing firefox, came across security.ubuntu.com problem, established in general terms referring , might easier reinstall ubuntu and upgrade 9.04. succesfully installed, said, please restart. screen blank. now, have totally dark screen whether booting off hard drive (it starts running , clicking, stops clicking; stays running 'til switch off again) or via external cd drive (which lights up, flashing, few moments while clicking, runs down). i've tried ubuntu cd installed ok, , 1 i'd first installed ubuntu instead of xp. wondered if i'd inadvertently switched off screen, apparently not - in case, presumably default on? i've looked for on external screen, know works because played with few weeks ago. fn-f" toggle screen doesn't anything, nor fn-up/down change brightness. i've tried ctrl-alt-backspace, cd , hdd, no effect. battery's charged in case i'm using psu , all ...

Problems Background Printing PDF from C# Application

hello, we having lot of problems trying print pdf file in background using c# application executed via sql server agent. output should printed local printer (hp color laserjet 1600) connected via usb port. we have c# application calls system.diagnostics.process run acrobat reader (weve tried both v8.0.0 , v8.1.2), open existing pdf file, , send local printer. code shown below. system.diagnostics.process process = new system.diagnostics.process(); process.refresh(); process.startinfo.arguments = "/t c:\temp\testpdf.pdf"; // , tried "/t c:\temp\testpdf.pdf printername" process.startinfo.createnowindow = false; //process.startinfo.domain; //process.startinfo.errordialog = false; process.startinfo.filename = "c:\\program files\\adobe\\reader 8.0\\reader\\acrord32.exe"; //process.startinfo.password; //process.startinfo.username; process.startinfo.useshellexecute = false; //process.startinfo.verb = "print"; process.startinfo.windowstyle = system.dia...

New view / parameter: "Category List to Category Blog" - Joomla! Forum - community, help and support

hey there, i found interesting feature request in "general questions" forum (cp. http://forum.joomla.org/index.php/topic,213647.0.html ) believe better posted here:  currently, when create menu item of type " section layout - displays list of categories in section" ...you following output result: (1) list of categories in section ("section layout")     |     | (1a) click on category title     |     -> (2) list of articles in category  ("category list layout")             |                | (2a) click on article title             |             -> (3) individual article in view (and others, too, cp thread above), in many cases make more sense replace (2) , able jump category blog view ("category blog layout") directly (1), i.e. (1) list of categories in section ("section layout")     |   ...

Se puede usar cualquier microcontrolador?

hola, hace unos dias me encontre una tarjeta de circuiteria, al parecer de un minisplit, ayer estuve checando los circuitos integrados y resulta ser que tiene un chip para mover motores y un microcontrolador del cual me baje la hoja de datos, entre otros elementos como filtros, condenzadores, transistors, etc, etc. mi pregunta es puedo usar esos components en un arduino, referiendome puedo reprogramar ese microcontrolador y si es asi cualquier programador de microcontroladores me sirve? que tengo que tomar en cuenta cuando saque otros microcontroladores o circuitos integrados para poder usarlos con arduino? gracias de antemano. existen miles (tal vez) de microcontroladores y la gran mayoría no tienen nada que ver con arduino. por otro lado existe una plataforma denominada platformio que nuclea muchas placas (boards) arduino compatibles. para darte una respuesta mas apropiada porque no nos dices de que microcontroladores hablas. coloca su código completo ...

Common anode 7 segments display with MAX7219

hello, i needed use common anode 7 segments display max7219 chip, supposed work common cathode. i find older posts it, without simple software solutions. wanted share did. it's in fact quite easy drive common anode display ledcontrol library. first, said in older posts, wiring has swapped between digit pins , segment pins. dig1 dig7 max7219 pins have wired segments g of displays. seg seg f pins have wired digit 1, digit 2, etc... then ledcontrol library use setcolumn function display digits, character table defined in header : code: [select] void print(byte d,byte n)   {   lc.setcolumn(0,d,pgm_read_byte_near(chartable + n));   } this function print n on digit (display) d. example : print(1,5) displays '5' on first digit n values 0 15 display 0...9 a...f. here code count 0 99 on 2 digit display (arduino uno) : code: [select] #include "ledcontrol.h" /*  pin 12 connected datain  pin 11 connected clk  pin 10 connected load  ...