Posts

Showing posts from February, 2012

Display News BK - Not Working and Errors... How to Configure Parameters? - Joomla! Forum - community, help and support

Image
i've read lot how wonderful display news bk module due parameters. i'm trying use (latest version 1.4.5, out) wondering i'm doing wrong - or maybe not doing - don't seem able show anything. if set " empty select message (for debug) " yes see might wrong, following error message: select a.id , a.title, a.introtext, a.sectionid , a.catid , a.created created, created_by, a.created_by_alias #__content left join #__content_frontpage b on b.content_id = a.id join #__users c on c.id = a.created_by join #__sections d on d.id = a.sectionid join #__categories e on e.id = a.catid (a.state = '1') , (a.publish_up = '0000-00-00 00:00:00' or a.publish_up <= now()) , (a.publish_down = '0000-00-00 00:00:00' or a.publish_down >= now()) , (d.published = '1') , (e.published = '1') , (a.sectionid in (4) ) , (a.catid in (18,23,24,14,22,13,21,20,19,18) ) , (b.content_id null) , a.access <= '0' order created desc limit 0, 5 p

Install com_fireboard_laithaiJoomla_1.0.1 Beta แต่ภาษาอ่านไม่ออก - Joomla! Forum - community, help and support

ใช้ joomlasiam 1.0.13 อยู่ และได้ install com_fireboard_laithaijoomla_1.0.1 beta แต่ภาษาอ่านไม่ออก จะทำอย่างไรดี ? ขอผู้รู้ช่วยแนะนำหน่อยครับ... ตัวโค้ดภาษามันไม่ตรงกันน่ะครับ joomlasiam เขาใช้ tis-620 แต่ฝั่ง laithai ไม่ว่าจะเป็นตัว joomla เอง virtuemart หรือ fireboard จะเป็น utf-8 ทั้งหมด วิธีแก้ก็มี 2 อย่างครับ ถ้าไม่หาตัว fireboard ที่เป็น tis-620 (ไม่ทราบว่ามีหรือยัง เท่าที่เคยเห็นจะมีตัวที่ยังเป็น joomlaboard อยู่ ตาม ลิงค์นี้ ครับ) วิธีที่ 2 อาจจะช้ำใจหน่อย คือเปลี่ยนไปใช้ joomlalaithai แทนครับ (ถ้าเว็บเพิ่งเริ่มทำ แนะนำว่าวิธีนี้ดีกว่า) แต่อันนี้ก็สุดแต่ความชอบครับว่าคุณจะอยู่ฝั่ง tis-620 หรือ utf-8 Board index Joomla! International Language Support International Zone Thai Forum เคล็ดลับการใช้งานส่วนต่างๆ เกี่ยวกับจ&#

Animation help?

i must nuts ask don't know help, i've got less 15 days done! i'm working on mini(?) game give friends christmas present. stuff adobe illustrator & photoshop that's pretty out of ordinary, hey, i'm weird person :d. anyway, i'm still photoshop novice, if please me simple animations (walking & shooting), great! provide bits & pieces needed, give animator credit work. animations needed: character walking - provide 2 arm & leg parts realistic walking motion, "power sphere" throwing. need ladder-climbing animation. provide 2nd base emulate of char's head, arms fists. springy-legged bug enemy - provide 1 group of legs & body. should relatively simple create bouncing motion. flying creature - wings & base provided. wing motion emulate flying necessary. giant creature - stomping animation. enemy supposed big & cranky, motion appropriate. not enturely sure arms, provide in case have ideas. when did photoshop become animatio

Démarrer une moto avec un module rfid

