Posts

Showing posts from August, 2010

Installing Joomla on top of an already existing site? - Joomla! Forum - community, help and support

Image
i'm complete newbie when comes joomla , cms's in general bare me.  i've uploaded 1.5 server, little worried happen when install. will attempt overwrite homepage or other pages? does joomla assume when install, "fresh" new site, , not on top of existing site? i've installed mysite.com/joomla/... safe install, , not worry messing in existing site? if existing site in httpdocs root directory , install j1.5 in sub-directory, using different mysql database, not screw original site.  however, smart , before venture this. j1.5 installs in subdirectories if specify , long use unique db j1.5 sub install, piece of cake. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Admin Session Dies, Being Logged Out - Joomla! Forum - community, help and support

joomla 1.0.13 on local machine i wanted use kirghiz language frontend language. upon doing via global configuration or language manager admin session dies , being logged out. changing language in backend reflected in configuration.php this: code: select all $mosconfig_lang = "kirghiz"; please note double quotes instead of apostrophe. changing english makes normal. i had checked language file kirghiz.php many times , hadn't seen wrong although not sure. would language file related? did apply 1.0.13 session fix posted in upgrades-forum? Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Installation Problem with 1.5 Stable - Joomla! Forum - community, help and support

hi, i met such errors before installation screen: "parse error: parse error, unexpected $end in xxxxxx\joomla\libraries\joomla\application\application.php on line 1030" i have ever installer j1.5 rc(n) before, why "stable" version wouldn't work? please help... great thanks. looks might have had corrupt file upload, try re-ftp'ing, ensuring overwrite turned on. (try "joomla/libraries/* " directories first) Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5

.htaccess - Joomla! Forum - community, help and support

bij een testsite ben ik vanalles uit aan het proberen. maar verder geen speciale problemen. echter nadat ik htaccess.txt hernoemd had naar .htacces een 500 internal server error. terug hernoemen naar htaccess.txt geeft weer een operationele site. doe ik iets fout of moet ik nog iets aanpassen? in configuratie eerst activeren de sef urls met htaccess en vervolgens htaccess.txt hernoemen naar .htaccess enkel opletten als je 1.5 site in een submap staat, dan moet je het bestand openen en daar ergens (kweet niet waar precies) het pad vervolledigen (dat staat erin uitgelegd). Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1.5 Installatie

Thread: connecting without windows

sorry in advance typos, i'm doing on pre because have no internet right now... problem had comcast internet turned off , and i'm trying working again. every time happens have run sort of comcast setup wizard firefox working, wizard works under windows. got rid of windows entirely opposed dual booting , no cannot restore connection mint 8 (karmic). called customer service me manually clueless ("i'll linux website see if linux manufacturer has information you"). anyway, i'd know how go fixing w/out windows if knows how. lot. i remember seeing thread discussing issue comcast, , apparently, people saying initial connection must made windows. kind of sucks, suppose install windows in virtual box run stupid wizard. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] connecting without windo

Thread: Slow Broadband

hi all, second post ubuntu forums please ignore mistakes. using ubuntu 9.10 desktop edition on acer aspire 1 aoa 150.i installed 2hrs back.i have internet connection local isp.its cable rj45 jack plug nic.there no modem or anything.i configured using pppoeconfig.i left default , entered username , password.i able connect internet problem internet slow.it takes ages load page in firefox , takes 45 min download flash player 4 mb.i cant update system size of updates 156 mb.kindly me out.i using 256kbps connection per rules should 30kbps download speed.about 2 hrs ago using windows 7 , internet speed fine.kindly me out isp wont have clue it. did literally come up? may coincidence installed ubuntu , internet went slow. know alot of things can effect internet speed - things out of control - other users on network, maintenance, etc. it's more 1 of these things. how's speed on windows?

Thread: State of hardware video acceleration on Ubuntu

hi everyone, preamble -------- have been running ubuntu great success on aging (6.5yr) desktop , start researching components new desktop. unfortunately, i've been out of game long @ loss begin components. in particular, video cards -- have been trying follow evolving world of closed- , open-source video drivers, without hardware has been difficult grasp depth of advancements. focus on hardware video acceleration (e.g. via va-api) can smoothly watch high-quality h.264 content. i'm sure new card purchase support other linux demands have, such light gaming , compiz acceleration. heavy gaming (e.g. scii) take place under windows, that's not huge issue. question(s) --------------- video card manufacturer should focus on, nvidia or amd? looking @ open-source or closed-source drivers? media players in ubuntu support hardware video acceleration, , how difficult set on these cards? -aikon Forum

