Posts

[AJAX] Inciarse en AJAX

this multi-part message in mime format. ------=_nextpart_000_0006_01c72e86.8e939340 content-type: text/plain; charset="iso-8859-1" content-transfer-encoding: quoted-printable hola, quer=eda empezar tocar ajax, ya que no paro de oir que es una = tecnolog=eda muy moderna y eficaz, pero todav=eda no s=e9 mucho de qu=e9 = va. creo que es parecido javascript... en fin, quer=eda saber si conoc=e9is alg=fan libro o tutorial para poder = iniciarme en esta tecnolog=eda. un saludo y muchas gracias. ------=_nextpart_000_0006_01c72e86.8e939340 content-type: text/html; charset="iso-8859-1" content-transfer-encoding: quoted-printable <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html><head> <meta http-equiv=3dcontent-type content=3d"text/html; = charset=3diso-8859-1"> <meta content=3d"mshtml 6.00.5730.11" name=3dgenerator> <style></style> </head> <body bgcolor=3d#ffffff> ...

Téléinfo + 2 relais pour UNO

Image
   bjr, nous avons réalisé un sketch permettant de lire la téléinfo et d'activer ou désactiver deux relais simple on / off avec un arduino uno + w5100 + circuit lecture téléinfo (en photo en bas - les deux versions v1 et v2 que je connais et que j'ai testé) + 2 relais. le montage complet :     ce projet me permet de pouvoir faire un marche / arrêt en cas de plantage de mon projet principal de domotique sur carte arduino mega (pour l'arrêter à distance puis le relancer). pour l'instant, il n'a jamais planté mais je préfère un secours au cas où.     maintenant, chez vous, il peut servir à allumer ou éteindre une lampe, arrêter une alarme à distance, ouvrir / fermer un portail ou des volets ... enfin tout ce qui peut se commander par un relais (on pourrait le comparer à un interrupteur on/off).     pourquoi ne pas déclencher une alarme si on voit sur sa camip un intrus,...     il permet aussi de connaitre ...

¡Componente de envío de noticias no me funciona! - Joomla! Forum - community, help and support

hola todos, loggeado en mi site como usuario registrado normal y estoy intentando usar el módolo de envío de noticias pero sólo obtengo el siguiente resultado: no tiene permisos para acceder este apartado. la url que del botón enviar noticias es (index.php?option=com_content&task=new&sectionid=1 &itemid=0), no sé que estoy haciendo mal. además quisiera que cuando un usuario enviara algún escrito cayera en una carpeta o sección propia del usuario, y todas estas que estén dentro de una carpeta general. por cierto, esto lo probado localmente y me funciona bien, pero cuando lo hago en mi sitio online no me funciona. ***** manual signatures not allowed ***** saludos y bendiciones Board index Joomla! International Language Support International Zone Spanish Forum Extensiones

Arduino Duemilanove and Hmc5883l

hi ! ? have arduino duemilanove and  ? use hmc5883l . ? find link https://www.loveelectronics.co.uk/tutorials/8/hmc5883l-tutorial-and-arduino-library . ? try code ? cant see in serial port . ? can see values when ? remove hmc5883l . can ? ? , sorry, english isnt . do have pull-up resistors in place mentioned in tutorial? use breakout board described in tutorial? if not, 1 using? show wiring problems may lie there. Arduino Forum > Using Arduino > Programming Questions > Arduino Duemilanove and Hmc5883l arduino

features for newbies - Joomla! Forum - community, help and support

i'm complete newbie joomla, i've been messing around admin features couple of weeks.  looking through current documentation struck me short tutorials each chapter helpful.  example, chapter menus there section @ end reader taken through steps create example, working menu.  know find useful me adapt tutorial , make own menu (etc.), moving stage can create things scratch. also, annotated screenshots helpful.  understand medium of manual may not make possible can irritating having switch , forth between windows see documentation referring to. looking @ amount of activity going on here, i'm sure has mentioned this! thank imput! trying implement ideas, appreciate of suggestions , feedback can get. please patient us...and if know proof-read, edit, or write, please send them our way! sincerely, jennifer Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information ...

Thread: How to learn Ubuntu Server

new server. have ubuntu working on desktop several months now. can recommend book, tutorial, prayer, or whatever, learn server , how set 1 up? there several tutorials , how to's on pages of these forums way advanced me. can follow cookbook recipes don't know tools (ldap, php, etc.). ought go community college , take course slow , expensive, thought i'd try route. in advance. i think want http://www.linuxforums.org/articles/...erver_118.html Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] How to learn Ubuntu Server Ubuntu

"Store Locator" Module/Component - Joomla! Forum - community, help and support

Image
does know of module, component, or mambot acts "store locator" (meaning can address-based search)? since there isn't one, know (joomla or elsewhere) can me? in advance! joomla! has wrapper. beause doesn't have in core files doesn't mean can't use it. here link software this: http://bullseye.electricvine.com/ you can use wrapper 'wrap' above software inside of joomla! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

PHP syntax error - Joomla! Forum - community, help and support

this simple question of you. when started own template got follwing syntax error parse error: syntax error, unexpected ';' in /home/.rameses/mychemistrytutor/bj.dreamhosters.com/joomla/templates/ms_dwtutorial/index.php on line 49 however dont see syntax errors. i guess want know hwo line counting works. include blanks , word wrapped lines? start @ top? one thing have keep in mind, particularly troubleshooting or running down validation errors joomla content dynamically generated.  say, see in index.php as  design not there when put on line. so, said, possible not index.php source of issue, possible sort of error module or trying display.  perhaps turning off modules 1 @ time run down issue.  possible in index.php file if arent seeing issues start looking @ modules.  line counting in dw should start @ top , dont believe includes wrapped lines dont quote me on that. one thing have noticed, though not in case, php errors point line number way beyond in template i...

_global scope or Singleton

consider following situation: set _global.test = "asdf"; in 1 movie clip. load movieclip 1 using loadclip can movieclip loaded primary 1 reference _global.test. i think not seem work me. reason ask trying define global variables(url root, flash gateway url, etc) flash website. these variables want set once , use everywhere. have tried using singleton approach run problem instantiated in each loaded movieclip. loaded movie clip has no reference global vars set in 1 loaded. know can use _parent messy , prone breaking. want clean easy approach setting application variables in 1 place. > set _global.test = "asdf"; in 1 movie clip. load movieclip > > 1 using loadclip > > can movieclip loaded primary 1 reference _global.test. yes .. that's global means :) > think not seem work me. sounds there may else you're not telling us. maybe are accessing before _global defined. or maybe you're using a local variable somewhere. -- jeckyl M...

Using millis() and micros() instead of delay

Image
hello! i know how execute task @ given intervals, without using delay, other things can executed @ same time. 1 method found blinkwithoutdelay example, example blinks led @ regular intervals . want execute task @ intervals can change , perhaps (e.g. pulsing ir led using , array of time intervals), or 5 seconds, wait 7 seconds, 1 second, etc. stop function, without affecting other tasks. also, millis() accurate enough execute task every 15 minutes? nointerrupts() disable or affect micros()? or example program appreciated! take another  @ blink without delay example .  can change interval every time throught loop,* , can have multiple intervals & multiple previous-times (with different variable names) multiple-different timers running @ same time. i'd should avoid using delay, unless want delay or pause.   for timing applications, want keep program going, while keeping track of time in background. quote also, millis() accurate en...

Thread: Ubuntu/Linux Compatible MP3 Players

inspired hardware compability list thread, here thread in can list mp3/video players work either flawlessly under ubuntu or required minor adjustments. i'll start listing sansa sandisk c250 how updating wiki? https://help.ubuntu.com/community/portabledevices Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Ubuntu/Linux Compatible MP3 Players Ubuntu

Thread: Ubuntu cannot download a thing

my god, surprised ubuntu considered platform. has been nothing endless problems me , getting tired of it. can me? can't seem download thing because continuously thinks have 2 update managers open though shut down billion times, killed every damn process running. not mean sound angry ubuntu utter disgrace right now, , love help. maybe using "operating system" wrong? e: dpkg interrupted, must manually run 'sudo dpkg --configure -a' correct problem. e: _cache->open() failed, please report. tried using ps -e , looking applications might possibly open preventing nothing! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Ubuntu cannot download a thing Ubuntu

Mambo 4.5.2 -> Joomla error - Joomla! Forum - community, help and support

i decided wanted convert site joomla, , before doing got backup of site setup on subdomain, , did upgrade there first...just make sure.  well, after completing upgrade, looks fine , dandy (including admin panel, , editing content there , such), until click on "read more" on front page item, or of content links. when trying view content, message this: the requested url /content/view/187/216/ not found on server. additionally, 404 not found error encountered while trying use errordocument handle request. now, know means, feel i'm missing *really* obvious here. does mod_rewrite work? looks might have disable sef urls. Board index Joomla! Older Version Support Joomla! 1.0 Upgrading - 1.0.x

Foutmelding bij installeren modules en componenten... - Joomla! Forum - community, help and support

hey allemaal, ik heb bij mijn hoster (webstekker) joomla! geïinstalleerd. nu wil ik modules en componenten toevoegen maar krijg steeds een aan sql gerelateerde foutmelding: sql error: db function failed error number 1064 you have error in sql syntax; check manual corresponds mysql server version right syntax use near ' 0 )' @ line 2 sql=insert jos_modules_menu values ( , 0 ) sql = insert jos_modules_menu values ( , 0 ) of bijvoorbeeld: sql error db function failed error number 1364 field 'validation_rule_expression' doesn't have default value sql=insert `jos_mosform_validation_rules` ( validation_rule_label) values ('not empty'); sql = insert `jos_mosform_validation_rules` ( validation_rule_label) values ('not empty'); kan dit zijn omdat "savemode" op "on" staat? webstekker werkt met php 4.4.2 en mysql 3.23.49. nu las ik dat je ook je lokaal gemaakte site kunt uploaden en dan de database te exporteren en met phpmyadmin weer te imp...

Flex Builder throwing errors on comments / Stops Compiling

fb 2.0.1 - eclipse plugin , standalone a) write code sorts array collection on property doesn't exist b) make changes want, add trace statements, etc... changes not compiled c) "clean..." -> same result d) delete "bin" directory, ensure components re-compiled -> same result it appears fb using cache somewhere, , files not being recompiled every time. disabled cache on firefox, computer restarts have no effect. i can provide entire document tree in power fix this!!! it's quite maddening! More discussions in Flex (Read Only) adobe

