Posts

Showing posts from August, 2010

How can I use html character in menu modul ? - Joomla! Forum - community, help and support

hi there, i have question html character in main menu modul ? example want have front of menu item  code: select all » character. how can have ? tried in menu modul didnt work ? example template  mbt grey free joomlart.com templates, used image in template want use html character used image. if can me happy. thanks. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Cycles and average value

how write loop witch after x cycles adds values (for example sensor connected analog input) , calculate average  ? use loop, addition , division. code: [select] int val; int tot = 0; int ave; int cnt = 5; for(int i=0; i<cnt; i++) // loop cnt times {   val = analogread(pin); // read value   tot += val; // sum values } ave = tot/cnt; some things watch out include overflow in tot variable , division 0. change tot long, if needed. make sure cnt never 0. you might want delay little in loop. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Cycles and average value arduino

Confused by "if" statement in bootloader

hello, still learning. trying understand bootloader code. understand registers are, don't understand going on in "if" statement. comparing value of 2 bytes, if equal returns true? ch = mcusr;   mcusr = 0; if ((ch & _bv(wdrf))) app_start(); thanks, -ren no, "bitwise and" operator ("&"), typically used isolate particular bit of register.  in case, can read whole segment "if wdrf bit in mcusr register non-zero, start application." Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Confused by "if" statement in bootloader arduino

Background image won't align properly in IE7, need help...

heya, working on website using following css display shadow effect image. it's calling background image , using margins align ie7 refuses render yet safari, ff , ie6 display no problems. .img-shadow-wrapper { /* drop shadow */ *background: none; _background: url(/themes/ocp/images/shadow.gif) no-repeat bottom right; } .img-shadow-wrapper img { /*drop shadow positioning */ border: 1px solid #777; padding: 1px; margin: 0px 5px 5px 0px; } html <div class="img-shadow-wrapper"> <img src=" http://web.ocp.org/products/12244_t.jpg"/> </div> can me find solution?? thanks why hacking? .img-shadow-wrapper { /* drop shadow */ *background: none; _background: url(/themes/ocp/images/shadow.gif) no-repeat bottom right; -- 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, tutori...

NES controller w/ Accelerometer...

hello all, i'm building nes controller build in accelerometer.  i based of source code , practicaly else off: 3xw.ladyada.net/make/usbgamepad/index.html (can't post link believe spoofing show credit acceptable) so big guide! i'm using teensy 2.0 , arduino 1.8 , patch listed on guide above. my code posted below, i'm running 2 issues, easy fix i'm stumped! first, code below works when press buttons, however, when hold start , select want fcnmouse loop, don't want keyboard inputs.  currently mouse move when hold both down (woooot!) outputs keyboard letters (baaaad!). the second issue, i've commented code out, last part of fcnmouse want use pb , pa left , right click...but reason won't compile mouse.click(1,0,0) i'm useing mouse.click wrong?  i tried find can't seem find it. also, suggestions making mouse more fluent or else (lady's guide says there's easier way....but if there's more effecient i'm it!) code: code: [select] ...

IRLP on Raspberry Pi - Raspberry Pi Forums

hi guys new world of pi, having received mine morning. have no programming experience , limited linux experience, ubuntu. exercise in developing linux skills in building new pi project. licensed ham radio operator, interested see if possible build micro node irlp rpi. similar to http://micro-node.com/unode-m1.html project objectives: design , build funtioning portable irlp node using raspberry pi capable of operating either lan or 3g connection. project scope: project include getting irlp software running on rpi, interfacing pi suitable radio using usb soundcard , (if necessary) irlp board interfacing 3g dongle pi provide internet connectivity when no lan available. 'nice haves' , possible extensions project include; including small display (possibly 20x4 lcd) display node status web interface provide nice gui i've googled heart out , not found rpi projects far. can't believe nobody has done already. before started scratch wanted put feelers out see...

is there a solution for displaying transmenu in firefox ? - Joomla! Forum - community, help and support

