Posts

Showing posts from August, 2012

Errors installing Components - Joomla! Forum - community, help and support

hi, i have installed joomla 1.0.4 on windows 2003 server. used apache 2, php 4.4.1 , mysql 4.1 online. what happens number of error different components tried: i.e.: minicalendar excalendar gives following error: fatal error: cannot redeclare translate_deprecated() (previously declared in d:\website\components\com_extcalendar\languages\dutch\index.php:439) in d:\website\components\com_extcalendar\languages\dutch\index.php on line 439 the zoom gallery component has following errors: warning: call-time pass-by-reference has been deprecated - argument passed value; if pass reference, modify declaration of [runtime function name](). if enable call-time pass-by-reference, can set allow_call_time_pass_reference true in ini file. however, future versions may not support longer. in d:\website\components\com_zoom\lib\toolbox.class.php on line 373 warning: call-time pass-by-reference has been deprecated - argument passed value; if pass reference, modify declaration of [runtime function name](). ...

Thread: Various Problems With Toshiba Satellite

so managed navigate friend away vista. he'd borrowed spare laptop while being repaired , loved it. went ahead , installed jaunty on toshiba satellite l300d based on working on live cd. however, short while after install noticed wireless disconnects shorty after connecting. way can see fixes if disable wireless , re-enable several times , restarting. really, don't want him go windows hasn't given best impression on ubuntu. great if there appears no way work, advise other known distro works well? in advance. have tried wicd repositories? - have found stable compared network manager. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Various Problems With Toshiba Satellite Ubuntu

Facile forms zichtbaar maken - Joomla! Forum - community, help and support

hallo, ik heb een mooi formulier in elkaar gezet met facile forms. en het misschien een hele domme vraag, maar hoe maak ik dat formulier zichtbaar op de site? de bedoeling om een stukje tekst te hebben en dan bij "klik hier" dat je naar een nieuwe pagina gaat met het formulier. het mij nog niet gelukt. hoop dat iemand me kan helpen... groet, bart je voegt in je menu een nieuwe knop toe met als component facile forms. sla de wijzigingen op. wijzige vervolgens de nieuw toegevoegde knop. nu zul je zien dat je bij parameters de naam van het formulier kunt ingeven. Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1.0 Componenten 1.0.x

Thread: New Project

Image
hey all, looking programming ideas because had nothing , stumbled accross: http://ubuntuforums.org/showthread.php?t=807085&page=4 watched demo of tubular on youtube , thought handy application, decided give shot. have come long way code, hope there isnt project similar or applicatio this. current features : fetch video information link download video import local video drag-drop local video change video thumbnails drag-drop change thumbnail play video play videos in fullscreen pause/rewind/forward video set video favorites view favorite videos remove videos auto import of videos after restart todo: error checking & handling progress bars use urllib , other python modules instead of wget screenshots: download: code: svn checkout http://ubuntube.googlecode.com/svn/trunk/ ubuntube class documentation *needs few updates here , there guys think? moh ...

pi3d: format for model files. - Raspberry Pi Forums

i spent little time refactoring model reader more error reporting, though haven't checked in. occurs me that, unless standard, should consider using json our data format wherever possible - because it's well-known, , because corresponds nicely python data structures. if did this, we'd have preserve backwards compatibility. we'd need convertor previous format, @ least use examples have. seem have 2 datatypes - .mtl , .egg. easy convert .mtl files json, , code wrote fine. however, .egg files more complex. loadfileegg() need split 2 parts, 1 part of filled dictionary, , 1 part of filled model class. thoughts? tom, @ moment 2 types of 3d model file i've looked @ .egg panda3d uses , wavefront .obj standard old format. there newer ones use json (.egg might, in case possibly missed trick if there python libraries importing it) don't have control on model file structures use. obj useful it's pretty standard , loads quickly. i.e. wanted put mathemati...

competing products

