Posts

Showing posts from January, 2011

2004 Director project Xtra (text)

hello. trying recompile project done on mac run on windows. project quite old. have dir files , x32 files. x32 files grabbed off net. the problem having whenever try , publish movie, complains message "an application requires xtra (text) either not exist or failed initalize properly. please make sure appropriate xtras in xtras folder." now happened bunch of xtras before, , able create folder called xtra , download x32 files directory. 1 giving me lots of problems. xtra (textxtra.x32 340kb) in xtras folder reason doesnt detect it. tried remove under modify -> movies -> xtra comes back, cannot remove it. i have tried various versions of file. question how elliminate either a) need project use file or b) error message occuring. unfortunately, have no idea how director works , learning go. there way list sections call particular can see removing them or substituting them else? try , solve problem. it nice know heck file doing project. maybe isnt used? have no idea! tha...

byte matrix declaration doesnt work

Image
hey, i define custom chars lcd , want in folllwoing way (that can interate though array while writing lcd). @ marked position compiler complains 1st time named error. code: [select] byte lobster [8][8] = {{ b10000,         b11000,         b01000,     //          <---   error: expected unqualified-id before '[' toke         b10000,         b00000,         b00111,         b01000,         b11000 },{        b10011,         ...         b11111 },{            ... },{    b11101,         ...         b00000 }}; the 2nd time is: code: [select] byte[8] mirror_cc(in_cc byte[8]) {       //          <-...

Thread: Firefox Too slow

hi using amd 1600+ laptop 2 gb ram when open more 2 tabs in firefox slows down , screen goes black , white. knows why ? well ive heard of people having problems firefox linux although thats use , have no problem maybe try switching browsers, suggest opera Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Firefox Too slow Ubuntu

A little advice. (Sorry for the long post) - Raspberry Pi Forums

hi guys. need input on idea. want built messenger type communicator events/ concerts use. front of house, sounds, lighting & video control concert's sounds & such. monitor mix, individual mix of each musician mixed/ controlled & final mix sent front of house. communicator has vice versa. front of house monitor mix, monitor mix front of house. usually, use walkies or intercoms sound engineers hate have headset or headphones stuck on ears radio noise or small talks on channel & have monitor front of house sound of time. loud @ times & engineers can't make out other guys trying tell them. best way to, communicate visually. idea have touchscreen keyboard input on rpi @ both ends running on cat5 or fiber optic long distances. ( have fiber ethernet converter). maybe use wirelessly without internet? can done? thanks! hi, mrraffi wrote: can done? yes, done. there various paths solve this,... if these communicators not 100% static (fixed location, fixed installati...

font Embedding missing glyphs

hi i want to create swc font resource using ide. create in library font called presenter_font use arial ( has all glyphs need) i create textfield , assign presenter_font* embed font , i want include greek symbols include greek in embedding options. i test movie , works fine "ifnî²" appears should now last part of puzzle export actionscript becomes class can use elsewhere using linkage option and when test "ifn" why has beta glyph gone? i feel missing ( usual). richard More discussions in ActionScript 1 and 2 adobe

Maintaining over state on pop-up menus

i've switched mx 8. pop-up menus done using new css function , can't figure out how keep on state when viewing sub menus (i have 2 levels of sub-menus, if there's way keep on state both awesome!!). i had done in mx using instructions available on web, they're no longer applicable. please help jtambo wrote: > i've switched mx 8. pop-up menus done using > new css function , can't figure out how keep on state when > viewing sub menus (i have 2 levels of sub-menus, if there's way keep > on state both awesome!!). > had done in mx using instructions available on web, > they're no longer applicable. > please > i think might more/better if post link page folks can see code. -- bonnie in california kroko @ pixelplum dot com http://www.theanimalrescuesite.com/cgi-bin/webobjects/ctdsites.woa More discussions in Fireworks adobe

cfdocument font size problem

i'm running apparent bug using cfdocument generate pdf. i'm grouping query data cfoutput create inventory report department , site, , i'm using inline styles control font family, size, etc. each department grouped own cfdocumentsection (with own header , footer), , within each department section inventory results grouped site. alternate version groups first site, department. there filtering options run full inventory report or subsets based on inventory age. everything displays until run larger report. full inventory query returns 2500 records, , while of report still displays properly, font size gets larger departments. appears departments affected typically larger number of query results, not always. first noticed problem few weeks ago, , after troubleshooting tried switching points picas ... reason took care of problem @ time. today we've added inventory type report expanded query results, , problem back. i'm not using exotic fonts (your basic "arial, helve...

NRF24L01 with UNO and ATMega1284P

i using following code on arduino uno , bobuino board. ce pin on arduino code pin 8 , on bobuino pin 29 code: [select] /* copyright (c) 2011 james coliz, jr. <maniacbug@ymail.com> program free software; can redistribute and/or modify under terms of gnu general public license version 2 published free software foundation. */ #include <avr/pgmspace.h> #include <rf24network.h> #include <rf24.h> #include <spi.h> #include <onewire.h> #include <tictocs.h> #include <tictoctimer.h> #include "nodeconfig.h" #include "printf.h" #include "ftoa.h" #include <sd.h> #include <utft.h> utft        myglcd(itdb32s,a1,a2,a0,a3); // declare fonts using extern uint8_t smallfont[]; extern uint8_t bigfont[]; // git version tracking.  safe ignore #ifdef version_h #include "version.h" #else const char program_version[] = "unknown"; #endif // pin definitio...

HELP NEEDED: Sockets and sending serial info over the web to an Arduino????

i have question: built arduino serial joystick project. , i'm trying find reliable way broadcast serial information joystick on internet second computer or arduino captures info (a struct of ints) , controls few servos. what have (using python) able use tcp sockets dns server , ping same computer (so server , client script running on mac) , works great (or greater expected). when try run server/client on 2 different machines pickle load eoferror. i'm not sure if way i'm supposed (i've been programming in python 3 weeks total) do have suggestions on how can send joystick information 1 computer computer (anywhere on net - reliably) has arduino project attached it. i'm using pyserial, pygame libraries joystick information. can please noob? keith ps here video of working before tcpip hack job: http://vimeo.com/37023446 bump Arduino Forum > Using Arduino ...

Session Variables

hello, i need clarification regard session variables. understanding once set, available pages during session. with understanding set variable below (after checking query returned result): <!--- create variable indicate customer known via chkemail ---> <cfset session.isuserknown = 1> </cfif> i tested result on page: <cfoutput>#session.isuserknown#</cfoutput> error isuserknown undefined in session. please clarify enable applications , sessions in coldfusion administrator. adapt application.cfc/application.cfm. if use application.cfm, set sessionmanagement "yes" , sessiontimeout "#createtimespan(0,0,20,0)#"; if use application.cfc, set this.sessionmanagement "yes" , this.sessiontimeout "#createtimespan(0,0,20,0)#". More discussions in ColdFusion adobe

Probléme téléversement

Image
bonjour, je suis un petit nouveau perdus. j'ai un problème de televersement sur une carte; alors je suis sur mac, os 10.6.8. carte dfrduino uno v3. selection du port serie; dev/tty.usbmodemi1d11 compilation du croquis; ok quand j'essaye d'uploader, il ce passe ceci; l clignote 2/3 fois au début puis s'éteint pour laisser place à tx et rx qui clignote très très rapidement (clignotement presque imperceptible). puis tout s'éteint 1 seconde et l ce rallume constamment puis le message d'erreur apparait. j'ai essaye plusieurs version ide, ou cable usb toujours le même problème. j'ai également essayé le bouton reset ou de modifier les vitesse de bauds. en revanche je peux uploader "blink", "fade", donc j'en déduis que la carte fonctionne. etant débutant, je ne comprend pas d'ou vient le problème. j'ai regarder sur le forum anglais, mais les exemples concerne essentiellement les problèmes avec un pc. c'est...

Joomla, OpenID & 5000$ Integration Bounty - Joomla! Forum - community, help and support

Image
salutations all, as reading on digital identity, found out openid people & al. put call code bounty (5000$) real open source project integrate openid.  read earlier in forum, openid seemed desired option.  i'm posting snippet of requirements: bounty eligibility* we hoping in addition following requirements have open source community nominate projects see included in bounty. participate in bounty, must:     * distribute under osi-approved license.     * have @ least 200,000 public internet users , 5,000 downloads per month.     * implement openid 2.0 support relying party (rp) or identity provider (idp).     * pass openid compliance testing tool (to released in august 2006).     * make enabling openid no more difficult changing 1 configuration setting (there can more optional configuration settings).     * distribute implementation part of project's core (it cannot additional download or patch).     * place o...

Thread: Installation problem

i'm trying install on old xp laptop had lying around. did complete disc wipe prior trying install. install hangs @ various stages repetedly, no error messages or anything, freezes. i'm beginning think it's cd drive hardware issue. can ubuntu made install thumb drive? yes http://unetbootin.sourceforge.net/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Installation problem Ubuntu

integer math, where are the intermediate values stored? limitations?

Image
hello all, i have silly question. i have equation say: int result = (200 * 8 * 33) / 1000; a signed integer can of course hold +/- 32768.  'result' should 52 , should fit fine. keep getting strange math errors in equations , think because (200 * 8 * 33) part if results in 52800 big fit in integer. so questions are, thinking correct? of intermediate arithmetic crunches stored in register same size data type assigned to? and how around this? if (200 * /1000 * 33 or (200 * 33)/1000 * 8 rounding error grows high. do need use long though i'm storing max of 52? thanks! quote is of intermediate arithmetic crunches stored in register same size data type assigned to? no. intermediate results stored in register size of largest data value involved. since values ints, int register used. 52,800 not fit in int. you can change register size casting or adding l or ul end of 1 or more of values. Arduino Forum ...

Thread: Completely reinstall bluetooth?

i reimaged laptop (jaunty) fix couple problems , can't bluetooth keyboard , mouse connect. i've installed blueman , tried find via forum , google. when hit connect buttons on keyboard , mouse search devices, never finds anything. how can remove , reinstall bluetooth? barking right tree on this? else should try. bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Completely reinstall bluetooth? Ubuntu

Skal bruge modul der skifter tekst-størrelse og modul til mailingliste - Joomla! Forum - community, help and support

hej, jeg har lavet et template til joomla, der ellers fungerer ganske udemærket, bortset fra mindre glitches. hjemmesiden er her: http://international-debat.dk/cms/index.php . men jeg står og skal bruge et par moduler til udvidelser: 1) et modul der gør @ teksten skifter størrelse på hele siden, dvs. sådan et "a+", "a-" og "reset" modul som denne hjemmeside benytter sig eksempelvis. men jeg aner faktisk ikke hvad jeg skal søge på? 2) hjemmesiden skal benyttes til @ samle mailadresser til @ sende mails ud til store mængder af brugere/medlemmer (500+). jeg skal bruge et modul el. script eller blot finde en måde, der gør det nemt @ tilmelde sig hjemmesiden - evt. blot ved @ folk indtaster deres mailadresser, og dermed ikke skal oprette brugernavn o.l. det skulle også gerne kunne lade sig gøre @ overføre en liste med omtrent 800 mailadresser på, som jeg skal kunne sende mails til? er det muligt? det skal helst være så simpelt som her: http://international-deba...

Boring "Sketch is Read-Only" dialog.

Image
i mean this: this feature protect examples quite well, when developing arduino library, feature benefit nothing except waste time. does know how disable feature of arduino ide? if you're working off of sample sketches, that's supposed happen.  that's don't accidentally "break" example , later can't figure out happened.  should saving own modified sketches elsewhere anyway.  try documents/arduino change ... Arduino Forum > Using Arduino > Programming Questions > Boring "Sketch is Read-Only" dialog. arduino

Thread: wpa_supplicant and ndiswrapper

hi, i've come end of tethers linux driver broadcom bc4311 wifi adapter on laptop running ubuntu server 9.04. i've installed ndiswrapper, windows driver , wpa_supplicant. here wpa_supplicant.conf file:- code: network={ ssid="gtr" proto=rsn key_mgmt=wpa-psk pairwise=ccmp tkip group=ccmp tkip psk=<my psk code> } which stored in /etc. if run code: sudo wpa_supplicant -dwext -iwlan0 -c/etc/wpa_supplicant.conf i following on terminal code: ctrl-event-scan-results trying associate 00:1f:9f:d6:39:b7 (ssid='gtr' freq=2412 mhz) associated 00:1f:9f:d6:39:b7 wpa: key negotiation completed 00:1f:9f:d6:39:b7 [ptk=ccmp gtk=tkip] ctrl-event-connected - connection 00:1f:9f:d6:39:b7 completed (auth) [id=0 id_str=] and can ping server. if, on other, hand add '-b' option make daemon:- code: sudo wpa_supplicant -b -dwext -iwlan0 -c/etc/wpa_supplicant.conf or configure /etc/network/i...

bat0 interface - Raspberry Pi Forums

sudo modprobe batman-adv sudo ifconfig wlan0 mtu 1528 sudo ifconfig wlan0 down; sudo iwconfig wlan0 mode ad-hoc essid my-mesh-network ap 02:12:34:56:78:90 channel 1 sudo batctl if add wlan0 sudo ifconfig wlan0 up sudo ifconfig bat0 up sudo ifconfig bat0 192.168.2.1 check ifconfig -a , shows bat0 hwaddr. question bat0 interface becomes available when batman-adv module loaded? it's not real device, how hwaddr got assigned it? how work? raspberrypi

Categorias en Virtuemarket. No me deja moverlas - Joomla! Forum - community, help and support

hola amigos: tengo problemas con el componente de virtuemarket. no me deja mover las categorías, de hecho solo se me activa una de las opciones de o subir o bajar. vamos, las flechas que te permiten mover dichas categorías. ¿alguién puede decirme donde puedo corregir este error? si te refieres la ubicacion en el menu que ve le usuario, debes ir productos->listar categorias. si te fijas en la penultima columna aparecen unos numeritos, esos son los numeros de ubicacion en el menu, haz ahi los cambios y luego pinchas el diskette que esta en el encabezdo de la columna para grabar, eso es todo. vero Board index Joomla! International Language Support International Zone Spanish Forum Extensiones

Image editor problems - Joomla! Forum - community, help and support

i have problem, affecting both image editor in mosets tree , insert/edit image function on jce 1.04.  because if separate issues have scrap site , start again. after being hacked recently, had re-install mosets tree new security upgrade v 1.59.  upgraded joomla 1.0.10 1.0.8 , opensef rc5 sp2.  have used jce 1.04 since brought out , have re-installed , plug-ins. i noticed when trying upload new images mtree via listings no image appear default white box , little red "x"  before hack using "imagemagick" , mosets worked fine , still installed on server.  have gd2 library on server. i tried insert .jpg or .gif image in content item via jce mambot, message "no gd" or "white box" showing in preview pane able see in attached images. edit:  have other joomla sites on same server , not having these problems, seems of upgrading have disrupted file path or , 2 ends aren't quite meeting in middle. at first, thought permissions thing after chmod every fol...

Frames

is there way can : ___________________ |......|............2.............|........| |......| ___________|........| |......|...........................|........| |..1..|............3............|...4...| |......|...........................|........| |......|.......................... |........|  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ lets pretend thats frame there and question , how can make frame 4 not covering 2 , 3 when minimize web page in when preview or after publish site ? want let 2,3,4 cover frame 1 when minizine or minimize width of page. hope not confusing, ways ever answers question edit * just page ! where when expand page or make smaller the main section still shifting middle, won't cover other frames i think page doesn't have frame ..... but anyways , don't know how without frames not advence right >< but please !!!!!!! possible make ? if not , other ways ????? the solution problem learn how layout web pages using either tables or css. recommend starting tables since b...

Illuminated staircase

i'd make illuminated staircase consisting of 14 steps steps light walks or down. when step detected i'd switch on small led strip few seconds. i've considered using pir motion sensors , proximity sensors , piezo elements detect when walking or down. today had idea detect steps measuring difference in resistance caused stepping down on this piece of aluminium installed on every step. using analogue input pins of arduino think should relatively easy task, need control approx. 14 led strips , i'm trying find ways minimize complexity , number of wires along side of stairs. one of questions therefore: there way build small, simple , cheap "control mechanism" installed in each step? in other words, possible build small, cheap , capable of: being powered 12v sense resistance in piece of metal switch led strip on , off (mosfest transistor?) wait seconds ideally i'd fade each strip in , out, in attempt keep things relatively simple i've more ...

Error in Design View.

i'm building website called hesedbooks.com , website our online bookselling business. i had made post on forum whether or not possible set wordpress blog, bar on left being it's own page, wouldn't have edit 80+ pages every time needed sidebar change. here's we're looking left section of front page like: http://hesedbooks.com/images/leftexample.jpg someone helped me out telling me .php includes, , gave me snippet of code: <?php include('pagename.php'); ?> well, put in, , works flawlessly when it's published web, make design screen impossible use when editing pages locally. here's does. goes (without code): (and i'm aware of blank spaces. placeholders .php includes.) http://hesedbooks.com/images/codehelp01.jpg to this: (that's nav page.) http://hesedbooks.com/images/codehelp01.jpg it removes .php include down, , turns cursor "no" symbol (circle line diagonally through it.) i'm @ loss. possible thing can ...

Programmare cubo led 4x4x4 con due 74HC595

ho creato un cubo led 4x4x4, pilotato da arduino tramite due 74hc595. ogni colonna ha gli anodi in comune, ciascuna connessa ad un uscita del 74hc595 mentre catodi sono comuni su 4a livelli e ogni livello è connesso ad un transistor npn per essere attivato/diasstivato. lo sketch che ho scritto è questo code: [select] /* sketch cubo led 4x4x4 per l'esame creato da: salvatore marcellini */ //definisco le variabili int latch= 8; //pin del latch degli 74hc595 int clock= 12; //pin del clock degli 74hc595 int data= 11; //pin dove gli 74hc595 ricevono l'input int npn[4]= {4, 5, 6, 7}; // array con pin dei transistor int i; //contatore // setto tutti i  pin su output void setup () {     pinmode(latch, output);     pinmode(clock, output);     pinmode(data, output);     for(i=0;i<4;i++)     {         pinmode(npn[i], output);     } } //inizio del programma void loop () {   for(i=0;i<...

Embedding phpslideshow - Joomla! Forum - community, help and support

Image
hello, i've fallen hard phpslideshow script zinkwazi http://www.zinkwazi.com/wp/category/phpslideshow does have idea how can embed in joomla site? i know if has done successfully?  Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Integration & Bridges - 1.0.x

how to control 15 motors 0f 10A 12v motors

hi i new using motors, basic idea build humaniod robot 2 arm (each arm using 6 motors total 12 ) , 3 motors hip yaw/pitch joints i searched motor drivers ended l298 4a or expensive control board please suggest microcontroller  i can use control these motors , schematic diagrams of driver circuts link motors using http://www.vegarobokit.com/index.php?route=product/product&path=35_39&product_id=119 unlikely find motor control shield can handle fifteen 10-amp motors.  think need fifteen stand-alone motor drivers.  pololu sells sorts of motor drivers might source. "jrk" series (http://www.pololu.com/catalog/category/95) includes capability add position feedback assume want add. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > how to control 15 motors 0f 10A 12v motors ...

Best performance for raspberry pi as a vdr platform? - Raspberry Pi Forums

hi, i've configured pi 2 dvb-t sticks, usb sata external drive , vdr. works quite well, issues appear when mutiple (3 or more) recordings active. of course vdr puts lot of load, sata io process well. there ways optimize sata io? not higher speed lower cpu consumption. i'm using ext4 on sata disk, there better options? big or small journal? fs options, etc? experience, anyone... hdd on usb2 limited usb2 throughput. around 24-25mb/s in 1 way. raspberrypi

password protection

does macromedia contribute have ability me password protect pages or portions of website? have working website want add changes , have large group of instructors access new changes while preventing general public access. possible? appreciated! no, not possible using contribute. contribute content management software. can hire web developer create dynamic script (e.g. php, jsp, coldfusion, depending on supported web hosting company) protect pages you. More discussions in Contribute General Discussion adobe

Thread: printer installation

hi ive installed ubuntu 1st time , trying printer work make of printer brother model mfc-290c scanner/copy/printer when click on printer , says searching available drivers , gave me list of printers has make on doesn't have model went web site called brother soultion center , downloaded lpr driver , stil didn't work there else shoud doing ? https://wiki.ubuntu.com/hardwaresupp...rintersbrother don't see printer listed.... not typo on part, it? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] printer installation Ubuntu

strange partition layout - Raspberry Pi Forums

i'm working on project on raspian pi , thought best backup sd card did noticed has odd partition layout disk /dev/mmcblk0: 8018 mb, 8018460672 bytes 4 heads, 16 sectors/track, 244704 cylinders, total 15661056 sectors units = sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0x000c4661 device boot start end blocks id system /dev/mmcblk0p1 8192 122879 57344 c w95 fat32 (lba) /dev/mmcblk0p2 122880 15661055 7769088 83 linux i've done work on project haven't noted down bit of nightmare install fresh, there safe way rectify partition table? there's nothing wrong. rpi can boot first primary fat partition. mounts ext4 partition once linux kernel starts running. raspberrypi

Arduino Micro & H-bridge (L293D)

hi, in project, try control 2 dc motors using pwm. motor create flapping motion of wings rotating clockwise , anticlockwise alternately. first generate 2 pairs of pwm using arduino micro. pass each pair of pwm pin 2 , 7, , pair pin 10 , 15 of l293d. dc motor can operate in voltage range of 3-5v. connect enable pins (pin1 , 9), vcc1 , vcc2 5v pin of arduino micro. think connections correct. for pwm, frequency 5000hz. according code, each pair of pwm make sinusoidal-like cycle. let 1 of pwm p1 , other 1 p2. @ first p2 has 0 duty cycle , p1 start 0 duty cycle , increase greater value after time , increase maximum (100%). p1 decrease step step until zero. after p1 stay @ 0 , p2 repeat same process p1. if pass p1 , p2 input pin of l293d, output l293d produce signal motor staircase going , down. what get: both wings able flap @ correct frequency when set maximum duty cycle 100%. when reduce maximum duty cycle 50%, wing not produce stable flapping amplitude, correct frequency. when ...

Basic HTML Template To Joomla - Joomla! Forum - community, help and support

firstly, joomla great! i've been looking months. it's out of box friendly , used people. however, http://ffh.streamlinenettrial.co.uk/cms/ cms @ minute. can see out of box apart background. basically, i'm wanting use existing basic web template going use static site , use within joomla. i've tried looking through documentation i'm struggling put joomla modules/menu items etc template. there simple way of doing this? it's not have content or it's few lines of html i'd use template? many thanks, , sorry if appear newbie - am! moderator note: moving topic joomla, converting > 3rd party, templates Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Battery-powered RPi freezes when taking picture - Raspberry Pi Forums

hello, i'm working on battery powered rover , i'm in bit of pickle regards camera module. note no expert on means. here's picture of setup: http://i.imgur.com/fi3etax.jpg (ignore gpio connectors) summarize: - rpi connected powered usb hub - usb hub connects wn-722n wifi adapter - rpi powered usb hub (5v) - rpi has on-board camera module when usb hub powered adapter , wall socket, works fine. wifi works , can take pictures/video camera module. when power usb hub 5v battery pack instead, wifi first works , can communicate it. however, second run command activates camera module, rpi appears freeze! nothing responds until after restart. i've tried changing 5v battery pack more powerful batteries , voltage regulator no avail. keeps freezing when activate camera board. thoughts on what's wrong? , pointers how debug issue further? feedback appreciated. thanks! well, despite fact you've tried various battery options, thing seem obvious power. when...

Username and Password problem - Joomla! Forum - community, help and support

i'm installing joomla on free hosting using joomla's web installer not know how fill in form on step 1 of installation. this step require informations about: hostname, username, password, database name. i have free sql account on server. please me. in advance ! hey sonnx10 - welcome joomla! hostname "localhost" rest need host. have create database -- or give way that. figure out have activate free sql account. then, make sure figure out username , password. also, let me offer documentation "absolute beginners guide joomla!" http://forum.joomla.org/index.php/topic,47524.0.html >.  should take start finish of joomla! implementation. if have questions, post 'em here! luck! amy Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Problema con I.E. - Joomla! Forum - community, help and support

Image
stavo guardando oggi il mio sito in costruzione utilizzando i.e., ed ho notato un paio di cose strane..... vi allego uno snap, guardate bottoni posizionati su entrambi lati....hanno come un ombra, un doppio bordo, che invece non c'é in firefox. e in più lo scorrevole di virtuemart non scorre affatto, completamente fermo.... esiste una soluzione, che voi sappiate?  beeeh???? e questo? non lo risolviamoooooo????  Board index Joomla! International Language Support International Zone Italian Forum

[SOLVED] USB ports gone wild - Raspberry Pi Forums

i running raspbmc few months. working great. kept date. then, no reason can fathom, possibly after update, usb drives start mounting , unmounting on , on again. 1 externally powered hdd , 1 flash stick. best memory error said unmounting harmful device both of them. decided reinstall. usb's don't work @ all. keyboard won't work, mouse, wifi dongle. none of them power. , sticking in usb hub causes reboot, assume because of voltage drop. don't remember ever happening before. did not connect either storage after reinstall. using adapter came pi. 1a 5v. there chance not hardware problem? if hardware problem know is? can fixed? thank internet what happens if plug keyboard pi , apply power? power up/boot normally? hubs come power supplies pure crap , can cause problems hours or months later - description sounds problem hub or power. raspberrypi

Thread: Is there a way to have the tabs in gedit in different colours?

Image
hi. there way have tabs in gedit in different colours? attached image can see easy enough mix tab working on, thank you. attached images gedit tabs.png (4.4 kb, 4 views) the tab style theme-dependent. don't know offhand themes use different colours different tabs, i'm sure can find some. or modify existing theme. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Is there a way to have the tabs in gedit in different colours? Ubuntu

Arduino Uno + ATtiny 45 Upload funktioniert nicht

hallo zusammen, ich habe ein problem beim  Übertragen der datei  "blink" vom  arduino  uno auf den attiny 45. ich habe die entsprechenden dateien alle nach den einschlägigen anleitungen aus dem internet geladen. den arduino uno kann ich auch programmieren. beim versuch, den sketch „blink" auf den attiny45 upzulaoden erscheint nach dem kompilieren folgende fehlermeldung: "avrdude: please define pagel , bs2 signals in configuration file part attiny45 avrdude: yikes!  invalid device signature.          double check connections , try again, or use -f override          this check." da ich absoluter neuling bin, habe ich keine ahnung welche datei ich entsprechend der fehlermeldung ändern muss. ich habe die dateien „arduino isp" , „board.he" aus dem master.zip von attiny nach diesen eintragungen durchsucht, aber nichts gefunden. ich verwende die arduino v1.05. die verbindungen zwischen arduino und attiny habe ...

Latency in transmitting to multiple synchronised Xbees?

hello all, xbee beginner making sure right tool job… have questions cant seem find answers to... i want make surround sound system. 1 xbee hooked switch , numerous other xbees each have own mp3 trigger activate when switch pressed. is possible files in numerous mp3 triggers start playing @ same time? ie lag , start bit later? if variations in start time between receiving xbees likely, possible use code delay triggers start when slowest xbee ready ie introducing general latency make files start play simultaneously? could lag in seconds or more milliseconds? many help! jay quote is possible files in numerous mp3 triggers start playing @ same time? ie lag , start bit later? not likely. what kind of xbees using? how configured? method using send data? is, using api mode or @ mode? sending 1 other xbee @ time or @ once using broadcast mode? quote if variations in start time between receiving xbees likely, possible use code delay triggers start when slowest xbe...

Stepper motor+ Lcd + relay + temperature sensor

i newbie in programming. have searched alot didnt come solution problem. these things mentioned in title arduino mega 2560. have written code, not complete have encountered problem dont know how right here code: code: [select] /*-----( import needed libraries )-----*/ #include <wire.h> #include <liquidcrystal_i2c.h> #include <stepper.h> /*-----( declare constants )-----*/ /*-----( declare objects )-----*/ // set lcd address 0x27 20 chars 4 line display liquidcrystal_i2c lcd(0x27,20,4);  /*-----( declare variables )-----*/ float tempc; int temppin = a7; int relay1 = 43; int relay2 = 45; //int relay3 = 47; //int relay4 = 49; //declare variables motor pins int motorpin1 = 8;    // blue   - 28byj48 pin 1 int motorpin2 = 9;    // pink   - 28byj48 pin 2 int motorpin3 = 10;    // yellow - 28byj48 pin 3 int motorpin4 = 11;    // orange - 28byj48 pin 4               ...

Mitsubishi kirigamine AC [RISOLTO]

salve tutti, ho acquistato il ricevitore in questione, riesco ad acquisire codici ma quelli del mio condizionatore mitsibishi non vengono riconosciuti... quando premo il tasto on ricevo contemporaneamente: unexpected codetype 7 64800000 unexpected codetype 9 ffffffff quando premo il tasto off: unexpected codetype 7 64800004 unexpected codetype 9 ffffffff a volte sempre premendo l'on ricevo: received unknown code, saving raw m3350 s1750 m400 s1300 m350 s1350 m400 s450 m400 s500 m350 s500 m350 s1350 m400 s450 m400 s450 m400 s1350 m350 s1350 m350 s500 m350 s1350 m350 s500 m350 s500 m400 s1300 m400 s1300 m400 s500 m350 s1350 m350 s1350 m400 s450 m400 s450 m400 s1350 m350 s500 m350 s500 m350 s1350 m400 s450 m350 s550 m350 s500 m350 s500 m350 s500 m400 s450 m400 s450 m400 s500 m350 s500 m350 s500 m350 s500 m400 s450 m400 s500 m350 s500 m350 s500 m350 s500 m400 s500 m350 s500 m350 s500 m350 s500 m350 s500 m400 s450 m400 s500 m350 sono dei raw, quindi non riconosciuti e decodifi...

Thread: Ubuntu keeps freezing

ubuntu 8.10 keeps freezing. lot of time not doing anything, sitting there showing desktop. freezes , can't either keyboard or mouse. network functions (on other computers) become unavailable don't think screen freezing. happens every 10 minutes. caps lock , scroll lock lights on keyboard start blinking. try 9.04 or maybe hardware problem or try memory test on ubuntu boot cd menu. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Ubuntu keeps freezing Ubuntu

Interfacing with a PS/2 keyboard with pin 10 w/ UART - Raspberry Pi Forums

hello, when bought pi ordered keyboard. let me correct that, hastily ordered cheapest usb keyboard/mouse combo see. got here, not combo, , not usb! ended ps/2 logitech k100 classic keyboard, not on list of verified keyboards. not wanting wait return, chopped off ps/2 connector , tried serial on usb method changing plug male usb. when plugged windows computer, lights on keyboard flash on , off, , numlock , capslock lights worked, windows not recognize it. same thing happened when plugged raspi. have found keyboard not compatible serial on usb, , have started trying find way keyboard working on pi. found pi2ps2 have built hardware properly, attached , tested it. light comes on, , data below 3.3v when gpio pin 10 disconnected. have turned off serial terminal , made uart available, rebooted, compiled ps2test.c su, ran su. test has hold down ; key until exits (presumably it's brute forcing something). have left key pressed 2 hours in 1 sitting, , there have been many re-tries trying se...

sdFat library error code need help

can me interpret second error code? i think first means uint8_t const sd_card_error_write = 0x13 card returned error token response write operation code: [select] type character start error: opening test.txt write failed sd errorcode: 0x13,0x8b this card reads fine sdfat quickstart sketch can't written sdfat or sd wrapper library. eye-fi wifi card: http://www.eye.fi/products/prox2 reading , writing both fine on pc. the error 0x13 (from sd2card.h): quote /** card returned error token response write operation */ uint8_t const sd_card_error_write = 0x13; the error data, 0x8b returned token.  from sd specification quote 7.3.3.1 data response token every data block written card acknowledged data response token. 1 byte long and has following format: 7 6 5 4 3 2 1 0 x x x 0 status 1 the meaning of status bits defined follows: '010' - data accepted. '101' - data rejected due crc error. '110' - data rejected due write error ...

Why would people write comment code this way?!

so reading code written others , comment annoys me lot: code: [select] tc.c_iflag &= ~ ignbrk; /* enable ignoring break */ i still learning code , wanted comment out part of see how goes one-line block comment has made impossible comment out block of code. why people comment way , do? thought question general programming not particular project posted here. missing here? there name of style of commenting? thanks. best answer can give someone, looks prettier. Arduino Forum > Using Arduino > Programming Questions > Why would people write comment code this way?! arduino

Dail number on fix line with Rpi - Raspberry Pi Forums

hi guys! @ home can open garage fix phone: pick phone , start dailing "777" , open door. wondered if rpi? connect 2 phone line wires pi or or relay (i dont know how protocol works)? , program simulate 'phone call' thanks. you check if system reacts dial tones. find dtmf app smartphone or generate sound file online. ( http://dialabc.com/sound/generate/ ) need relay "un-hook" phone , speaker play audio. raspberrypi

Tests to perform after having applied inverse power to Vin?

hi, yes, did it, n00b, managed connect 9v battery inverse polarity vin , gnd pins of brand new arduino uno (r3). funny thing is: still seems work fine. when connected wrongly, no lights lit up, no smoke appeared, nothing. since board gave no sign of life, thought wrong , disconnected battery. has been connected inverse polarity few seconds. switched around polarity , board lit normal, current sketch running nicely. afterwards uploaded new sketches through usb (no battery power), played around bit. reconnected battery (the correct way) make sure still working on battery power well. so i'd think. got worried , started surfing web , found on was: "if reverse polarity, you'll fry stuff sure" (most voltage regulator and/or capacitors?). wondering why didn't seem have negative effects , how check if entire board still working properly. based on info found far, i'd need measure vin, 5v , 3.3v pins see output (when have 9v battery connected through power...

Screen size issues

Image
hi it's me again another problem struggling resolve @ moment screen size on published files. example, if publish in swf , link menu screen size big on movie. have saved movie full screen (menu screen size fine). if, however, save movie exe , attach menu (full screen option) size of screen right, warning message first, entitled file download - files can harm computer...and gives options open, save, cancel or more info. if select open movie starts fine , screen size perfect, don't want warning message each time. does know can achieve right screen size without error message? i've been hunched on thing , shoulders ache - i'm off red wine! cheers julesy hi julesy , welcome our community sounds creating .exe files , pushing server. when this, receive "save file hard drive or run here?" dialog. there isn't way around it. what recorded size of movie? smaller existing screen size. 1024x768 typical windows xp systems. it's best avoid recording full scr...

Favicon not changing. - Joomla! Forum - community, help and support

i changed fav icon few weeks ago joomla portion of site still show old one. reinstalled os again know not local issue. can me out this? regards, - fab 1) search i.e. using joomlaxplorer favicon.ico. sure, replace them (min. 3 found, guess). or research in source code it's location. 2) make sure delete cache favicon (this particular or all) web browser. if imported profiles after new os install, old favicon. i.e. in case favicons konqueror web browser somewhere in ~/.kde/cache/favicons. no matter do, don't new favicon if don't delete old one. can reload page , new loaded , shown. oak Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Problems installing Arduino Due drivers on Windows 7 enterprise edition?

has had problems getting driver install on windows 7 (64 bit) enterprise edition when plug in arduino due board??  access denied windows after plug in board , manually select drivers directory.   (i have installed drivers on several other windows 7 systems, cannot work on of enterprise machines.)  thank you. hi i have similar problem on windows 7 32 bit. however, device not run on enterprise version. issue when connect board via programming port, computer downloads driver gps camera. followed steps, when came step; "look listing named "ports (com & lpt)". should see open port named "arduino due prog. port"" had title gps camera detect (com4). not sure if helpful in anyway, posted in  in case. cheers xd Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Problems installing Arduino...

Orto verticale con Arduino

Image
ciao tutti, non esattamente se sto facendo questa domanda nel posto giusto (è la prima volta che scrivo su di un forum). ma veniamo al dunque, il mio problema è questo: ho creato un orto verticale per la produzione di ortaggi su balcone e terrazzo. il progetto è molto interessante perché ti permette di produrre molto cibo un una porzione di spazio molto ridotta (in quanto si sviluppa in verticale). la struttura portante altro non è che un vecchio mobiletto capovolto dalle lunghe gambe,in disuso e acciaccato. come posso abbinare il fantastico mondo di arduino al mio fantastico orto verticale? come avrete capito mi servono delle "suggestioni", dei consigli, un aiuto vero e proprio (io di arduino non veramente nulla). il problema è abbastanza grosso e urgente (ho la consegna del progetto il 28 giugno)... è da circa un mese che ho acquistato arduino, non avuto tempo per smanettare dovere. le ipotesi che avevo preso in considerazione erano queste: 1) un "semplicissi...