Looking for Dynamic Company Organogram/Chart Builder - Joomla! Forum - community, help and support

hi everyone, i looking dynamic company organogram builder extension/plug-in joomla. people join, leave or move between departments , teams , keeping power point slides date nightmare. if can find plug-in allow me changes of moves , write database, appreciated. plug-in read database , display organogram dynamically according level given item. i looked on forum haven't find yet. still looking though. thanks anyway can of fast track search. zanzor. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

UI, database, email - Joomla! Forum - community, help and support

hi all, alright i'll try explain clear possible.  is there out there joomla or tweak this.  have many (100's) records in databases across several databases need able have users via user interface schedule emails pulling records 1 @ time content selected database , sending content of record email.  example ui have these choices 1.  select database         data         b data         c data 2.  select delivery days         monday         tuesday         wednesday         thursday         friday         saturday         sunday 3.  select delivery times         _____  _____    (9am 5pm) 4.  delivery how often         every 2 minutes         every 3 minutes         every 5 minutes         every 10 minutes         every 15 minutes once information entered emails start sent user information pulled database, record 1, 2, 3 etc until records in database sent according above selections.  need map fields in database sections of email example field1 in subject line, field2 in top body , fi

for...each...in loop. Can I make assumptions about the order?

i've assumed can't make assumptions order in elements indexed for...each...in loop.  not conventional indexed array.  (emphasis!: i'm not talking associative arrays here, i'm talking normal indexed arrays.  dense, no gaps.).   for each (var element:elementclass in myarray) {}   may not traverse array first last.  i've never assumed it's guaranteed anyway.  neither ecma standard.  assume compiler/runtime @ liberty index array in order, may different each time.    whereas... (var i:int=0;i<myarray.length;i++) {......var element:elementclass=myarray[i]....}   ....is guaranteed traverse array first last.  use looping statement if ordering important.   my question is.... in actionscript 3, can assume for..each..in traverse dense indexed array first last?   actually, specific case @ moment programmer passing me array,assembled within for...each..in loop.   need assume order of array.  if going work in actionscript3, no problem.  although i'll continue worry ecm

hot to install joomla on a real server - Joomla! Forum - community, help and support

i know install joomla on localhost wamp example, how should on real server. should install wamp , joomla there ftp or server have allmost have php , mysql instaling joomla first need buy hosting space a hosting provider godaddy or siteserver.  when signup provide ftp details of site. using ftp software smartftp or cuteftp, need upload joomla  files host. you can follow these posts on how set joomla on godaddy here: http://forum.joomla.org/index.php/topic,31497.0.html Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

GetUrl won't open in same window?

hello,   i creating website flash menu on each page. using geturl code target each page can't seem pages open in same window. if use '_new' or '_blank' pages open in new window should if use '_self' or '_top' nothing happens.   any appreciated. thanks!   code: as3   aboutbtn.buttonmode = true; aboutbtn.addeventlistener(mouseevent.click, callabout); function callabout(e:mouseevent):void{   var url:string = "about.html";   var request:urlrequest = new urlrequest(url);   try {     navigatetourl(request, '_self');   } catch (e:error) {     trace("error occurred!");   } } there's nothing wrong code.  doesn't match description of think doing. More discussions in ActionScript 3 adobe

Condition sur un etat de pixel

bonjour, j'utilise un écran oled avec un librairie adafruit. pour allumer un pixel, la commande est : code: [select] display.drawpixel(uint16_t x, uint16_t y, uint16_t color); uint16_t color = white pour allumer uint16_t color = black pour éteindre j'aimerai faire une condition du type : code: [select] if (drawpixel(uint16_t x, uint16_t y)==white){ ... ... } Ça marche pas aussi simplement. savez vous si c'est possible ? merci bonjour, la fonction drawpixel ne renvoie rien ... donc non. a priori dans la librairie il n'y pas de fonction getpixel ma connaissance. il faudrait donc l'écrire ! peut être avec une autre librairie ... Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Condition sur un etat de pixel arduino

