Posts

Showing posts from July, 2010

Incorrect Parameter error when syncing

dreamweaver (cs3) has started giving me ‘incorrect parameter’ dialog box when attempt perform sync on entire website, or on specific folder or set of folders. it has been working flawlessly months; nothing has changed on of machines, nor on ftp, web servers or firewalls. performing sync on single file works fine. this happening on machines running both vista ultimate , xp pro. after close ‘incorrect parameter’ dialog box, dreamweaver appears still interacting server not. way recover in order use put/get commands forcibly quit dreamweaver cs3 via end task command. any assistance appreciated, site organized, large , ability use sync command pretty important. More discussions in Dreamweaver support forum adobe

Seeed Ethernet + Mega 2560 ICSP

hi all, i've explored number of posts related topic, i'm not able solve issue @ hand. i first tested shield on uno stacking - worked fine. using simple code posting sensor readings plot.ly. wanted incorporate mega2560 project, first explored ability switch cs pins. able wire shield via icsp on uno, , switch cs pin modifying w5100.h file. i tried few iterations, of successful in posting data plot.ly api. i've since been stumped when trying work on mega. followed exact same steps - wiring through icsp, double, triple checking pin arrangement - , moving cs pin around via w5100.h file , pin mapping found here: http://arduino.cc/en/hacking/pinmapping2560 currently cs set digital pin 48, using code in .h file: code: [select] #if defined(__avr_atmega1280__) || defined(__avr_atmega2560__)   inline static void initss()    { ddrl  |=  _bv(1); };   inline static void setss()     { portl &= ~_bv(1); };   inline static void resetss()   { portl |=  _bv(1); }; #elif defined(

BS18B20 Stopped Working! - Raspberry Pi Forums

i got bs18b20 temperature probe, , got work using instructions adafruit. added sample script python app use control things in house , worked fine too, 1 day. , stopped. started beginning, , /sys/bus/w1/devices folder empty, after sudo modprobe w1-gpio , sudo modprobe w1-therm. checked connections , checked out ok multimeter. don't have oscilloscope, can't tell if there's comms going on. there can debug it? did run apt-get upgrade or dist-upgrade? might running system uses "device tree" , needs following line in /boot/config.txt ds18b20 sensors work code: select all dtoverlay=w1-gpio reboot. raspberrypi

Which is faster? getCharBoundaries or getLineMetrics

hi, i need hold of vertical position , height of text character. possible using textfield.getcharboundaries() method rather slow have looked other possibilities. 1 way hold of line index of character textfield.getlineindexofchar() , iterate on text lines , examine heights using textfield.getlinemetrics(). what ask if can expect increased efficiency using second method compared first. i of course interested in other ways hold of same information. ok quick update: i have done tests our application , result when using getlinemetrics() instead of getcharboundaries() cut in processing time >99%. More discussions in Flex (Read Only) adobe

visibility of sprites

hello i hope can explain properly.. need create button lets user show or hide number of sprites. new sprite appear each time user clicks 'next' need of them either hidden or showing when user presses show/hide button, if half showing when press it. make sense? i have code buttonpress = true sprite(1).visibility = buttonpress sprite(2).visibility = buttonpress buttonpress = not buttonpress but i'm not sure i'm putting these pieces of code, or if work.... thanks, hope makes kind of sense! you can use of blend property sprite(1).blend = 0 -- invisible sprite(1).blend = 100 -- visible More discussions in Director Lingo adobe

Chcking for the existance of a movie clip by its instance name

hey, i'm working on as2 stuff , in 1 function have used _root.attachmovie("box_mc", "box"+boxcount, _root.getnexthighestdepth()); to attach few boxes on stage(expecting 100+)... what want (from different function) check see if box exists string of instance name e.g. ifmovieclipexists("box3"); is there function this? cheers, jamey movieclipexists = _root.box3 <> undefined; //will true if clip exists , false if not More discussions in ActionScript 1 and 2 adobe

php, python, cgi, apache - Raspberry Pi Forums

Image
hello everyone followed tutorial http://www.raspberrypi-spy.co.uk/2013/1 ... n-mcp3008/ got working thank god, took me while came through. question .i have server set on raspberry pi. how can make data running python script visible on webserver. code working code: select all #!/usr/bin/python import spidev import time import os # open spi bus spi = spidev.spidev() spi.open(0,0) # function read spi data mcp3008 chip # channel must integer 0-7 def readchannel(channel): adc = spi.xfer2([1,(8+channel)<<4,0]) data = ((adc[1]&3) << 8) + adc[2] return data # function convert data voltage level, # rounded specified number of decimal places. def convertvolts(data,places): volts = (data * 3.3) / float(1023) volts = round(volts,places) return volts # function calculate temperature # tmp36 data, rounded specified # number of decimal places. def converttemp(data,places): # adc value # (approx) temp volts # 0 -50 0.00 # 78 -25

GY-521 MPU-6050 Module 3 axial gyroscope accelerometer

