Posts

Showing posts from March, 2015

How to add a font in tinymce ? - Joomla! Forum - community, help and support

hello world! i'de add font  book antiqua int default list of fonts appears in editor ; now, window appears when click on double "a" icon. do how ? (which files modify) ... thanx in advance you can't. well, can, visits site without font whatever font browser replaces with. best bet choose font via template css, , select prefered fallbacks, remembering should include 1 of "serif","sans-serif","monospace", "cursive" or "fantasy". web fonts still poorly supported, you're best off designing basic 1 ("verdana", "tahoma"/"geneva", "arial", "helvetica", "georgia", "trebuchet" , "times" ones we've got listed common pc , mac default installs, isn't amazing list), putting prefered choice in, , making sure still looks good. Board index Joomla! Older Version Support Joomla! 1.0 ...

Thread: wildcards in user names R stats.

hi folks, have question regarding wildcards in r, simplify following code using control structures? i.e statement (i in 1:n) yarn1 <- yarn[which(yarn$spinner=='1'),] yarn2 <- yarn[which(yarn$spinner=='2'),] yarn3 <- yarn[which(yarn$spinner=='3'),] ... yarnn <- yarn[which(yarn$spinner=='n'),] i can't figure out how directly itegrate wildcards variable names. had through r archives, have had no luck. can point me in direction of solution, or has solution? in advance, alan you can want assign command: code: for (i in 1:n){ assign(paste('yarn',i,sep=''), yarn[yarn$spinner==i,]) } Forum The Ubuntu Forum Community Other Discussion and Support Education & Science wildcards in user names R stats. Ub...

Trusted Site - Setup

hi all, i setting security ko in authorware automatically trust our corporate courses. need little how setup proper string in trustedsite line. my hope check folder "corp_training" , trust site value. this have tried seems act more "trustall". appreciated. ps - wont' avoid looking @ domain. trustedsite = http://*/corp_training/* More discussions in Authorware adobe

Emailing Forgotten Password

i'm trying create page email forgotten password. have is... <cfquery datasource="datasource" name="query"> select password from members where email = '#form.email#' </cfquery> <cfmail to="#form.email#" from="help@website.com" subject="forgotten password" server="localhost" type="html"> your password email address #form.email# #query.password#. print , keep email future reference. </cfmail> this emails blank password. if change #query.password# #password# error using complex variables in simple forms not being availble after cf2. can use <cfset> create simple value <cfmail> or have better idea. i'm using dreamweaver mx6 , web hosting company running cf5 server. what happens when cfdump query results? More discussions in Getting Started adobe

LCD and refreshing a countdown timer - best practices?

i'm using seeedstudio 2.8" lcd display display data few sensors. i've got timer counts down 0 in "00:00:00" format. i'm pretty happy counter logic (about 30 seconds fast after hour no rtc; tweaked small delay), there's got alternative how i've got displaying/updating now. i'm converting seconds, minutes , hours string using dtostrf() , concatenating them ":" separator 1 composite string written lcd each pass through main loop. however, timer sort of "flashes" when it's written screen in white , rewritten in black after (in order clear pixels out next update of timer). i wondering if best way circumvent break "00:00:00" composite string 3 separate components (one hour, 1 minute, , 1 second) , update components when necessary. way, second component flashing continuously, , minute/hour components flash when they're updated. does have experience or have ideas? tend over-complicate things when left...

Weather Station based on Arduino

hello, this first time "show off" here. i used french section, maintain blog in french , english, can share project here ! i propose weather station built brother , used himself educational , research purposes. it demonstrates how easy collect environmental data cheap materials , basic knowledge. this bigger project until (while not impressive of you), considering number of components, different communication protocol used, , giving fact did prototyping board until final design can hanged tree ! attached preview, , description, code, materials can found here : http://thepolyscope.com/en/weather-station-powered-with-arduino/ (it includes excel file macros retrieving data , plot easily.) hope ! do have photos of weather data displayed on lcd ? Arduino Forum > Community > Exhibition / Gallery > Weather Station based on...

need to autostrech for different res's

Image
i made site over-lapping layers, doesnt let me convert layers tables, i'm not sure how make autostretch. it's wide resolutions, cant see whole page. need know how can make stretch width of page wide persons browser is. www.teefizz.com > made site over-lapping layers, doesnt let me convert > layers > tables, i'm not sure how make autostretch. read layers - http://www.great-web-sights.com/g_layerlaws.asp you'll see making site layers (as primary layout method) a bad idea. use tables start, , make them flexible. http://www.dwfaq.com/tutorials/tables/flexible_tables.asp -- 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 ====...