Arduino Controlled Heat Lamp

Image
hello everyone! my name tim broslav, , new arduino, know c++. wondering if possible control heat lamp using arduino control voltage input lamp. designing bioreactor , design necessitates operating temperature of 37 c. far have planned out have arduino receive temperature data thermocouple, , once threshold in temperature achieved, arduino either raise or lower voltage keep temperature of bioreactor stable. thank help! 37c sounds kind of low thermocouple. Arduino Forum > Using Arduino > Project Guidance > Arduino Controlled Heat Lamp arduino

(bug) external link not working in menu item (please help)Important - Joomla! Forum - community, help and support

hi, believe there bug in joomla 1.5 rc4. window xp, apache , php 5. when tried create external link in menu item, external link copies link preivious menu item link. for example: created menu with menu items (using internal article layout ink) first 4 menu item. adam movies> http://localhost/joomla/index.php?optio ... &itemid=46 adam advance> http://localhost/joomla/index.php?optio ... &itemid=47 etc etc the fifth menu item use external url: adam webpages: put in http://www.google.com in link section. but when go front end, goes previous menu item url: http://localhost/joomla/index.php?optio ... &itemid=50 instead of http://www.google.com i noticed none of external link type functions worked including external link, separator , alias.  think bug unless missing step. please help. have work. use svn or wait bit. rc4 far behind now. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - F

CONTINUOUS ROTATION POT FOR WIND VANE

hello everyone. i quick posible,im on weather station project multiple instruments,i want make wind vane based on continuous rotation pot guy 3d printed wind vane using pot my question is,is continuous rotation pot? because read on datasheet has single turn. quote from: kaloudis94 on dec 15, 2017, 08:32 pm hello everyone. i quick posible,im on weather station project multiple instruments,i want make wind vane based on continuous rotation pot guy 3d printed wind vane using pot my question is,is continuous rotation pot? because read on datasheet has single turn. it depends on buy! options seem continuous or 1 of 3 possible stops. you aware, arn't you, there spot resistance changes high low. paul Arduino Forum > Using Arduino > Sensors > CONTINUOUS ROTATION POT FOR WIND VANE arduino

Slide picture behaviour

Image
hi all   i capture few slides, 1 of slide capture have popup window when mouse move on function.   at beginning of slide popup visible @ end  popup vanish. element present in slide are   click box highlight rectangle slide 26   i check make sure didn't record full motion. slide static one.   to give you  , idea slide animated gif.   any 1 can explain happen slide?  had few of them in others presentation.   when i  export background saw  popup, , bmp fine.... hi there   see if link below helps.   click here read article   cheers... rick     click here adobe certified captivate , robohelp html training click here sorcerstone blog click here robohelp , captivate ebooks More discussions in Adobe Captivate adobe

Upload sketch through internet

hi guys, i have arduino mega 2560 ethernet shield @ remote place. so, know there possibility of uploading sketch through internet , not using cable? i did read through below approaches. not know how effective first approach , regards second, uses node mcu , not arduino mega. 1. https://www.freetronics.com.au/pages/how-to-upload-a-sketch-to-your-arduino-via-a-network#.wi6mbvniyux 2. https://www.youtube.com/watch?v=goqxolb50ha thank you. i'm not sure mean "not using cable". have ethernet shield i'd have assume it's connected ethernet cable. this 1 want: https://github.com/loathingkernel/ariadne-bootloader Arduino Forum > Using Arduino > Project Guidance > Upload sketch through internet arduino

Pir gsm alarm

hello everybody i have problem in arduino code gsm module not receiving msg make alarm project complete... if me. code: [select] #include<softwareserial.h> softwareserial myserial(8, 9);//pin 9,10 used rx , tx int ledpin = 13;                // choose pin led int inputpin = 2;               // choose input pin (for pir sensor) int pirstate = low;             // start, assuming no motion detected int val = 0;                    // variable reading pin status int pinspeaker = 10;           //set speaker on pwm pin (digital 9, 10, or 11) int sms_count=0; void setup() {   pinmode(ledpin, output);      // declare led output   pinmode(inputpin, input);     // declare sensor input   pinmode(pinspeaker, output);   myserial.begin(9600);   serial.begin(9600); } void loop(){     val = digitalread(inputpin);  // read input value   if (val == high) {            // check if input high     digitalwrite(ledpin, high);  // turn led on     playtone(300, 160);     delay(150);   while(sms_

