Posts

Showing posts from February, 2011

String to binary conversion and bunary to string conversion....

int thisbyte = 'a'; stringone =  string(thisbyte, bin); using 2 line can convert "a" "1000001" but int thisbyte = 'abc'; stringone =  string(thisbyte, bin); we 100001001000011 how  possible??? which way can convert "1000001" "a" , "100001001000011" "abc"? question want achieve? have text; want see binary text representation of values if individual characters? Arduino Forum > Using Arduino > Project Guidance > String to binary conversion and bunary to string conversion.... arduino

how to add bookmarks in vista when reading?

hello, i dissertating , rely on adobe's reader's bookmarks in order flag places in 500-page digitized texts need return. rely on "bookmark" function in xp, i've upgraded computer , have new vista version of adobe reader. cannot life of me figure out how add bookmarks in new version (when reading, not when creating pdfs)! might add of bookmarked saved pdfs still retain bookmarks; it's cannot seem add bookmarks pdfs i've downloaded since switching on vista. appreciated! best, l. do mean used able add bookmarks when viewing pdf files? if so, means didn't have free adobe reader before, instead had purchased software acrobat (acrobat standard or acrobat professional). aandi inston More discussions in Acrobat Reader adobe

Thread: OpenOffice 3.01 not working right with MS formats.

i installed latest version of openoffice (version 3.0.1) synaptic on jaunty. openoffice can read ms office 2007 files cannot save in format (docx or xlsx). if edit docx document cannot save in same format. why can not save in ms office 2007 format? how can fix this? ????????????????????????????????? thought openoffice 3.x compatible msoffice 2007 formats? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] OpenOffice 3.01 not working right with MS formats. Ubuntu

Preheating MQ131 ozone sensor - necessary?

i understand prior using mq!31 ozone sensor, need preheat 24-48 hours, unclear whether have preheat length of time each , every time sensor used. supposed preheat heating element length of time once , you're able take readings @ point thereafter or have preheat every time it's used? here quote 1 of user manuals: quote 2.3 long time storage  the sensors resistance produce reversible drift if it's stored long time without electrify, drift is related storage conditions. sensors should stored in airproof without silicon gel bag clean air. for sensors long time storage no electrify, need long aging time stbility before using. not sure how long "long time storage", maybe 24 hours? i'd need burn in if haven't used @ least day or two. Arduino Forum > Using Arduino > Sensors > Preheating MQ131 ozone senso...

Total beginner - control motor to operate a scissor jack

Image
hi, i told friend use arduino complete project.  here's project: i built coffee table connected ac power.  have compartment within table houses video projector, sits on scissor jack platform (4" x 4").  jack has threaded rod adjusts height, wish somehow connect small motor.  i'd able control motor arduino controller push of button or switch.  motor needs able turn threaded rod pre-determined number of rotations in 2 directions. i don't know start. here picture of jack: i've attached pictures of table. sorry complete idiocy. brian quote i don't know start. start measuring how torque needed twist shaft. determine size of stepper motor need. then, motor , appropriate driver. and, switch or two. fabricate mount , connector (or buy pre-made one) connect stepper shaft , motor device. the code pretty simple. read state of switch. if changed, step bunch of times in 1 direction. same other switch, step in other...

Efter installation, trykker jeg på button adminstration, og siden bliver hvid? - Joomla! Forum - community, help and support

jeg har installeret joomla samme mappe som alle mine andre filer ligger i, og har gennemført installationen. når jeg så kommer til sidste side, kan jeg vælge @ se side, eller gå til adminstration. den siger så jeg skal slette installations filerne/mappen. (hvilken nogen er det?) for når jeg sletter mappen installation og filen install , og derefter trykker på refresh. kommer der bare en hvid skærm frem og min filsti står der http://min side.dk/joomla_1.0.13-stable-full_package/administrator/index2.php jeg bruger firefox nyeste version. og min udbyder er one.com! hvad kan problemet skyldes. ? håber kan hjælpe! hilsen kim du skal ikke slette andet en installationsmappen som også står installationsvejledningen. er du sikker på du har uploadet alle filerne? jeg tænker især på mappen "administrator"? måske er det one.com og deres safemode=on samt php indstillinger der giver problemer igen Board index Joomla! International Language Support ...