where can find real schematic thing - came in box no info , no contact info. did not cost much so guess got paid for...mystery chip!  looks gy-521 - knows! can make photo of ? the mpu-6050 chip, it's other normal accel+gyro sensor, maybe better. read page: http://playground.arduino.cc/main/mpu-6050 there link schematic somewhere on page of gy-521. i noticed new modules on ebay. there have different layout gy-521, still have voltage regulator , same pins. Arduino Forum > Using Arduino > Sensors > GY-521 MPU-6050 Module 3 axial gyroscope accelerometer arduino

Thread: TED not working

Image
hello, having trouble ted (torrent episode downloader). able run through set wizard after nothing. here displayed in terminal: exception in thread "main" java.lang.unsatisfiedlinkerror: no tray in java.library.path @ java.lang.classloader.loadlibrary(classloader.java :1698) @ java.lang.runtime.loadlibrary0(runtime.java:840) @ java.lang.system.loadlibrary(system.java:1047) @ org.jdesktop.jdic.tray.internal.impl.gnomesystemtr ayservice.<clinit>(unknown source) @ org.jdesktop.jdic.tray.internal.impl.servicemanage rstub.getservice(unknown source) @ org.jdesktop.jdic.tray.internal.servicemanager.get service(unknown source) @ org.jdesktop.jdic.tray.systemtray.<clinit>(unknown source) @ ted.tedtrayicon.<init>(tedtrayicon.java:28) @ ted.tedmaindialog.initgui(tedmaindialog.java:312) @ ted.tedmaindialog.<init>(tedmaindialog.java:121) @ ted.tedmain.main(tedmain.java:37)

admin mambots php New problems - Joomla! Forum - community, help and support

there problem admin.mambots.php i have downloaded fix way in august , acting up. i re-downloaded file today , still can not resolve it. sorry repost original thread locked warning: main(/home/your/public_html/administrator/components/com_mambots/admin.mambots.php) [function.main]: failed open stream: success in /home/your/public_html/administrator/index2.php on line 62 fatal error: main() [function.require]: failed opening required '/home/your/public_html/administrator/components/com_mambots/admin.mambots.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/your/public_html/administrator/index2.php on line 62 has changed? tia try downloading admin.mambots.php file here http://forum.joomla.org/index.php/topic,96780.0.html . if still have problems please post here. Board index Joomla! Older Version Support Joomla! 1.0 Upgrading - 1.0.x

exit an interaction without the 'enter'-key

i working on task participants have press key 's' or 'k' possible, depending on symbol appears on screen. right have interaction icon calculation icon attached it, when press 's' or 'k' button, still have press 'enter'-button continue flowline... how can exit interaction pressing key (s or k) , @ same time saving input, without having press 'enter'-key??? i have tried day, authorware helppages, can't find solution. please me! kind regards, anouk "anouk123" <webforumsuser@macromedia.com> wrote in message news:fng91k$5lo$1@forums.macromedia.com... >i working on task participants have press key 's' or 'k' > possible, depending on symbol appears on screen. > right have interaction icon calculation icon attached > it, when press 's' or 'k' button, still have press > 'enter'-button continue flowline... how can exit interaction > pressing key (s or k) , @ same time

Thread: Ubuntu Maryland LoCo Team

Image
hi, joe. joined ubuntu maryland loco team. don't know joined anyway. use ubuntu , maryland here am! hello, name robert yeckley. switched microsoft windows ubuntu linux when searching alternative windows vista. ever since then, system has been running soooooo fast , efficient. can more free stable software have ever been able windows. on top of that, love fact don't have activate copy of linux; , system recovery easier - burn iso image cd, boot up, , reinstall without formatting partition. love it. sorry, microsoft - i've picked better choice. have managed switch 5 people far on linux demonstrating how stable is. recommend anyone; students need windows, can dual-boot. if know more me, reply me here or send me message @ ryeckley82@yahoo.com (i have facebook). p.s. can read bible , memorize verses free - no more paying $150 read god's word!!

ATtiny84 Prevent external interrupts

Image
i'm building sht21 based sensor runs off cr2032 battery, need sleep of time. with in mind, found way of sleeping 'tiny , waking every x seconds using built in watchdog timer. perfect.... or thought. i'm using srf radio uses serial. because didn't think through design of pcb enough, i've managed tie receive pin srf external interrupt pin on 'tiny. result, when there traffic on srf, sets pin low , wakes mcu. haven't defined external interrupts, , functionality unwanted. is there way disabled external interrupts completely, while still allowing watchdog interrupt work? normally srf disabled , won't receiving data, wanted know whether possible disable functionality anyway this current testing code: code: [select] // software serial #include <softwareserial.h> #define rxpin 3 #define txpin 2 softwareserial myserial (rxpin, txpin); // low power #include <avr/sleep.h> //needed sleep_mode #include <avr/wdt.h> //needed enable/disable w

cfpdf protect pdf permissions ignored