hello, i'm glad found transmenu ... lot. today discovered displaying of menu in firefox different displaying in explorer. menu still in right place, looks if lost centimeter on rightside of buttons. problem navigation doesn't fit anymore graphical composition. are there yet solutions this. and if no, are there alternitaves can compare transmenu module. thanks help gaudi i have solved next way: adjustmants made transmenuv.css let work correctly in fire fox. changed line 36 width: 100% !important; added line 52 width: 100%; should this: .transmenu .item td{ width: 100%; } and added border box hack menu show correctly in ie , firefox added hack on line 54 /*  tan hack let menu show correctly dingbat postions */ * html .transmenu .item td {     width: 100%;         w\idth: auto;         } Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x ...

Loading multiple sketches into Arduino

Image
hello, arduino can loading of 1 sketch @ time. can combine multiple sketches subroutines/functions larger sketch , invoke appropriate subroutines "main program", example: - single press invoke subroutine/sketch 1, - double press invoke subroutine/sketch 2 - etc... sorry, cant test out @ moment still waiting arduino board arrive   yes - provided compiled size of code doesn't exceed space on chip (30k atmega328 w/ standard bootloader, 14k atmega168 w/ standard bootloader), should ok. btw - "with standard bootloader" because possible gain or of 2k used standard bootloader; can done using "optimized" bootloader (i think smallest 1 can make 512 bytes due hardware limitations) - need "burn" onto chip using avr isp programmer. alternatively (since if can above avr isp programmer, have skills needed), can burn compiled hex/binary code onto atmega using such programmer, , bypass need bootloader (giving access additional ...

Disable &quot;File on my computer&quot;?

hi, trying set new contribute site , in process of customizing menus , toolbars suit our needs. wondering if there way disable/remove button "file on computer" on "insert link" dialog. if knows of way this, appreciated. i couldn't find way grayed out, can prevent users uploading files doing this: 1. in menu got edit, administer websites, choose website 2. choose user en roles 3. choose role want adjust en choose edit role settings 4. in role settings choose file placement 5. check reject linked files , insert '0' @ max filesize. grtz. hayo More discussions in Connection/Administration adobe

Button Help

this first forum post, please bare me. i designing flash website, , having trouble creating special button. created button, , inserted 'up' , 'over' scenes. (up= marble faded galaxy in middle/ over= same image, except used tween make faded galaxy go 100% alpha) created movieclip same marble , galaxy, marble explodes , galaxy comes out. inserted exploding marble movieclip button on 'down' frame. now... there way make when click on button, movieclip of exploding marble plays, , sent new frame/scene/ or website? right have hold mouse button down in order play whole clip. (plus seem unable insert actions inside of button, thoughts). any thoughts or suggestions apprecated. an example of have can found here yes problem can't putting animations inside each of button states. , don't want put actions inside button (even though possible). are using cs3? More discussions in Adobe Animate CC - General adobe

Raspberry Pi 1-Wire Masters - Raspberry Pi Forums

we have put on sale our first 2 raspberry pi add-on boards. rpi1 , rpi2 1-wire master boards enable interface raspi 1-wire network monitoring/control of various things around home/office. connect our temperature , humidity sensors without tools using standard cat5 cables. both available bare pcb, kit of parts, or assembled/tested module. rpi2 have 3 surface mount ics on though if you're beginner assembling might not sensible. rpi1 passive adapter intended allow easy connection gpio4 allow use of kernel based 1-wire driver (the w1_gpio module) without tools or manual wiring. has ds18b20 temperature sensor on board , connectors allow add more. board provides 3.3v power suitable temperature sensors , small networks, more half dozen sensors , more 10m of cable recommend rpi2. more information on rpi1 click here . rpi2 i2c connected device based around ds2482-100 ic , supported in owfs. has same rj45 , screw terminal connections rpi1 adding devices bus , provides 5v power on bot...

Thread: Web design program for use with ubuntu

please recommend web editing program use in ubuntu. in windows use ms expression web , ms front page 2002. there linux version of nvu? try out kompozer. terminal: code: sudo apt-get install kompozer Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Web design program for use with ubuntu Ubuntu