Home surveillance and use of microphone to trigger camera - Raspberry Pi Forums

hello there have used wonderful recipe making home surveillance system @ home http://www.pyimagesearch.com/2015/06/01 ... nd-opencv/ . in takes photos every time there motion in front of camera. following. ideas how accomplish ? use usb microphone trigger camera start i off course record laud sound alarm system , use sound triggering hi, interested in similar project (perhaps). want listen sound , trigger following once threshold has been reached: 1- record 1 second sample 2- start capturing images every second 3- perform fft , compare fft of several possible sources 4-save sound sample, fft image, camera images , possible source 5- keep doing above until sound level drops below threshold. if have ideas on of these steps happy hear them. figure place start sound triggering --chris raspberrypi

leer archivo, escribir en el archivo y guardar en el archivo - Raspberry Pi Forums

buenas noche amigos, en estos momentos estoy intentando guardar en un archivo un contador, es decir yo ingreso un numero y el tiene que guardarlo y sumarlo, pero cuando lleva tres numero me aparecen muchos numeross de mas y el resultado me aparece al final de ese poco de numero que debo hacer el programita es este import sys w=raw_input("digita el numero : ") fo=open("sumador.txt", "r+") h=fo.read() cont=int(h)+int(w) fo.write(str(cont)) print( "la suma es", cont) al correr el programa me aparece lo siguiente digita el numero: 6 6 vuelvo y lo corro digita el numero. 10 16 vuelvo y lo corro digita el numero 10 526 y si vuelvo correro sigue apreciendo numero extraños y resusltado en lo ultimo que debo de hacer, porfas ayudenmeee hola paola, más vale que escribas en inglés aquí, o que escribas en el foro español . raspberrypi

Controlling ESCs

i have read lot on controlling escs. aware should use servo library , have fair understanding of how control it. sure how arm though. figured out video: https://www.youtube.com/watch?v=dhdoaocepqu this esc using: http://www.amazon.com/hobbypower-brushless-controller-multicopter-quadrotor/dp/b00e95vg2i/ref=pd_bxgy_t_text_y i not understand how arm particular esc because not know arming sequence. can figure out or maybe write code allow me find arming sequence? thanks! if did not paper or documentation stuff, can guess, guess, guess ... or can use use google type number, type name , else on label. unless there somelese here exact same controllers knows. Arduino Forum > Using Arduino > Project Guidance > Controlling ESCs arduino

Swapdepth inside movieclip(s)

i have question using swapdepth. i have 3 objects. simple buttons. when i'm using swapdepth works fine. objects response wanted. question/problem: when make 1 movieclip of buttons together, won't work anymore. buttons stay @ same level. must work right? who can me? greetings, peter tollenaar the netherlands. hi, peter, try as said , create movie clip named , create 3 more movie clips under movie clip named b, c , d , using code on seperate layer on main time line . found working . a.b.onpress=function(){ this.swapdepths(this.getnexthighestdepth()); } a.c.onpress=function(){ this.swapdepths(this.getnexthighestdepth()); } a.d.onpress=function(){ this.swapdepths(this.getnexthighestdepth()); } thanks, gunjan More discussions in ActionScript 1 and 2 adobe

Thread: system freezes

Image
can overheated video card cause system freeze??? firefox or cause x server or panel freeze. video card burning touch fan not working. had replaced still on warranty, , gave me new nvidia 9500gt 1gb old 1 8500gt 512mb!!!! hopeful fine. far no freezes or firefox shutdowns when use hulu or utube i've had weird lockups overheating video card, suspect should fine now. in case guild wars randomly lock system, nothing else caused problem. ended getting new card , adding 2 fans case. overkill? maybe, no problems far Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] system freezes Ubuntu

Power display from Pi 2 ? - Raspberry Pi Forums

hello, have shield on pi 2 supplies power pi 2. there way can use power pi 2 power display not have have separate power supply? i've tried usb out pi 2 power in on display board no results. power coming top level shield 24v 3a, , of used power 5v via rj45 3 motors. there should enough power available power display well. ideas highly appreciated. -d if pi powered beefy supply can use 1 of 4 usb sockets power peripheral device. raspberrypi

Music sequencer - Raspberry Pi Forums