i have been trying protect pdf's have been creating new coldfusion 8 cfpdf tag. step 1: create new pdf using cfpdf action="processddx" , .. step 2: try , protect newly created pdf cfpdf action="protect" , only permission "allowprinting". this works fine... however - if run code again using "protected".pdf source document code still works though i'm assembling new pdf document don't have permission! it breaks when gets line cfpdf action="protect" again (as doc password protected). some code: <cfsavecontent variable="myddx"> <?xml version="1.0" encoding="utf-8" ?> <ddx xmlns=" http://ns.adobe.com/ddx/1.0/" xmlns:xsi=" http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation=" http://ns.adobe.com/ddx/1.0/ coldfusion_ddx.xsd"> <pdf result="output1"> <pdf source="doc1"> <header replaceexisting="tr

One Arduino - two projects?

Image
hi, received first arduino (a mega 2560 r3).  first time have ever done remotely this, lots of reading do!    i intend run quite simple project led sync music http://www.audectra.com/guides/easy-diy-audectra-setup/  not can go wrong there , it's pretty copy , paste exercise.  useful introduction me though. i build soil moisture project one, perhaps adding self irrigation http://www.openhomeautomation.net/wireless-gardening-arduino/ my question is, can 1 arduino?  audectra project run when playing music/games on pc i.e. not 24/7.  fine not have soil moisture project not active whilst using audectra project.  not both things need run if fundamental problem.  need easy way of switching between two. apologies if have made basic errors here; did try search answer first , has start somewhere ... a single sketch can control multiple things independently , might possible combine both projects single sketch, suspect each project need own hardware , you'll

Pi 2 Model B, display and TNC-Pi - Raspberry Pi Forums

firstly new raspberry world.i have purchased following , not seem compatible pin config , board/hole position. main board's hole configuration not in align either of display board or tnc-pi board. when display board plugged in white , appears driver issues. have tried image display manufacture custom drivers , configuration found online. both same result , have reconfigure use hdmi boot. have suggestions or corrections setup? raspberry pi 2 model b project board - 1gb ram - 900 mhz quad-core cpu tnc-pi serial board http://www.tnc-x.com/tncpi.htm 3.5 inch 320*480 resistive touch screen tft xpt2046 lcd compatible raspberry pi (pi 2) model b b+ a+ raspbian video photo display system @xyg images in box.net https://app.box.com/s/9uigqpseen176yjh67gfuhno0u0wc7od working ham radio packet communications setup. i have xastir running on b+ raspberry pi. tnc-x board connected ht. have 4" touchscreen lcd. not go smaller have scroll around screen. power using solar charged 20,00

Flash Player 9 is installed but I get a message &quot;Macromedia Flash player required&quot;?

i have installed last 9th version of adobe flash player. few weeks ago had no problems browser when visiting websites flash content , same 9th version of flash. but now, when visiting websites message "macromedia flash player required" (but not adobe flash player). i've reset settings in "internet options" dialog. i've updated last version of flash player. have no problems when visiting websites flash content opera, mozilla firefox , netscape navigator. problem internet explorer. , what's strange? when visit, instance, www.lamborghini.it or www.flash-game.net, there no problems, when visit www.dodge.be or want read course material in http://cisco.netacad.net message. i don't think problem dodge or cisco use files of old version of flash. because, i've said, had same version before, installed on pc, , had no problems. ? income life | web directory same problem here! ideas???? More discussions in Adobe Animate CC - General adobe

midi sequence > trigger industrial controller.

hi all i purchased/had quick play pro micro board , hoping, little help, can 'button presser' me. arduino complete noob have quite bit of scripting experience. background: i have small pre cast plant uses phenix 10 channel controller controls batching of mixture used in our manufacture. linear sequence 'conducts' series of machines via various relays. editing sequence using supplied phenix software real pain, linear , synchronous makes overly complicated , not able expand next stage of development....enter midi (and not sure why hasnt been used industrial control language before??). i have used cubase (midi sequencing program) many years , occurred me other day has perfect , mature graphical interface sequencing not music batch plant. each channel async. in other words can have 10 'tracks' each playing independent sequence of on off events. used midi drive light shows via friend's custom midi>light box. in addition controlling channels, can add

Eingabe vom Serial Monitor verwenden

Image
moin leute, bin neu in diesem forum   . ich habe ein kleines problem, ich nicht gelöst bekomme. ich habe schon auf einigen seiten geschaut aber nichts nützliches gefunden. ich möchte über den serial monitor die helligkeit einer led steuern, und habe jetzt ein code aus dem internet, wo das, man schreibt auch wieder ausgegeben wird, ich kann es aber nicht eine variable weiter geben, von wo aus ich den wert den ledpin geben kann. kann mir jemand sagen, wie ich das eingebene eine variable weiter geben kann? oder direkt die led. bin noch anfänger in arduino. hier erstmal der code: code: [select] void setup (){  serial.begin(9600);  serial.flush();  digitalwrite (13, high);      //turn on debugging led } void loop (){  int i=0;  char commandbuffer[100];  if(serial.available()){     delay(100);     while( serial.available() && i< 99) {        commandbuffer[i++] = serial.read();     }     commandbuffer[i++]='\0';  }  if(i>0)     serial.println((cha

Thread: New theme. Theming app?

Image
i released first theme gnome. theme can found here . creating graphics fun , easy, love graphics work. however, building gtkrc , metacity-01.xml files tedious. there app asists in making themes? lke gui sort of thing? cool if there app import theme images , have app build gtkrc , metacity-1.xml files you. know of such app? thanks! downloaded it. love see red too. love it! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] New theme. Theming app? Ubuntu

