Posts

Showing posts from July, 2012

is adobe photoshop essentials a good beginner program for doing art or is it too limited?

dooes here use essentials brush painting program art , illustaration or essentials limited that? do mena elements? (not essentials)   elements fantastic program brush painting.   check out http://www.elementsvillage.com/gallery/ examples of can accomplished. More discussions in Photoshop Elements adobe

Problems with SEF URL's....I've read all the other posts - Joomla! Forum - community, help and support

hello, i'm hoping can me out here because i'm pull hair out. i've searched forums particular problem , haven't come across same issue. #1 - server running php 4.4.7. don't think can updated because it's shared hosting package #2 - i'm using 1&1, not godaddy #3 - nightly build current (two days ago) #4 -  search engine friendly urls  (yes), use apache mod_rewrite (no), add suffix url's (no) #5 - renamed htaccess.txt .htaccess #6 - rewrite works using rewriterule (.*) http://www.google.com/ #7 - i'm using apache iis rule isn't relevant i don't 404 error, pages don't load properly. if select link home page (works perfect), resulting pages missing css, images, , content modules , components. because i'm running joomla subdirectory called 'joomla', made sure add subdirectory following: rewritecond %{request_uri} ^(/joomla/component/option,com) [nc,or] ##optional - see notes## anybody have clue what's going on here? i...

Can't connect to port 8883 with 5100 Shield

i'm new using ethernet shield.  i'm able connect mqtt server using arduino insecurely (over port 1883). i'm able connect mqtt server using raspberry pi securely (over port 8883). however, cannot connect port 8883 arduino. i've read every post out there , can't tell if it's sketch or it's impossible. can tell me definitively if won't work or problem code? code: [select] #include <spi.h> #include <ethernet.h> #include "pubsubclient.h" // //#define client_id         "boilerroom" //#define username        "" //#define password        "" //#define server             "192.168.0.222" //#define port                 1883 #define client_id      "boilerroom" #define username      "mudmin" #define pa...

New to stepper motors.. trying to tie GPS into stepper mapping

hi there, i've found excellent examples online of tinygps++ along stepper motor examples.  i've managed far gps set motor speed , start making tiny steps depending on going forward.  since gps doesn't have "you're slowing down now, you're needing go back", i'm having hard time wrapping head around how stepper motor go back. here's code i've ran far mixture of different examples i've found online through tinygps++ library along arduino examples.  far, seems give me ability stepper motor move forward slightly.  nothing else. #include <stepper.h> #include <softwareserial.h>  #include <tinygps++.h> // tinygps++ object tinygpsplus gps; softwareserial ss(12, 3, false); const int steps = 600;  // change fit number of steps per revolution const int test = 100; int stepcount = 0; // initialize stepper library on pins 8 through 11: stepper mystepper(steps, 4, 5, 6, 7); void setup() {   // ...

3 Column Content Area?? - Joomla! Forum - community, help and support

hello, in fact wrote question in template/css part couldn't answer , maybe general question.. problem need 3 colums content area. not in main page ! need 3 column page in inside pages. can give link of web site example not constructed joomla. http://www.gazeteport.com.tr/ekonomi/ne ... 1219&nbsp; (web site of online newspaper in turkish) regards maybe not understanding. realize in menu links blog menu item type (similar frontpage component) can set number of columns appear through menu parameters? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Superscript fonts in FLEX

how achieve subscript/superscript/special symbols styles in flex application? ex: © [copyright] ® [registered] etc. in advance. you have better results asking flex questions in flex forum @ http://forums.adobe.com/community/flex More discussions in Web design adobe

Thread: Rhythmbox not fetching album art?