Problem with JoomlaPack component - Joomla! Forum - community, help and support

hello all- i'm mid-level newbie joomla meaning can enough myself , out of trouble.  i'm having issue joomlapack.  version can install 1.1.0.  every other version parse.ini errors.  i'm running joomla 1.0.11.  wanted backup of site before needed upgrade site.  installs fine , when go backup site following error. [080116 13:10] last operation failed. server response: [080116 13:10] <br /> [] [] [] [] [] [] [] any ideas?  in advance! ok tried version 1.0.4 , these errors when opening component in admin page... warning: file_get_contents(/home/users/web/b28/pow.chrisbaker/htdocs//administrator/components/com_jpack/installers/jpi.xml) [function.file-get-contents]: failed open stream: no such file or directory in /hermes/web10/b28/pow.chrisbaker/htdocs/includes/domit/xml_domit_lite_parser.php on line 1079 warning: main(/home/users/web/b28/pow.chrisbaker/htdocs//administrator/components/com_jpack/lang/english.php) [function.main]: failed open stream: no such file or direct

Button Function Fires repeatedly but no button was pushed

hey all, i'm working huzzah feather , usual can pieces work not whole.  button function keeps firing despite no button pushes. i've wired capacitive touch button , loaded arduino debounce example sketch , works intended. i'm using mqtt send data , io.adafruit.com.  i've set couple of feeds , can toggle pins on board io.adafruit.com, super cool!  when add button function code works keeps firing on , over.  how can write executes when button pressed? code: [select] #include "config.h" #define led_pin 5 const int button_pin = 16;    // number of pushbutton pin int ledstate = low;         // current state of output pin int buttonstate;             // current reading input pin int lastbuttonstate = low;   // previous reading input pin long lastdebouncetime = 0;  // last time output pin toggled long debouncedelay = 50;    // debounce time; increase if output flickers adafruitio_feed *digital = io.feed("digital"); void handlemessage(adafruitio_da

Restador a infinito