where might find summary comparison of captivate other competing products? i haven't seen outright comparison of products, here comprehensive list of screen recording applications at. i believe techsmith's camtasia studio , qarbon viewletbuilder considered captivate's closest commercial competitors. More discussions in Adobe Captivate adobe

HEX Values and strings

Image
if have hex value of 0b , want show string, leading 0 droped, i.e. output "b" when converted string. how suggest make hex value of 0b print "0b"? i checking if value of hex less 16, adda "0" it. code: [select] if(instnumber <= 15)        sinsert = "0"+itohex(instnumber); but feel bit arcane. edit i think found answer, makestring() edit edit makestring work   forgot can pad values resulting in single character padded leading "0". code: [select] makestring(to_device$,":x19%04x68n%02x%02x%02x%02x%02x%02x%02x%02x;\n",pgn,i_byte[1],i_byte[2],i_byte[3],i_byte[4],i_byte[5],i_byte[6],i_byte[7],i_byte[8]); hi, try following, works hexvalues between 0 , $ff: code: [select] void loop() {   byte bb = 37;   char shex[] = "00";   shex[0] = nibbletochar(bb >> 4);   shex[1] = nibbletochar(bb & 15);   serial.println(shex); } char n...

In need of help for a command

hello again evryone, so far guys have been of great help. have question. related command sprite(spritenumber).intersects spritenumber. in last post asked how make ball bounce realisticly, idea replaced platform @ bottom of screen shooting boxes above (space invaders sort of). not familiar previous post game is: square shapes falling down top of screen , player has shoot them advance ship @ bottom of screen (ship controlled left/right mouse, shoot - lmb). detect if bullet sprite has hit box use command sprite(bulletbeinghere).intersects(boxbeindhere). command not consistent results - detects 2 sprites intersect whenever feels it. cannot recorgnise pattern, absolutely random (from point of view). attach piece of code using. please if can guide me fixing this. suspect doing wrong sprites' properties, sprites bitmaps firs 1 box, second 1 oval-shaped object, both ink:matte (from property inspector), 'merge' background. in code: custom handler detecthit, spnum number of box spri...

7-Segment Display Wiring and Programming