Find Raspberry Pi projects - Raspberry Pi Forums

hi there. we've launched pi hunt, product hunt raspberry pi, arduino , other hackable devices in beginning of february. happy results since we've managed gain interest pi community. share new, interesting projects, diy guides or end-products have/related raspberry pi. reddit users upvoted pi hunt hottest link day , of our traffic comes us, uk, canada, germany & australia. support! think pi hunt worth sharing on raspberry pi forum now. can find weekend projects or others have done pi. there interesting projects! , waiting projects, guides or end-products others can find. http://www.pihunt.co semih raspberrypi

Demo of PC-Arduino comms using Python

i haven't been able find piece of example code (both python , arduino stuff) can reliably send , receive text and/or binary data between pc , arduino. have written pair of demo programs - 1 in python , 1 arduino -  in hope might useful newcomers. i have written programs on linux pc. great if let me know if work on windows , mac systems. i wrote python program in jruby more familiar that. can provide jruby version if interested. comments welcome. ...r ps. first mentioned interest in thread http://forum.arduino.cc/index.php?topic=224091.0 quote from: robin2 on mar 12, 2014, 02:44 pm i wrote python program in jruby more familiar that. can provide jruby version if interested. i'm jruby developer, i'm interested.  here project did. (https on raspberry pi in jruby) <-> arduino https://github.com/cootcraig/pi_arduino_io_1 Arduino Forum > Using Arduino >

Thread: problem installng Netbook Remix

dear all, having tried 9.04 desktop version ( since microphone never worked in it) trying install netbook remix on acer aspire 4736g laptop. followed instructions give @ following link. http://www.pendrivelinux.com/usb-ubu...remix-install/ now, looks have done successfully, when tried double click it nothing well, have daul boot, vista , want install remix now. can please ? wr, prasad the unr (ubuntu netbook remix) wiki here https://wiki.ubuntu.com/unr this should well ... http://ubuntuforums.org/showthread.php?t=1181327 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] problem installng Netbook Remix Ubuntu

Ethernet shield para Mandar Emails

hola, tengo que diseñar un pequeño circuito con un sensor dht11 que me tiene que mandar la humedad y la temperatura por email cada hora, visto esta shield y no se si me puede serbir o me podeis aconsejar algun otro: [url]http://dx.com/es/p/ethernet-shield-with-wiznet-w5100-ethernet-chip-tf-slot-118061#specification/[url] los emails se tendrian que mandar por algun servidor gratuito como el de gmail, conoceis algun ejemplo? muchas gracias. Arduino Forum > International > Español > Hardware (Moderators: surbyte, Hector_A) > Ethernet shield para Mandar Emails arduino

My 3G copter - Raspberry Pi Forums

hello, have been playing raspberry flight data (telemetry) copter , send data on 3g web browser in order not limited rc range. so, raspberry pi gets data gps gy-neo6mv2, gyro mpu 6050, compass hmc5883l , bmp180 barometer , sends on sockets using 3g modem huawei e3276. sending image sequence or record video using usb camera connected pi. current setup looks this: https://www.youtube.com/watch?v=lkhma6gerbq test flights , better video week. implementing "hold altitude" , "go location" functionality on raspberry pi sending commands web browser. besides in order have autonomous flight in future, use arduino nano decoding rc signals or managing flight controller receiving commands pi. copter controlled both radio , internet connection. works prototype. program used node.js, sockt.io , python. in future want implement "return home" functionality if signal lost , add distance range sensors. think? hello ! i'm trying develop similar

Using a java script comfirmation in delete record function?

hello; i trying write confirmation script in java delete record. don't want delete whole table of information, record teh delete button attached using id. here script, , code on page: <script language="javascript"> function confirmdelete(id) { if (confirm ("are sure want delete record?")) { document.href.action="projectcat-action.cfm?id="+id; document.href.submit(); } return false; } </script> here query trying use with: <cfquery name="catman" datasource="#sitedatasource#" username="#siteuserid#" password="#sitepassword#"> select categories.name viewfield1, categories.categoryid id categories </cfquery> <head> </head> <body> <cfloop query="catman" startrow="#url.startrow#" endrow="#endrow#"> <cfoutput> #viewfield1# <form action="projectcat-action.cfm" method="post"> <input type="hidden"

Park Properties - Joomla! Forum - community, help and support