bonjour à tous ,étant novice dans la programmation en général ,j'ai décidé de me lancer dans un projet qui pourrais m'aider et voir aussi d'autre personne ,le projet consiste en faite à sécuriser sa moto grâce à l'arduino à travers un badge rfid , j'ai déjà fais une partis du code la ou je bloque c'est que l'arduino fasse un contrôle de la présence du badge dans un délai acceptable en marche normale et en cas de vol de celle ci et coupe l'alimentions de la moto déclenchant une sirène. comment pourrais-je faire sa? merci pour vos réponse. bonjour, tu n'es pas dans la bonne rubrique. si tu veux des réponses, il faudra faire déplacer ton topic par un modérateur. ici c'est la rubrique des "réalisations et projets finis " utilise le lien 'report moderator' @+ Arduino Forum > International > Français (Mode

Help required in void loop function

hey im fimiliar programming newbie regards arduino projects , development. i'm trying automate electric generator on/off using arduino uno , bunch of relays im kinda stuck in little problem while programming. im trying code process in such way can readily detect if generator gets started in between self. im using 2 220v relays sense presence of mains , generator , opto-isolated relay module power on , off generator accordingly. im giving on signal generator 3 seconds , waiting 5 seconds , again total of 3 times.after third time should not try power on again.i have attached code have written pretty job acting weird i'll explain in bit. var = variable for loop wapda = mains 240v supply (utility company_ gen = generator 240v supply genon = output pin power generator on genoff = output pin power generator off code: [select] int var = 3; int wapda = 7; int gen = 8; int genon = 9; int genoff = 10; void setup() {     pinmode(wapda, input);   digitalwrite(wapda, low);   pinmo

Comunicação entre mais de um Raspberry - Raspberry Pi Forums

boa tarde. estou com um projeto onde preciso realizar comunicação entre mais de uma raspberry (na verdade vários) que se comunicam entre si, como se o vizinho comunica-se com seu vizinho e assim respectivamente. em cada respberry haverá sensores que serão lidos e tambem uma camera csi acessada remotamente. distancia entre cada raspberry vai ser de aproximadamente uns 35metros. alguem possui alguma dica de como eu possa fazer essa comunicação? wifi, rx/tx muito obrigado. cabo de rede é escolha acertada. simplesmente funciona. raspberrypi

using a photo interrupt sensor as a gate limiter

i rebuilding mighty mule gate opener, electronics burned out. new @ arduino thing and having hard time photo interrupt sensor. ( keyestudio , work fine). i trying write learn loop , can't 2 limit switches in opener because of space requirements. unit had photo sensor on , want use count number of times opening in wheel comes around turn off motor when open or closed. think figured major portion of out. counting of slots in wheel i having trouble. there kinds of examples of rpm sketches. nothing can find has a simple counter stores value in value , resets sensor zero. this cam not seem right. @ first "if" statement. does record number of times sensor switched ? code:    void opengatelearn () {        digitalwrite(opengate, high);  //turn on gate using h-bridge        digitalwrite(pwm, 245);        // send power level motor             if(digitalread(photosensor == low) {        sensorvalue++;        serial.println("sensorvalue");  //prints debugging    

Thread: Browser benchmark

i benchmarked browsers (used peacekeeper). systems specs: kubuntu 64bit, fresh install, restricted extras installed, ati 4570 (using open-source drivers installed automatically) t4 class intel cpu. linux 2.6.31-16-generic #53-ubuntu smp tue dec 8 04:02:15 utc 2009 x86_64 gnu/linux glxgears show 1754 frames in 5.0 seconds, have ten fold when ati proprietary installed. know affect results once install them. server glx version string: 1.2 client glx version string: 1.4 glx version: 1.2 opengl vendor string: mesa project opengl renderer string: software rasterizer opengl version string: 2.1 mesa 7.6 opengl shading language version string: 1.20 results: chrome 4.0.249.43: 3104 (this considerably higher on windows installed best performance) srware iron 4.0.227.0: 2903 (even iron performs better chrome on windows) firefox 3.5.6: 1402 (performs worse windows version 200+ points) opera 10.10: 1359 (performs worse windows version 200+ points)

Problem with Search Engine Friendly URLs - Joomla! Forum - community, help and support

my first post, , have looked far , wide see if can resolve issue , no joy, here am. i working on 1.5 rc1 installation under wamp running on http://localhost legacy mode turned on support template i'm using. have never installed or used joomla 1.0 i want switch on search engine friendly urls , have followed instructions have found elsewhere. have ticked boxes in global configuration, renamed .htaccess file, , followed every other suggestion have seen, no avail. my new urls coming in form: http://localhost/about-us/meet-the-team/33?layout=blog where 33 article id, , other stuff corresponds aliases used in menu. now, however, whatever link click on 404 error: 404 - page not found you may not able visit page because of:   1. out-of-date bookmark/favourite   2. search engine has out-of-date listing site   3. mis-typed address   4. have no access page   5. requested resource not found please try 1 of following pages:     * home page article #33 not found (the article number corresp

how to use irfz44n as a motor driver? - Raspberry Pi Forums

hi, beginner, , want drive motor raspberry pi 3 , motor driver "irfz44n". have trouble: 1- has 1 gate pin connect gpio pin in every classes mentioned in resources https://www.raspberrypi.org/learning/ph ... on/motors/ there 2 pins each motor, don't know do? 2- not know gpio pin have use connect ? link product : https://www.infineon.com/dgdl/irfz44n.p ... 3b3575220b thanks. the answer second question "which gpio pin?" is: whichever want! there many choose from, choices better others. https://pinout.xyz excellent resource; there can see that, example, pins 3 & 5 used i2c bus, pins 11, 13, 15, 16, ... aren't being used else better choice. first question: irfz44n isn't motor driver chip, it's transistor - though remarkably nice 1 (my hifi built many years ago using ir's hexfets, of one). if apply more couple of volts between gate , source, low resistance path occur between drain , source. connecting gate gpio , source gr

Quick Wiring Hookup Options

i'm curious kind of wiring options people have utilized when running arduino breadboard or pcb or various projects. ribbon cable , individual wires dupont endings i've been using far, short distances , durability repeated plugging/unplugging plug or sockets dubious. what speaker wire? problems using stuff? i have bunch of cat5/rj45/8p8c ethernet cable never used again purpose. it's cable of 8 wires convenient terminating end simple crimp tool , sockets easy hook up. kosher? throw socket on project needing 8 wires arduino, , have quick disconnect between project , arduino? save me finding other cheap wire source. quote from: intp on jul 28, 2016, 05:39 pm i have bunch of cat5/rj45/8p8c ethernet cable never used again purpose. it's cable of 8 wires convenient terminating end simple crimp tool , sockets easy hook up. kosher? kosher ?   depends on rabi says if fits, works.  use whatever have on-hand @ moment. i have found solid strand telephon

Problemi con istruzione "delay"

in questo sketch è presente l'istruzione delay(300), in fase di compilazione segnala errore exit status 1 se elimino l'istruzione delay() il progetto viene compilato senza errori const int buttonpin = 2; const int stoppin = 3;// number of pushbutton pin const int ledpin =  13; int inbyte = 0;         // incoming serial byte// number of led pin int buttonstate = 0; int stopstate = 0;// variable reading pushbutton status void setup() {  serial.begin(9600);  while (!serial) {    ; // wait serial port connect. needed native usb port only    // initialize led pin output:    pinmode(ledpin, output);    // initialize pushbutton pin input:    pinmode(buttonpin, input);    pinmode(stoppin, input);  } } void loop() {    buttonstate = digitalread(buttonpin);  stopstate = digitalread(stoppin);  if (buttonstate == high) {    // turn led on:    digitalwrite(ledpin, high);    serial.println(1);   // send capital a    digitalwrite (ledpin, low);    delay (300);    serial.println (0);

Save For Web & Devices Not Responding

hi there, quite new photoshop please gentle i have created multi layer image @ 8bits per channel , when go save web & devices brings display showing me optimized version ... click on save , brings save dialog grayed out , can not click on anything. can click on cancel on previous window , hides save dialog (but doesn't close it) please on has totally confused me paul, photoshop cs3? os? format , size file you're trying optimize? thanks. neil More discussions in Photoshop Macintosh (read only) adobe

Brauche Idee für Mäuseklavier

hallo, ich brauche noch einmal eine idee. ich möchte 4 dipschalterblöcke 8 schalter mit einem atmega koppeln. naiv angeschlossen bräuchte ich dafür 32 i/os und eine masse oder einen 5v-pin, je nach logig. das sind mir eindeutig zuviele ios für reine konfiguratiosschalter. (es soll eine ip eingestellt werden. gibt es irgendwelche chips (bestimmt) mit einem chipselect und 8 "durchleitungen" (inverter, eventuell nands). ich habe leider nicht den ttl Überblick. wenn ja wäre ich immer noch bei 8 inputs und 4 css. gut 12 stat 32 schon besser. die 4cs könnte man ja auch noch aus 2 ios und und etwas logik generieren. wäre ich bei 10 ios. oder man nimmt 4x pcf8574 und macht das ganze über i2c. aber ist das nicht : mit kanonen auf einen ungezähmten ornithoiden schiessen ? das muss doch mit irgendeinem schaltungstrick auch einfache gehen (einfach ist es ja, aber zuviel aufwand). ulli mann kann mit einem einzigen analogeingang relativ viele verschiedene zus

Using Action to Save Relative to Root Folder

is there way have photoshop save specific folder relative root folder? i created action saves both jpg , psd need save psd's in psd folder under main project folder. , main project folder name changes depending on project... for example x:\project name 1\images\psd x:\project 2\images\psd x:\another project\images\psd the location in action created absolute, saves same folder regardless of files opened, , can't run action bridge because includes stops. sorting through old bookmarks ... have ever solved problem? because if not should try using script that, paul r told me how address relative locations in scripting forum: http://www.adobeforums.com/webx/.59b5bc92/1 More discussions in Photoshop Macintosh (read only) adobe

How to connect 0 to 10 Volt output anemometer

dear forum members, recently gifted anemometer try. brand: wittich & visser, model: ds as have little electronic design skills can offer help. the idea run uno on 12v , use power source sensor. can output of sensor divided, , double ground , shield? a pdf of sensor can found here: http://www.wittich.nl/nl/pdf/tekeningen/wind/windopnemers/524-0-3_maten-aansluitschema_dd.pdf from copied scheme attached. kind regards   if max output 10vs sensor, use voltage divider, basic circuit with  2 x 10k resistor, 5v max arduino analog pin. for ground , shield connect arduino gnd pin. Arduino Forum > Using Arduino > Sensors > How to connect 0 to 10 Volt output anemometer arduino

rpi 2n222A transistor 6V motor switch - Raspberry Pi Forums

Image
i'm programmer not electrician, go easy. i'm building robot can follow people around house when enter. works, it's not power efficient. have 2 l298n motor controllers running 4 wheels, 2 wheels/controller. there little red led turns on when power going motor controllers, consumers power motor driving batteries. want raspi use 2n222a transistor switch, when code says move, gpio pin activates transistor , power starts flowing motor controllers. thus, robot consume low power while asleep until activated. can tell me how wire thing , resistors use, if need capacitor etc? can't find example of doing raspi , don't want burn workstation down. 2-3 6v battery packs motors draw 550-750ma while running raspi 0 wireless have ton of resistors i'm open putting in capacitor if think needed first of l298n 8 transistors setup dual h-bridge. google h-bidge understand it. haven't check specs of 2n222a won't handle current needed run motors , heat , have

NOOBS installed but when I power on my raspberry pi it's just a black screen - Raspberry Pi Forums

i have installed noons on 16gb micro sd card according steps here; https://www.raspberrypi.org/help/noobs-setup/2/ when try power on raspberry pi screen stays black. connecting monitor hdmi dvi cable. should do? welcome raspberry pi forums. first, check hdmi/dvi conversion compatible display using known source of hdmi signal such tv set-top box or dvd player. read through following sources of troubleshooting advice: there troubleshooting guide in issue 60 of magpi magazine can access free online. https://www.raspberrypi.org/magpi/issues/60/ raspberry pi foundation have troubleshooting guide on website: https://www.raspberrypi.org/learning/tr ... ing-guide/ these forums have post contains information available getting rpi boot: viewtopic.php?f=28&t=58151 raspberrypi

Multiple Text Layers---»One Custom Shape.

would create text logo, contact information, or perhaps copyright notice can use on , over, @ various sizes? here's how... first of all, dispel notions of rasterizing text tip. if that, you'll ever able use result @ size created it. changing size of rasterized text make fuzzy, because you'll transforming pixels. you're looking way keep these layers vector, correct? here's 1 way: let's go example of 3 text layers. , let's assume they're named "one", "two" , "three." highlight text layer "one" in layers palette. go "layer---»type---»create work path". creates vector path of type in paths palette. path , name temporary until create work path, if create second work path youll overwrite first path. want make each path permanent part of document. go paths palette , double-click on work path . give option name path don't overwrite it. click "ok". default name of "path 1" fine now. ba

Real vs false resolution

it possible determine image original resolution before resampling applied? it kind of metafile info checked? (or standard relationship between size in pixels , reso afford information?) thanks. m. only if person created file chose include history in metadata. highly unlikely in case of re-sampled file may want pass off original. trained eye can tell looking @ image. More discussions in Photoshop Macintosh (read only) adobe

port forwarding or dmz ?? - Raspberry Pi Forums

hi, want make sure choose correct 1 before starting web server on pi, so: 1)the port forwarding more secure said on many forums "but" if hacker job local connection in danger 2) dmz less secure "but" i'm going open port 80 , 443 , block else..and have seen, dmz make pi outside lan if hacked,it can't affect other devices connected router. please confirme me if dmz best choise me because dont care if have hacked pi long other devices fine. port forward , firewall better choice. if put machine in dmz opens ports, firewall rules need more robust you're relying on them keep baddies out. raspberrypi

Neues deutsches Forum für ESP-µC ab 17. Juli

hallo ihr lieben, es entsteht gerade ein deutsches forum zu den produkten von espressif systems, welches allerdings noch nicht eröffnet ist. die moderatoren finden erst zusammen. registrieren ist schon freigeschaltet, geplant ist der tatsächliche betrieb jedoch ab 17. juli 2016. das forum soll kein konkurrenzforum zu diesem oder anderen eingeführten foren sein sondern vielmehr eine ergänzung bezüglich der esps. was wird das besondere diesem forum sein? es ist nicht nur ein forum sondern auch eine plattform für eure projekte, zugangspunkt für eure tutorials und videos. selbstverständlich könnt ihr auch -dauerhaft verfügbare- tutorials einstellen. viele haben tolle projekte welche von anderen keine beachtung finden. hier ist ein weiterer weg, wissen und interessante projekte zu publizieren. die direkten links zu euren seiten sind einfüg- und pflegbar, dass niemand seine dinge neu aufbereiten und posten muss. ich möchte euch herzlich einladen, mal vorbeizuschauen :-) viele grüße

CS3 & CS4 loaded on Leopard. Can CS3 be uninstalled safely?

hi, i have complete cs3 design extended & cs4 design extended loaded on leopard. can cs3 extended uninstalled safely? if what's correct way without impacting cs4 extended , lightroom 2.2 installations? you might want wait , make sure works way think should. instance - printing epson printers cs4 , leopard impossible using epson drivers if expecting same results got in cs3. doesn't hurt have more 1 version on system , can help. if want take off, can use uninstaller on original install disk. More discussions in Photoshop Macintosh (read only) adobe

Thread: USB stick automounting in read only

Image
i have installed karmic koala in new pc, , started have strange behaviour kingston 8gb usb stick. use 64bit version on athlon ii x4, motherboard alivenf7g-glan, 2gb ram, , installed pysdm have other hd partitions (windows , data, both ntfs) automounted on boot. did not check if stick worked before, or don't remember. sorry! managed automount without problem, , did without having usb stick plugged in. after wanted transfer files usb stick, automounted in read mode. weird thing copy 1 single file on it, after became read only. tried check happened, , enable rw using pysdm, implies having permanent /media/kingston folder, stick mounted after plugging in. workaround worked reboots, got same problem again after 2-3 days. don't know do: have boot every time in win when need use usb stick. hint/idea of may wrong? posted alegallo

Weird script with a timer but no timer function

Image
hey all, i'm setting motion sensor , found following sketch start with.  works intended short "on' cycle", want extend length of time pin high don't see timer here. when run sketch on board there 15 seconds of on time before pin goes low.  don't see variable timeon in sketch. so have 2 questions how sketch have 15 second on time? how can write sketch include timeon variable? thanks! rich code: [select] int calibrationtime = 5;        boolean sensoractive = false; boolean previoussensorstate = false; int pirpin = 12;    //the digital pin connected pir sensor's output int ledpin = 9; // setup phase void setup(){   serial.begin(115200);   pinmode(pirpin, input);   pinmode(ledpin, output);   digitalwrite(pirpin, low);   //give sensor time calibrate   serial.println("sensor calibration in progress");   serial.println("------------------------------");   for(int = 0; < calibrationtime; i++){     serial.print(".");     d

Thread: creating timecode files; getting audio to sync; mkvs; mkvtoolnix

hola! have been messing around app mkvtoolnix. have 2 mkvs movie akira. 1 american version in english resolution of 720p, other japanese version in 1080p. want audio track usa version put alongside japanese audio in japanese version. okay groovy. done. problem fact when combine files accordingly there 3 second difference between audio , video (with new english track). in summary have audio track in movie added on mkvtoolnix doesn't sync way want because different source , far thing can think of timecodes. mkvtoolnix supports timecode files little bit have read them (not lot out there), not simple make. there doesn't seem whole lot of info period, why here. can please give me guide or explain , timecodes? or maybe there alternate method using different application or combination of them? have access os x, ubuntu/linux, windows xp, , windows 7. please pretty sweet please help! in advance. -akw Forum Th

Error at Step 5, FTP Configuration, please help !!! - Joomla! Forum - community, help and support

Image
trying joomla running on apache ubuntu server. errors out trying connect ftp database - see error the ftp server proftpd..... i can connect joomla install directory no problems using ftp client , yet cannot web install connect. hi, have been able verify operation of ftp server? in, login ftp client? , autofind of homedirectory? Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5

Need simple timer/stopwatch sketch

hello,  i need simple timer or stopwatch sketch. i have uno.  i going use 2 photoelectric sensors , need basic simple sketch start timer when first 1 tripped , turn timer off when second 1 reached. displayed in seconds , minutes.   i have reset button start over.  read on digital readout, know how that. any appreciated.  thanks, tony the same question asked in forum few days ago. is school assignment? check this link - may you'll find 1 of classmate... build code doing this: in plain english it's stage = waiting // start if detector1 goes above below threshold loop     read both detectors , button.     if button pressed set stage waiting     else        if detector 1 above threshold , stage waiting set stage starting         if detector1 below threshold , stage starting then              record start time , set stage measuring         if detector2 below threshold , stage measuring then             done. display  duration (current time - start tim

Nik software and cs3 crashing

just downloaded several of nik trial programs , i'm waiting delivery of dfine, silver efex, viviza. have been using color efex several months no issues pscs3 crashing during use of nik plugin. i've been playing around viveza , silver efex , pscs3 contiues crashed after several minutes of using plugins. cs3 date , i'm running programs on 24imac 500g hd, 3 gig ram, 2.33 processor intel core duo. have email in nik curious know if there other users having similar issues?? owen is there no 1 out there using nik product? More discussions in Photoshop Macintosh (read only) adobe

Thread: GNOME Power Manager not installed correctly

hi booted ubuntu 9.10 recieve message @ login screen. 'gnome power manager not installed correctly. please contact system administrator.' try log in , chucks me login screen. if use gnome failsafe hang. have tried of these no success: code: sudo apt-get remove powermgmt-base sudo apt-get install powermgmt-base sudo dpkg --configure -a apt-get --reinstall install gnome-power-manager sudo rm -f /var/lib/gconf/defaults/* sudo gconf-schemas --register $(ls /usr/share/gconf/schemas) i have tries creating folder /var/lib/gconf/default/ can't login computer through gnome , through terminal or via live cd. me out? andy same here: https://bugs.edge.launchpad.net/ubun...er/+bug/441646 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] GNOME Power Manager not installed correctly Ubuntu

Thread: can anyone advise on IPv4 and IPv6 issues

i'm having problems slow ssh file transfers on internal network. i've read hints linux using ipv6 can slow. 1) how can tell protocol being used interface ? 2) how can tell ubunutu not use ipv6 internal addresses. fwiw using ipv4 address formats connect machines ... downstairs : 192.168.1.102 upstairs : 192.168.1.98 upstairs machine has 2nd interface, set 192.168.0.2 when connect downstairs upstairs, it's ssh myname@192.168.1.98 from understanding ipv6 isn't being used widespread @ yet. know ubuntu supports ipv6, won't use unless manually specified. chances no, not using ipv6. if want check, use ifconfig in terminal. if eth0 (or whatever interface use) has ipv4 address, (192.168.1.100 etc) using ipv4 wireshark show protocols used. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking &

Photoshop CS3 Layer Style Issue

i have photoshop cs3. ever since installed have had issue layer styles, 1 have not had before other versions of photoshop. whenever apply layer style layer effects menu automatically drops down in layers palette. have go , manually close menus each time every layer apply style to. have never had problem before other versions of photoshop. if have ideas or advice on how fix problem of great help. go layers palette options , uncheck expand new effects. More discussions in Photoshop Macintosh (read only) adobe

Using flash memory to store strings - arduino restart

hi, i'm using arduino mega wrote lot of libraries. 1 of library logger 1 being used in other libs print data. all strings being stored in flash memory arduino mega have 256kb here usage: device: atmega2560   program:   37922 bytes (14.5% full) (.text + .data + .bootloader)   data:       3262 bytes (39.8% full) (.data + .bss + .noinit) so looks have lot of free space when i'm trying add new logger or extend debug info arduino rebooting looks flash space lake. happening when im using logger.debugf() method class below. in addition have lot of free ram. below i'm attaching logger class code , usage example: code: [select] // header #ifndef logger_h #define logger_h   #include <arduino.h>   #include <memoryvariables.h> #include <mymemoryfree.h> class logger { public: logger(); void info(string log);       void debugf(const __flashstringhelper* log);       void debugs(string log);       void debugc(char* log); void tracef

Thread: Gtk, hide mouse cursor [Vala]

so, i've been trying figure out how hide mouse cursor in gtk program (in vala), or how make invisible. anyway, found vague references objects needed, code: code: var pix_data = "#define invisible_cursor_width 1\n#define invisible_cursor_height 1\n#define invisible_cursor_x_hot 0\n#define invisible_cursor_y_hot 0\nstatic unsigned short invisible_cursor_bits[] = {\n0x0000 };"; // this.window refers gdk.window, available after show_all called var pix = gdk.pixmap.create_from_data(this.window, pix_data, 1, 1, 1, col_black, col_black); this.window.set_cursor(new cursor.from_pixmap(pix, pix, col_black, col_black, 0, 0)); however, code doesn't work me, after switching out col_black real color object (empty), , specifying gdk.cursor instead of cursor. compiles , all, doesn't work. can show me working example of code adapted this? here runtime errors get: (myprogram:32103): gdk-critical **: _gdk_drawable_get_source_drawable: assertion `gdk_

CS3 crashes every time at quit

howdy all, post similar not identical others. every time use cs3 10.0.1 application crashes when use menu "quit photoshop." occurs if have opened application , never opened photo @ all! mac os 10.5.5. running on intel imac of 20 inches. have 3 gb of ram , have 235 gb hard drive of 132 gb free. on imac have parallels installed happens if not running parallels; ie. if have not been using xp @ all. in fact happens if photoshop application running. have epson 2400 printer, linksys router, , brother 2040 laser on system. have hp 2175 scanner, crash occurs if have turned off , disconnected system. error message " application photoshop quite unexpectedly. " use apple automatic check updates function , how got version of mac os. have suggestions? happens every time. when using photoshop not crashes, , seems work trouble free. when go close these error messages. patrick toomey charlottesville, va this (though not always) caused corrupted saved workspace file. More disc

Internal Arduino EEPROM resetting on address 1 when saving to address 0

hello everyone! had curious problem piece of code. code: [select] #include <eeprom.h> char command = 'a'; int num = 0; int highaddress = 1; int highlimit; int lowaddress = 0; int lowlimit; void setup() {   serial.begin(9600);   serial.println("ready work");   serial.print("highlimit = ");   serial.println(eeprom.read(highaddress));   serial.print("lowlimit = ");   serial.println(eeprom.read(lowaddress)); } void userinterface() {     while (serial.available() > 0)     {       if (serial.available() > 0)       {         command = serial.read();         //serial.println(command);                num = serial.parseint();          //serial.println(num);                switch (toupper(command))          {           case 'l':             serial.println("inside l");             lowlimit = num;             setlowlimit();             break;           case 'h':             serial.println("inside h");  

Problemas na instalacao da traducao !! - Joomla! Forum - community, help and support

galera boa tarde !! qq sera q pitocando que quando eu instalo o joomla .13 pelo cpanel ele instala em ingles ate ai blz !! ai quando eu envio os arquivos para traducao mesmo tanto o front como o end ele fica tudo problematico o painel, os editores param de funcionar e tudo mais !! qq sera ? queria intalar via cpanel para dpois atualizacoes ficarem mais "facil" como assim mais fácil? vai dar na mesma, já que está usando um pacote traduzido. Board index Joomla! International Language Support International Zone Portuguese Forum Tradução

Thread: Eclipse Galileo issues on Ubuntu 9.10 64bit

hello running eclipse galileo (downloaded eclipse.org) on ubuntu 9.10 64 bit. have installed sun-java6-jdk package. code: $ java -version java version "1.6.0_15" java(tm) se runtime environment (build 1.6.0_15-b03) java hotspot(tm) 64-bit server vm (build 14.1-b02, mixed mode) one issue having cannot install new plugins. code: help > install new software ive noticed in general ui doesn't correctly show list of available components given update site. if resize ui list appears, after selecting desired components , clicking "next" nothing happens. out there have eclipse galileo (3.5.1) running on ubuntu 9.10 64 bit? have installed 'eclipse-rcp' package? mine wouldn't install plugins until installed that. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming

Thread: 9.10 dual boot - 32 bit & 64 bit

Image
my acer 1410 runs 9.10 32 bit well, has home separate partition. using iso disk, 1410 seems work 9.10 64 bit, connects wifi. 1410 has large partition loaded 9.10 64 bit. 2 attachments. 1 shows gparted w/o external hd attached. 2 shows fdisk external hd attached. if confident kind of driveimage, i'd install 64 bit os, if there's way /home remain while 64 bit 9.10 installed in sda1 (???). alternatively, if dual boot (32 bit, 64 bit) "safe" without confusing grub (or ???), might served load 64 bit 9.10 large partition remaining available, , see how 9.10 64 bit works on acer 1410 solo core. suggestions appreciated. attached images screenshot--dev-sda - gparted.png (56.6 kb, 5 views) screenshot fdisk external hd.png (120.8 kb, 5 views) Forum The Ubuntu For

ICO transparency problem

Image
hi. lot of ico files, ps cs3 ignores transparency information , displays solid background instead. can see transparency in other apps. for example here: opens in ps cs3 black background instead of transparency: am doing wrong? icons have no real transparency, palette-based gifs. in essence bmp files in operating system interpret color @ index 0 transparent other application relying on os' standard handling stuff. high-resolution truecolor icons (48x48px , up) introduced winxp can contain true alpha channels, merely optional , practical reasons, no 1 ever makes use of feature. cut long story short: behavior normal. if working icons lot, specialty app such axialis icon workshop.... mylenium More discussions in Photoshop Windows (read only) adobe

Thread: Dallas Beats New Orleans

Image
i amazed , shocked! 24-17 in american football. posted sox fan matt i amazed , shocked! 24-17 in american football. yep, folk can go burn in kicker hell. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Dallas Beats New Orleans Ubuntu

Programming a counter

sparkfun's lilypad mp3 https://www.sparkfun.com/products/11013 i know link above not true arduino hoping still here. want tweak programming can hook "alarm" wire https://www.sparkfun.com/products/13285 pin t1 of lilypad. lilypad go through process 1. counter = 1 2. t1 goes low plays track 1 3. counter = counter + 1 = name of next track 4. t1 goes low plays track 2 5. counter = counter + 1 = name of next track 6. t1 goes low plays track 3 7. counter = counter + 1 = name of next track 8. t1 goes low plays track 4 9. counter = counter + 1 = name of next track 10. t1 goes low plays track 5 11. counter = counter (reset of counter 1) = name of next track problem: after track 5 t1 low, , program waits t1 go low playing track 1. Arduino Forum > Using Arduino > Project Guidance > Programming a counter ardui

Thread: graphic card

Image
can 1 tell me how ubuntu 9.10 reconize graphic card? posted jhunt557 can 1 tell me how ubuntu 9.10 reconize graphic card? on 2 laptops , 1 desktop had ... boot karmic. supposed automatic. have checked system -> settings -> hardware drivers? when "doesn't recognize" mean "no video card found (i.e. no picture)" or "card runs crappy resolution , no way supposed to". also, card? nvidia something, or ati or integrated intel (i asking model). Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] graphic card Ubuntu

Thread: Is it easy to install apps?

hello all, absolutely new ubuntu. friend of mine has been raving it. i've never tried i'm thinking giving whirl. first, have couple of questions it... 1) ubuntu easy install , can create dual-boot configuration windows xp without altering mbr or creating separate partition ul? 2) easy install apps in ubuntu? installed puppy linux , although os installation worked fine haven't been able install any applications since then. nothing wants work! instance, i've tried installing 3 different browsers today , none of them install (firefox, swiftfox, swiftweasel). extremely annoying , frustrating. if can't install programs want/need use it's useless me... process installing applications in ul? use scripts via gui or what? i've seen far puppy linux severely lacking in department. 1) yes through wubi, though not recommended (personal opinion) 2) yes easy, easier puppy linux , ea

Selenium WebDriver - Raspberry Pi Forums

Image
too long, didn't read: want selenium work on raspberry pi java(trying on python atm though, because it's more popular here). however, none of drivers seem work. hello, first tried using chromedriver, i've read somewhere doesn't support arm architecture. getting error: /home/pi/desktop/selenium/chomedriver: syntax error: word unexpected (expecting ")") nothing seemed work, gave up. tried using firefox instead. found instructions python, wanted run python first , try make work java. however, wrong well. have done far: 1. used these commands: sudo apt-get update sudo apt-get upgrade sudo apt-get install iceweasel sudo apt-get install xvfb sudo pip install selenium sudo pip install pyvirtualdisplay sudo pip install xvfbwrapper 2. used python script: pyvirtualdisplay import display selenium import webdriver display = display(visible=0, size=(1024, 768)) display.start() driver = webdriver.firefox() driver.get(' http://raspberrypi.stackex

How to Detect Which Way a Potentiometer is Rotating?

hi all, i'm wondering if there way figure out direction potentiometer rotating (counterclockwise vs clockwise) , print serial monitor. here how find angle if helps @ all: code: [select] float maxreading=170; float minreading=30; int anglepin = 2; void setup() { serial.begin(9600); } void loop() { float multvalue = ((maxreading-minreading)/180); float input = analogread(anglepin); //uncomment line below when finding maximum , minimum readings turning potentiometer 180 degrees. //serial.println(analogread(anglepin)); float anglereading = (input - minreading) / multvalue; //uncomment line below angle reading. //serial.println(anglereading); delay(500); } the background story is: i'm trying use potentiometer control servo move r/c quadcopter controller stick. if pot rotates 1 degrees clockwise, must move servo preset distance clockwise delay equal potentiometer degree value, , spring center. if pot rotates counterclockwise, must move servo preset distance counterclockwise