Parallax GPS invalid mode

hi, i'm new @ programming arduino boards. i'm having problem getting parallax gps work. using same code , gps module indicated on following link: http://www.arduino.cc/playground/tutorials/gps. i'm using atmega duemilanove 368. and reference here exact code using: code: [select] #include <string.h> #include <ctype.h> int ledpin = 13;                  // led test pin int rxpin = 0;                    // rx pin int txpin = 1;                    // tx tx int bytegps=-1; char linea[300] = ""; char comandogpr[7] = "$gprmc"; int cont=0; int bien=0; int conta=0; int indices[13]; void setup() {  pinmode(ledpin, output);       // initialize led pin  pinmode(rxpin, input);  pinmode(txpin, output);  serial.begin(4800);  for (int i=0;i<300;i++){       // initialize buffer received data    linea[i]=' ';  }   } void loop() {  digitalwrite(ledpin, high);  bytegps=serial.read();         // read byte of serial port  if (by...

Problem with MPEGAdvance Xtra + buddyApi ?? or it's just the stupid me?

i'm using mpegadvance xtra play mpeg videos in project. but there's 1 problem keeps occuring. it seems mpeg xtra has own window (from see) , keeps trying activate itself, bad rest of code. on deactivateapplication if(bawindowinfo(bawinhandle(),"state") = "max")then basetwindowstate(bawinhandle(),"minimised") switchtonormal --> function, uses buddyapi change screen res end if end on activateapplication if(bawindowinfo(bawinhandle(),"state") <> "max")then basetwindowstate(bawinhandle(),"restored") switchto640 --> function, uses buddyapi change screen res end if end in observation, mpeg xtra forces activate invokes on deactiveapplication , making jam screen. has experienced such matter when using mpegadvance , buddyapi xtra? please help. people, maybe problem better illustrated looking directly source. if feels no trouble me out, please source : http://rapidshare.com/files/32847489/test_vid...

debug program

Image
hello, i'm start arduino, , i'm trying looking debugger programs. finded "arduino degub" in google , in arduino forum have no results. maybe don't on right way, dowlod compiler arduino's web , try compile sample led program, runs perfectly, don't find debug. befor practice mplab , have self debbuger ans simulator. there way arduino, , there software tool simulate arduino programs? thanks lot   i don't know if complete answer question start. http://www.arduino.cc/cgi-bin/yabb2/yabb.pl?num=1257585561 succes, jeroen Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > debug program arduino

button array status poll via PORTD

hi guys have arduino 2009 board atmega 328 , it's configured in way: pins ,4,5,6 connected switch buttons (in total 3) pins 7 connected led i want poll status of buttons , if change detected update led status. i wrote simple code not working (the led never switches on), never used portd register before guess wrong data type. byte old; int buttons[6]; void setup() {          int pin;        old=0;        for (pin=1; pin <= 6; ++pin) {            pinmode (pin, input);        }        for (pin=7; pin <= 13; ++pin) {            pinmode (pin, output);            digitalwrite (pin, high);        } } void allon() {       (int pin=8; pin <= 13; ++pin) {            digit...

Interrupt funtion with delay()

Image
i got arduino duemilanove last week , have been toying daily no major confusion until today. i set 4 led's in digital 4-7, button on digital 3 , pot on analog 0. the pot mapped 0-16 , number output in binary on leds. the button should mini-knight rider effect, seems crash @ call of delay(100); , not until reset. is there rule against using delay in interrupt call? if so, why delaymicroseconds() work? (not me needs longer delay though) code: [select] int oldpot = 0; int val; int potval; int k; void setup(){  ddrd = ddrd | b11110000;  portd = portd ^ b11110000;  attachinterrupt(1, krider, falling); } void loop(){  potval = map(analogread(0), 0, 1023, 0, 15);  if(oldpot != potval){    portd = b11110000 & (~potval << 4);    oldpot = potval;    val = potval;  } } void krider(){  for(int = 0; < 4; i++){    k = 1 << i;    portd = b11110000 & (~k << 4);    delay(100);  }  for(int = 3; >= 0...