Showing Popular Content Items in Blog Format - Joomla! Forum - community, help and support

Image
i create menu link titled popular in main menu when clicked displays items listed in popular (mod_mostread) module in blog format.  possible without using severe hacks? there nice module called display news may able want.  if remember correctly there may have been bugs in fixed use not sure sort of hacks put it.  anyway handy , may able want. http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,301/itemid,35/ also, think can go menu item if blog category or frontpage , others may work well, change primary order hits.  may trick. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Scheda sdcard - Raspberry Pi Forums

ciao tutti, è da qualche mese che ho il raspberry. inizialmente andava spesso in crash cosa risolta sostituendo l'alimentatore. ora quando guardo alcuni canali, si vedono pixel, si blocca l'immagine o volte mi cambia canale. ho sostituito cavo hdmi, cavo di rete.....ho una connessione 10 mega. vi chiedo adesso se il problema possa essere la scheda sdcard .....cioè io ho installato tutto su una micro scheda 8 gb classe 10. aspetto un vostro commento. grazie no aspetta fammi capire... usi il raspberry pi per guardare alcuni canali ma come? internet tv? streaming? chiavetta dvb-t? che sistema operativo usi? un mediacenter tipo xbmc? raspberrypi

Easier interface to assign modules - Joomla! Forum - community, help and support