Image
just finished site property management company in charlottesville, va, usa http://www.goparkproperties.com/ i used google map component, opensef, , template rockettheme. very nicely done.  layout, nice, clean image 2 things stood out right away were: the blue background blends in template.  change white or sort of lighter colour contrast , make content stand out more. the blue edge around right column seems unnecessary.  sharper if backgrounds on headers rounded on right side match left side same padding on containers keep matching white edge (same left) running down side.  Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed 1.0 x Site Showcase - Archived.

Thread: Fonts in Firefox

Image
i can't find font selection displays web pages on firefox / ubuntu 9.04 same way forefox running under windows. in particular, in yahoo webmail home page fill-in box entries aren't centered vertically, bottom halves of characters enter in boxes cut off , hard read. how can fix this? first, make sure have installed same fonts (msttcorefonts package). set font sizes same have in windows (content->fonts & colors in firefox preferences) click advanced-button detailed font settings). of course might want send feedback site's admins layout doesn't scale different font sizes.. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Fonts in Firefox Ubuntu

Thread: CPU scaling applet. Cant make changes permanant.

it defaults "on demand". on desktop full screen flash better if select "conservative". on reboot reverts default "on demand'. had in gconf-editor , nothing there. so there nothing in config file set default? name of applet you're running , have tried launching through terminal see if of initialization messages might provide more insight? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] CPU scaling applet. Cant make changes permanant. Ubuntu

Can't edit HTML, add pictures, or add links in content - Joomla! Forum - community, help and support

hi all, i have started making site friend.  began making new content , wanted add picture, put link on word, , edit html.  pop-up editor box appear does, there weren't fields or options inside window.  it's big blank empty box.  hope i'm describing problem efficiently. in addition, background used in content editor not match background when published on site.  a  color fade in editor, white on published site.  i'm not sure if 2 related, i've never had trouble before.  if has experienced this, or knows of fix, i'd appreciate tip off.  thank you. have read http://forum.joomla.org/index.php/topic,87198.0.html ? are using http://www.yourdomain.com or yourdomain.com access site? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

RPI with 9'' screen and one power supply - Raspberry Pi Forums