dear all, first rasberry pi project. have lot of trouble in finding right tutorials necessay information. perhaps of give me hand. want use raspberry pi computer plug music keyboard, through midi port, , use music sequencer, is, want computer play sort of background music depending on cords play piano. suppose need information on following issues: 1) how plug midi interface 2) sound cards pi computer 3) sotfware read midi signals , play music sequences 4) tutorial plug computer suitable interface (pc screen, tablet ...) see there lots of projects in web, didn't find 1 dealing on particular issue. moreover, see there lots of projects need education in electronics. i'm ok @ computing, have little or none knowledge on electronics. ? thank kind support. mcv raspberrypi

Thread: Ubuntu Desktop Vs. Server

Image
i total noob in linux, knows of basics, never had real practical experience working linux/unix systems. facing choice between desktop , server versions of ubuntu. want try set apache web server support php , java. descriptions i've read far figured desktop edition more regular office machine, gui web browsing, text , image editing e t. c., , server no-gui version lots of useful specialized server features. seems server edition need eventually, harder newbie person used it, comparing desktop? make sense me go desktop edition more comfortable environment, , switch server later? sorry newbie question, , in advance answering. the "desktop" edition want. https://help.ubuntu.com/community/apachemysqlphp server edition can have gui installed on simeple command code: sudo apt0get install ubuntu-desktop Forum The Ubuntu Forum Community Ubuntu Official F...

1 Problem on first installaion step - Joomla! Forum - community, help and support

i installing joomla! first time , having 1 problem while installing joomla! on local win xp testing machine. the session save path in unwriteable says. checked php.ini , have: session.save_path = "/tmp" the directory exists c:\tmp on windows should try "c:/tmp" in php.ini instead. tmp variable points users_folder/tmp. don't forget restart apache instance after changing php.ini. additional found using n or mode parameter gave me errors on win xp/ apache2/php 5. changing folder permissions didn't improve. install script reported "not writeable". real problem: session management wasn't usable , joomla login impossible. after dropped both parameters sessions write access ok. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

How to Make Joomla 1.0.12 do SSL switching - Joomla! Forum - community, help and support

i found last 2 (non-admin) hacks given in http://www.netshinesoftware.com/securit ... bsite.html make http://www.vxd-hosting.co.za/ecjc-current-future-roadmap.html ecjoomcommerce store lock correctly when oscommerce switches ssl, , cart contents carried on correctly http https. ymmv. ken any idea if work when using full version of oscommerce wrapped in joomla (i haven't been able ecjc work)?  thanks. bruce Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Tips & Tricks - Moving Submit Your Suggested Tips & Tricks to Docs.joomla.org now please.

Media Playback Component - how do i close connection

i using media playback component stream mp3 files. rtmp files loaded flash component database , show click-to-play links. when users click play them, call stop on playback component if playing , playback component path changed clicked song , told play. when run flash application fine, however, when preview on web or load onto web has problems. on web: 1. each time click link makes new connection media server , not close old one. 2. music either fails play, stutters, plays both streams, or plays while , quits. 3. end 1 user taking bunch of streaming licenses from flash: 1. each time click link closes old connection , makes new connection. 2. correct song plays without problems. 3. 1 user, 1 license does have thoughts? how explicitly close connection? write stopmusic function contains code: "delete yourmusic" yourmusic name of sound object. i.e. var yourmusic:sound; More discussions in ActionScript 1 and 2 adobe

PCB printing device

hello everyone! let me introduce myself first. name eugene, work in startup incubator located in nyc. goal make incubator better, acquiring interesting , useful devices , stuff. recently, have found project on kickstarter https://www.kickstarter.com/projects/botfactory/squink-the-personal-electronic-circuit-factory?ref=card so hear opinion on printer, since guys experts in field. worth money? think printer? many thanks, eugene you'd better off supporting more economical agic print project. if need pick-and-place try retropopulator or firepick delta . Arduino Forum > Topics > Product Design > PCB printing device arduino

Help with CB install. Not sure whether this is the place to ask! - Joomla! Forum - community, help and support

Image
hello, obviously newby basic question this!! i have latest joomla , have installed cb have come page 13 of 17 item 2.6 cb user link, of cb pdf installtion guide cb , can't find need make entry. "add new user menu item named cb user list". i have looked around still can't see it. don't want mess in case break it! please direct me.. thanks.. happy new year! oz okay!  got it!  Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Calibrating SenseHAT - Raspberry Pi Forums

i know sensors need calibrating , i'm wondering if viewtopic.php?f=104&t=109064&hilit=calibration method still use? a pre-calibrated rtimulib.ini included in /etc/. sense-hat python library aware of , copy user's home directory if it's not there already. however, part, instructions okay basic calibration without ellipsoid fit. raspberrypi