this is probably a really dumb question, but that never stopped me before - Joomla! Forum - community, help and support

ok joomla gods, me out... have customer has paper company... have bids  various clients, , wanting set specific client areas on site accessible customer using username , password provide them... way want work on main page there user log in.  each customer have custom user login, , when put in user/pass, take them bid information, no 1 else see without user/pass... make sense?  , how make happen? the way think of have separate joomla builds in sub folders, im not sure want have 7-10 separate freestanding joomla sites user menu working each one... there better solution? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Power Supply Guidance

i'm building automated 5 target system airsoft, each target controlled servo , vibration sensor. wondering sort of power supply need able power this? thing know power requirements servos 5v, not know current, i'll have wait servos arrive. thanks you state nothing power supply running. what voltage each device run on? how current each device draw? etc. etc. Arduino Forum > Using Arduino > General Electronics > Power Supply Guidance arduino

Adobe Reader 9 error with ZIP file

i purchased zip file online provider(it large guide) , installed adobe reader 9.0 run it. using windows vista operating system, , saved zip file desktop, when went open got error message it said: adobe reader not open 'wmcomplete.zip' because either not supported file type or because file has been damaged(for example sent email attachment , not decoded). this guide used great many people , wondering have done wrong in process. reader opens .pdf files. if double click .zip file, you'll find cotains .pdf. extract , open in reader. More discussions in Acrobat Reader adobe

Sorting for Correct Message

hello, i making rf24network tmrh20's library. have 3 grandchild nodes sending values 1 child node stores values, takes own reading, , sends of values master node. when start , @ serial monitor on master node, picks values child node, grandchildren inconsistently picked up. main suspect lack of proper sorting child node. here code: code: [select] #include <spi.h> #include "rf24.h" #include "rf24network.h" #include <onewire.h> #include <dallastemperature.h> #define one_wire_bus 2 onewire onewire(one_wire_bus); dallastemperature sensors(&onewire); rf24 radio (7, 8); rf24network network(radio); const uint16_t node01 = 01; const uint16_t node00 = 00; const uint16_t node011 = 011; const uint16_t node021 = 021; const uint16_t node031 = 031; const unsigned long interval = 2000; unsigned long last_got; int m11; int t11; int id011; int m21; int t21; int id021; int m31; int t31; int id031; struct payload_01 {   float moisture01;   f...

Ethernet problems after software reset

hi, i have 1 "arduino due" , ethernet shield 2 connected. my software reset caused code: code: [select] #define sysresetreq    (1<<2) #define vectkey        (0x05fa0000ul) #define vectkey_mask   (0x0000fffful) #define aircr          (*(uint32_t*)0xe000ed0cul) // fixed arch-defined address #define request_external_reset (aircr=(aircr&vectkey_mask)|vectkey|sysresetreq); if(xpto){ request_external_reset  //<<reset.. } this code works fine, arduino restart shield keep lights on. after run code .. have ethernet connection (computer ping ok) udp connection not work. code: [select]   if (!udp.beginpacket(ntpserver, 123)) serial.println(f("beginpacket error")); >> ok   if (!udp.write(packetbuffer, ntp_packet_size)) serial.println(f("write error"));    >> ok   if (!udp.endpacket()) serial.println(f("endpacket error"));  ...

Rubber Ducky??

hi, i found out thing called usb rubber ducky. emulates keyboard , can program little usb stick drop payloads or execute (malicious) commands. the rubber ducky expensive, like, 44 bucks, looking diy version, when stumbled upon this: https://www.youtube.com/watch?v=ksvo1wdyq7s so thought of adafruit feather 32u4 adalogger, 32u4 microcontroller sd card slot. board ok rubber ducky? mean it's 32u4 can definitlety emulate keyboard , sd card means can store multiple payloads @ once. Arduino Forum > Using Arduino > Microcontrollers > Rubber Ducky?? arduino

Thread: Reverse Ubuntu Install?