hello everybody, working on home projet using rpi, smart screen. that, bought aliexpress 9'' screen ( http://www.aliexpress.com/snapshot/6427 ... 8027982857 ). screen require own power supply (12v). project, want on power supply. on controller board of screen, noticed pins 12v output. thought convert 12v 5v , plug in correct gpio in rpi. convert voltage, used precision voltage component ( http://www.analog.com/media/en/technica ... /ad584.pdf ). problem when check multimeter voltage, keeps changing (5v, 0 4 etc ..) therefore rpi cannot boot. idea? how can "share" 1 power supply emit 5v rpi , 12 screen. brand new in world, if can point me direction great. in advance julien the component trying use not suitable. voltage reference chip , can supply 10ma. rpi needs 1000ma - 2000ma. 5v switching or 'buck' regulator chip or ubec. raspberrypi

Weird inexplicable Flash text behavior. Help!

i've been searching high , low answer , first time i've posted flash forum i've got far. i've been building few sites in flash rely heavily on loading plain text files swf file (for purpose of quick , easy text updating) using commonly used loadvars script (see end of post example script). and works absolutely fine - weird starts happening after i've re-edited text file , uploaded it. here example text content using 'news' load variable in text file. news= testing. testing. 123. testing. it works! normally should appear in flash movie when using script can see below: testing. testing. 123. testing. it works! right? yes! , indeed does. except, why @ stage after i've edited , re-saved/uploaded text file lets example to: news= testing. testing. testing. 1234. testing. please work! ...do this? testing. testing. testing. 1234. testing. please work! extra blank lines appear in between lines of text - if invisible br tags added. there no differ

eGalax Touch does not work after update of Raspberry Pi B - Raspberry Pi Forums

previous kernel 3.12.33+ used work. kernel 3.18.7+ display ok, touch not work. root@raspberrypi:/lib/modules# uname -r 3.18.7+ root@raspberrypi:/lib/modules/3.18.7-v7+# zgrep config_input_touchscreen /proc/config.gz config_input_touchscreen=y root@raspberrypi:~# zgrep egalax /proc/config.gz # config_touchscreen_egalax not set root@raspberrypi:~# cat /etc/udev/rules.d/99-input.rules subsystem=="input", attrs{name}=="stmpe-ts", env{devname}=="*event*", symlink+="input/touchscreen" /etc/x11/xorg.conf.d/99-calibration.conf unchanged. lsusb --------- bus 001 device 007: id 0eef:0001 d-wav scientific co., ltd egalax touchscreen there working kernel or possible downgrade earlier kernel? don't see files relating previous kernel. when @ b , pi2b stock kernel has code: select all config_touchscreen_egalax=m , on both /lib/modules/`uname -r`/kernel/drivers/input/touchscreen/egalax_ts.ko exists running latest , greatest kernel?

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

إخواني أنا حزين لعدم وجود شرح موحد لمسألة تنظيم الموقع بشكل صحيح بحيث يتعرف على اللغة العربية... النتيجة، لايمكن تصدير المقالات بصيغة البي دي إف وتظهر فيها العربية مثل الهيروغليفي... كل عام وأنتم بخير [rtl] هلا أخى , هذا أمر معروف فى نسخة جملة! الحالية ... و جملة ليست السبب فى الأمر بل هو عيب مكتبات pdf و تعاملها مع العربية إن شاء الله سيحل هذا الأمر فى جملة! 1.5 , أتمنى أن تختبرها سلامى [/rtl] Board index Joomla! International Language Support International Zone Arabic Forum جوملا! 1.0 التثبيت

Re: Is a dedicated server the only way to go?

> offers sub-par > tech support, etc. question is: ideal hosting plan > independent designer doesn't have time troubleshoot coding issues i see massive problems in question/statement. good hosting should give no hand-holding support "coding issues" hosting renting storage space , bandwidth transfer. the hosting company should never asked @ page on site. never asked how set form or similar thing. they should , must have faq/support section explain things. but should not expect host ever @ code. if want that- go godaddy. won't hold hand pretend to. any host says offer level of support lying or wasting time dealing bubblegum on shoes. not want person running server tell how things. i expect not ever contact host's support other dns issues. if have ask them questions fail , i'll change hosts. in short- if have contact host have them fix they've got 2 chances talk real talk move dns. -- alan adobe community expert, dreamweaver http://www.a

@charset &quot;utf-8&quot; in CSS

hi... for first time got dw 9 creat css file... first line this: @charset "utf-8"; what's there for? can / should delete it? thanks , cheers... jj http://www.i18nguy.com/markup/serving.html#tip02 http://www.w3.org/tr/rec-css2/syndata.html#q23 -- ken ford adobe community expert - dreamweaver fordwebs, llc http://www.fordwebs.com "jay jay" <jhabrix@yahoo.com> wrote in message news:fv4g52$au5$1@forums.macromedia.com... > hi... > > first time got dw 9 creat css file... > > first line this: @charset "utf-8"; > > what's there for? can / should delete it? > > , cheers... > > jj > More discussions in Dreamweaver support forum adobe

Camera Stabilizer with MPU6050 IMU

hi guys, i designing new camera stabilizer arduino uno , mpu6050. basically i've finished 4 steps camera stabilizer. 1:find i2c address mpu6050 2:get raw values mpu 6050 convert meaningful data. 3:get roll , pitch values accelerometer , gyroscope. 4:use kalman or complementary filter better result. finally implement pid system. do have idea how implement ? you use pid library. http://playground.arduino.cc/code/pidlibrary http://playground.arduino.cc/code/pidautotunelibrary Arduino Forum > Using Arduino > Project Guidance > Camera Stabilizer with MPU6050 IMU arduino

RPi WiFi to eth0 bridge not working - Raspberry Pi Forums

hi all, have been trying use raspberry pi wifi-to-ethernet bridge using various different methods i.e. bridge utils , using script here http://hackhappy.org/uncategorized/how- ... rk-bridge/ none of these seem working. network details (as seen pc) is: gateway: 192.168.2.1 subnet mask: 255.255.255.0 ip address: 192.168.2.18 (my pi gets address, without using static ip) settings should use on above script make work (i think problem in isc-dhcp-server isn't allocating pc (eth0) ip address? , know of other methods of doing (bridge-utils doesn't work @ me). oh, , matter if assign static ip eth0 192.168.0.xx or 192.168.1.xx (since wifi 192.168.2.xx)? in advance, a few questions might want consider: - packets forwarding between eth0 , wlan0 using bridging, routing or nat? - how devices deeper in network discover forwarding device? - wlan0 interface client interface or access point? - device in each subnet responsible dhcp? issues networking due fuzzy thinking thes

Garagedeur openen met Arduino

hoi, ik wil mijn garagedeur openen d.m.v. een: - kleine afstandsbediening (liest maar 1 knop) - iphone app mijn garagedeur gaat nu openen d.m.v. een grote afstandsbediening (is ook vrij oud). vanaf binnen de garage kan ik de deur openen door op een deurbel te drukken, deze d.m.v. 2 draadjes (rood / zwart) verbonden met de motor. kan ik waar de rode en zwarte draad lopen een arduino er tussen hangen? of wat de beste manier. ik heb ook een sparkcore voor wifi. greets, bram je kan de rode en zwarte draad verbindingen vervangen door een relais die (met een transitor ertussen of mosfet) geschakeld wordt vanuit bijvoorbeeld de spark core. niet rechtstreeks verbinden aan de spark. dus wel ff een relas ertussen (ebay heeft wel mooie voor weinig). Arduino Forum > International > Nederlands (Moderators: Jantje, JO3RI) > Garagedeur ope

My project: Backpi - easy RPi backups - Raspberry Pi Forums

Image
hello all, wanted share latest project called backpi. wrote simplify taking backup of rpi data. uses whiptail interactive menus, can run in command-line mode enabling automation. please have @ , tell me think. comments, request , bug reports appreciated! https://github.com/electronicsguy/raspb ... ter/backpi backpi-splash.jpg (55.02 kib) viewed 146 times raspberrypi

Gradual Transparency

cant seem figure 1 out. gradual fade transparency in png file. want picture fade transparent behind text.. missing here? gary if bitmap photo, either use feathering, or handy plugin under commands > creative > fade image. if you're trying fade vector, select gradient fill type, set 2 colors (match transparent side close color behind it) , set transparency 0%. box right above color selection. More discussions in Fireworks adobe

Can you upgrade some users to CS3 and administer in C3?

does know if can continue administer site contribute 3, upgrade users cs3? we've tried trial version of cs3 , lost ability send drafts contribute user (could use email review). and i've read connection key created cs3 won't work contribute 3. can corroborate that? no cannot adminsitrator using c3, when users using cs3. have upgrade , make sure that, if there users working c# , cs3 turn on transition mode (edit, administer websites, compatibility). More discussions in Connection/Administration adobe

help needed with Camera switching code!

hi, have new camera system goes onto livestream dated radio station. dont know @ programming , code working. basicly needs happen when certian microphones on, certian cameras need activiated. all welcome , can give further info if need it, you! this current code: code: [select] /*  livestream cam draft  this switch betweencams facing either annoucer, guest, news or still screen.   */ int cam1 = 3; int cam2 = 4; int newscam = 5; int mic1 = 8; int mic3 = 9; int mic4 = 10; int newsmic = 11; int stillscreen = 6; void setup(){  //set cams , stillscreans outputs  pinmode(3, output);  pinmode(4, output);  pinmode(5, output);  pinmode(6, output);    //set mics inputs  pinmode(8,input);  pinmode(9,input);  pinmode(10,input);  pinmode(11,input);    // enable internal pull-up resistor  pinmode(8, input_pullup);  pinmode(9, input_pullup);  pinmode(10, input_pullup);  pinmode(11, input_pullup); }   void loop() {  //begin checks mics  if(digitalread(11) == high)  {

Internal Clock in Coldfusion 8

i noticed date retrieved when using now() function 1 hour ahead of server system time. there place in administrator need set time? can not find reason ahead 1 hour. hi rick, if using cfmx7 or cf8, suspect issue change in daylight savings time enacted past year. take @ coldfusion mx/jrun , sun's jvm: u.s. daylight saving time changes in 2007 . More discussions in ColdFusion Server Administration adobe

Thread: need help.. sound doesnt work, after fresh install

ok installed ubuntu on new dell, , sound not work... how go fixing this? you need provide more information before can helped. - model of dell? - have tried/what doesn't work? self-serve : have read this? : https://help.ubuntu.com/community/sound , this? : https://help.ubuntu.com/community/so...otingprocedure Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] need help.. sound doesnt work, after fresh install Ubuntu

Events Calendar - JEvents - Error Installing - Joomla! Forum - community, help and support

hello when trying install jevents calendar, using installers->components, 2 error messages.  saved 'jevents 1.4 release candidate(2).zip' file desktop , tried upload package , install it.    error messages are: -error: not find xml setup file in package -installation file not found: /var/www/tybip-cms/media/install_455884c24b487/ could please tell me doing wrong? many thanks. the answer question should unzip initial downloaded folder , upload each module in unzipped folder. there 2 component folders, 2 or 3 modules, , 2 or 3 mambots. i had issue can go right here. during installof component got message said: fatal error: allowed memory size of 8388608 bytes exhuasted (tried allocate 83 bytes) in /srv/www/htdocs/.../includes/domit/xml_domit_lite_parser.php on line 1813. i had edit php.ini file more memory. change memory limit 8 16 , sufficed. during memory error, thought uninstall , re-install try , cure issue in case download no good. made worse. during re-install got mes

Well know css problem, but how to solve? - Joomla! Forum - community, help and support

well know css problem, how solve? in firefox (windows , mac) looks oke screendump formad2.gif in ie top smaller (screendump formad1.gif) below css. included template, (could not paste due character limitation) rename template_css.txt template_css.css who kind me? with kind regards matthijs formad wrote: but in ie top smaller (screendump formad1.gif) you need more specific smaller if mean large text on header vrtjheid if actual text, apart differences in browser rendering, biggest influence on font-size seen visitor visitor's text settings in browser. actual sizes of text vary hugely 1 visitor next. if need heading have more controlled form of text size, way use images instead of text, although can give more issues screen readers, search engines, , devices not showing images etc etc Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Problème de condition FOR

Image
bonjour le monde, je viens vers vous parce que cela fait un petit moment que je galère pour comprendre comment un petit bout de code tout simple ne fonctionne pas bien sur mon arduino, le est de faire "clignoter" un relais 5 fois, ça fonctionne cela près que ça ne fini jamais... comme si ma boucle était infini... je comprend pô code: [select] #define relay_1 2 void setup() {    pinmode(relay_1, output);      digitalwrite(relay_1, high); } void loop() {    for (int = 0; < 6; i++) {        pulserelayon(relay_1);        pulserelayoff(relay_1);    } } void pulserelayon(int pin) {    digitalwrite(pin, low);    delay(600); } void pulserelayoff(int pin) {    digitalwrite(pin, high);    delay(300); } si quelqu'un peux m'aider il est le bienvenue bonjour, ton programme fonctionne très bien de la façon dont tu l'as écrit. lors du démarrage ton programme effectue le setup() puis entre dans loop() (qui est une boucle qui s'eff

Thread: Nvidia 173 drivers wont detect monitor resolution properly

hey everyone, i've tried finding solution problem cant. monitor capable of doing 1920x1200 1280x1024, default drivers come ubuntu give me 1920x1200 use drivers recommended hardware drivers dialog, can't past 1280x1024. card nvidia geforce 5700 fx 128mb ram , i'm using dvi-dvi cable plugged dvi port on card. if can me appreciated. update: have made progress, put version 96 drivers on instead of 173 drivers, , got 1600x1200 resolution, alot better 1280x1024. if knows how can max of 1920x1200 let me know i'd appreciate it. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Nvidia 173 drivers wont detect monitor resolution properly Ubuntu

Thread: x-lite 2 softphone error

when start x-lite 2 terminal error: code: william@c2q:~/desktop$ ./xtensoftphone gtk-message: failed load module "canberra-gtk-module": /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong elf class: elfclass64 i'm not sure error means , can't find info on internet. have followed path , files exists. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] x-lite 2 softphone error Ubuntu

refresh scrollPane

i've got shared scrollpane loads new info w/different buttons. i'm trying scrollbar reset .. content, can not figure out. from can tell, based upon code have shown, function update scrollpane isn't being called. function in update() command resides in resetscrollbar() function. function button14() triggered mouse click calling resetchannels() function. if supposed reset scrollpane, should calling resetscrollbar function. so might check that. also, "this" might not necessary. see entire script. hard might causing without seeing how scrollpane called. More discussions in ActionScript 3 adobe

Controlloro di temperatura interfacciato via USB con LabView

Image
ciao tutti, sono nuovissimo del forum che ho trovato dopo lungo peregrinare...dunque, sono un homebrewer e voglio realizzare un controllo programmabile per la mia camera di fermentazione composta da un freezer e da un cavo per terrario collocato al suo interno per quindi poter gestire sia il caldo che il freddo. un amico mi ha messo disposzione il suo ambiente labview per realizzare la parte software che consisterà nel controllo della temperatura letta dall'hardware (pt100 o dallas), ne visualizzerà un grafico, permetterà l'impostazione delle varie temperaura ed tempi di permamenza nonchè rampe. l'hardware che mi interessa dovrebbe quindi poter leggere due temperature mediante sonde (come dicevo prima pt100 o dallas), di queste due temperature solo una sarà quella che "scatenerà" la regolazione, l'latra sarà solo per confronto. dovrà trasferire il controllo al software vai usb il quale con "metodologia" on-off (parliamo di un compressore di

Arduino as a fuel injection controller?

i discussing friend feasibility of using arduino fuel injection controller. the argument code arduino limited milliseconds , proper fuel injection assembly need operated in fractions of millisecond. for instance, @ idle injector might fire 1.5 milliseconds @ full throttle need fire @ 6.7 milliseconds. now, numbers rounded result in wasted fuel or performance. is there way around millisecond restriction? quote from: bittsen on mar 29, 2014, 07:37 am the argument code arduino limited milliseconds. that's spurious argument - there no such limitation. problem make project difficult / impractical arduino has extremely limited processor speed, sram , program memory. efi controller have designed , optimised minimise resource requirements run engine @ well, , sort of complexity modern ecu provides provide tractable, efficient , fault tolerant engine out of question. Arduino Forum > Using Arduin

2nd problem! : MySQL detected, yet couldn't connect!? - Joomla! Forum - community, help and support

Image
dear all, my joomla files , mysql server reside on same server thus when installing joomla, on first step/page, it says mysql detected, , other settings ok (greens, no red)  however when got step nid fill db information, , submit info it says wrong password or username (or sumthing dat) which strange since able connect command prompt , mysql client (im using navicat mysql) w/ same username , password , host. and im pretty sure db host "localhost", same computer run joomla.  any possible mistake miss? thanks ur help  firewall settings, maybe? Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Banners - Joomla! Forum - community, help and support

ciao, non capisco xchè banner non si vedono nel mio sito eppure sono pubblicati e ci sono relativi clienti sono andat anche in "posizionamento blocchi moduli"  e vedo come posizione 6 banner, quindi li dovrei vedere xò nella gestione moduli il modulo banner non me lo fà spostare in basso nonostante è il primo in lista forse ha dei problemi? 6 sicuro che il template che stai utilizzando abbia la posizione banner ? Board index Joomla! International Language Support International Zone Italian Forum Componenti - Moduli - Plugins