Publish Issue

i having porblems publishing pngs...whe go in , set publish settings click on png , change dimensions click ok , save file when publish png still retains stage size.....any suggestions..thx ak75 wrote: > having porblems publishing pngs...whe go in , set publish settings > click on png , change dimensions click ok , save file when > publish png still retains stage size.....any suggestions..thx this old problem, came across in previous versions. try export instead. if create png via export image, size work properly. -- best regards urami -- beauty in eye of beer holder... <urami> if want mail me - not laugh @ address </urami> More discussions in Adobe Animate CC - General adobe

Advanced member profile-module available? - Joomla! Forum - community, help and support

hi, i want add kind of yellowpage-knowledge-management-feature joomla-site: every member should have advanced member-profile can edit. it should contain: - photo - contact details - biographical background - current job - hobby - professional interests have seen kind of module / mambot? regards raggi raggi wrote: hi, i want add kind of yellowpage-knowledge-management-feature joomla-site: every member should have advanced member-profile can edit. it should contain: - photo - contact details - biographical background - current job - hobby - professional interests have seen kind of module / mambot? regards raggi raggi, one option community builder component available here: http://www.joomlapolis.com/content/section/5/37/ erich Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Modules

Basic software architecture for LED "display"

i've got arduino's pwm pins wired common-cathode led strip. cool. aim have arduino listen beat of ambient music , play increasingly complex series of sequences in time beat. i'm thinking way go have timed interrupt every 1/60th of second reads hsl value circular buffer, translates rgb , sends pwm pins. rest of time i'll listen mic, work out when next beat , write appropriate sequence buffer @ point. is how it? or there better way? if use processing, stuff hsv->rgb conversion "for free" (and maybe simple ways make pleasing "pulses" or "heartbeats" of colour , rainbow fades)? what's best way bpm detection, or there library too? have got right idea in general or missing obvious? cheers, robert. this means i'm not going help, hsl , hsv? you should able on arduino. i guess pick out beat smoothing (low pass filtering) signal , detecting local maxima. or, in hardware , have comparator picks out drum or wha...

Std firmata + Processing + Multiplexer 4051 = MELT

hi guys i'm developing simple controller arduino , processing. i wanto lot of potentiometer , buttons in processing. i thought best way standard firmata , arduino object inside processing. with 1 multiplexer 4051.. no problems. with more mults.. data shitting random. can problem of velocity processing-firmata ? my configuration simple: i have - - 1 4051 master in arduino pin 8 7 6 and 1 4051 slave in pin 4 3 2 common out in slave connected @ y0 in master and in slave y0 connected directly @ 5v (it should in analog read 1023 right?) i 0. if try put y0 master in 5v directly , not in common output in slave. (i shoud 8 times 1023 , 0, right?) i random value. 0 , number 151 or 152, but in random positions. here code: code: [select] import processing.serial.*; import cc.arduino.*; int led = 13;    //just led int r0 = 0;      //value select pin @ 4051 (s0) int r1 = 0;      //value select pin @ 4051 (s1) int r2 = 0;      //value select pin @ 4051 (s2) int row = 0;     // storeing...

Python Serial Problems - Raspberry Pi Forums

okay. i'm trying serial communications on raspberry pi. code: select all import serial import time arduino= serial.serial('/dev/ttyam0',9600) test.open() time.sleep(1) test.close() when run command keep getting error traceback (most recent call last): file "/home/pi/serial.py", line 1, in <module> import serial file "/home/pi/serial.py", line 3 in <module> arduino= serial.serial('/dev/ttyam0',9600) attributeerror: /module' object has no attribute 'serial' just quick guess, python file called "serial.py", might have imported own file rather serial library. try changing file name "test-serial.py" raspberrypi

sluggish simplemessagesystem