i dual installed 9.10 on laptop existing xp install. ubuntu install placed on usb drive. somehow messed boot record , must have usb drive attached laptop or cannot boot ubuntu or windows! intended attach usb drive when desired linux boot. otherwise, have system automatically boot windows. there easy way non-techie reverse install reinstall make work in way intended above? thanks! you need go xp recovery console , run utility: code: fixmbr use google find set of instructions on how this.. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Reverse Ubuntu Install? Ubuntu

Soucis hack batterie lego techincs

Image
bonjour à tous Élève de terminale s option si, je passe les épreuves de projet. mon équipe et moi hackons les moteurs lego technics afin de les controler via la carte arduino. mon montage électrique est composé de transistors. Étant fini, je le test grâce à des leds. tout marche sur le gnd et le 5v de la carte arduino, mais au moment de tester avec la batterie lego, rien ne marche!  pourtant la batterie fonctionne! je l'ai testée! voici une image des contacts de la batterie: voici une image du montage: le problème survient lorsque je change la source du courant, lorsque je passe du 5v et gnd de la carte arduino et du 9v et gnd de la batterie. merci de votre aide! bonjour, l'arduino est alimenté comment quand tu utilises la batterie? si l'arduino est toujours alimenté par l'usb, il ne faut pas oublier de relier le gnd de l'arduino et le 0v de la batterie. Arduino Forum > ...

Adding images - Joomla! Forum - community, help and support

hi have been trying add images article pages.  of sample pages there images being pulled web server.  though no matter do, images won't appear me in new posts. any ideas how can add images? when posting artical.. on right tabs.. click image one.. select drop down list folder images want. @ top click on image want , right pointing arrow add it.. edit options below image click apply. underneath the input area artical 2 buttons.. , image , add line break.. then click link on top menu , find info need in there on stuff this. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Commenting and bookmarks not allowed

hello on sides, i have scanned in mulitple documents pdf document (adobe reader 8.1) , add bookmarks and/or comments, neither option allowed. why this? can change it? please help! thanks in advance > have scanned in mulitple documents pdf document (adobe reader 8.1) , add bookmarks and/or comments, neither option allowed. adobe reader can't scan , create pdf documents. adobe reader can't add bookmarks. adobe reader can add comments enabled pdf documents. More discussions in Acrobat Reader adobe

error message using norton systemworks one button scan or windoctor scan

get registry error message saying "clsid\{4c904448-74a9-11do-afge-00c04fd8dc)2}\inprocserver32" cannot find missing file "c:\programfile\adobe\acrobat7.0|reader\acrordlf.d11" ... had upgraded reader 8.1.2 reader 7.0 , message ... 2 missing file notices "c:\program files\adobe\reader 8.0\reader\acrord32.exe" cannot access necessary file , 2 files listed "msvcp80.dll" , "msvcr80.dll" ... of course, acrobat company useless , provide 0 support own product ... have uninstalled reader 8.1.2 , reinstalled , did not @ all. that bug norton systemworks. More discussions in Acrobat Reader adobe

Alkaline Batteries in Series?

i wanted run 4 d alkaline batteries in series ~6v. because alkaline batteries not rechargeable, wondering if put batteries in series different voltages (some used , new), won't new batteries higher potential try charge used batteries , problem? i'm curious if or isn't problem testing using batteries same voltages. in advance. quote won't new batteries higher potential try charge used batteries , problem? no, it's not problem.  , because batteries in series, higher-voltage battery won't "try" charge weaker ones. Arduino Forum > Using Arduino > General Electronics > Alkaline Batteries in Series? arduino

SIMCOM SIM900 with Arduino Mega Help pls