I need a little help / guidance with running a function off a button press.

i have button wired stated in button tutorial. the button in question push close. i want able press button , run function ramped led flash takes 2 seconds run. the code stands work if hold button down. i appreciate if point me in right direction working. please bear in mind i`m quite new this, code may bad or incorrectly formatted.  ive tried best looking presentable. many thanks, andy code: [select] const int button1pin = 16; int flashled = 5; int button1state = low; long lastflashdelay=0; void setup() {   pinmode(flashled, output);        pinmode(button1pin, input);      } void flash() {   long flashinterval=3200;   unsigned long currentmillis = millis();   if(currentmillis - lastflashdelay > flashinterval)   {       analogwrite(flashled, 2);   }   if(currentmillis - lastflashdelay > flashinterval+200)   {       analogwrite(flashled, 5);   }    ...

, ola busko ayuda para hacer un contador de pulsos y activar un rele

tengo un codigo pero aun no lo entiendo mucho, #include <pinchangeint.h> #include <pinchangeintconfig.h> #define pin 15 volatile byte burp=0;    void setup() {   serial.begin(9600);   serial.print("pinchangeint test on pin ");   serial.print(pin);   serial.println();   pinmode(pin, input);        digitalwrite(pin, high); } void loop() {   cmd=serial.read();    if (cmd=='p')   {     serial.print("burpcount:\t");     serial.println(burp, dec);   }   cmd=0; } void burpcount() {   burp++; } ni leo el contenido del post: se puede entender que una persona con poca formación se columpie con los acentos, que no ponga (o ponga donde no debe) una "h", o cambie una "b" por una "v", o viceversa; se puede entender, incluso, que ponga "haber" en lugar de "a ver". lo ...

ماهي تصاريح ملفات جملة - Joomla! Forum - community, help and support

لدي مشكلة وهي كل ما أرتدت تغيير في لوحةالتحكم أعطاني هذي المسج/ الرسالة jftp::connect: not connect host:mshamali.com on port:21. jftp::connect: not connect host:mshamali.com on port:21. jftp::_putcmd: not connected control port jftp::login: bad username. jftp::_putcmd: not connected control port jftp::_mode: bad response. jftp::_passive: not connected control port jftp::write: unable use passive mode الرسالة خطأ! , تعذر فتح ملف الإعدادات للتعديل عليه . فضلاً تأكد من تصاريح الكتابة وسؤالي هو: ماهي التصاريح للملفات حتى تكون لوحة التحكم قادرة على التغيير وماهي طريقة إعداد ال ftp ولكم تحياتي السلام عليكم عزيزي شكلك جديد كليا على النت والتصميم ولكن يا ليت اقدر اقدر افيدك في السطرين التالية : 1- الإف تي بي هي : طريقة لرفع الملفات من الأجهزة الشخصية إلى السيرفر وهي تعتمد على نقل المجلدات وليس نقل الملفات واحد تلو الأخر . ولها برامج مخصصه لذلك و في ظني أشهر برنامج هو (( ipswitch ws_ftp professional )) . 2- التصاريح هي : مفاتيح للملفات - هنالك مفتاح للكتابة وهناك مفتاح للقراءة بدون الكتابة وه...

Thread: Problems with an AR9228x

funny thing, card worked fine me in 32 bit jaunty. apparently if sudo aptitude install linux-backports-modules-jaunty-generic work fine. problem is, desktop 64 bit, , connection wireless, , roamable eeepc, 32 bit. possible download package , it's dependencies 64 bit 32 bit? bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Problems with an AR9228x Ubuntu

Only the pi user can run applications in X11 - Raspberry Pi Forums

i received brand new raspberry pi 2 model b. after going through install of raspian using noobs, added user , added them sudo. both pi account , additional user can start x windows, however, pi user seems able run programs python games or minecraft.. when logged in other user, can open terminal window, can't seem run other things. can run epiphany web browser additional user, when try pull web page of kind window disappears? going on? appreciated. formula13x wrote: i received brand new raspberry pi 2 model b. after going through install of raspian using noobs, added user , added them sudo. both pi account , additional user can start x windows, however, pi user seems able run programs python games or minecraft.. when logged in other user, can open terminal window, can't seem run other things. can run epiphany web browser additional user, when try pull web page of kind window disappears? going on? appreciated. make sure additional user belongs appropriate g...

Concatenate Variables

i have following varaiables: reply1 = "something 1st reply" reply2 = "something 2nd reply" reply3 = "this 3rd reply" plus variable 'totalreply' equal of first 3 variables depending on student's input. how can create varuiable/function/whatever determine reply used based on name of icon? i.e., there 3 calculations named 1, 2, or 3. inside each calculation i'm looking for. i've tried: totalreply:="reply" ^ icontitle no luck. i've tried without success: myreply="reply"^icontitle totalreply=myreply any suggests appreciated. jerry > reply1 = "something 1st reply" > reply2 = "something 2nd reply" > reply3 = "this 3rd reply" use list instead. reply:=[] reply[1] = "something 1st reply" reply[2] = "something 2nd reply" reply[3] = "this 3rd reply" totalreply=reply[choicenumber] steve -- adobe community expert, authorware, flash ...

Dreamweaver vs Go Live

i have mac , have been using photoshop , illustrator years. when using pc had dreamweaver, when switched mac purchased go live because thought supposed work best had. however, discovered there little support it. tried finding books , there two! that's when noticed there dozens dreamweaver. that's when found out adobe had purchased dreamweaver , appears adobe putting efforts software. so, i'm frustrated because whenever have problem or question re go live, it's difficult find answer. yes, there forum, it's not convenient go on-line (i books!). i'm wondering if in group has tried both. i've been doing okay go live, keep being tempted try dreamweaver. thanks, anne w. "anne w." <webforumsuser@macromedia.com> wrote in message >so, i'm frustrated because > whenever have problem or question re go live, it's difficult > find > answer. yes, there forum, it's not convenient go > on-line > (i books!). i think be...

Thread: Virtualbox crashes host

running kubuntu 9.04 updates. virtualbox installed kubuntu repositories. shortly after starting new vm, virtualbox crashes host os. i've tried booting vm off iso files of kubuntu 9.04 , 9.10, same result. virtualbox crashes host, screen freezes, no response keyboard , can't ctrl-alt-f1 terminal. tia peter i have exact same problem ubuntu 9.04 , windows xp vm. far option's been cut power aspire 751h. kind of computer using? i've been hoping isn't hardware specific problem. Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [all variants] Virtualbox crashes host Ubuntu

Thread: man export - no man pages, how come?

Image
hello, why there no man pages export in ubuntu? maybe there are, , turned off or something? specifically, how come result: code: /home/jzacsh$ man export no manual entry export yet here's proof there *is* indeed man page it: http://public.research.att.com/~gsf/...n1/export.html curious wondering if there's specific reason (couldn't find googling: site:ubuntuforums.org "man export"). export shell builtin (i.e. it's part of shell - bash) therefore has no man page. find info on bash command export run code: help export to find out if program shell builtin or standalone program run code: type export code: type tar if you've not run tar before in current shell give it's location, if has run tar before tell it's hashed (not sure means) hope helps Forum The Ubuntu Forum Community Ubuntu ...

Looking for LocalConnection source

on old actionscript-toolbox.com site there sample flash movie used 2 popup windows used localconnection talk 1 another. in the sample coudl grab ball , throw , when went off stage on one window appear on second window. know of another source download? thanks "smb" <mailer@forums.com> wrote in message news:efigi6$oe3$1@forums.macromedia.com... > on old actionscript-toolbox.com site there sample flash movie > used 2 popup windows used localconnection talk 1 > another. in sample coudl grab ball , throw , when > went off stage on 1 window appear on second window. > know of source download? > > > found it. should know check sephiroth before go asking forum questions. More discussions in Adobe Animate CC - General adobe

Component, mambots, and modules creation - Joomla! Forum - community, help and support

is there template or tool make own extensions? if want share functions others must compatible joomla of course. some component tutorials: http://www.jlleblanc.com/joomla/tutoria ... _tutorial/ and http://help.joomla.org/content/section/12/125/ furthermore recommend analyzing joomla's default components, as can learn lot joomla components , built in functions/classes. joomla's 1.0.x api: http://help.joomla.org/api/ (note: http://forum.joomla.org/index.php/topic ... #msg605039 ) mambo's api: http://help.mamboserver.com/api/ similar joomla's. if want develop components 1.5 might reference: http://api.joomla.org/ Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.0 Coding

AWP &amp; IE7 Don't Play Well Together

i tried ie7 rc1 last night , things have not improved. it'll go through motions of loading app, aw button appears in windows task bar, pres. window briefly appears , goes away, taking button it. same last spring so, far can tell, nothing has been done. so, mean adobe doesn't know it? have been in touch ms? can do? got direct pipe "right people" @ adobe or ms? i playing aw7 content through ie7 rc1 no issues @ all....not through lms though. mark aimelearning wrote: > tried ie7 rc1 last night , things have not improved. it'll go through > motions of loading app, aw button appears in windows task bar, > pres. window briefly appears , goes away, taking button it. > same last spring so, far can tell, nothing has > been done. so, mean adobe doesn't know it? have been in > touch ms? can do? got direct pipe "right people" > @ adobe or ms? > More discussions in Authorware adobe

[1.0.8]missing index.php in login.php? - Joomla! Forum - community, help and support

i using joomla 1.0.8 , added index.html flash intro website. problem when went login in joomla got redirect index.html. i looked @ com_login in login.php , changed $params->def( 'login', $mosconfig_live_site); to be: $params->def( 'login', $mosconfig_live_site . "/index.php" ); and worked fine. i took joomla 1.0.11 login.php doesn't seem kind of change has been done. though code bit different , i'm not sure if problem still there, or if had solve in way. just wanted point out. thanks joomla! Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.0 Coding

Proyecto: Ordenador de abordo - Raspberry Pi Forums

Image
os voy presentar un proyecto que tengo en mente pero que necesito unas pequeñas ayudas. la idea en si es un ordenador de abordo en el coche, que se controle por voz y pantalla táctil. el ordenador en un principio lo quiero para sustituir el gps y el reproductor de música, para ello emitirá por fm el audio y yo con la radio del coche lo sintonizo para poder escucharlo por los altavoces del coche, y en caso de poderse, que el ordenador se sincronice con el móvil para poder avisar de notificaciones, email, etc. con lo cual obtengo un ordenador portátil que funciona con el coche. la alimentación la tengo pensada través de la conexión del mechero del coche. para todo esto tengo pensado: -gps ( realizarlo con navit http://www.navit-project.org/ ) -control por voz ( jasper https://jasperproject.github.io/ ) -reproductor de música ( lo hago casero ) -pantalla táctil http://www.sainsmart.com/7-inch-tft-lcd ... a-2av.html -emisor gps ( http://fpaez.com/tracker-gps-con-raspberry-pi/ )...

[SOLVED] Article Separator - Simple CSS Error? - Joomla! Forum - community, help and support

hi, i've searched forum past hour , can't find solution. seems between each article on site, there's article separator, presented this: code: select all <span class="article_seperator"> </span> in original template, had code: code: select all span.article_seperator {    display: block;    height: 1.5em; } i want make separator visible, that, changed css to: code: select all span.article_seperator {    border-bottom: 1px solid black;    height: 10px; } yet nothing appears. on site, it's if never touched code. doing wrong? how made kind of visible on site? ps. before tells me misspelled "separator", didn't, it's in original code. hi ankabout, try inserting this: code: select all .article_seperator{ border-bottom: 1px solid black; } Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Newbie: Global changes over a section's items, possible? - Joomla! Forum - community, help and support

Image
hi, copied whoe bunch of posts old site joomla under section. is there way globaly apply specific setting items ? e.g. importing author set admin , want change steve. hide "modified date , time", show print icon, etc. btw of these options have set global. how can set , can set specific section or category? thanx in advance. steve i think going have vioa database. have phpmyadmin or similar? few sql queries sort out quickly. unfortunately, i'm not sql expert  good luck, gareth Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

error in dootloading to my new atmega328

sir want download bootloader software controlier board made me ,the circuit schmatic diagram downloaded aurdino site using atmega 328  i have used parallel port isp   onte board not able download bootloader showing error like avrdude: avr device not responding avrdude: initialization failed, rc=-1 avrdude: yikes!  invalid device signature. avrdude: expected signature atmega328p 1e 95 0f please me i hate 1 have break news aren't psychic , don't remote viewing. you need draw or post schematic , code , may ask photo of circuit later if deemed necessary. befor of need post complete part number on top of chip. Arduino Forum > Using Arduino > Project Guidance > error in dootloading to my new atmega328 arduino

ATtiny 85 Code Compile Error (multiple definition)

hi, using arduino ide 1.0.5r2 on windows this error message i'm getting: core.a(wiring.c.o): in function `__vector_5': c:\program files (x86)\arduino\hardware\arduino\cores\arduino/wiring.c:49: multiple definition of `__vector_5' sketch_sep02b.cpp.o:c:\program files (x86)\arduino/sketch_sep02b.ino:88: first defined here the code i'm using arduino atmega 168, i've changed use timer0 on attiny 85 instead of the timer2 on 168. original can found here: http://interface.khm.de/index.php/lab/experiments/arduino-dds-sinewave-generator/ here version, in advance!!!   : /* * timer0 generates the  31250 khz clock interrupt */ #include "avr/pgmspace.h" // table of 256 sine values (one sine period) stored in flash memory. progmem  prog_uchar sine256[]  = {   127,130,133,136,139,143,146,149,152,155,158,161,164,167,170,173,176,178,181,184,187,190,192,195,198,200,203,205,208,210,212,215,217,219,221,223,225,227,229,231,233,...