this had been suggested long time ago user @ mambers, had submited wishes @ mserver, don't think ever answered?: * instead of hard-to-use ctrl+clic to select multiple menu items assign modules to, give users list of items checkboxes ! easier use. change mind, uncheck 1 without fear unselect others @ same time. no need work 2 hands, simple clic enough (accessibility!). no more scrollin access hiden items, , there's room enough right-hand side of module edit screens. it should easy enough do, suspect argue checkboxes take space on page, unlike scrolling list have. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Feature Requests - White Papers - Archived Wishlists and Feature Requests - Archive Wishlist Archives - Archived

Strings larger than 256 bytes?

Image
is possible have strings larger 256 bytes? i have longstring , not array. thanks yes, can implement class uses long strings. @ code of arduino string class , minor tweaks should able support longer strings. internally still char-array guess, (or array of char array's) problem string classes (depends on implementation of course) fragments memory because of continuous alloc/free actions. most of applications need long strings can redesigned work smaller strings without user noticing it. can explain why application needs long strings? Arduino Forum > Using Arduino > Programming Questions > Strings larger than 256 bytes? arduino

load only option, control of linker options

version 0023 , earlier had upload function button perform upload.  version 1.0 has upload button first perform compile , upload, though there verify (compile) button.  have upload function available because if target not support dtr reset function must first press reset button on target.  impossible time correctly if don't know when upload start!  perhaps relabel upload button "run" , provide new button labeled "upload" perform upload. i'd have way (perhaps in preferences file) specify additional linker options or @ least way pull in full printf  , scanf libraries floating point support.  way native avr-libc stdio functions such printf, sprintf, scanf, , sscanf used in scripts.  others have asked on avrfreaks.net. i don't know @ version started doing build part of upload before version 0017 when added rebuilding of linked libraries build.  (back in 0008 forced re-build of libraries ...