hey everyone, wondering if me figure out how wire , program 2 7-segment displays of 4 digits each. i'd learn go. here data sheet 7-segment displays: http://www.us.kingbright.com/images/catalog/spec/sa18-11ewa.pdf i'll using arduino mega, assume i'll need bit registers or that? help! 7 segment displays easy. you'll need 7 i/o pins each digit if without additional components. otherwise, pick shift register sparkfun.  you can drop i/o requirements significantly. the datasheet shows each of 7 segments on display labeled a,b,c,d,e,f,g , dp (decimal point).  apply voltage pin 1 or 5, , apply voltage pin segment want turn on.  pretty easy. the trickier part wiring shift registers correctly, you'll have mess of wires 8 digits (8x7 = 56 wires minimum). you'll need write code extracts single decimal digit integer , figures out display goes on. Arduino Forum > Forum 2005-2010 (...

XPATH help

i'm trying write little game in flash uses xml persistent storage of questions , answers. our e-learning developers can reuse game in various e-learning courses w/out having in flash. developed "standard" xml format handling questions , answers (and additional stuff hints , feedback), , used xml format in javascript-based game w/out trouble (using xpath relevant data out of xml file). i'm having trouble getting xpath statements in actionscript work however. in javascript, used statements like: questionsarray[z]["thetext"]= questionnodes.item(z).selectsinglenode("thetext").text; questionsarray[z]["thehint"]= questionnodes.item(z).selectsinglenode("hint").text; , etc, questionnodes xml containing questions, create array of questions , answers. when try same statements in actionscript (using think correct actionscript syntax), null results. for example: questionsarray[z]["thetext"]= xpathapi.selectsinglenode(questi...

some question i need answered b4 i install - Joomla! Forum - community, help and support

hi i looking cms can provide me following functionalities: 1- download files management 2- portal around board (smf 1.1rc1) 3. serve image database ability allow users use ecard system does jamboola suit needs? if not adons u recommend make jamboola make suit needs? please know pros , cons of users on site jamboola. does offer simpel admin area (for users me dont know php) ? i jamboola , hope have swift reply if system me ill start implementing it. thanks in advance akulion wrote: 1- download files management 2- portal around board (smf 1.1rc1) 3. serve image database ability allow users use ecard system 1. docman or remository 2. there 2 user bridges smf 3. rcard or zoom gallery ecard addon. ----- more cmms here: resources: joomla components, modules, , mambots http://forum.joomla.org/index.php/topic,16398.0.html Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Data Parsing - WiShield - Wireless Temp. & Switch

hi all! so here project: working on multi-sensor device intended control solid state relays. as stands, using tmp102 temperature sensors report on i2c protocol arduino due. w/ wishield 1.0 the temperature data 2 sensors being sent via post method php script on colocated server. the remote php script stores incoming data in sql database analyze using jpgraph & php. this part working fine - have been collecting temperature data ~6mo now. what struggling following: getting control data remote server control solid state relay. what use sql database control switch states (boolean function, really). i have written php script polls database , returns following: <switch name>,<switch state> (eg. |1,0) i using pipe ( | ) sort of index parse incoming request code knows start looking actual control data. i make scalable have say, 4 switches, having states returned single query of sql/php server. so need somehow include ability intelligently parse multiple switch...

Thread: Wine folder doesn't appear in gnome menu

i having problems wine , wanted start fresh, uninstalled , deleted .wine folder in home. after reinstalled it, got clean .wine folder back, there's no longer folder in gnome menu wine options configuring, opening programs, etc. why isn't there , how back? went edit menus option see if folder unchecked, it's not listed there. thanks. update fixed using applications.menu.undo file in .config/menus you can go termanal , type winefile , should come looks windows folers. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Wine folder doesn't appear in gnome menu Ubuntu

SD Card Resizing Issue - Raspberry Pi Forums

Image
i've bought larger capacity sd card ebay, class 10 32gb adata sdhc precise [ http://cgi.ebay.co.uk/ws/ebayisapi.dll? ... 1174312235 ] previous 8gb card small want pi (retropie). when install debian , try expand root fs , following message : , it's been on hour. when resized fs of 8gb card took matter of minutes, there can in instance? '4k blocks' should be? i'm running win 7 on laptop i'm guessing can't on it's not linux. did download gparted live cd when mount in daemon tools can't run (assuming it's because software written in linux?). helppp a clock gmt/bst/dst post future. take long time, can ctrl+alt+f2 , screen login at. maybe can other things more while resize happening. such run top see work happening. raspberrypi

Arduino , Serial Proxy, Flash

hi, i hate flash. but have use it. though feels absolute pain in ass connect arduino. i working on os x 10.5 , used serial proxy , example beltran berrocal http://www.progetto25zero1.com/b/tools/arduino/ but wouldn't work until put line printstring(""); to void loop(){} in arduino program. code: [select] void loop () {  //try read serial port , create string out of read  readserialstring(serinstring);  [color=#cc0000]printstring("looping");[/color]                            // prints sentence if flash said something  if( isstringempty(serinstring) == false) {        //first send feedback flash it's sentence has been heard      printstring("arduino heard saying: ");      printserialstring(serinstring);                  //optional: separate confirmation , reply in 2 different serial strings...

Assembly Manual Link - Raspberry Pi Forums

i guess i'm 1 of lucky ones has received gertboard kit. spent quite time searching assembly manual. here link gertboard technical documents @ newark/element14. http://www.element14.com/community/docs ... pi#anchor3 fos ps. need user name , password access each of documents. after viewing documents via browser, need scroll down below document , select download link if want have pdf version. what needed thread. it's got direct links gertboard manuals , software. http://www.raspberrypi.org/phpbb3/viewt ... 42&t=20410 raspberrypi

Thread: windows 7 is called "HooChee" in Chinese

Image
in case cares. windows 7 translated chinese is; 户七 litteral translation , have no idea ms calling os in china amusement windows 7 officially "hoochee" 户 = window , pronounced hoo, (who) pinyin = hu 七 = 7 , pronounced chee, pinyin = qi random post general amusement. powel attached images us-wp4b copy.jpg (410.0 kb, 55 views) haha, tidbit Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe windows 7 is called "HooChee" in Chinese Ubuntu

Scaling PID Output

i have implemented pid function using formula, code: [select] correction = kp * error + kd * (error - preverror) + ki * (sum of errors) what should keep output between range? 0-255 if disregard value not between 0 255 produces jiggly behavior? how about: code: [select] if (correction > 255) {   correction = 255; } else if (correction < 0) {   correction=0; } -- the quick shield : breakout 28 pins quick-connect terminals Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Scaling PID Output arduino

program behaving wierdly, help me please!

hi all, sorry this, sure must simple problem brain cant solve it. i have flashing light, want flash per minute of. i using spark fun light sensor, seems respond pretty well, did simple program consisting of: serial.println(analogread(pinbpminput)); and serial data showed clear difference between when light off , when on. when on got reading of 24 , when off reading low 3. the code have posted below supposed serial print 1, first time light flashes, , continue counting until light has flashed 4 times , reset one. so serial data should be: 1 2 3 4 1 2 3 4 if light has flashed 8 times example. but!!! problem, serial data putting out above example 1 flash of light, puts out few numbers every time flashes rather 1 number @ time. what doing wrong? bugging me, because cant see how wrong! code: [select] int pinbpminput = 0; int count; int bpm; int tick = false; int oldtick = false; void setup() {  serial.begin(9600);  serial.println("online");  delay(...

Need a delayed statement

at last lines of code have if statement. activates split second isn't enough. want able activate second. how change code? int timer = 100;           const int ledpins[] = {  2, 7, 4, 6, 5, 3 };     int pincount = 6; const int analogpin = 0;     const int threshold = 500; const int endpin = 12; void setup() {  int thispin;  for (int thispin = 0; thispin < pincount; thispin++)  {    pinmode(ledpins[thispin], output);       } } void loop() { int analogvalue = analogread(analogpin);  for (int thispin = 0; thispin < pincount; thispin++) {      digitalwrite(ledpins[thispin], high);      delay(timer);                        digitalwrite(ledpins[thispin], low);      }    // loop highest pin lowest:  for (int t...

Arrays

so want put of these methods (not sure if right term) in array can access them in loop.  here have tried...  any appreciated. code: [select] wiichuck chuck = wiichuck(); wiichuck (i've tried chuck here well) command[6] = chuck.readroll(), chuck.readpitch(), chuck.readaccelx(), chuck.readaccely(), chuck.readaccelz(); for(int = 0; < 6; i++){   if(command[i] < 10){      do something   } } interesting idea won't work. can store variables , text. http://arduino.cc/en/reference/array Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Arrays arduino

Java and clock speed

hi guys, i have interfaced arduino mega , accelerometer java, have problem. as clocks aren't synced when write usb , read usb, don't whole 'packet' i.e. read half of ( being read being written). i tried implementing sort of ack type packet switching, thats not working well. wondered if guys have bright ideas? thanks, lee. not entirely sure you're saying here (and without seeing code), have used "serial.available"? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Java and clock speed arduino

Thread: Where do I install software?

Image
hi, i'm building perfect home/development server. 1 goal develop web-app: using coldfusion application-server. (i know coldfusion not garanteed on ubuntu know need coldfusion , ubuntu) problem not how install coldfusion where! question more general (but use coldfusion install explain) tutorials on how install coldfusion don't best install it. i' mean when can use apt-get taken care you. in case (and others come) have run bin-file directory want install soft. thinking create dir /etc/coldfusion , in build coldfusion in directory. best/most logical thing do? way should proceed when installing soft not in apt-get? mario /opt http://www.pathname.com/fhs/ Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Where do I install software? Ubuntu

Using pulseIn with analogWrite

it seems analogwrite not work when being used pulsein. here simple code: code: [select] void loop() {  int pulse = pulsein(3,100);  pulse -= 1020;  if(pulse < 0)    pulse = 0;    pulse = 420 - pulse;    pulse *= 0.607;    serial.println(pulse);    analogwrite(13,pulse); } the value of pulse verified 0-255 printing out value, led on pin 13 doesnt dimmer/brighter, turns on or off @ mid range. ideas? "this function works on pins 3, 5, 6, 9, 10, , 11." from analogwrite reference: http://www.arduino.cc/en/reference/analogwrite Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Using pulseIn with analogWrite arduino

Help

hi rather new dreamweaver , know how make such if have 6 diff thumbnails , when click on each 1 image there appears in larger window besides without whole page reloading thanks in advance go here - http://www.projectseven.com/ get showpic extension dw. it'll want. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "talknaija" <webforumsuser@macromedia.com> wrote in message news:f2cns5$nhb$1@forums.macromedia.com... > hi rather new dreamweaver , know how make > such > if have 6 diff thumbnails , when click on each 1 > image > there appears in larger window besides without whole page > reloading...

What value will the it return?

if address value in array doesn't exist, value return? e.g. int number[4] = {1, 2, 3, 4,} int val = number[4]; /me it return contents of next 2 adresses in ram quote void printvariable( char * name, int & x){   serial . print (name);   serial . print ( " - value: " );   serial . print (x);   serial . print ( ", @ adress: " );   serial . println (( int )&x); } void setup (){     int intvar = -4;   int intarray[4] = {1,2,3,4};   int intarray2[5] = {-5,0,0,0,0};     serial . begin (9600);     serial . println ( "the values , adresses of intarray:" );   for ( byte i=0; i<4; i++){     serial . print (i, dec );     serial . print ( ": " );    printvariable( "intarray " , intarray );  }     //the below print identical values , adresse   serial . println ( "\nthe value , adress of intvar:" );  printvariable( ...

extending the Serial Class? (C++ general que

so in c++, can write code extends class, right?  so in theory write serial.print method extends existing code accept new argument types, float or prog_char[] (string in flash)?   like?  (the c++ wrapper extend class floats, not internal code print float.) thanks bill w bill, easy do. class definition in hardwareserial.h , looks this: code: [select] class hardwareserial {  private:    //uint8_t _uart;    void printnumber(unsigned long, uint8_t);  public:    hardwareserial(uint8_t);    void begin(long);    uint8_t available(void);    int read(void);    void flush(void);    void print(char);    void print(const char[]);    void print(uint8_t);    void print(int);    void print(unsigned int);    void print(long);    void print(unsigned long);    void print(long, int);    void println(void);    void println(char);    void println(const char[]);    void println(uint8_t);    void println(int);    void println(long);    void ...

Using I2C to connect Arduinos

Image
i've been working nicholas zambetti's examples i2c master/slave. i can communicate between 2 arduinos in both directions. from master arduino, can send multiple bytes slave. however, can not seem slave send more 1 byte master. (i can, slave send string of characters master.) for example, slave code send 1 byte master fine: code: [select] void requestevent(){  wire.send(bvar); } this sends string master fine: code: [select] void requestevent(){  wire.send("hello "); } but seems can't . . . code: [select] void requestevent(){  wire.send(bvar);  wire.send(bvar2); } am allowed 1 wire.send @ slave when responding request? or doing wrong? it seems odd can send string, limited single byte otherwise. if that's how is, can live - need know. in general these great examples , seem way go inter-arduino communications. zambetti did great job writing twi , wiring code. any appreciated. can't seem find on how use wire library in general . [edit]oo...

Swap Space XBMC: going to reboot and hope that fixes things - Raspberry Pi Forums

hello i'm trying use sam nazarko's raspbmc on raspberry pi (256 ram) 4gb sd card image http://download.raspbmc.com/downloads/b ... ler.img.gz system boots , raspbmc installer tells me "connection raspbmc update server successful" , attempts install raspbmc. after few seconds of trying displays following message: ================= error has occurred on mkswap $swap_partition > /tmp/02-format-swap-partition.log 2>&1 i'm going reboot , hope fixes things, otherwise, try out forums. ================== message shown here: http://www.flickr.com/photos/dullhunk/8153442572/ reboot causes pi loop round , round problem indefinitely. can suggest way break out of loop? thanks duncan bump. have got same message when trying set , install raspbmc. after receiving message took usb pen drive out , tried again still same message. size of sd card using or partition etc. on sd card? raspberrypi

Servo Rotation Problem

Image
hi everyone, i'm totally newbie in programming , other electronics. i'm trying program arduino (based on daniel's  servo code) have react photoresistor in manner. the logic code this: 1) photoresistor captures light intensity , transform them analog signal 2) status mark set servo status 0 3) if analog signal greater 64 , status mark 0, turn servo 180 degree 4) once servo reaches 180 degree, stop.  status mark set 1 5) step 1 6) if analog signal less 64 , status mark 1, rotate servo 0 degree 7) servo reaches 0 degree, servo stop.  status mark set 0 step 1) as guys can see, logic loop circle if statements in it. here code: _______________________ int servopin = 9;            //  r/c  servo connected digital pin 13 int myangle;                 // angle of servo (roughly in degrees) 0 - 180 int pulsewidth;              // function variable int statuss...

blinkm addressing problem.. (try it on your blink)

Image
hi everyone, so having issue trying readdress blinkm, i've tried on maxm, guess firmware similar point. so, started own bit of code sort out knew , didnt know i2c, fair bit - can write blink's no problem. have 3 pots hooked , can control rgb directly. nothing new, know, exercise. so next step control multiple blinks, independently. can't addresses stick though.  here edited version of stock code in examples. doing silly, sending hex instead of int, or strange going on... appreciated.   code: [select] #include "wire.h" #include "blinkm_funcs.h" byte blinkm_addr = 0x08; byte blinkm_globaladdr = 0x00; int temp; void setup() {    serial.begin(19200);    serial.println("blinkmfactoryreset");    blinkm_beginwithpower();        delay(100);    serial.print("setting i2c address...");    blinkm_setaddress( blinkm_addr );    serial.println(blinkm_addr, hex);        delay(500);        serial.print("verifying i2c address...

Trouble running simple processing code to Arduino

i relatively new this... i'm trying use arduino control leds art project.  i have 3 motion sensors, each 1 controls different led.  i want leds come on when respective sensor detects motion.  with code below, leds come on when sensor tripped, if 3 sensors tripped @ same time (or in combination of 2), not come on together.  can me fix simple code?  thanks much!! void setup() {  pinmode(5, input);  pinmode(6, input);  pinmode(7, input);  pinmode(11, output);  pinmode(12, output);  pinmode(13, output);  serial.begin(9600); } void loop() {  if(digitalread(5)==1)  {    digitalwrite(11,1);    delay(10000);  }    if(digitalread(5)==0) {    digitalwrite(11,0);    delay(10000);  } if(digitalread(6)==1)  {    digitalwrite(12,1);    delay(10000);  }    if(digitalread(6)==0) {    digitalwrite(12,0);    delay(10000); } if(digitalread(7)==1)  {    digitalwrite(13,1);    delay(10000);  }   ...

Problem med installasjon - Joomla! Forum - community, help and support

Image
jeg sliter med installasjon av joomla. det går fint helt til step4 når jeg har fått alt tilsynelatende orden og klikker på view site. da får jeg opp warning: main(/path/to/joomla/install/includes/version.php): failed open stream: no such file or directory in /home/1/k/klungsor/www/joomla/includes/joomla.php on line 71 fatal error: main(): failed opening required '/path/to/joomla/install/includes/version.php' (include_path='.:/usr/local/lib/php') in /home/1/k/klungsor/www/joomla/includes/joomla.php on line 71 noen som kan hjelpe? tror jeg har vært borti samme problemet en gang...  på innstallasjonstrinnet "pre-installation check" står det @ filen configuration.php ikke er skrivbar. opprettet du denne filen og gjorde den skrivbar på dette trinnet? så fall vil dette gi feilmeldingen du oppgav. prøv å vente med å opprette configuration.php og gjøre den skrivbar til du får innholdet denne filen listet opp et vindu på slutten av innstallasjonen. egentlig helt log...

Arduino + 884 Victor

hello, i working on trying run 884 victor off arduino duemilanove. victor receives pwm signals okay but...i can't find min/max value it. it's if there multiple values either set full on or full off or somewhere random in between. there here knows victor enough me? -thanks i used victor robotics @ school other year... dunno if same model, remember, sent float between -0.99 , +0.99 since pwm's run 0 1023 on arduinos, not sure how software used programmed convert values properly. perhaps using map function might help? Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Arduino + 884 Victor arduino

Problems incorporating a javascript - Joomla! Forum - community, help and support

Image
hi all, hoping out there can me problem having incorporating javascript on page. i want incorporate fade effect on page using moo.fx http://moofx.mad4milk.net/ . in original code, call script uses:         but source test page shows "#" parsed as:  (sorry, domain dummy, the reason name suggests.)         the fade effect working, link works page bookmark head of page, requiring scrolling down page content. little annoying! is how joomla! handles # link? mambelfish i'm using? there way around this? if greater experience (and don't have lot!) can me, or if has had experience moo.fx knows way around this, i'm looking forward hearing you. else, check out moo.fx library; it's pretty cool! potching sorry, noob question. . went on course of html101 @ http://www.idocs.com/tags/linking/_a_name.html , sorry have taken space here. potching Board index Joomla! Older Version Support Joomla! 1.0 ...

Error asking for Pear? - Joomla! Forum - community, help and support

i've started getting following error page of joomla website: warning: raiseerror(pear.php): failed open stream: no such file or directory in /usr/local/psa/home/vhosts/comtec-cl.co.uk/httpdocs/includes/cache/lite.php on line 470 warning: raiseerror(): failed opening 'pear.php' inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/comtec-cl.co.uk/httpdocs/includes/cache/lite.php on line 470 fatal error: undefined class name 'pear' in /usr/local/psa/home/vhosts/comtec-cl.co.uk/httpdocs/includes/cache/lite.php on line 471 does know related to?  i've tried relaoding source files (v1.0.4) can't see what's wrong? i wasn't aware joomla needed pear third party element, not have parts needs within it? cheers nunners Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Oversettelse av Joomla 1.0.3 - Joomla! Forum - community, help and support

Image
jeg har laget en oversettelse av joomla en kunde som ville ha norsk nettside. denne har noe bedre språk (min subjektive mening  ) enn tidligere oversettelser og retter opp en del grammatiske, typografiske, idiomatiske og syntaktiske feil andre norske oversettelser. dersom noen skulle være  interessert en kopi, så vil jeg gjerne dele... jeg tar gjerne en kopi, så kan jeg sammenligne med oversettelsen jeg la ut joomla 1.0.4, og eventuelt legge inn de oversettelsene som har blitt bedre. Board index Joomla! International Language Support International Zone Norwegian Forum Oversettelser

www.knowledgebase.net to Joomla - Joomla! Forum - community, help and support

Image
hi i'd migrate service offered @ http://www.knowledgebase.net joomla. there can use make thing safer , easier? can find somewhere docs general issues related cms migration? thank you. daniel there commercial component called mosknowledgebase fit needs. haven't used author phil taylor , well-known developer , former core team member @ $ambo. good luck! Board index Joomla! Older Version Support Joomla! 1.0 Upgrading - 1.0.x