Using Scratch 1.4 at school, 2.0 at home - any challenges? - Raspberry Pi Forums

for graduation project, i'm planning run once-a-week computer club children @ local library, using raspberry pis. topics won't limited programming, planning on having scratch central element. have taught children scratch before, on windows computers, using online 2.0 version both @ "school" , @ home. using pis, however, seems built-in 1.4 version obvious way go while @ library. my main question is: setting aside differences in features (cloning etc.), does have experience children using scratch 1.4 @ "school" , 2.0 @ home? did confusion arise because of different interfaces, example? tokefrello wrote: for graduation project, i'm planning run once-a-week computer club children @ local library, using raspberry pis. topics won't limited programming, planning on having scratch central element. have taught children scratch before, on windows computers, using online 2.0 version both @ "school" , @ home. using pis, however, seems built-i...

Problem with Next Page functionality

i have page combines 2 queries , outputs results. i have built in next page facility shows x amount per page, seems work ok, have 1 slight problem. i have 16 results in query should show 4 pages 4 records on each page, yet shows link 5th page, when click on 5th page there no record (as there 16 records). you can view page using link http://www.i-webs.co.uk/mosaic/next_page.cfm?pageindex=0&dir_id=24&brand_id=4 here code ---- hi craig, have tried starting page index 1 instead of page index 0? let's try changing line 31 <cfparam name="url.pageindex" default="1"> and changing line 70 <cfloop index="pages" from="1" to="#totalpages#"> and see if helps. also, heads-up on line 35: you're using regular division operator, give decimal there's not number of records. e.g., 15 hits / 4 hits-per-page = 3.75. can use integer division operator (back slash) instead 15 hits \ 4 hits-per-page = 3. of cours...