Image
hi, trying little project part of security system. wanted send sms via simcom sim900 gsm/gprs shield when input of pir sensor high. read many article on how send sms work arduino uno using arduino mega. can point me in right direction pls.     the shield using: http://www.ebay.com/itm/new-simcom-sim900-quad-band-gsm-gprs-shield-for-arduino-with-micro-sd-card-slot-/151121095914?hash=item232f84ecea:g:jj4aaoxyyvrsmkw0 hi, no, sim900 shield cannot work when plugged on 2560. this link explains why , shows how wire work. http://hotresistor.blogspot.co.uk/2015/02/interfacing-simcom-sim900-with-arduino.html looking @ picture of shield cannot see i/o port jumpers  , pins refer to. typically  pin 7 , 8 have seen different ones, check states. as metioned in link have downloaded schematic there slight differences ardunio shield, eg power switch, yes/no jumper ? edit  - seems board used pins 2 , 3 instead of 7 , 8 software serial. you need sch...

Help: Polymer Li-ion Battery charger controlled by Arduino

hi guys! im student , im intern @ company, asked me make charger polymer li-ion batteries. use 1 type of battery , lp401730 150mah. reason want arduino because batteries can't charged way, sinds storage cappacity of batteries between 45% , 55%. meaning can't charge 3.7v 4.2v, needs stop @ 3.9v wich 50- 60%. not hard there needs multiple batteries @ time, , want monitor them sepperatly. guys have idea how pull off? i thinking using charger breakout board based on tp4056 in combination arduino. the problems run are: - have never worked arduino , there isn't lot on web (i know, should ashamed) - there needs 9 batteries charged @ time - want monitor batteries seperatly like: battery1 = ...% battery2 = ...% ect. - needs portable, not connected pc time. - time, gave me project bit late , internship over, finish project sinds idea of it. - batteries come 3-way molex connector, , use 2 of them (vcc, gnd) - safety. hi, maybe start learning arduino here...

Thread: I've got the modem blues (forgive the rant)

Image
i used have broadband access years. summer had move in sister , brother in-law in minnesota, , option here has been dial-up access. since got bunch of snow , ice on top of right on christmas day, can't stay connected more 5 minutes max @ time - less. watch modem , can see trying renegotiate connection, see error correction, , either hangs or stops transferring data. it's done twice in short time has taken type this. so, know it's not place it, , please excuse rant, if you've ever had broadband know how bad dial-up me. realize there many places in world people love have dial-up, know shouldn't complain, hate this!! letting me rant! dave moved warm cafe place Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe I've got the modem blues (forgive the rant) Ubuntu

Email Article gets me This website requires you to log in. - Joomla! Forum - community, help and support

when tries email , article (by clicking email icon), , fill in infomation (email, name, email, , subject) , hit send. screen says, " website declined show webpage http 403    causes: this website requires log in.   can try:     go previous page.     more information this error (http 403 forbidden) means internet explorer able connect website, not have permission view webpage. for more information http errors, see help. any ideas on how fix this? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Updating to newer Arduino IDE

i have arduino ide 1.6.4 on windows 8 laptop computer , arduino ide 1.6.7 on windows 10 desktop computer. update both (or @ least one) newer arduino ide 1.8.0.  told others need download arduino ide 1.8.0 , automatically take care of older arduino ide presently have on computer. true? if not, please direct me step-by-step instructions on how update older ide newer one? have valued sketches on these older ides, should make copies before update? advice appreciated. thanks. if use "windows installer" download link , previous installation used installer installing new version first uninstall last version. if use "windows zip file non admin install" there no installation process, unzip file , put unzipped folder anywhere , installed version still there until remove it. quote from: bryab on jan 02, 2017, 11:53 pm i have valued sketches on these older ides, should make copies before update? if use installer files in arduino ide installati...

96 * 16 led dot matrix problem

Image
can arduino sketch? display 12 characters using 96 *16 dot matrix ((16*16 matrix)*6) in attached sketch. fifth matrix , sixth matrix display 9~ 12 characters ,  1~4 characters alternatively. ex:) message " abcdefghijkl" ................... ijkl, abcd alternatively i display matrix 2 function. first displaying fixed characters, seond scrolling right left. first.  it must resolve fifth , sixth matrix alternatively display. i attacted fifth , sixth matrix displaying ijkl , abcd. wanna display ijkl and if scrolling right left, how can modify sketch? thank you sketch file , matrix image files atttaced.. #include <avr/pgmspace.h> #include "pins_arduino.h" // based on mymatrix arduino library // silviu - www.openhardware.ro // mit license (mit) // connections board const byte pinstb=9; const byte pinclock=8; const byte pinred=6; const byte pingreen=7; const byte pinoe=10; const byte pinrowa=2; const byte pinrowb=3; const byte pinrowc=4; const byte ...