hi folks, got deadline , running speed issues. i'm using matrix library , simplemessagesystem library send array of values turn on , off leds, decimilla hooked max7219 ic. when try control, say, 10 leds, works charm, can blink away @ pretty fast clip, 30 ms or so.  when add more, response gets incrementally slower, can't seem squeeze more update of around 200 ms sending whole 64, despite clearing out buffer after each case statement sending crate return, simplemessagesystem uses reset incoming buffer (i'm assuming).   in max, have bank of leds being packed , sliced in 7 different lists, prepended character designate belong, have set hashtab of sorts in arduino code.  i banging through (xval, yval, state) way cumbersome, decided i'd send state in sequence, using messagegetint function.  if has idea on how make faster, immensely awesome.  i'm pretty new of  this, uphill battle. here arduino sketch: #include <binary.h> #include <sprite.h> #include...

Plotting Data With Time

hi, i've used processing graph tutorial in arduino guides curious if there way of plotting multiple values. at moment have 2 values arduino 2 analog-in ports , can see values using serial monitor. what software easier graph values processing? it depends needs are.  to see things in real time, might try pd - think has built in objects graphing changing values.  if need see them after fact, send data in form excel or other spreadsheet can read, , make graphs there. Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Plotting Data With Time arduino

Thread: broken sound in jaunty

Image
hello after fresh install of kubuntu jaunty, sound seemed work ok. sadly, every time after playing (say 1 minute) sound goes extremely... wrong. it's trying repeat , start again multiple times. search (google & forums) gives lots of output sound not playing @ (for me works short time after reboot) intel sound cards (not case well). though it's pulseaudio's fault, kubu doesn't have it. tried install gnome-desktop, doesn't give new options in systemsettings/multimedia. btw sound doesn't seem work in gnome @ all, doesn't worry me. card is: code: mateuszzz@mateuszzz-laptop:~$ lspci 00:00.0 host bridge: ati technologies inc device 5a31 (rev 01) 00:01.0 pci bridge: ati technologies inc rs480 pci bridge 00:13.0 usb controller: ati technologies inc ixp sb400 usb host controller 00:13.1 usb controller: ati technologies inc ixp sb400 usb host controller 00:13.2 usb controller: ati technologies inc ixp sb400 usb2 host controll...

AVRProjectIDE - Editor for AVR/Arduino Projects

Image
i've written development environment avr microcontrollers geared towards avrstudio , arduino users. have posted first alpha , i'm looking first batch of users use it, test out , give me feedback. here's teaser screenshots you'll go link , try out distiguishing features    * scintilla editor, configurable syntax highlighting , indentation preferences    * docking subwindows , tabs, workspace preference saved upon exit , reloaded @ startup    * backs open files modifications in configurable time intervals    * supports building of c, c++, , arduino projects using winavr    * configure avrdude , burn project right editor    * customizable project templates, apply or little settings want    * customize menu bookmarks can edit through xml file, launch own applications compatibility features    * import , export .aps files used avrstudio    * generates makefiles, or run own makefile    * build process automatically detects arduino code , builds code in way...

locked Templates - Joomla! Forum - community, help and support

i installed new joomla template on site reason image files permissions cannot changed?? files cannot deleted or replaced. ay ideas?? hi, well i´m not sure problem, if mean can´t change attributes in /image folder root directory, maybe tip you. if problem should try change file attributes in folder accessing editor , change chmod settings each image file contained in folder. if using joomla can preset attributes entering in site --> global configuration , set there in server tab files , directory permitions (using 2nd option - not default ones). i wish can solve problem this. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

PDA style device? - Raspberry Pi Forums

i'm wondering now. pda style device possible? saw made sound box self-contained. touch screens, i'm wondering if pda or tablet can take out in store , fields available soon? - kan using raspberry core such device makes no sense , because more expensive instead of custom design (if want sell more 1000 units). if want - yes, absolutely possible, don't wonder end spending 100-200 dollars (not including pi) or more. ghans raspberrypi

will adobe make Flex encorporate the following...

hi, i have general question outside programming. wish know whether knows if adobe encorporate following technologies 1 package , make others redundant. packages being: - flex - director - flash - cf - jrun i'm pretty cf guy... see cf days numbered, either adobe translate cf functionality flex or cf going die. see other technologies packaged in flex flex .net framework... how guys... think thats idea? More discussions in Flex (Read Only) adobe

Thread: VNC server issues

i have installed ubuntu 9.04 desktop version, have been tinkering server capabilities because teaching beginners programming class. because students little intimidated terminal interaction, wanted open vnc server them. attempted install tightvnc using compressed sourcecode website, , able use vnc client access server (this client running on windows vista). after opening client, if begin type in (either in opened terminal window or textpad, etc.), keyboard scrambled. home row "a b f h q r d 4 9 o". can tell me fix this? if ssh machine, phenomenon doesn't occur; in vnc. thank in advance! ~john there issue of ubuntu 9.04 + vnc + compiz .. incase have compiz fusion enabled , disable it.. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] VNC server issues Ubuntu

Got pi today - very very unstable - Raspberry Pi Forums

Image
hello, after waiting few months got pi today. 512mb revision 2 board, ordered 256mb rev1 think took long got free upgrade apparently. anyhow, have tried recommended debian wheezy image on 16gb sdhd , riscos on 4gb sd card bought pi rs. in either os uptime of 30 seconds 2 minutes , stops, hdmi goes off red light on pi still illuminated. not sure if bad memory, bad firmware or broken in other way. playing mk802 iii instead ideas before return it? thanks paul important have power supply, 5v @ least 750ma. usb devices have been know cause problems, work being done on usb driver. if have usb devices plugged pi, try unplugging them , see if helps uptime. raspberrypi

string to int (pwm)

i've posted question in software interfacing part, think problem more on arduino hardware/software side. i try convert string 000 255 value pwm output. i use method below, other pwm outputs react on changes on output. maybe code isn't efficient enough. is there way convert string or hexicadecimal values ( 00-ff ) output value standard arduino library ? from string int or someting. code: [select] if (serinstring[0]==73)  // i { (int i=1; <= digseq; i++)  { if (serinstring[i]==',')    { p++;      i++;      }        char valchar=serinstring[i];      if(p==8 || p==12 || p==13)                        // digital outputs      { // other code            }      else                                           // pwm...

Need some help creating a function

my project controller camper. sensing following: sensorpin 0  is temperature sensor lm34 (10mv/degf) sensorpin 1  is 9-15 volts house battery through 1/3 divider eventially these inputs applied through relay load batteries during voltage measurement , change between water, refridge, inside , outside temperatures , house , vehicle batteries , water level sensor. hence reason relay 1 & 2 commented out. here trying do. my sketch works , displays temp , voltage while averaging inputs, without testrmtemp_and_batvolts() function  stuff. i assign of this, including global define's, 1 function called testrmtemp_and_batvolts(). if that's possible. maybe later breaking 2 functions 1 battery , 1 temperature. i working on calling these functions couple of momentary switch inputs , that's need assign function can test , call desired function. any help/improvements in coding appreciated. thanx bunch!   :-/ - phil // include library code: #include <liquidcrystal.h> // ...

Why aren't all styles defined in the template's style sheet? - Joomla! Forum - community, help and support

Image
i'm modifying rhuk template, looking style "contentpagetitle" modify, couldn't find in "template_css.css"! after searching, found in "components/com_content/content.html.php" instead! now, suppose mean? why aren't styles defined in style sheet file? there logic i'm missing here? have dufficulties logics , programming in general. i'm interested in graphics side , want modify of templates. it's not easy. another question: why there 2 different rhuk solar flare templates same name? mean famous 1 one orange look. when install joomla 1 black & red look..  thanks helping comments. hi, normally use styles need template, makes no sense define possible options, without using them, wastes code. if have problems styles, maybe helps little ... http://www.joomlart.com/mambo_tutorials/templates_tutorials/index.php?option=com_content&task=view&id=44&itemid=210 Board index Joomla! Older Version Supp...

Need Help writing cfloop query

i have form variables in duplicate. example have id1, id2, id3. have loop , query set this: <cfloop index="i" from="1" to="3"> <cfquery name="insert_info" datasource="#dsn_slave#"> insert new_samples (email, id, od, id_min, id_max, cs_min, cs_max, material, durometer, quantity, units_of_measure, timestamp) values (#email#, #id#, #od#, #id_min#, #id_max#, #cs_min#, #cs_max#, #material#, #durometer#, #quantity#, #measure#, #createodbcdatetime(now())#) </cfquery> </cfloop> how set id1 in loop meaning how write use index=i add 3 sets of values? assuming you're form fields required, validated, checked existence, etc., take following approach: <cfloop from="1" to="3" index="i"> <cfquery name="instform" datasource="dsn"> insert new_samples (email) values ('#form["email"&i]#') </cfquery> </cfloop> naturally, add in o...

Flash file not appearing

help! please kind enough @ code page , see if can figure out why me flash file not showing up. page plays when previewed in firefox , safari directly dreamweaver. , yes, library folder home.swf file on server. http://www.geocities.com/bchamp11/ thanks. bill this line: <script src="scripts/ac_runactivecontent.js" type="text/javascript"></script> is inserted dw8.0.2 when insert flash movie. it'll preview ok locally need upload scripts folder (which dw8.0.2 created , adobe neglected tell about) flash movie view ok online. -- regards john waller More discussions in Dreamweaver support forum adobe

Thread: Don't know path,etc. to edit configuration file

i need code , path use configure gnome-alsa mixer. gnome-alsa mixer paths keys in different folders, , i'm not sure configuration file or called. know code: sudo gedit not know follows can't find path or name of file. thanks! edit: answer solve specific question asked. uninstalling , reinstalling not working. plus, i've yet find tutorial me use gedit command gnome-alsa mixer's configuration file. tutorials found, didn't have bit. found how-to scim. error message gives me path of display slides , there names. thanks! code: cd /usr/share/alsa/ && gedit alsa.conf Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Don't know path,etc. to edit configuration file Ubuntu

Hello, new user here.... - Raspberry Pi Forums

Image
hello guys , gals names chris im new user r-pi , programing ... wondered guys suggest start reading programming , using r-pi? learn how make r-pi smart-tv adapter have no clue on start.... received.... thank you chris the magpi magazine http://www.themagpi.com/ also, of course, faq, quick start guide , wiki buttons on front page after that, depends on know. forum full of information @ levels take years read! start "basic setup , usage" , "new linux user help" sections. raspberrypi

editing dw pages with another program

clients design websites want capability simple updates websites themselves. teach them how use dreamweaver that, can't afford buy it. free or inexpensive programs can suggest them with? other programs have interface dw, don't have straight html editing? if straight html editing program that? thanks help. adobe/macromedia "contribute" (usd $149 believe) "flutterbye11" <webforumsuser@macromedia.com> wrote in message news:f2896r$6be$1@forums.macromedia.com... > clients design websites want capability simple > updates > websites themselves. teach them how use dreamweaver > that, > can't afford buy it. free or inexpensive programs can > suggest them with? other programs have > interface dw, don't have straight html editing? if > > straight html editing program that? > help. > More discussions in Dreamweaver support forum adobe

equivalent to unbinary() in processing?

hi there for shifting out data leds need convert individual settings stored in boolean/integer/char (1 = on, 0 = off) from binary decimal. example: led1: on       1 led2: on       1 led3: off       0 led4: on       1 settings: 1101 decimal value: 13 in processing, can done unbinary() function. but how in arduino? thanks help! yves code: [select] byte ledvalues; boolean led1; boolean led2; boolean led3; boolean led4; ledvalues = 13; led1 = ((ledvalues & (1 << 3)) != 0); led2 = ((ledvalues & (1 << 2)) != 0); led3 = ((ledvalues & (1 << 1)) != 0); led4 = ((ledvalues & (1 << 0)) != 0); the "!= 0" part not necessary makes clear you're trying accomplish.  the "<< 3" part can variable instead of constant (like "<< i"). - brian Arduino Forum > Forum 2005-2010...

How to (programmatically) know the location of a module?? - Joomla! Forum - community, help and support

hi all, i have (or rather, have)  modules occupy different location on screen, depending on type of user accessing page. unregistered users, module located in right column, whereas administrators see module in left column. is possible have joomla "see" , adjust layout accordingly? in other words, possible code this: if module_position("module a") == "left"   css_characteristics == so-and-so if module_position("module a") == "right"   css_characteristics == this-and-that i wonder if can done. if so, provide working example? thanks ton! ludo Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

being interupted by a message box

the pop message content below. "while executing getcurrentvalue in addressurl.htm, javascript error occurred." what had happened? realy make me mad.... plz can me in case......thx..... see if helps: troubleshooting javascript errors in dreamweaver http://www.adobe.com/go/tn_19105 david alcala adobe product support More discussions in Dreamweaver extensions adobe

Looping program for 4794 shiftout controller

hey everybody, i'm trying sequence shiftout controller each led come off sequentially 1 after another. i've managed sequence down far have been unable program loop. i'm thinking i'm using wrong type of loop (maybe if clause instead of for). if give me suggestions i'd appreciate it! thanks. (the code based on shiftout program in examples) int data = 9; int strob = 8; int clock = 10; int oe = 11; int count = 0; int dato[8] = {1,2,4,8,16,32,64,128};  // dato varible use send data leds void setup() {  //serial.begin(9600);    // uncomment serial-related lines monitor program's progress  pinmode(data, output);  // declare control pins outputs  pinmode(clock, output);  pinmode(strob, output);  pinmode(oe, output); } // sends pulse 4794 indicating that // time load data void pulseclock(void) {  digitalwrite(clock, low);  delaymicroseconds(10);  digitalwrite(clock, high);  delaymicroseconds(100);  digitalw...

How to use &quot;multiple&quot; getItem(Map map)?

i have assembler called memberassembler. implemented simple fill method returns list of member's. i implemented getitem(map id). if wasn't flex data service assembler regular dao of sort have implemented couple of getmember() methods member getmember(int memberid), member getmemberbyusername(string username) member getmemberbyorganisation , on... as far can see impossible implement using assemblers. right or have missed here? i hope have.. any suggestions? /jonathan More discussions in LiveCycle Data Services adobe

Successful upgrade / conversion from Mambo 2.5.1b to Joomla 1.0.4 - Joomla! Forum - community, help and support

Image
just thought post did here, else thinking of doing in future. this worked without hitch me, using overwrite function.  reason went pathway don't have decent ftp access server, transferring lots of files not doable.  can hoster expand files easily. first off upgraded mambo 2.5.1b 2.5.3.  copied zipped file server, backed entire site (including databases), shut off site, expanded file, executed appropriate sql file, deleted "installation" directory, turned site on, things worked fine.  no issues.  note robot.txt overwritten, if have customisations of that, save copy. then upgraded mambo 2.5.3 joomla 1.0.4.  same process.  copied zipped file server, backed entire site, shut down site, expanded file, executed appropriate sql file, deleted "installation" directory, turned site on (had editing configuration.php file, couldn't admin), things worked fine.  issue 1 of sections wasn't published, frontpage content didn't display, changed , works fine. supe...

questions on interfacing with Real Basic on os X

Image
hello,  i new ardino have lots of great ideas.  i know how turn on , off led @ pin want take step further.  i'm novice programer.  i'm running mac os x 10.4.7 on powerbook g4.  i want able run real basic , push button in a gui program turn on or off output or vice versa light field on real basic.  basically want ot add gui capabities on simple on off scale purpose.  i want eventully make monitoring , relay control system fish tank this.  so there simple real basic turtorials out there arduino?  thanks in advance. hello i use realbasic talking arduino in couple of products (for example http://www.interactiondesign-lab.com/idshop/product_rfidmonamour.html) i should extract code , paste on playground take me ages... in meantime use example called "serial_read_basic" find in arduino already. whenever send h turn on led... can use strarting point. one realbasic side use code (this rough now) given have object called serial1 on window code: [s...