cant install any com... - Joomla! Forum - community, help and support

hello i can't isntall component tried. error msg: upload component - upload failed error: not find xml setup file in package. [ continue ... ] upload component - failed installation file not found: /xx/xx/media/install_45a66343c0fc2/ [ continue ... ] can me why? downloaded com's joomla.org site. for example smf bridge: code: select all m$ ls -al total 520 drwxr-xr-x 9 alpha alpha   4096 2007-01-11 17:23 . drwxr-xr-x 5 alpha alpha   4096 2007-01-09 22:14 .. -rw-r--r-- 1 alpha alpha  76259 2006-12-25 04:58 admin.smf.class.php -rw-r--r-- 1 alpha alpha  79729 2006-12-25 04:58 admin.smf.html.php -rw-r--r-- 1 alpha alpha  12615 2006-12-25 04:58 admin.smf.php drwxr-xr-x 2 alpha alpha   4096 2006-12-24 23:37 backup drwxr-xr-x 2 alpha alpha   4096 2006-12-24 23:37 bots drwxr-xr-x 3 alpha alpha   4096 2006-12-24 23:37 cache drwxr-xr-x 2 alpha alpha   4096 2006-12-24 23:37 documentation drwxr-xr-x 2 alpha alpha  ...

A file to Export ICS-files from ExtCalendar 2 and Subscribe - Joomla! Forum - community, help and support