Thread: Jamu and mysql schema

hi have small problem jamu.py has been working fine until updated morning error: code: #critical - db speaks schema version 1248, speak version 1247 ! warning - mythtv python bindings not imported i using mythtv trunk, , im not sure if bug. havent clue mysql or "schema" thing, wondering if simple fix. thanks chris i not familiar jamu, other quick 2 minutes read mythtv.org. may have happened mysql database schema updated app bound previous schema , critical changed, app not able communicate database. or bug in mysql. (could few other things these first things come mind.) remember encountering bugs year or 2 ago caused inconsistencies between getschemas , information_schema cause apps throw off error messages one. it's jamu issue, see if there info on mythtv.org site. Forum The Ubuntu Forum Community Ubuntu Official Flav...

Error message gps and canbus

Image
hello, trying som gps speed information sendt on canbus. canbus int okay, , information form gps vel. i'm new @ this, understand fault here?  code: [select] // can send example // #include <mcp_can.h> #include <spi.h> #include <tinygps++.h> #include <softwareserial.h> mcp_can can0(10);     // set cs pin 10 static const int rxpin = 4, txpin = 3; static const uint32_t gpsbaud = 9600; // tinygps++ object tinygpsplus gps; // serial connection gps device softwareserial ss(rxpin, txpin); byte spd (gps.speed.kmph); void setup() {   serial.begin(115200);   ss.begin(gpsbaud);     serial.println(f("fullexample.ino"));   serial.println(f("an extensive example of many interesting tinygps++ features"));   serial.print(f("testing tinygps++ library v. ")); serial.println(tinygpsplus::libraryversion());   serial.println(f("by mikal hart"));   serial.println(); ...

System Info page (admin) - menus stop working - Joomla! Forum - community, help and support

wondering if else experiences following (possible bug)? joomla 1.5 rc3 navigating to: administrator -> -> system info in both ff2 , ie7 admin navigation no longer working (site, menus, content, etc...).  @ first thought after refresh of page, it's occurring on first load of system info page. unsure if existed in earlier releases. [joomla 1.5 rc3 / apache 2.0.51 / php 4.3.10 / mysql 3.23.58] i noticed on rc3. i believe problem there no "close" button there.  have button.  believe works of admin panel: can't use menus above until close panel working on.  no close button = stuck.  logout , log in. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Adobe Reader 8.1.2 will not start WinXP

under winxp, did preventing reader starting. uninstalled, reinstalled , got in events: root key: application ,,,, event type: information source: msiinstaller event id: 3515 event category:0 record number: 3792 date: 2008-02-22 time: 7:22:22 pm description: product: adobe reader 8.1.2 -- installation operation completed successfully. 00000000: 7b 41 43 37 36 42 41 38 36 2d 37 41 44 37 2d 31 {ac76ba86-7ad7-1 00000010: 30 33 33 2d 37 42 34 34 2d 41 38 31 32 30 30 30 033-7b44-a812000 00000020: 30 30 30 30 33 7d 00003} i cleared firewall (zonealarm) , no pop-ups reader needs permission run. have no idea did mess up. have running on hardware under virtual boxes ok, not run in main host system. More discussions in Acrobat Reader adobe

CORE COMPONENTS: Where to get them if removed! - Joomla! Forum - community, help and support

nevermind: installed again alt directory (thank godaddy) , zipped com_banner files , installed primary joomla... worked! if have knowledge/experience ftp & phpmyadmin, see instruction in thread: http://forum.joomla.org/index.php/topic ... #msg970629 or http://forum.joomla.org/index.php/topic,162254.0.html Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Help with mouse input and output?

