Posts

dreamweaver view is incomplete. Browser shows correct view

this basic code: <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" " http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>homepage</title> <link href="stylesheets/mainstyle.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="container">content id "container" goes here <div class="topholder">content class "topholder" goes here <div class="rightontop">content class "rightontop" goes here</div> <div class="big"></div> </div> </div> </body> </html> this css: @charset "utf-8"; #container { clear: both; height: 1100px; width: 900px; margin-right:...

Communicate between microcontrollers: Automatic address and request-less send?

Image
hi everybody, i have question wire i2c library. i want communicate unknown number of buttons.  every button connected microcontroller (i think can use attiny part). every button has own housing leds. every housing has 1 cable 4 wires , male connector. every housing has female connector daisy chain button housings each other. there's 1 master controller box first button connector goes into. so, every button has ground, 5v , 2 data lines. now master controller box wants know if there's button pressed. master controller box needs poll every button-controller address ask if button pressed? or there way button-controller can send master button pressed without being asked master? (very fast response after button press important) follow question: don't know number of button's user has daisy chained up. how new hooked button gets automatically own unique address , let master controller know it's available (without setting dip switches)? 1 thing can think of give e...

Altering the way content is published - Joomla! Forum - community, help and support

i'm new joomla! i've spent 8 hours reading various admin guides , can't seem clear answer question.  want able allow registered users (of various roles) able add news items , calendar events front page.  however, want them able front end , want data entry screen bare minimum data entry fields job done.  want 1 button on page click submit news or event , want published , viewable front page. i've looked @ "latest news" functionality comes standard joomla! , it's complicated non-computer savvy users.  don't want have wait "publisher" publish it.  don't want 2 wysiwyg edit areas , don't want functionality @ bottom of data entry screen (images/publishing/metadata)  want 1 simple button click on publish data. i'd find out if feasible before decide switch web sites on joomla!, otherwise i'll stick hand written web pages , cgi-scripts functionality. take @ facile forms ( http://extensions.joomla.org/component/ ... itemid,35/ ) co...

Domande sui servomotori

Image
ecco le mie domande (le metto in questo post così evitiamo di aprire dei topic) 1- servo si modificano tutti alla stessa maniera o ci sono delle differenze nelle versioni micro? 2-modificando un servo potrò farlo girare anche ad un determinato angolo? 3-come modifico un servo (nel mio caso un tg9e)? grazie in anticipo ho seguito questo video va bene? https://www.youtube.com/watch?v=owygdzjtske Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Domande sui servomotori arduino

Thread: insmod on boot

hey - i'm having hardest time getting driver load on boot. here's deal. pc/104 stack running ubu8.04. i've got devicenet card which, when issue following command: code: sudo insmod applicomio.ko irq=6 all well! device code: /dev/ac created, driver appears on lsmod, , card shows when cat /proc/interrupts. i've tried work on boot placing "applicomio" line in /etc/modules file, added file, applicomio, /etc/modprobe.d/ directory following contents: options applicomio irq=6 , placed applicomio.ko file in /lib/modules/'uname -r' directory per modprobe 8, yet, when reboot, no love. i'm *sure* i'm overlooking. appreciated. thanks!! bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] insmod on boot Ubuntu

Thread: No desktop, no panel, just a black screen

as described in this thread , no-one able respond, had problem kubuntu 9.04 - viz. although run programs, had no desktop (i.e. no wallpaper , no icons), no panel, , no title bar on windows. thought problem might have been because installed kubuntu backports repos , kind of part-upgraded kde 4.3. i've upgraded 4.3 command line, appears have worked because have new login screen. still have no desktop , no panel. have title bars on windows though, , kubuntu semi-usable in can press alt+f2, run konsole, , run programs there (i have alt+tab between windows, since have no task manager widget without panel). kde broken in way - how can fix it? i upgraded kde 4.3 , totally effed system. re-installed whole system using ubuntu server disk, added 4.3 ppa, installed kde. maybe if try totally removing kde: http://www.psychocats.net/ubuntu/puregnome re-installing kubuntu-desktop, can things working. ...

Datenlogger mit Arduino yun

hallo @ all ich möchte ds18b20 sensoren auslesen und auf die sd karte des arduino yun speichern. das auslesen mit der library ds18x20_temperature klappt super aber wie bekomme ich die werte nun auf die sd karte? liebe grüße dj hallo dragan das gleiche problem hatte ich auch vor ein paar wochen. ich kenne zwar das arduino yun nicht , denn ich habe meinen datenlogger auf einen arduino duemilanove (ds18b20 - glcd-micro sd) aufgeb1aut. wenn du den code haben willst gib mir einen nachricht. weis zwar nicht ob er auf dem arduino yun läuft aber einen versuch ist es wert. danke stefan Arduino Forum > International > Deutsch (Moderator: uwefed) > Datenlogger mit Arduino yun arduino