Image
hi! i've been looking on way have users subscribe events made extcalendar 2. decided @ least make possible download ics-file makes possible import calendar own calendar program (ical, mozilla...) so... after lot of research , testing came php file job quite well. i'm not programmer have made solutions in file i'm sure neater , smarter. if feels continuing develop it, feel free... how use it: first off... need database connection , way extract rows from  table "jos_extcal_events" i used dreamweaver (it's easiest way me). built code in file further down. ok. file ready... now, need link complete file. this did... i opened theme file in extcalendar 2, /components/com_extcalendar/themes/default/theme.php , put table cell after search icon (round line 100). there placed link file ics.php placed in folder on server. how subscribe now have file in place. dead easy make subscription possibility. use own link download .ics file. up load folder on site. make link name ...

Development of Raspberry Pi - Raspberry Pi Forums

dear sir or madam want develop game raspberry pi. possible? cost? have store? licenses need? 45353 i want develop game raspberry pi. excellent idea. is possible? yes. what cost? time. or as want spend on hiring developers, artists, game designers, marketing, distribution, etc etc etc. do have store? check front page of raspberrypi.org not app store mobile phones etc. which licenses need? it's game. put whatever license want on code. real ? raspberrypi

newsfeed timeout php solution? - Joomla! Forum - community, help and support