Image
buenas, estoy empezando con el arduino por un proyecto de la universidad y tengo un problema. básicamente el proyecto consiste en un separador de monedas de 50 cents, 1 y 2 euros. las monedas se separan, y se cuenta cuando cae cada una mediante un led y una fotorresistencia. cuando queremos expulsar una moneda pulsamos uno de los tres pulsadores. la parte de contar el numero de monedas que caen la hace perfectamente, pero luego cuando mantengo el pulsador para que expulse una moneda el contador empieza restar como un loco. ¿podría alguien ayudarme que aunque mantenga pulsado el pulsador solo me descuente una moneda? aquí adjunto la parte del programa: code: [select] if(analogread(led1) >= 600){ //detecta el paso de una moneda de 1 euro y la suma  count3=count3+1;   serial.println("monedas de 1 euro: ");   serial.println(count3);  delay(500);  } while(digitalread(pulsador1) == low){ //debería de restar una moneda cuando pulse el pulsador count3=count3-1; serial.pr

USB file tranfer via zigbee modules

i'm looking way of transferring files via usb on long distances , wondered if zigbee modules , arduinos solution. what i'm after wireless equivalent of long usb cable, think i'm correct zigbee can cope around 1km line of site @ sort of baud rate? what i'm trying download files camera wirelessly @ long distance, camera nikon d300, sell device costs £700! does have suggestions or better solutions? cheers.   i have never used 1 of these might work. no arduinos or coding. http://www.eyefi.com/ Arduino Forum > Using Arduino > Project Guidance > USB file tranfer via zigbee modules arduino

Serial.read and .readBytes errors and bugs

i want output 80 chars lcd20x4 of whatever comes through serial.  easy peacy right? not so.  1: using serial.read() in while loop result in infamous max of 63 chars,  ( using delays can bring in 70 odd chars) . 2: using serial.readbytes(buf,80); takes till 80 chars , seemingly treats buf ringbuffer...filling rest!  that's not true. what under hood (i guess!!!) mark serial not available. call serial.isavailable() right away returns false though there bytes in buffer. 3: gives result odd, because loop run multiple times on buffer reading. ending last reading. below program gives surprising result... not wrong. the second isavailable() in readserial() should/ought to/ true , put remaining chars buf2, doesen't.   code: [select] #include <wire.h> #include <liquidcrystal_i2c.h> liquidcrystal_i2c lcd(0x27, 20, 4); // set lcd address 0x27 16 chars , 2 line display static char buf[81] ; int r = 0; static char buf2[81]; void clearbuf(){   memset(buf,0,sizeof(buf));

IDE for Chromebooks

arduino ide chromebooks:  the latest thread i've found summer 2016.  any progress?  can done yet? probably not you're asking for, there chrome app arduino web editor. have pay $0.99/month it: https://blog.arduino.cc/2017/07/17/arduino-create-comes-to-chrome-os-devices/ i agree nice if real ide worked on chrome os haven't heard word official efforts towards that. arduino ide open source welcome take project. it! Arduino Forum > Using Arduino > Installation & Troubleshooting > IDE for Chromebooks arduino

Communication between Multiple Arduino Mega 2560 using RS485

hello, have question wiring connection between multiple arduinos mega 2560 , rs485. not aware of arduino. want make 6 arduinos communicating each other using rs485. how circuit connections should ? can please suggest me ? thanks in advance. normally, tia-485 data interface, there master node initiates communications on tia-485 network bus. data protocol thinking of using ? Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Communication between Multiple Arduino Mega 2560 using RS485 arduino

Custom Pass or Fail

i looking way  display final result slide of quiz score , review area showing more 1 brakpoint. say  have quiz of 10 graded questions. less 30% correct answers gives review text of "you not enough". between 30% , 70% gives "you can it"and more  70% gives "you excellent in !". using cs4 if want set 3 or more messages: can remove review messages (both pass , fail text) project preferences. add text caption on resul slide , set text based on value of yourscore variable.   if can 2 messages, set pass percentage 1 want in edit preferences -> quiz -> pass or fail. in quiz result messages dialog customize pass , fail text More discussions in Quizzing/LMS adobe

Invalid Operation Code: "19"

i've created hdtv 1080p (24fps) comp in after effects i've rendered h.264 blu-ray format.   i import file encore , tested out project - seems fine.   when go burn blu-ray i'm getting error:   blu-ray object: "my blu-ray", error: "invalid operation", code: "19", note: "primary video attributes must consistent withint playlist"   can give me tips on causes error or if might doing incorrect...   -foo it seem there more 1 cause error, different workarounds have been used solve others.   the recent recall quit, saving project, , relaunch encore , try again. have tried that? More discussions in Encore adobe

Newbie color/flightcheck question

i preparing 24-page newspaper that's black , white, except spot color on pages 1, 24, , 12-13. when flightcheck final document, there way see if screwed , used color on of non-color pages? define preflight profile flags error except black. shouldn't errors except on pages know color ok.   does newspaper print spot color? few these days, though might still call cmyk mix spot red or spot blue. More discussions in InDesign adobe

Thread: bluetooth adapter

i have windows 7 , ubuntu karmic dual boot system.i can transfer files via bluetooth in windows 7 in ubuntu shows message bluetooth adapter not connected while dont use such adapter while working in windows .can me resolve problem. ...would surmise bluetooth device integrated in mobo, , present ubuntu install doesn't recognize it, 1 or 2 reasons...you have not installed right codecs needed ubuntu bluetooth operation,...or ubuntu have no support particular make of bluetooth hardware.(integral) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] bluetooth adapter Ubuntu

How to do localization

when i  localization illustrator plug-in on windows, found method can use generating 1 plug-in each language. wan create 1 plug-in can link many language resources. if  system language changes, plug-in can auto load appropriate language resource.i can't find more information  localizaiton in illustrator sdk, found iailocale.h,but seems not enough... i'm afraid don't know how localization done adobe api. know use string table resources on windows, that's it. use 3rd party library support localization don't think i'll More discussions in Illustrator SDK adobe

Thread: installing openGl

i want install opengl type in command: sudo apt-get install libgl-dev libglu-dev , output: $ sudo apt-get install libgl-dev libglu-dev reading package lists... done building dependency tree reading state information... done package libgl-dev virtual package provided by: libgl1-mesa-swx11-dev 7.4-0ubuntu3.2 libgl1-mesa-dev 7.4-0ubuntu3.2 nvidia-glx-96-dev 96.43.10-0ubuntu1 nvidia-glx-71-dev 71.86.08-0ubuntu1 nvidia-glx-180-dev 180.44-0ubuntu1 nvidia-glx-173-dev 173.14.16-0ubuntu1 should explicitly select 1 install. e: package libgl-dev has no installation candidate , have nvidia graphic ( driver version 180.*.*) should use mesa( 1 there 2 options) 1 or nvidia 180.* 1 or there alternate method install. thanks... it's code: sudo apt-get install libgl1-mesa-dev there's no package name libgl-dev Forum The U

Latest Night Build crashed my Joomla Site!!!! - Joomla! Forum - community, help and support

i downloaded joomla_15_svn , uploaded files. and when went /administrator log in got warning: main(/home/virtual/site3/fst/var/www/html/new/libraries/joomla/import.php): failed open stream: no such file or directory in /home/virtual/site3/fst/var/www/html/new/administrator/includes/framework.php on line 37 fatal error: main(): failed opening required '/home/virtual/site3/fst/var/www/html/new/libraries/joomla/import.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site3/fst/var/www/html/new/administrator/includes/framework.php on line 37 luckly had backup restore it. maybe should close 1 , work in rant post made 2 minutes later? *sigh* amy Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Question about RTMP and AMF

hi! i'm considering adoption of flex in organization , i'm reading documents , material it. i've read flex can have nice boost in performance of large size transmition of information in relation simple ajax since flex can make use of rtmp proprietary protocol send messages in amf format (instead of common xml ones of ajax on http). have simple (and kinda dumb) question how possibly works: flash runtime communicates web-server understands http, using middle-man, browser, sends http requests. how possible then, enable called publish-subscrible message exchange of rtmp protocol in configuration? sorry if said misconceptions, i'm still learning   thank you! you'll use rmtp stream video, , audio. it's open protocol if i'm not wrong,  or open source protocol. amf3 binary protocol converts data binary format , compress data 1/6 of original data size, give app boost in performance because data takes less time go point point b, , better bandwidth usage.   hope help

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

Lightroom Preview Images appears unnatural...why? please help.

briefly, take pictures in raw (nikon nef files). after importing images lightroom, images "natural" few seconds. then, lightroom "calculate or process" preview image looks unnatural me (too magenta, over-exposed). looks lightroom has own processing software, no?   i prefer the image appears brief 2-3 seconds before preview image pops up. there way preserve this? there missing, in preference in set-up?   thanks check actions taken after importing (what developsettings applied) in de import settings. apart default applies contrast , brightness setting (50/25 if correct). create own preset , apply after import (that can handled in import settings dialogue. or change default setting of lightroom More discussions in Lightroom Classic CC adobe

Thread: ffmpeg and dual core.

im converting alot of tv shows use on ipods. wrote small bash script can run on eash season like. code: for file in *.avi ffmpeg -y -i "$file" -threads 2 -s 320x180 -vcodec mpeg4 -ab 128k -acodec libfaac -ac 2 -ab 64k -f mp4 "ipod/$file.mp4" done i have set threads 2, still uses 1 core. started thinking , alter script cue files run 2 @ time, dont know how, appriiated. markp1989 you can better results libx264 create h.264 video , automatically detect proper threads value. here's example using ipod320 preset: code: ffmpeg -i input -acodec libfaac -ac 2 -ab 128k -vcodec libx264 -vpre hq -vpre ipod320 -crf 26 -threads 0 -f ipod -metdata title="a history of ham" output.mp4 i must admit don't own ipod test command, have no reason doubt effectiveness of it. recommend compiling x264 , ffmpeg if you're going convert more few videos. development a

PDF Optimizer

mac osx 10.5.4, acrobat 9 pro   we tried optimize pdf file consist of  arabic , persian fonts (winsoftnaskh pro & lotus linotype, qadi inotype).   an error prompted "file contains unsupported character" , not optimized. question is, how can checked unsupported character? "character" means fonts?   pls me..   thank you   sharifah i cannot sure, seems saying there problem in how font constructed , therefore cannot change pdf file. if work on several copies of file, can see if can unembed each file separately see font causing problem. More discussions in Acrobat Macintosh (read-only) adobe

Locking component borders?

i have 2 components want join on 1 border. more explicit, want them share common vertical border. when border dragged right, 1 on left gets bigger , 1 on right smaller. how can this? couldn't figure out phrases google, haven't been able info... hdividedbox?   alex harui flex sdk developer adobe systems inc. blog: http://blogs.adobe.com/aharui More discussions in Flex (Read Only) adobe

Serious Problems Using Sh404SEF - Joomla! Forum - community, help and support

hello, i desperately need help. every time install sh404sef 2 major problems. first, registration no longer works frontend. if user registers, nothing happens. says "you need login." second, public content no longer visible public. content posted after sef install requires login view it. i've searched internet 2 days , cannot find solution this. can please me? sh404sef has settings can change may make work better you. first of all, go sh404sef configuration , go advanced tab. go down item id management.  try setting "guess item id on home page" "no" , "insert menu item id if none" "no." see if helps. another things try in site configuration.  go site -> site configuration -> content. at bottom of tab option "item id compability."  try changing "joomla 1.0.11 , earlier." see if changes make difference.  and, change 1 thing @ time , check results.  also, document changed don't confused.  let know how g

create discussion room or newsgroup - Joomla! Forum - community, help and support

hi, i wondering if might able me out. unsure if there such patch or plugin joomla allows multiple users have discussion on issues. have new project , there 8 of working on project. we'd know if have sort of newsgroup or discussion room people can post things. not sure if need 2 things here - 1 uploading documents people can download it  , other 1 people post discussion in joomla. if there patch or plugin can both in one, that'd awesome. thank in advance Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

flash player is slowing my computer dramaticly

while i'm on site , there's flash add on side start typing slow, scroll slow , msgs yellow background when stand on pictures ? wont disappear, until i scroll down cant see ad , goes normal. more adds there using flash slower computer gets. solve press on ad , change quality low, lately annoying me , cant work this. did'nt use way, in past worked best quality no problem, if try play game flash moves in slow motion... please me out guys im desperate....     one more ive jsut noticed, while im typing , theres flash application runnig such ad or game or something, , try type, typing curser (the blinking line) instead of blinking every 1 sec starts having epileptic seizure.... starts blinking rapidliy without reathem... couldhave been funny if wasnt sad, every time scroll down advert blinks wierd, every time scroll ad isnt shown blinks right. help me!!!!! program used every site in web, eating cpu , cant fix it!!!!!! More discussions in Using Flash Player adobe

do...while exiting when it shouldn't?

i think loop exiting when shouldn't...here's code... code: [select]     int contact_new = 0;     int contact_old = 0;     int changepoint = 0;     int livelog = 0; //(set 0 contact change log)     int rval = random(50,255);     int gval = random(50,255);     int bval = random(50,255);     int p=0; //pixel number;     float start = millis();     long total1;     long total2; do {    do { total1 =  cs_4_2.capacitivesensor(1); total2 =  cs_4_6.capacitivesensor(1); if ((total1 < 15) && (total2 < 15)) contact_new = 0; if ((total1 > 15) && (total2 < 15)) contact_new = 1; if ((total1 < 15) && (total2 > 15)) contact_new = 2; if ((total1 > 15) && (total2 > 15)) contact_new = 3;    serial.print ("no change");    serial.print ("\t");    serial.print (contact_new);    serial.print ("\t");    serial.println (contact_old);    delay(500); }while (contact_new = contact_old);     serial.print ("

Using Arudino to control 250 12v Solenoids

interested in community's thoughts , guidance on how execute large array of 12v solenoids. context single controller box containing array of 50 250 relays open grid of solenoids one @ time adjustable amount of time. what details in providing kind of scalability? goddamn, lot of relays! probably long chain of shift registers used. Arduino Forum > Using Arduino > Project Guidance > Using Arudino to control 250 12v Solenoids arduino

Thread: Tutorial Series: Translate Packages using Launchpad

i'd announce our tutorial series commence week. first tutorial tackle on how translate packages using launchpad. hold 2 sessions, couldn't attend first session, have chance participate in second. requirements: - account in launchpad[1] session 1: february 12, 2010 @ 8pm (utc +8 ) session 2: february 13, 2010 @ 8pm (utc +8 ) thanks [1] https://launchpad.net/ hmm, can't seem change thread title, loell, please. title should tutorial series: translate packages using launchpad dude! Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Asia and Oceania LoCo Teams Philippine Team Tutorial Series: Translate Packages using Launchpad Ubuntu

open_basedir problem - Joomla! Forum - community, help and support

hello all, whenever click on system -> system info -> permissions following: session directory /var/lib/php5/ warning: is_writable() [function.is-writable]: open_basedir restriction in effect. file(/var/lib/php5) not within allowed path(s): (/var/www/virtual/xxxxxx.com/:/usr/share/php:/tmp) in /var/www/virtual/xxxxxx.com/htdocs/includes/joomla.php on line 1936 unwriteable anyone knows how solve please? what version have 1.0.13? 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/ did search forum "open_basedir restriction"? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

GPS: Use NeoGPS for flight mode then TinyGPS++ for flight

hi all, working on high altitude gps use. in order need gps put flight mode. neogps library can put gps in flight mode want use tinygps++ library actual flight. i'm wondering if flight mode temporary thing or on until turned off. mean can put gps flight mode neogps library upload new sketch using tinygps++ gps still in flight mode? thanks help. is not fundamentally same http://forum.arduino.cc/index.php?topic=516750 as have pointed out in thread not need use library write gps Arduino Forum > Using Arduino > Programming Questions > GPS: Use NeoGPS for flight mode then TinyGPS++ for flight arduino

Issue with serial to 20X4 LCD

hi guys, i reading in serial data using software serial port arduino on bluetooth. i have loop reads in characters string called "indata", prints fine serial monitor whilst being read in im trying use substring function print data 20x4 lcd, doesn't seem work. i having issues before serial data becoming corrupted or skipping characters when trying write 20x4. i've included receiver code, ideas or modifications? code: [select] void loop() {   while(rfserial.available() > 0)  //was while     {         char recieved = rfserial.read();         indata += recieved;       serial.print(indata); lcd.print(indata.substring(2,10)); indata="";         } } quote from: cfcorp on dec 12, 2017, 12:04 pm hi guys, i reading in serial data using software serial port arduino on bluetooth. i have loop reads in characters string called "indata", prints fine serial monitor whilst being read in im trying use substring function print data 2

a4988 adjusting current

Image
hello, so have 28byj-48 (5 volts) stepper motor converted bipolar guide http://www.electronicsmayhem.com/?p=13 1. after converting bipolar right use 10-12v dc ? 2. how can calculate current adjust on a4988 driver ? here 28byj-48 unipolar characteristics code: [select] model : 28byj-48 rated voltage : 5vdc number of phase : 4 speed variation ratio : 1/64 stride angle : 5.625° /64 frequency : 100hz dc resistance : 50Ω±7%(25℃) idle in-traction frequency : > 600hz idle out-traction frequency : > 1000hz in-traction torque >34.3mn.m(120hz) self-positioning torque >34.3mn.m friction torque : 600-1200 gf.cm pull in torque : 300 gf.cm insulated resistance >10mΩ(500v) insulated electricity power :600vac/1ma/1s insulation grade :a rise in temperature <40k(120hz) noise <35db(120hz,no load,10cm) thank you actually ~7v (5 x sqrt(2)), since power dissipation limiting factor normally, v^2/r should remain same and you've doubled r.  note give sqrt

need help porting TMRh20's RF24 library to ESP32

i trying drive nrf24l01+ esp32 can connect bunch of coin cell nrf24 nodes web. i have done research have found few things using nrf24 esp32. to have tmrh20's rf24 library compile, made following change library: in nrfl01.h in commented out line: code: [select] //#define nop           0xff     in rf24.cpp replaced     code: [select] *buf++ = _spi.transfer(nop); by     code: [select] *buf++ = _spi.transfer(0xff); in rf24_config.h i added     code: [select]     #elif defined (esp_h)     #include <pgmspace.h>     #define pripstr "%s" just after line 135 those changes allow library compile no warnings. i used lastest esp32 arduino core downloaded github repo latest version of rf24 library github. i trying run getting started sketch library few modif:     code: [select] /* * getting started example sketch nrf24l01+ radios * basic example of how send data 1 node another * updated: dec 2014 tmrh20 */ #include <spi.h> #include "