i've got plugin enabled , i'm connected internet. space album art should used show loading circle (on hardy), doesn't here. on related note, there music players ubuntu good? rhythmbox sparsely featured, banshee's bit slow , songbird (while looking awesome) doesn't fit gtk @ all. help? check rhythmbox settings...(i'm not sure) have tried amarok(it's kde app liked many) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Rhythmbox not fetching album art? Ubuntu

[Solucionado] Problema conexion serial ESP-WROOM-32

parece mentira pero después de darle vueltas todo el día, lo quitado de la protoboard donde lo tenía pinchado y funciona correctamente. manda conjo... buenas noches, ayer recibí el esp32 que había pedido y hoy lo estado estudiando un poco. la verdad es que promete maravillas ya que cuenta con unas posibilidades increíbles para el precio que tiene. el problema que tengo es que no consigo hacerlo funcionar. lo primero que intentado es configurarlo para poder trabajar con el través del ide de arduino, por la mañana con mi windows 7 64 bit y por la tarde en ubuntu 16.04. siempre me sale el mismo error cuando trato de cargar el sketch. he pensado que quizás con su ide específico funcionaría y lo instalado, obteniendo el mismo error al intentar cargar el programa. también intentado chequear la comunicación serial con putty y no me abre el puerto, por tanto creo que falla la conexión serie. aunque el puerto me aparece correctamente en cuanto lo enchufo. en windows cargue los drivers...

Norsk versjon av JCal - Joomla! Forum - community, help and support

har nettopp instellert jcal versjon 1.5.3 pro. eg brukar joomla 1.0.12. og så har eg installert norwegian_nn som språkfil. Ønskjer å ha alt på norsk, men gjekk inn config.inc.php og justerte linje 164 if (!file_exists($config_ext['languages_dir']."{$config_ext['lang']}/index.php")) $config_ext['lang'] = 'english'; der det står english til norwegian. men, framleis stod det på engelsk, unnateke mÅneden. altså,deg ønskjer å ha alt på norsk, alt frå vekedagane til det andre som er inne sjølve kalendaren då ein åpnar kalendar storformat. er det nokon som skjønar kva eg meinar, og kor eg evt. kan finne ut dette? den skal du ikke endre nei, den linjen sier @ annet gjeldende språk skal velges om språkfilen finnes - hvis ikke bruk engelsk. du må ha den norske språkfilen utvidelsen på riktig sted, og med riktig navn. dvs. med samme navn som joomla!s språkfil som er bruk. Board index Joomla! International Language Suppo...

Clipping while printing

i'm trying print vector graphics , want graphics clipped edge of paper.  i'm finding if try printing off top or left side of screen instead of clipping (which want) transforms drawing lines on screen (which don't want).   the following code should print equilateral triangle.  instead moves drawing down 72 points (1 inch) , prints check mark.  know how accomplish want?   private function doclipprint():void   {   var myprintjob:printjob = new printjob();                    if (myprintjob.start())     {                        var sprite:sprite = new sprite();     var g:graphics = sprite.graphics;                        ...

error - Joomla! Forum - community, help and support

dear friends, can this: warning: supplied argument not valid resource handle in /home/virtwww/w_ahouse_0883/http/administrator/components/com_joomfish/mldatabase.class.php on line 429 warning: mysqli_num_fields() expects parameter 1 mysqli_result, boolean given in /home/virtwww/w_ahouse_0883/http/administrator/components/com_joomfish/mldatabase.class.php on line 435 original page here http://www.ahouse.com.ua/index.php?opti ... &sitemap=1 thank in advance, boris karmeluk wrote: dear friends, can this: warning: supplied argument not valid resource handle in /home/virtwww/w_ahouse_0883/http/administrator/components/com_joomfish/mldatabase.class.php on line 429 warning: mysqli_num_fields() expects parameter 1 mysqli_result, boolean given in /home/virtwww/w_ahouse_0883/http/administrator/components/com_joomfish/mldatabase.class.php on line 435 original page here http://www.ahouse.com.ua/index.php?opti ... &sitemap=1 thank in advance, boris same problem @ http://www.famouspoints....

Thread: Problems Adding Repositories

i having problems re-adding repository accidentally. see this website these type of commands use "deb". however, each time use "deb" machine gives me this: code: no command 'deb' found, did mean: command 'debc' package 'devscripts' (main) command 'derb' package 'libicu-dev' (main) command 'dab' package 'bsdgames' (universe) command 'debi' package 'devscripts' (main) deb: command not found is there way of getting on this? time, redstaryellowsun whatever trying deb way not working. try in terminal: gksu gedit /etc/apt/sources.list create text file , @ end of file add deb line , save file. example might add deb http: www.geekconnection.org/remastersys/repository ubuntu/ end of text file , save , able type in terminal sudo apt-get update , find when type sudo apt-get install remastersys pa...

Problem beim stufenweise LED dimmen mit zwei Tastern!!

Image
hallo zusammen, ich bin noch ziemlicher anfänger das programmieren betrifft, darum hoffe ich ihr könnt mir weiterhelfen. zu meinem projekt: ich möchte eine led mithilfe von zwei tastern stufenweise dimmen. ich habe überlegt es in 5 stufen zu machen. mit dem einen taster wird sie heller, mit dem anderen wird sie dunkler. wenn ein taster losgelassen wird soll die led ihre helligkeit behalten. ich habe ein programm geschrieben das leider nicht funktioniert und mir persönlich fehlt auch das wissen um zu sehen daran nicht stimmen kann. im internet hab ich schon zahlreiche hilfestellungen angeschaut und weiß jetzt auch dass ich die taster entprellen muss aber wie stell ich das an? schonmal vielen dank im voraus für eure hilfe bitte setz das programm in die code-tags, dann ist es wahrscheinlicher das jemand helfen kann. die wenigstens werden einen sketch runterladen, in einem editor öffnen und dann anschauen. ganz allgemein gibt es für das entprellen von taster...

SIM800c GSM

i have problem sim800c gsm module cannot send @ commands here setup code: #include <softwareserial.h>   //sim800 tx connected arduino d8 #define sim800_tx_pin 8   //sim800 rx connected arduino d7 #define sim800_rx_pin 7   //create software serial object communicate sim800 softwareserial serialsim800(sim800_tx_pin,sim800_rx_pin);   void setup() {   //begin serial comunication arduino , arduino ide (serial monitor)   serial.begin(9600);   while(!serial);       //being serial communication witj arduino , sim800   serialsim800.begin(9600);   delay(1000);       serial.println("setup complete!");   serial.println("sending sms...");       //set sms format ascii   serialsim800.write("at+cmgf=1\r\n");   delay(1000);     //send new sms command , message number   serialsim800.write("at+cmgs=\"+6390xxxxxxxx\"\r\n");...

Thread: Orkut issues

Image
my problem funny. can't use chrome access orkut account. college lan creates problems. have use firefox. version 3.6 beta comes under name namokora. orkut not recognise firefox , opens old orkut. how make orkut recognise browser firefox opens new orkut? invites helps out i know problem stupid believe me-it's irritating. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [all variants] Orkut issues Ubuntu

Crash on Launch

that's problem.   here's bit report looks relevant:   date/time:       2009-04-14 10:44:18.666 -0400 os version:      mac os x 10.5.6 (9g55) report version:  6   exception type:  exc_bad_access (sigsegv) exception codes: kern_invalid_address @ 0x0000000019800000 crashed thread:  8   thread 0: 0   libsystem.b.dylib                 0x94a421c6 mach_msg_trap + 10 1   libsystem.b.dylib                 0x94a499bc mach_msg + 72 2   com.apple.coregraphics            0x94ee653e _cgssetwindowproperty + 261 3   com.apple.coregraphics            0x94ee6384 cgssetwindowproperty + 744 4   com.apple...

ada yang tau komponen untuk ini ga? - Joomla! Forum - community, help and support

saya ingin buat web untuk marketing produk di internet dengan pembagian member.contoh member biasa hanya bisa memasang 10 produk, member medium bisa memasang 20 produk dst. yg saya mo tanyakan ada ga komponen joomla buat keperluan itu?atau ada ga plug-in virtuemart buat ngatur member gitu. thx atas sharingnya dah liat adsmanager: http://extensions.joomla.org/component/ ... itemid,35/ atau sobi2?: http://extensions.joomla.org/component/ ... itemid,35/ Board index Joomla! International Language Support International Zone Indonesian Forum Komponen

Autopiloter un Kontiki

bonjour à tous, ça fait très longtemps que je suis entrain  de chercher et fouiner partout une solution pour mon projet. au fait, je veux fabriquer un kontiki (une sorte de torpide semi immerger qui sert pour la péché voir pj), comme je suis nulle sur la programmation je ne peux pas avance. j'utilise pour ce projet une hmc5883l avec un arduino, mon besoin est d'allumer le kontiki qui ensuite demande la hmc5883l d'enregistrer son orientation et que chaque fois divier la hmc5883l controller le servo moteur. il ne faut pas oublier qu''il y aura des erreurs si les vagues vont tourner le kontiki 360° par exemple tout en sachant le servo 180°. (il me faut le code initial aprés je peux le modifier afin de le rendre plus efficace) est ce que je peux avoir ce code ou au moins me redériger vers lien identique. d'avance merci        votre aide sera très précieuse pourquoi ne pas continuer sur le sujet que tu initialisé...

Thread: USB Tethering with HTC Magic (NON-ROOTING)

i have htc magic reasons unknown me refuses root (follow thread here ) anyway provider has upped data limit 12gb month , ability tether phone. other rooting (which said not work) willing try anything. this method worked me when tried on magic: http://blog.dalejefferson.com/2009/1...hone-with.html Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] USB Tethering with HTC Magic (NON-ROOTING) Ubuntu

Command line to convert Word to PDF

hi,   do have command line convert word documents pdf. using adobe acrobat professional 7 , converting batch of word documents single pdf file. need automate process using scripts in server. script should include step disable tagging of document during convertion.   the process follow convert batch of word documents:   1. open adobe acrobat professional 2. click create pdf > multiple files 3. click browse 4. select word documents 5. click ok   6. click yes disable tagging of pdf file 7. enter file name , click save.   i need command line script automate above process. possible?   regards' shelly you can't use adobe acrobat on server. read eula of adobe acrobat. More discussions in Acrobat Windows (read-only) adobe

arudini mega, cant work out all the flaws in my sketch

hi everyone i trying program arudini mega 2560 reset sani solution cartriges catgenie 120 cant problems worked out of these sketches found online. here sketch and current error is exit status 1 'resetcartridge' not declared in scope #include <wire.h>   #define cg (b1010000)   boolean resetsuccess = false;   int isreset = 13;   int bytearray []= {01, 01, 01, 60, 60, 60, 60, 60, 60, 8, 8, 8, 33, 33, 33, 255};   void setup();     { // initialize serial communication:   serial.begin(9600);   // initialize pins:    pinmode(isreset, output);   digitalwrite(isreset, low);   wire.begin();        // join i2c bus (address optional master)}   void loop();   {  if (resetsuccess)      {    delay (2000);      // our work done - pause while     resetsuccess = false;   }   else  { resetcartridge();   re...

Autoremote direct connection to Android not work.

hi, searched in forum how-to connect arduino , android autoremote, , found, not work me, , old. it's simple "get". can check code? i'm using one, arduino tasker-autoremote direct message : code: [select] char arserver[] = "autoremotejoaomgcd.appspot.com"; void sendmessage(){   client.stop();   if (client.connect(arserver, 80)){     serial.println("connected");     client.print("get /sendmessage?key=mykey&message=");     client.print("something");     client.println(" http/1.1");     client.print("host: ");     client.println(arserver);     client.println("user-agent: arduino");     client.println();   } } a lot of time. Arduino Forum > Topics > Home Automation and Networked Objects ...

Thread: Cannot turn off internal monitor speaker

i installed ubuntu 9.10. wish listen music on headphones after plugged in internal (built-in) monitor speakers still plays sound (as headphones) , not know how turn monitor speakers off. monitor viewsonic 1080p full hd. there seems no setting on sound preferences button also. i seem remember alsamixer having setting "mute when headphones used". Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Cannot turn off internal monitor speaker Ubuntu

Thread: Ubuntu 9.10 Suddenly Logs Off

i'm encountering strange problem on ubuntu 9.10, computer seems log off no particular reason , take me login screen. reason i'm posting in hardware forum seems started happening got new monitor computer. ideas how might fix this? thanks. edit: perhaps should mention following 2 things. monitor quite wide (1920 x 1080 recommended resolution), had bit of fiddling xorg.conf file work. started using compiz not long after got monitor, may related problem. any ideas on this? seems becoming more serious problem (happening several times day). thanks. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Ubuntu 9.10 Suddenly Logs Off Ubuntu

New to Joomla! and I have some questions. - Joomla! Forum - community, help and support

hello, i'm new , i'm using daily blog site, http://www.albotas.com , , we've become part of advertising network. network has advised add social networking buttons end of each of our posts sites digg.com , technorati.com can increase our traffic. far buttons , more show @ end of every post, in comments section, not on initial post on front page... there way this? we advised sandwich ads in between posts... similar sites http://www.buzzgrinder.com do. makes ads appear more seamless, way can think accomplish make ads actual post, reason code doesn't translate joomla. other problem i'm running in each posted ad given own permalink method , that's silly, want wedge them in between actual posts. suggestions. any appreciated. thank you. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

problem with index2.php - Joomla! Forum - community, help and support

how can fix issue index2.php grbc.aphelionsoft.com/index2.php because of that, interfering plugins produce popup content items. how can clean this: joomla.com/index2.php whats causing page generate that? could check if necessary joomla files available (and not corrupted) on server? joomla diagnostics helpful tool check that: http://extensions.joomla.org/component/ ... itemid,35/ Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Thread: Replacing string in C

hi. let's have strings in c: code: char *c1 = "hello"; char *c2 = "bye"; c2 @ large c1. if want replace "hello" in c1 contents of c2, c1 "bye"?. there way this? if understand want, recommend using strncpy. code: c1 = strncpy(c1, c2, buf_size); i think it. buf_size macro maximum size of string, maybe 256 or less ridiculous maybe 64. or put strlen in there. code: c1 = strncpy(c1, c2, strlen(c2)); i think meant. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Replacing string in C Ubuntu

Wire library bug - Crosstalk between peripherals

Image
i have run real strange bug (feature?) in wire library.  right now, i'm still in process of trying define i'm running into, curious if else has run this. i have running 'radar' setup couple of pwm channels sweeping  servo , vl53l0x sensor controlled i2c on pins 20 , 21.  in separate sketches, send serial data out processing sketch or send data ssd1131 oled display through spi.   both sketches share sweep , sensor routines. the sketch oled display, connected spi port, run hours on end (the radar has 12 s sweep cycle).  @ sometime (when not being watched) due locks , display goes blank. lockup cannot cleared reset button, have power cycle unit. can intermittent i2c connection cause lockup? (the sensor rotates , forth. have tried play sensor wiring trigger fault have not been successful).  cound buffer overflow problem doesn't occur 1 incident result of multiple misses? the second manifestation of bug stranger starts leave tr...

Help with exporting plugin from Lr to external Webservice.

hello, i using export plug-ins upload photos , photo information lr 2 both flickr , facebook. able export directly website without having export computer, ftping file, , adding captions , tags/keywords on destination site. seems lot more work. if streamline things, need 'export website' lr , save myself ton of time use shooting!   if offer insight, appreciate it.   thanks, cas so want export other ftp location in same way thoe plugins? if so, there's ftp client in sdk - works out of box or can customise if want. follow link right or google lightroom 2 sdk.   john More discussions in Lightroom Classic CC adobe

InDesignからIllustratorを起動しスクリプト実行

リファレンスガイドを見たのですが見つからなかったのでこちらで質問させていただきます。 indesignのjavascriptで、illustratorを呼び出し(起動し)処理をさせることは可能でしょうか? 何がしたいかというと、illustratorのファイル中にあるテキストをindesignドキュメントのテキスト文章として流し込みをしたいと考えています。 途中、テキストファイルに書き出し、読み込む必要はあるかと思いますがindesignとillustratorを別々に操作するのが面倒なのでindesignのスクリプトで全てを出来ない かと考えています。 bridgeでは #target"***" で出来るようですが、indesignではそのような方法はあるのでしょうか。 使用しているバージョンはcs2です。 Photoshop Album SE (Japan) でのその他のディスカッション adobe

Issues starting up my SIM800L

my first problem when went through datasheet of sim800l says requires maximum voltage 4.2v. each time step down voltage below 5v, device not come on. powers when voltage 5v. please can reason this. powering device using arduino uno. secondly, reason why sim card not communicate gprs works voice calls , sends sms. which module ? arduino power may not sufficient..  Arduino Forum > Using Arduino > General Electronics > Issues starting up my SIM800L arduino

CS3 Bridge Keywords: location

have many images divided 100 subfiles , when wish find particular image, go bridge's edit menu , click on find entry.  within criteria section, make sure keywords appears in first box, , contains appears in middle box.  need, cannot find, list of keywords have compiled can fill in third box.  have30 or 40 keywords in use , can't remember them all.  seems such list should available -- where?  assistance in how locate specific image (regardless of subfile) using bridge appreciated, indeed. repost iin bridge forum , can walk through this. More discussions in Photoshop Windows (read only) adobe

Grobe Strommessung über Shunt-Widerstand an analogem Eingang

hallo, ich habe einem arduino mega ein monster motor shield angeschlossen der zwei große gleichstrommotoren treibt. ich möchte meinen aufbau nun vor zu großen stromstärken (hohe anlaufströme blende ich aus) schützen wenn einer der motoren zu stark strapaziert wird. da mein motorshield keine strommessung eingebaut hat möchte ich nun einer leitung des jeweiligen spannnungsversorgungskabels zwischen shield und motor die verlustspannung abnehmen (0,1 ohm x z.b. 10a = 1v) und dem analogeingang des mega zur ganz groben messung zuführen? meine frage jetzt: kann ich die enden des versorgungskabels direkt dem analogen eingang des mega zuführen? vielen dank! ich vermute nein, da dir sicherlich der bezugspunkt (gnd) fehlt. wenn du ein schaltbild zeigst, wie du es aufbauen willst, können wir mehr sagen. Arduino Forum > International > Deutsch (Moderator: uwefed) ...

Problem with RSS feeds - Joomla! Forum - community, help and support

i installed , configured joomla 1.5 under development domain name on server , had no problems creating feed display modules containing rss feeds. once had development complete, did complete copy of joomla installation , database new domain on server. the problem i'm having page contained feed display module come blank, nothing, white screen. if disable feed display modules, pages come fine. i can't understand why happening on new domain because exact duplicate of joomla installation had under development domain. i realize isn't joomla installation or configuration, needs set on server particular domain. have idea may causing problem? use webadmin manage server. let me know if there's need change domain. thanks guidance may have. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

My own php script in joomla - Joomla! Forum - community, help and support

Image
hello, i running own website (php, mysql) , want convert site joomla. there extension, allows me insert own php script , make adequate link in frontend? need dump old database (both structure , data) sport results , export joomla database , publish in frontpage example "history". think simplest way write php scripts show data in form , design need , make link in frontpage these scripts. there's no problem converting data old web joomla database , need adwise how make in jommla. found extensions such dbq doesn't allow me format output database form want. thank beforehand... hi tulepo - , welcome joomla! community forum  perhaps guide dev. wiki can of help? implementing existing scripts joomla (wip) http://dev.joomla.org/component/option, ... g_scripts/ Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Tried to update beta Chrome app

i received thank email beta testing. tried update app not recognize account free update. thanks --charlie hi @charliettsd , could please attach screenshot of see here on chrome web store page? similarly, please attach screenshot of what's on chrome://extensions thanks. Arduino Forum > Products > Create > Chrome App > Tried to update beta Chrome app arduino

Thread: Compiz Will Not Start

when turned on computer today, compiz not start. tried launching terminal, , got: code: joseph@joseph:~$ compiz --replace checking xgl: not present. xset q doesn't reveal location of log file. using fallback /var/log/xorg.0.log detected pci id vga: checking texture_from_pixmap: present. checking non power of 2 support: present. checking composite extension: present. checking screen 1comparing resolution (1680x1050) maximum 3d texture size (8192): passed. checking software rasterizer: not present. checking nvidia: present. checking fbconfig: present. running under gnome seesion, checking gnomecompat checking xgl: not present. segmentation fault window manager warning: "" found in configuration database not valid value keybinding "activate_window_menu" window manager warning: "" found in configuration database not valid value keybinding "unmaximize" window manager warning: received _net_...

Thread: Can mount a installed hard drive. Lost all my stuff!

hi, trying install new hard drive , in process have managed not format old hard drive lost stuff well. running live cd unable mount said hard drive. know there. fdisk tells me: disk /dev/sda : 400.0 gb, 400088457216 bytes 255 heads, 63 sectors/track, 48641 cylinders units = cylinders of 16065 * 512 = 8225280 bytes disk identifier: 0x2ab32ab3 device boot start end blocks id system disk /dev/sdb: 41.1 gb, 41110142976 bytes 255 heads, 63 sectors/track, 4998 cylinders units = cylinders of 16065 * 512 = 8225280 bytes disk identifier: 0x03e803e7 device boot start end blocks id system /dev/sdb1 * 1 1120 8996368+ 83 linux /dev/sdb2 1121 1369 2000092+ 82 linux swap / solaris /dev/sdb3 1370 4998 29149942+ 83 linux disk /dev/sdc: 320.0 gb, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders units = cylinders of 16065 * 512...

Text disappears in PDF

i sent logo - in illustrator - company. made of line artwork , couple of lines of text. lettering had been outlined.   i included in larger illustrator doc, , when created pdf via distiller of whole thing, 1 of lines of text in logo didn't appear on pdf, though else showed ok.  because missing text outlined, there wasn't in way of changing/adjustment.   i got round problem re-typing line myself, , showed on pdf, no matter did original supplied line of text not appear on pdf   any suggestions?   using mac 10.4.11 , cs3 could it white text on dark background? maybe set overprint? check overprints , view artwork , pdf in overprint preview mode. More discussions in Illustrator adobe

Problem with Checkbox and Button components....(Simple one)

hi all,           new flash , actionscript 3.0,i have following issue regarding flash.             have 2 swf files contents follows: first.swf file contains check-box (instance name: my_checkbox ).    second.swf file contains button component(say,label name of submit , instance name: submit_btn ).                  now, requirement is: whenever click submit_btn button, check_box must selected/visible. if click once again, must deselected/invisible. process must continued till stop click-event on button component.      reply me possible..  in advance...     srihari.ch i assuming both swfs built as3, , checkbox swf getting loaded button swf.   i assume using loader component.   mybtn.addeventlistener(mouseevent.click,dochangecheckbox);   function dochangec...

Thread: Making things work away from the desktop?

ok, i'm newb ubuntu, i've managed through of issues i've ever had without great hardship. problem i'm having game, defcon. browsing web afternoon, when spotted defcon had linux version. excited @ this, set getting it. , splendid. downloaded archive desktop, extracted it, , started playing. no problems, set launch icon on top bar (forgot name of it, dumb moment). problems started when started moving about. thought move archive , extracted folder elsewhere, off desktop, , work fine. wrong. doesn't give me error message, doesn't work. tried re-extracting archive folder wasnted keep in, doesn't work either. know solution staring me in face, can't life of me figure out. halp? i'm new @ this. :/ moved here. Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure Making things work away from the d...

Am I using the best Nrf24L01 library for my project.

i believe have asked question before sometime ago.  have chosen radio head library project , second guessing decision. before invest lot of time radio head library advice. here require project. i communicate 10 servers remote control client. i want range of 100 meters using nrf24 modules. i need send struct 15-20 members servers every 250 ms without blocking. each client needs send struct 10-15 members status every 250 ms without blocking. i using mega own shield have developed addresses issues nrf module. not having experience these modules , laboring find examples networking 10 clients  radio head library. have been struggling getting modules communicate without long delays. can down around minute, no quicker. 15 hrs , couple of different methods , frustration. i have started looking @ of other libraries. way easier understand documentation point of view. believe can accomplish hardware side of things. however, using right library? any thoughts? dave.   ...

HC-12 transciever

hey, i'm considering buying hc-12 transciever on standard, cheaper 433mhz receiver & transmitter due 1km range. my question follows: can use virtualwire libraries control 2 hc-12 components? if not, other options have on virtualwire libraries? hradly find documentation online. component link: https://eu.banggood.com/wholesale-warehouse-hc-12-433-si4463-wireless-serial-module-remote-1000m-with-antenna-wp-eu-973522.html?rmmds=cart thank you. the hc-12 handles on air protocol. can connect them directly serial ports on arduino , use simple serial comms. you may need issue @ commands configure devices shown here: https://www.allaboutcircuits.com/projects/understanding-and-implementing-the-hc-12-wireless-transceiver-module/ Arduino Forum > Using Arduino > Project Guidance > HC-12 transciever arduino

nodemcu lolin se resetea continuamente

buenas, lo primero de todo de decir que soy un poco novato, llevo pocos meses trasteando con arduino... pero tengo un problema que por mas que pruebo y busco no encuentro solucion, agradeceria cualquier ayuda: tengo un nodemcu(version lolin) , cuando le cargo un programa por ejemplo de wifi, conectarse ala wifi y postear datos todo me va ok, pero en cuanto enchufo cualquier sensor o simplemente un led se resetea continuamente  ets jan  8 2013,rst cause:2, boot mode(1,6)  ets jan  8 2013,rst cause:4, boot mode(1,6) wdt reset he probado flasearlo con los bin de nodemcu-builds pero me sigue psando lo mismo. lo conecto mediante usb al pc y conecto el sensor al pin vin para que lo alimente con 5v ¿alguien podria ayudarme por favor? un saludo, gracias! hola, pues parece un problema de consumo, has probado alimentar el nodemcu con una fuente externa, o al arduino con una fuente mas potente, por ejemplo de 1a, el usb solo es capaz de dar hasta ...

Colocar un ID de huella diferente

Image
  estoy desarrollando un proyecto se seguridad con arduino y el sensor biométrico de adafruit, tomado el código que viene en el ejemplo del enroll pero quiero colocar un id de huella diferente... necesito ayuda...! ahí una imagen de una parte del código en donde se asigna el id...... eazsinventor, van muchos dias desde tu posteo inicial y ni se ve la imagen, ni has corregido nada de lo que te pedí, asi que si no progresa tu hilo lo borrare. estas son tus faltas: - no has puesto la imagen. - no estableces los lineamientos de tu proyecto. - no has posteado el enlace mencionado. Arduino Forum > International > Español > Proyectos (Moderators: surbyte, Hector_A) > Colocar un ID de huella diferente arduino

Librerias se niegan a desaparecer [ SOLUCIONADO ]

ya que estoy renegando con distintas librerías para solucionar mi problema, debí borrar las que no funcionan. eso parece simple: borrar el directorio con ellas dentro del directorio libraries del entorno. pero ocurre que luego de eliminar todas las librerías relacionadas, el sketch se sigue compilando y subiendo la placa sin errores ( aunque no funcione ). tampoco desaparecen de la lista de librerías en el ide. saludos raúl el sketch estaba guardando la librería en otra ubicación ( documentos ) por lo que borrarla del directorio libreries no daba resultado. para "limpiar" la lista de librerías luego de borrar, fuí gestionar librerías y al cargar la lista actualiza. saludos raúl Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > Librerias se niegan a...

Thread: GNOME desktop won't load after normal login - blank brown screen with pointer

i need little assistance - reason after reboot not able desktop environment (gnome) - not work in failsafe mode either. did updates ubuntu 9.10 , rebooted - in state. have read through threads without success of finding resolution. odd thing morning while in 'solid brown' state updates window loaded , able see of today's updates. have verified xorg.conf file same before. ideas next steps? run code: sudo dpkg-reconfigure ubuntu-desktop , log out , in. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [gnome] GNOME desktop won't load after normal login - blank brown screen with pointer Ubuntu

Matrice bouton 4lignes et 8collones

Image
hello, je suis nouveau utilisateur arduino, j'ai pour projet un arduinome avec une matrice bouton + led ( 4 lignes et 8 colonnes ) je voudrais faire mon propre clavier matrice avec des boutons poussoir 12x12 . un unsped shield pour connecté la matrice pas de soucis de ce coté la, il y beaucoup d'infos, tutos et schéma disponibles. je sèche sur le montage de la matrice et j'ai besoin d'aide car je m'y perd un peu. si j'ai compris le premier bouton de chaque lignes/collones est connecté de la patte in une lignes digitale de l'arduino, et et la patte out la patte out du bouton suivant (diodes 1n4148 entre chaque out out) es ce que je me trompe ? et es ce le meme montage pour la matrice led ? bonjour il convient de distinguer les matrices de boutons-poussoirs avec et sans diode : - une matrice sans diode impose de désactiver (i.e. configurer en entrées) les sorties des lignes non sélectionnées, et ne permet pas de détecter de faço...

Having Trouble Making Flash Background Transparent

hello!  first post here.  i'm hoping can me. designed flash site in cs3 using action script 2.0 has main flash movie sorta floating in space on gradient background. wanted gradient background full-screen , re-size browser, thought easiest way delete gradient background image in flash , instead recreate background in dreamweaver using repeat background option , make flash movie's background transparent. (i hope i'm making amount of sense here). i've found few tutorials on how this, far white background in dreamweaver instead of transparent. i've tried choosing "transparent - windowless" in flash under window mode on html tab in publish settings. , i've tried selecting movie within dw , clicking parameter button , adding "wmode" parameter "transparent" value.  but, far.... no luck.  missing?  suggestions? much! meb you have add:   <param name="wmode" value="transparent"> then in embed add too: wm...

I've made it and a question

hello everyone, have read of messages pleasure. on usenet. months already. replied , asked questions. no replies , did not see postings anyway   but found out forum. on usenet readable. strange...   then saw group occupied americans. no problem ever (i dutch), reason that? ah in end might post check if works.   peter   by way: graphic designer in holland might have guessed. not americans. canadian ... american.   we have users uk, spain, down under, , other countries well. english language forum, after (with exception of few foreign language sections) naturally english-speaking nations dominate. quite happy see faces on world. hope consider welcomed here. More discussions in Print design adobe

DC-motors doesn't work when attaching Servo

i've started project make autonomous car. the problem have when attach servomotor vehicle 1 wheel stopps working. first thought might have been power issue, thing though servo isn't connected pin, wheel stopps working when upload code. i'm running vehicle on 9v battery. arduino uno arduino sensorshield v5.0 l298n motor driver it works when comment "myservo.attach(3)". void setup() {     for(int i=0;i<2;i++) {     pinmode(rw ,output);     pinmode(lw ,output);     pinmode(speed ,output);     }     pinmode(trigpin,output);     pinmode(echopin,input);      pinmode(13,output);    // myservo.attach(3); } void loop() {       for(int i=0;i<2;i++) {         analogwrite(speed ,200);       }         digitalwrite(rw[0],high);         digitalwrite(lw[0],high);      ...

help learning how to style css - Joomla! Forum - community, help and support

Image
i'm little knowledgeable css (not expert) questions center how make work within joomla. if @ attached screenshot (of joomla-site-in-progress), i'm wondering few things: 1) headlines "second post" , "first post" have lot of space in them can't rid of it. i've got 3px bottom margin there, that's that "edit" button doesn't smack border line. 2) i'd love "written by" , date line put on 1 line. in joomla can change this? it's not in template css file sure. 3) increase line-height actual content (i.e. text line "we're , running!") if this, automatically increase line-height "written by" , "date" gets irritating. how separate them? tried writing separate line-height css statements in each of these classes, overridden tr/td/div style (which style governs content "we're , running" text). 4) how pdf/print icons (on far right side) show inside red box? thanks in advance on of th...

JTS 92% - Joomla! Forum - community, help and support

Image
hi! i installed , run jts on joomla 1.0.13. first value 92%. saw astatspro not have (_validmos...) thing. removed it. furthermore, i've set folders 755 , files 644. yeah, know, really... cool. so, baically, everythig read-only. got false positives joomlapack (2 zip files necessary create installer), 2 zip files (backups), , joomlacomment (logo.jpeg). jpeg... says script. cpanel says so, because downloaded file check out. intelligible thing " hell, i've put .htaccess file in /administrator folder allowing ip only. use rather strong pass. user registration enabled, captcha , e-mail confirmation. have categories registered users , content set registered (to avoid cross-settings). php safe mode off. register globals off. emulate register globals off. in nutshell, did taught should do. still, 92%.  what's there more? maybe remaining 8% due 3rd party extensions, modules , bots. so... site safe? i'm  new joomla! (1 month old, actually). hi, just commenting on sh404s...