so trying achieve , why bought arduino @ least main purpose have mouse plugged , while push down left mouse button on mouse sends rapid fire mouse clicks game (call of duty) on computer. thought make mouse clicking actual mouse, , understand code libarary since due can use usbhost means has getbuttonstatus in theory work? i literally ordered arduino due, board achieve small problem? you need 2 usb ports; 1 usb host attach mouse, , 1 usb device connect computer. in theory should possible; "programming port" should usable device port.  i'm not sure mouse/etc libraries due set use - more common case use "usb native" port direct connection pc *or* device... Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Help with mouse input and output? arduino

www and http not displaying in pdf files converted from MS Word

when convert word document pdf using acrobat pro 9.0, website addresses not display correctly. instance, if document shows www.website.com - pdf displays .website.com. also, if have http://www.website.com - ://www.website.com. please help! remember having problem when used trial version of acrobat 9.0, stumbled upon solution. can't figure out time. you'll want ask question in acrobat forum rather here in reader forum. More discussions in Acrobat Reader adobe

Password protecting and encrypting received pdf file

hello there, how can password protect (and encrypt) pdf file received else? example, may copy of tax return accountant don't want else see on computer or when contents of computer online. i have adobe reader 8 installed on computer. not writing these pdf files myself - realize have full control on security settings. microsoft word , excel files can password protect. how can "received pdf files"? thank help. you need acrobat, not reader. be aware then, pdf security easy bypass. i use mac part isn't there features in windows allow protect folders? More discussions in Acrobat Reader adobe

help needed for top menu change - Joomla! Forum - community, help and support