we using mosloadposition load newsfeed module feed our frontpage. works great until external feeds (web site) goes down. our web site wound load anymore hanging finding external feed. confirmed given low priority. thinking possible somehow put around php script timeout? the content item loaded on frontpage reads: {mosloadposition user3} wondering if sometime created as: if timeout no reaction external web site print "newsfeed unavailable" else {mosloadposition user3} Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

help with for loop

i running code receive rfid data, not whole code, when run code gives me output (below code). where finds code writes there(if code placed 1st in array displays there). how can receive "authorize" "not authorize" when finds whether in array or not boolean asd; for(int l=0;l<5;l++) {         for(int o=0;o<5;o++)             {     if(tagin ==data[l] )   {     asd=true;       }   else   {     asd=false;    }             }     switch(asd)   {   case true:   {       for(int k=0;k<5;k++)   serial.print(tagin[k]);   serial.println("\nauthorize");   break;     }     case false:   {   serial.print("\nnot authorize\n");   break;     }     } } not authorize 14522294116101 authorize no...

Comment controller la réponse d'une commande

Image
bonjour à tous, j'ai une fonction qui va envoyer une commande et ca marche bien, sauf que.... voici la commande (regarder surtout  serial.println(response ) code: [select] int8_t morse::sendatcommand(char* atcommand, char* expected_answer, unsigned int timeout){     uint8_t x=0,  answer=0;     char response[100];     unsigned long previous;     memset(response, '\0', 100);    // initialice string         delay(100);     while( _cell.available() > 0) _cell.read();    // clean input buffer     if (atcommand[0] != '\0')     {         _cell.println(atcommand);    // send @ command     }     x = 0;     previous = millis();     // loop waits answer     do{         if(_cell.available() != 0){    // if there data in uart input b...

move Joomla from subfolder to root folder issue - Joomla! Forum - community, help and support

hi, i thought easy move complete joomla installation (test) subfolder root on same maschine using same database, not: my domain: psychoman.de my joomla in subfolder /cms i thought easy 1.) move files /cms root psychoman.de/ 2.) edit configuration.php and delete /cms folder within the code: select all $mosconfig_absolute_path $mosconfig_cachepath $mosconfig_live_site but failure: code: select all warning: main(..../psychoman.de/www/cms/includes/version.php) [function.main]: failed open stream: no such file or directory in .../psychoman.de/www/includes/joomla.php on line 71 fatal error: main() [function.require]: failed opening required '.../psychoman.de/www/cms/includes/version.php' (include_path='.:/usr/share/php:/usr/share/php/smarty/libs') in .../psychoman.de/www/includes/joomla.php on line 71 i haven't found solution in known forum could give give hint please? sunny regards germany kurt hallo kurt, mir ist bei der neuinstallation die gleiche fehlermeldung ange...

Power Problem USB vs. Battery Power

i having  a strange problem , need guidance on may causing this.  i have project powered arduino mega; when supply power via usb computer, works great (even old mac believe has lower voltage usb).  when power via battery through dc barrel jack, lcd hard read , ping sensors don't operate properly.  clearly there power issue, don't know or why.  for batteries, using fresh aa's in 6 x aa = 9v within input range listed mega. (i've tried single 9v battery through dc barrel jack, same bad result). i using separate power supplies rest of project...i run separate supply adafruit motor shield, , third power supply power servo (common ground on one). any suggestions?? actually measure voltage going arduino when battery connected , under load. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) ...

BufferFiller.print resets my device

hi! i'm using ethercard library display simple website. now 've decided not let arduino handle site, provide data site. so want arduino send data json, string contains more 9-10 json-items, device resets when calling bufferfiller.print this code (just making random json string testing) code: [select] void listjson() {    serial.println("enter");   string data = "{\"list\":[";   int index = 1;   while (index < 15) {     if (index != 1) data = data + ",";     int tempc = random(30);     string hash = "test"; //md5::make_digest(md5::make_hash( (char *) random(300)), 16);     data = data + "{\"id\":\"";     data = data + hash + "\",\"name\":\"sensor ";     data = data + index + "\",\"val\":";     data = data + tempc;     data = data + ...