hi, i have installed custom template joomla , works fine..well other top menu. the top menu taking default font. want change no matter css change not implemented. i pasting css below, can tell me change tp menu. i require tpmenu be: a.topnavi:link, a.topnavi:visited { font-family:verdana, arial, helvetica, sans-serif; font-size:10px; font-weight:normal; text-decoration:none; text-align:left; color: #333333;  } my css is: /* css document */ body {margin-bottom:0; margin-left:0; margin-right:0; margin-top:0; background-color:#ffffff;} /*---------------------------------------------------*/ /*    content area */ /*---------------------------------------------------*/ .tableborder   {     border-top: groove; border-top-color: #00000; border-top-style: groove;       } .table{ height:auto; background-image:url(images/bg-head.jpg); } .cont { background-image:url(images/white_left.jpg); background-position:left; ...

Thread: Looking for a good SCJP Study Guide

can recommend study guide/practice exam book sun certified java programmer exam. see there several books on amazon. hope take exam within 6 months. i have kathy sierra, bert bates book. haven't looked @ of others can't compare them you, unfortunately. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Looking for a good SCJP Study Guide Ubuntu

Arduino UNO a Monitor

Image
salve, scusate se magari tratto un argomento già affrontato ma non ho trovato nulla riguardo: è possibile collegare una scheda arduino uno ad un monitor da pc (samsung, lg...) e mostrare quindi anche solo dei caratteri alfanumerici su di esso? se si, è necessaria una libreria o un qualche componente hardware particolare? grazie in anticipo per le risposte qualcosa come questo ? o questo Arduino Forum > International > Italiano > Software (Moderator: leo72) > Arduino UNO a Monitor arduino

Thread: Get the UNR-theme for regular Ubuntu 9.10?

hi, installed ubuntu netbook remix on girlfriend's 10" laptop , love theme. can install theme on own ubuntu 9.10 laptop? ok on 17" screen? thank in advance. christoffer yes. in synaptic Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [SOLVED] Get the UNR-theme for regular Ubuntu 9.10? Ubuntu

guide to converting static site to joomla - Joomla! Forum - community, help and support

hi, i've played around joomla bit , convert existing site static html (with little php includes, building menus, etc -- think can refer static!) is there step step tutorial or guide published somewhere on web? bought , read through manual compass designs still don't feel know start far converting existing site. thanks! (and apologies semi-cross-post, didn't realize in joomla 1.0 forum) if had real static html (no database etc. etc. etc.) suggest copy-paste html content joomla. image handling (may) need bit work upload pictures, , replace them using media manager in joomla (the pictures should uploaded images/stories directory of joomla). yes, if have lot of pictures, can hell... not have other idea. it's quite hard migrate custom developed system cms. Board index Joomla! Older Version Support Joomla! 1.5 Migrating and Upgrading to Joomla! 1.5

Installing issues Frontpage Slideshow - Joomla! Forum - community, help and support

Image
hello, installed mod_fpslideshow part, thats install. if try install com_fpslideshow , mod_fpslideshow_nowsigw error: upload new component - error  another component using directory: "/var/www/vhosts/fiskersiden.no/httpdocs/components/com_fpslideshow/"  [ continue ... ]  and if go component meny, choose front page slide show, come main menu in joomla. also, on front page of site, showing: warning: include_once(/var/www/vhosts/fiskersiden.no/httpdocs/components/com_fpslideshow/language/english.php) [function.include-once]: failed open stream: permission denied in /var/www/vhosts/fiskersiden.no/httpdocs/modules/mod_fpslideshow.php on line 62 warning: include_once() [function.include]: failed opening '/var/www/vhosts/fiskersiden.no/httpdocs/components/com_fpslideshow/language/english.php' inclusion (include_path='.:/usr/share/pear') in /var/www/vhosts/fiskersiden.no/httpdocs/modules/mod_fpslideshow.php on line 62 warning: invalid argument supplied foreach() in /v...

Thread: Uninstalling Ubunto...

i installed ubunto 9.2 original ubunto cd. installed ubunto without making partision side side boot option in beginning. problem ubunto system doesnot have free space use while window 7 has 220 gb free space. planning allocate 100 gb ubuntu , 100 or 120 windows. tried @ in windows c: drive if found ubunto , unistall there have no idea ubunto sitting. want either uninstall ubunto , reinstall after making partision or there anyway can increase space ubundo without uninstalling it. gonna appreciated... i'm not following said. installed ubuntu - did on windows using wubi installer or did boot live cd , install menu presented you? if did latter, have had partition hard drive (even if unknown you). if you're looking resize these partitions, can defrag windows installation, boot live cd, use gparted resize partitions. Forum The Ubuntu Forum Community Ubuntu Official ...

Thread: SCREEN : how to duplicate the root session on another window?

hello screen [enter] sudo su : ctrl + + n or whatever binding next window root # possible? here .screenrc code: hardstatus alwayslastline "%c %w" bindkey ^[[1;5a prev bindkey ^[[1;5b next bindkey ^[[1;5d prev bindkey ^[[1;5c next bindkey ^n screen bindkey ^[[1;2d prev bindkey ^[[1;2c next just run 'sudo su' run screen, every screen session root, problem you're having you're running screen normal user, every new screen session made normal user. if sudo su run screen root, every new screen root too. compromise you'll have sudo su again before resume screen, because normal user can't resume rooted screen session. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] SCREEN : how to duplicate the root session on another window? ...

Adobe Reader 9, No Print context menu on Terminal Server

hi, i've installed adobe reader 9 on windows 2003 terminal server, , though i've installed through add/remove (user install mode) there no "print" option when right click file in windows explorer. there used on old terminal server, , on our desktop machines, i'm not sure if it's adobe reader 9, or other issue. i've looked how create using "file types" in "folder options", have idea command lines need be. anyone got on one? regards carl i have noticed issues adobe reader 9.0 on users too. when print long documents first page print-out, , ignore rest. that's 1 of reason have stayed away adobe reader 9. if adding print option right-click menu problem have, can follow tutorial on how add it. http://www.makeuseof.com/tag/how-to-add-remove-entries-from-the-right-click-menu/ More discussions in Acrobat Reader adobe

Thread: Getting Ubuntu to decrypt dvds

hey, i've been following guide ( http://www.ubuntugeek.com/playing-en...in-ubuntu.html ) ubuntu able decrypt dvds, when try download libdvdcss2 package sudo /usr/share/doc/libdvdread3/examples/install-css.sh command, end getting "sudo: /usr/share/doc/libdvdread3/examples/install-css.sh: command not found" what's going on? you run instead: code: sudo aptitude install libdvdcss2 && sudo /usr/share/doc/libdvdread4/./install-css.sh got http://theindexer.wordpress.com/2009...-karmic-koala/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Getting Ubuntu to decrypt dvds Ubuntu

Link in Static Content to Content of Section - Joomla! Forum - community, help and support

hello , i have created link static content in mainmenu, now - want place links content did in "contents section", how ?  used search in forum got no satisfying answer. plan is, in static content  place in head area alphabet, , links to content created in "contents section" ... i hope english okay , u understand want describe thanks marko try use alpha content http://extensions.joomla.org/component/ ... itemid,35/ Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Moving blur on premier elements 7

does know how moving blur on premier elements 7 ???? seems possible frame frame ridiculously slow seems info on how moving blur on elements 4 pro version, procedure dosent apply elements 7. anyoneout understand software ??? have clicked on effects button (under edit tab) , tried either fast blur or gaussian blur? i realize fast blur gives options horizontal, vertical or both, it's closest thing photoshop style motion blur in tool set. More discussions in Premiere Elements adobe

almost have my workshop desk back

Image
i got 72-bin rolling rack harbor freight tools few days ago, , have spent time trying organize parts , doo-dads. if had few more bin racks... or maybe bigger bins labeled "miscellaneous" found items forgot had, adafruit thermal printer, example. suppose if create project that, , combine bar-code scanner, inventory parts, , print little slip of paper part details printed on it, , tape parts baggy. , hey, if mount peg-board down there, buy of these uline, punch hole in top , hang bulk parts free bins other parts. now have create php-based parts inventory system handle database. oh, there flaw in system... thermal printer not computer driven printer, microcontroller driven printer, may better off hand writing labels... not sure how long thermal printed paper lasts anyway. have been neat though. now, bar-code scanner... can print location bar-codes on every bin, , on peg-board hooks , have bar-code labels well. way, when have update inventory, can scan location bar-cod...

Help With Adobe Acrobat Pro 8.1.2

just need know,say have document 5.56mb when convert pdf can 100kb. if how do it.?? my acrobat pro part of adobe web premium cs3. any good. thanks sometimes can this. there isn't magic button setting size, can consider of things contribute size, such number of fonts, number of images , other graphics, amount of navigation. things can made smaller (for example, lowering image resolution 300 dpi 75 dpi reduce space used images more 90 percent). can't: instance if have architects plan lines, can't take out of lines. if have more questions acrobat, rather adobe reader, recommend acrobat windows or acrobat macintosh forum. aandi inston More discussions in Acrobat Reader adobe

Motion sensor alarm

hi, i wanting make motion sensor alarm driveway. have arduino board, 4 wire pir sensor , 2x piezo buzzers... this first project, can point me in right direction programming these work making beep 3 times, giving cool down time , altering motion sensors sensitivity if possible? thanks adafruit has pir sensor tutoria: https://learn.adafruit.com/pir-passive-infrared-proximity-motion-sensor?view=all Arduino Forum > Using Arduino > Project Guidance > Motion sensor alarm arduino

Adobe Reader 8.1 will not start

adobe reader installs no run. when starting reader after install finished message (adobe reader 8.1 has encountered problem) reader shuts down. how past problem? i using windows xp home on power spec computer. i have same problem. have installed , deinstalled many times..... mess. never used have adobe problems. ought have support line until midnight. can't reach during day. work. please let me know if solution found. there lower version can install without being computer junkie? used easy adobe - free , no hassle. now, i'm stuck. More discussions in Acrobat Reader adobe

Thread: 8 channel video capture card cctc saa7134

i bought 8 channel video cctv capture card, pci card. when type: sudo lshw, here channels see. seems using saa7134 driver. have cameras hooked /dev/video0 , 1, see no video. tried different software , tried setup zoneminder, did, no video shows up. know how fix ? running ubuntu 8.10 *-multimedia:0 description: multimedia controller product: saa7130 video broadcast decoder vendor: philips semiconductors physical id: 8 bus info: pci@0000:06:08.0 version: 01 width: 32 bits clock: 33mhz capabilities: pm bus_master cap_list configuration: driver=saa7134 latency=66 maxlatency=38 mingnt=15 resources: irq:16 memory:f8500000-f85003ff *-multimedia:1 description: multimedia controller ...