Posts

Showing posts from May, 2014

Ethernet Shield Stop sending web page

hi i had simple web server set yesterday original code below. it working fine on local ip , external ip address today, i've modified code, taking unwanted html code out , changing button sizes. now won't display page. i've tried examples, , work ok. send ping cmd works fine, know not cable or router issues. original code code: [select] #include <spi.h> #include <ethernet.h> // initialize libraries.   byte mac[] = { 0xde, 0xad, 0xbe, 0xef, 0xfe, 0xed }; //i left mac address , ip address blank. byte ip[] = { 192,168,0,21 };                     // want fill these in mac , ip address.   ethernetserver server(xxxx); // assigning port forwarded number. it's 80.   string readstring; // using strings keep track of things. int val;    // using val variable pir status.   //////////////////////   void setup(){     pinmode(2, output);     ethernet.begin(mac, ip); }   void loop(){   ethernetclient client = server.available();   if (client) {     while (client.c

Sample projects & AccessViolationException

hey, hoping me out this, it's driving me wall... i've been trying basiciacvb project run can make sure i've got installed before move on own stuff, every time try run project in vb studio 2008 express, keep getting following error: "accessviolationexception unhandled -- attempted read or write protected memory. indication other memory corrupt." the error occurs after create acroexch.app object, , .show on it. gpdfpath = "c:\temp\simple.pdf" gapp = createobject("acroexch.app") ' show acrobat gapp.show() i can't seem find or documentation on how fix or bypass this. has else run problem? what version of acrobat have installed on system? > vb studio 2008 express you don't ever mention version of sdk you're using, both sdk 8 , 9 tested vs2005. have tried correct version of visual studio? More discussions in Acrobat SDK adobe

SEF e prima pagina - Joomla! Forum - community, help and support

premesso che ho installato artio sef e credo che funzioni correttamente ( http://www.michelation.it per chi volesse darci un'occhiata) mi stavo chiedendo come conviene rinominare la prima pagina per piacere di più ai search engines, quella principale per intenderci che si apre digitando semplicemente l'url...lascio il campo vuoto o conviene rinominarla in index.html, index.php, /blog/index.html (visto che si tratta di un blog) o che altro? il problema sorge quando una pagina è cosi': index.php?act=register&task=noemail&date=yes index.php e index.html non ha alcuna rilevanza Board index Joomla! International Language Support International Zone Italian Forum Componenti - Moduli - Plugins

Quick help with millis()

hi, i`m trying make sort of protection touch buttons when don`t need use them become inactive. i`ve made simple statement in void loop() , when press button more 3 seconds void activetouch should loop self 10 second , quit if no input detected or if input detected 10 second countdown should go 0 every time touch pad active. so code: [select] const byte button1 = 30; const byte button2 = 32; const byte led1 = 22; const byte led2 = 23; const byte redpin = 12; const byte greenpin = 11; const byte bluepin = 10; byte buttonstate; byte laststate = low; byte count = 0; int lastreading = high; byte  hold = false; unsigned long switchon = 0; const unsigned int holdtime = 3000; const unsigned int deactivatetime = 10000; void setup() {   serial.begin(9600);   pinmode(button1, input_pullup);   pinmode(button2, input_pullup);   pinmode(led1, output);   pinmode(led2, output);   pinmode(redpin, high);   pinmode(greenpin, high);   pinmode(bluepin, high); } void loop() {   if(digitalread(but

Bluetooth hc-05 tra due Arduino?

vorrei far comunicare due arduino, il due e il nano con il modulo hc-05, mi potreste spiegare come fare o postarmi il link di una buona spiegazione? purtroppo trovo solo video dove vengono accoppiati arduino con un telefono o computer. inoltre in un video vedevo che per utilizzare comandi @ devo impostare baud della seriale 38400 mentre con l'arduino ide 1.5.8 che ho non posso, come risolvo? in megatopic c'è un topic sui moduli bt che ti chiarisce molto Arduino Forum > International > Italiano > Software (Moderator: leo72) > Bluetooth hc-05 tra due Arduino? arduino

I cant connect to yún

helo, today, disable wifi , cant connect. use bridge/serialterminal sketch , show wlan0 disapeared , eth not have ip. the arduino rebooting constantly. i try wireless rst , yun rst. regards , thank much. in /etc/rc.local , there line calls wifi_live_or_reset which checks see if there valid wifi connection, , if not, returns wifi settings default configuration (where acts access point) , reboots processor. when disabled wifi, did comment out line in rc.local? if getting through whole boot process, , minute later reboots, problem. Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > I cant connect to yún arduino

Jessie and fstab - Raspberry Pi Forums

Image
i use raspbian years , mounted shares in fstab without problems. switched jessie have one. after reading lot of topics auto mounting share cifs in fstab still got stuck. 1 of solutions add noauto,x-systemd.automount line in fstab. when sudo mount -a --verbose gives me no output on mounting of share , share not mounted. when remove noauto,x-systemd.automount line in fstab sudo mount -a mounting share. still no mounting @ boot time have maualy. line in fstab is: //192.168.1.3/back-up/grandix/grandos/webcam /mnt/webcam cifs credentials=/home/pi/secret.txt, 0 0 bug in jessie , if so, why going on such long time? minor bug? if minor bug why there no solutions find? hope there has found out long time ago , can give the "noauto" says , prevents being automatically mounted @ boot, , prevents being mounted "mount -a" "auto" mount. there's no bug, works you'd expect. if include "noauto" option you'll have use normal mount co

No i2c address found for 20x4 display

hello all, trying 20x4 display working purchased here . uses i2c interface, first order of business find correct i2c address. used sketch found here .  i made following connections: (uno -> display) 5v -> vcc gnd -> gnd a4 -> sda a5 -> scl the scanner sketch unable find i2c addresses. i'm pretty sure have set properly, have checked wiring 100 times , tried several different versions of i2c scanner sketch. any ideas try screen interface?   3 common mistakes when starting i2c - swapping sda , scl lines - using digital pins 4 , 5 when should use analog pins 4 , 5 - no pull resistors all ever want know i2c can found here - http://www.gammon.com.au/forum/?id=10896 - Arduino Forum > Using Arduino > Displays > No i2c address found for 20x4 display arduino

need advice for speeding up joomla using php caching - Joomla! Forum - community, help and support

Image
hi, everyone, i newbie here. i find 1 of customer's websites using joomla slower early. pageviews , online-users double before. i had changed lot of setting, there no significant differences. i want use php caching speed up, who can give me advice speeding joomla using php caching. thanks. install apc @ server level , happy Board index Joomla! Older Version Support Joomla! 1.0 Performance - 1.0.x

independantly dim two banks of LEDs

Image
originally, thought i'd end standalone controller adjust photoperiod between 2 alternating sets of 3w leds, independently dim them , read , control lcd. i've come realize takes considerable talent , knowledge. heavy lift me alternating part sketched. absolute beginner here. anyway, here's have far. int redled = 8;        int redfan = 9; int blueled = 10; int bluefan = 11; unsigned int minutesinms(int m){ return m*60000;                             //converts milliseconds minutes } void setup()                                    // run once, when sketch starts {   pinmode(redled, output);           // sets digital pins outputs   pinmode(redfan, output);          pinmode(blueled, output);   pinmode(bluefan, output); } void loop() {   digitalwrite(redled, high);      digitalwrite(redfan, high);      digitalwrite(blueled, low);   digitalwrite(bluefan, low);     delay(minutesinms(300));     digitalwrite(redled, low);      digitalwrite(redfan, low);      digitalwrite(b

Help With AttributeError - Raspberry Pi Forums

code: select all #!/usr/bin/env python import time import argparse import sys import bb_i2c import pigpio if len(sys.argv) == 1: sys.exit ("the total numbers of arguments passed 1.\nrun app -h command help.") parser = argparse.argumentparser(description='rds setting application') parser.add_argument('-c','--change', help='input station name (8 characters max)', required=false) parser.add_argument('-s','--song',help='song name', required=false) parser.add_argument('-l','--liststation', help='print out station id', required=false, action="store_true") parser.add_argument('-n','--nowplaying', help='print out current radiotext', required=false, action="store_true") parser.add_argument('-i','--install', help='run first time install turn off dynamic ps', required=false, action="store_true") parser.add_argument('-

getting rid of pdfmaker tool bar in other app's

i uncertain if right thread in post question, unable find thread acrobat 6.0 - 7.0. if correct thread, can tell me how can permanently remove pdfmaker toolbar in ms word, excel, visio, outlook, etc. each time try view>toolbars , uncheck, reinstates inself upon next action take on new, separate toolbar row. i find real nuisance; want app desktop preferences own. , since have work on laptop quite often, have no use whatever toolbar row--especially given app's native print function need pdfmaker. thanks in advance on annoying issue, angela the procedure mentioned works fine me word 2003 , acrobat 7.05 professional (i.e. buttons disappear, , not come when word restarts. is possible word not saving preferences properly? try turning off toolbar , seeing if reappears when word restarted. More discussions in Rich Media & 3D adobe

[solved] problem with displaying images - Joomla! Forum - community, help and support

i'm making static content item , want add image it. i've uploaded image media manager , i've added images in "the mosimage control"-tab. on website image isn't displayed. i've tried using "insert/edit image" button insert image in text, not work eather. , "insert image" , "insert page break" aren't working... what problem? can access uploaded image directly via url of browser? after choosing image in parameters, did choose "apply"? does "insert image" button insert {mosimage} in text? that's tag image (when "applied" & saved) placed if page retrieved front-page. Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

[svn] 1982: Only encode/ decode CFF font data if DefineFont4 tag has the hasFontData flag set ( thanks to Nivesh and Jeff K).

revision: 1982 author: pfarland@adobe.com date: 2008-06-06 10:32:45 -0700 (fri, 06 jun 2008) log message: ----------- only encode/decode cff font data if definefont4 tag has hasfontdata flag set (thanks nivesh , jeff k). qa: no doc: no checkintests: pass reviewer: jeff k. modified paths: -------------- flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tagdecoder.java flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tagencoder.java More discussions in Commits adobe

Thread: those this mean i have a 64bit system

Image
i had 32bit version of windows on computer since installing ubuntu think i have 64 bit system. attached images screenshot.jpg (47.7 kb, 64 views) looks way. try booting 64 bits live cd. works you'll know got 64 bits cpu. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] those this mean i have a 64bit system Ubuntu

Rebuilding site manually after mod took it out - Joomla! Forum - community, help and support

hi... i've had site hacked multisites. may not have been issue sure now. site went down when installed component. went ftp , removed multisites module manually. error: warning: main(multisites/multisites.php) [function.main]: failed open stream: no such file or directory in /home/gooru64/public_html/index.php on line 19 warning: main() [function.include]: failed opening 'multisites/multisites.php' inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gooru64/public_html/index.php on line 19 fatal error: class 'subsite' not found in /home/gooru64/public_html/index.php on line 20 what else need remove out of way? hi, it multisite addon overwrote core files, 1 mentioned here index.php file. try reuploading index.php file matching joomla! version/package. regards robin Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Comparing html and joomla template - Joomla! Forum - community, help and support

my team tryling reduce time of designing templates. best "visually" there template that's both in html , joomla can go , forth , see how code is? sorta template owsd has same in joomla. thanks, jsg the template tutorial located on dev site should visualize going on number of template faqs state lot of information in depth.  check out thread: http://forum.joomla.org/index.php/topic,71440.0.html . Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Thread: Unify Desktop Look Howto

hello there, decided start thread open topic think must in every distro: uniform on system. means whatever application install in desktop, whether kde app, gnome app, kde desktop, gnome desktop. thread should container helps unify , feel of our desktops. means how make windows same, dialogs, icons, toolbars, menus, or whatever else gain better experience using linux. post howtos. regards.. , night. xermán hello there, after time, came thread. must in linux desktop end user? - apps show same interface so, happens if want use kde apps in gnome or viceversa? apps not match desktop. i've seen easier solve in kde, more difficult solve in gnome. first thing find icon set, both. oxygen , oxygnome, whatever has same icons toolbars, desktop, dialogs,... not easy. kde art developers care kde, gnome same gnome. qt3 settings , qt4 settings must, though never found them useful. fo

Logitech Webcam Issues - Raspberry Pi Forums

hello, trying connect logitech hd pro webcam c920 via usb raspi, out hdmi port tv. have written program (which working), seems raspi isn't able recognize webcam. getting error message: "systemerror: ioctl(vidioc_s_fmt) failure: no supported formats." here code: code: select all import pygame, sys import pygame.camera pygame.locals import * mkrgr_1 = '/dev/video0' size = (1280, 720) filename = 'capture.jpg' def camstream(): pygame.init() pygame.camera.init() display = pygame.display.set_mode(size, fullscreen) camera = pygame.camera.camera(mkrgr_1, size) camera.start() screen = pygame.surface.surface(size, 0, display) caption = pygame.display.get_caption() pygame.display.set_caption(*caption) capture = true while capture: screen = camera.get_image(screen) display.blit(screen, (0,0)) pygame.display.flip() e in pygame.event.get(): if e.type keydown , e.key == k

Arduino HC06 Cannot turn on and off LED

Image
hi guys,   followed instruction arduino hc06 . can use serial port ( com 3 ) turn on & off led sending command f or n @ arduino leonardo did. when connect hc06 teraterm ( bluetooth terminal ) , unable type command in after connected com port 5 ( incoming ). below connection hc06 , attached picture connection of arduino, led , blueeoth. unable turn on , off using bluetooth terminal @ laptop. somehow try android device , connect hc06 typing command f or n using bluetooth terminal apk cannot turn on , off.please help. my tera term connection: http://s30.postimg.org/x242xzav5/tera_term.png hc06    microcontroller tx    -> rx rx    -> tx gnd -> gnd vcc ->  3.3v extra: led -> pin 8 setting baud rate , etc : 9600, 1,none,0 code: [select] char bluetoothval;           //value sent on via bluetooth char lastvalue;              //stores last state of device (on/off)   void setup() {  serial.begin(9600);  pinmode(13,output); }     void loop() {   if(serial.available())

Checkpoints in my code?

hi know how ask arduino read sensors during void , if statements changed go or restart loop. how can ask him out of loop ? code: [select] #include <servo.h> servo servo; int positions = 2; int vpositions; int capteur1 = a0; //pin de la photocell 1 int readcapteur1; //valeur de la photocell 1 int capteur2 = a1; //pin de la photocell 2 int readcapteur2; //valeur de la photocell 2 int capteur3 = a2; //pin de la photocell 3 int readcapteur3; //valeur de la photocell 3 int p; void setup() {   servo.attach(9);   serial.begin(9600); //imprimer les données recues - la fréquence } void loop() {   readcapteur1 = analogread(capteur1); //lecture analogique du capteur   readcapteur2 = analogread(capteur2); //lecture analogique du capteur   readcapteur3 = analogread(capteur3); //lecture analogique du capteur   serial.print("lecture du capteur 1 = "); //imprimer les données sous...   serial.print(readcapteur1); //imprimer les données analogiques recues   serial.print("\

Thread: No video driver

i have unicrome video card. have via-xserver-86a-50283_src.tgz driver, haven open. give me: gzip: stdin: not in gzip format tar: child returned status 1 tar: exiting failure status due previous errors error. please me. install alien, doesnt work properly, or not install, or whatever, please me, gegin you! you not recommend install alien because (.rpm) don't (always) work ubuntu systems (.deb's). reccommended visit : https://help.ubuntu.com/community/openchrome . install drivers. looks have bad gzip file. have tried downloading again. ? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] No video driver Ubuntu

[Solved] Send packets via Wifi to udp port

hi, is there option "ethernetudpwrite", through wifi? http://arduino.cc/en/reference/ethernetudpwrite thanks. quote from: vicmerlis on dec 24, 2014, 12:12 pm hi, is there option "ethernetudpwrite", through wifi? http://arduino.cc/en/reference/ethernetudpwrite thanks. yes, just reminder, yún section of forum arduino start here: arduino yún http://arduino.cc/en/main/arduinoboardyun then read: guide arduino yún http://arduino.cc/en/guide/arduinoyun make sure read: # configuring onboard wifi # communicating openwrt-yun via bridge # using bridge pass information between processors and, of course, read 'reference section' on bridge : http://arduino.cc/en/reference/homepage http://arduino.cc/en/reference/yunbridgelibrary jesse Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > [Solved] Send

Crude Wake-on-LAN idea

i bored , decided try crude way wol hard restart. in remote system frozen , needs power cycle. took old system didn't care , tried snipping power latching wire (green wire) see if system turned off. in theory , sure enough did. when reconnected powered out having hit power switch. best can tell power supply off except 5 volt standby power still latched. work great quick , dirty wol alternative. when have time i'll probe multi-meter , try adding arduino eth shield , give shot. are talking green wire in rj45 connector.  if has absolutely nothing power. Arduino Forum > Using Arduino > Project Guidance > Crude Wake-on-LAN idea arduino

dodatkowe pola userów - dlaczego ich wartosc nie jest zapamietana?? - Joomla! Forum - community, help and support

Image
dodalem kilka nowych pol uzupelnienia przez rejestrujacych sie userow dodalem wszystkie jednej tabeli jednak zakazdym razem zarowno user jak admin nie moze wprowadzic wartosci dla tych pol.... wlasciwie nie moze ich tak wprowadzic zostaly zapamietane!!! inne wartosci imie itd mozna swobodnie edytwac ale pol stworzonych przezemnie nie da sie trwale uzupelnic  mod note: w temacie dajemy male litery, nie krzyczymy moze napisz gdzie dodales te pola, w bazie danych w formularzu rejestracyjnym czy jeszcze gdzie indziej. jesli ktos ma ci pomoc powinien wszystko wyczytac z twojego posta. Board index Joomla! International Language Support International Zone Polish Forum Administracja

What does the "cache time" and "Front-end User Params" refers to? - Joomla! Forum - community, help and support

jus 1 simple question.. "cache time" , "front-end user params" refers to? thx advance replies! cache time: edit maximum length of time, in seconds, cache file stored before refreshed. if content on web site continually being updated case example active forum, more frequent refresh rate justified. if, however, web site orientated more towards static content, setting refresh rate of 12 or 24 hours may in order. source: http://help.joomla.org/content/view/51/153/1/8/ front-end user param's: option controls additional functionality available users in front-end of web site. example: if set no, users unable choose editor available them , defaults system choice or selection made site administrators in back-end user manager screen. able edit these parameters in the, default titled, details selection of front-end user menu.  if set yes user has full access of additional parameters (functionality) may allowed within details. source: http://help.joomla.org/content/view

IE7 und Adope Flash Player

moin, unter xp prof. habe ich den ie7 installiert. zahlreiche websites und auch anwendungen verlangen den adobe flash player. ich habe diesen auch installiert (mit aktivx-steuerelement), auf der adobe website wird mir dies auch angezeigt (kleines filmchen läuft ab). allerdings wird der player von websites und anwendungen als "nicht installiert" erkannt, z.b. vom sonyericsson update-service. was kann ich tun, um den flash player "richtig" zu installieren? gruss, stoeps hallo leute habe heute meine neue festplatte reingemacht soweit alles gut, jetzt um videos auf youtube zu schauen wollte ich den geforderten flashplayer installieren bloß während der installation kommt eine anzeige die sagt das meine festplatte voll ist und ich mindesten 5000kb brauche, aber die festplatte verfügt noch über 300gb speicherplatz hab,andere programme lassen sich auch problemlos installieren..!!! können ihr mir hier weiterhelfen. system winxp sp3 + alle updates gruß More dis

Thread: ERROR: Setting a index [login,class] that isnt predefined (phpldapadmin 1.2.0)

i decided update phpldapadmin version 1.1.0.5 available ubuntu package 1.2.0. well, seem having issue [login,class] index: code: $servers->setvalue('login','class',array('posixaccount')); the error getting looks this code: function error called incorrectly [error: setting index [login,class] isnt predefined.] is index deprecated in 1.2.0? anyone? Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [all variants] ERROR: Setting a index [login,class] that isnt predefined (phpldapadmin 1.2.0) Ubuntu

RFID RC522 seems to not send GET data to a xampp web server via W5100 Ethernet

Image
my problem uid not sent web server on pc serially printed , client certified connected. [outputs "connected" , ip printed] not reflect on db. i'm using xampp, firewall off, ip both correct. port 80 , manual encoding of argument working, localhost/add_data_php?rfid=12345678 [12345678 reflect on db] maybe because needs delay? or on or off of ss pins of each? appreciated. the "counter" , "first" variables used condition whenever card gets detected, that's way data sent server. seems work fine serially, gets pass through code whenever card gets detected. not reflect on db. manage save in db "dummy" number , and in 1 execution only, setup , not on loop. please hellppp thanks. code: [select] #include <spi.h> #include <mfrc522.h> #include <ethernet.h> #define ss_pin 9 #define rst_pin 8 mfrc522 mfrc522(ss_pin, rst_pin);        // create mfrc522 instance. byte mac[] = { 0xde, 0xad, 0xbe, 0xef, 0xfe, 0xed }; ipaddress

Arduino IDE compiled program flash location

hi all, the subject might bit confusing didn't know call it. i have been working on getting bootloader onto arduino due can wireless uploads of firmware. the bootloader atmel example have provided have been converting atmel studio written iar. the bootloader sits on both of flash locations (flash0 0x80000, flash1 0xc0000). i want continue using arduino ide time being made different board type points new flash.ld file shown below. code: [select] output_format("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") output_arch(arm) search_dir(.) /* memory spaces definitions */ memory { rom (rx)    : origin = 0x00089000, length = 0x00040000 /* flash, 512k */ sram0 (rwx) : origin = 0x20000000, length = 0x00010000 /* sram0, 64k */ sram1 (rwx) : origin = 0x20080000, length = 0x00008000 /* sram1, 32k */ ram (rwx)   : origin = 0x20070000, length = 0x00018000 /* sram, 96k */ } /* section definitions */ sections {     .text :     {         . =

muchas gracias...

...für die neugestaltete community. die anlehnung die amerikanischen user2user-foren sieht sehr viel strukturierter und übersichtlicher aus, und macht das lesen/schreiben über das webinterface um einiges leichter. die unterforen konnte ich zwar noch nicht entdecken, aber ich denke diese werden folgen. danke thomas. maik finde ich auch, aber ich glaube die unterforen sind das, rechts auf der seite versteckt ist, die müssten tatsächlich mehr hervorgehoben werden. die uhrzeit sollte vielleicht auf den deutschen sprachraum angepasst werden. danke willi More discussions in Deutsche Foren adobe

Session based vs. Legacy interface in generating digital outputs via NI device

Image
hi, aviv , working towards phd in neuroscience. for experiment, transfer digital outputs matlab via national instruments (ni) device (pcie-6320), has digital output ports having 8 channels each (e.g. port 0 has 8 channels: 0.0:0.7). timing considerations important. before purchasing current 64-bit matlab 2014 system, used 32-bit matlab of older version, different ni board - pci-6224. 32-bit system used "legacy interface" code (putvalue command) generate outputs, , found average delay in execution time of matlab line updates single channel 0 1 (and vice versa) 1.2 ms. furthermore, mean delay proportional number of output channels simultaneously updated in same matlab line, i.e. matlab line updated simultaneously 8 channels (0.0:0.7) 0 1 take 8x1.2 ms execute. upon moving current system, new computer matlab 64-bit , pcie-6320, discovered legacy interface set of commands (for generating , acquiring digital outputs , inputs) not available 64-bit, , must use "sessio

Problem with Group Access and Joomla admin.graccess.php on line 141 - Joomla! Forum - community, help and support

ih....   i have problem group access , joomla : warning: invalid argument supplied foreach() in /home/matics/public_html/administrator/components/com_graccess/admin.graccess.php on line 141 and check others post , recomend change the line 137 in administrator/components/com_graccess/admin.graccess.php to: $query = 'select * #__users right join #__graccess_usergroup on userid=id groupid='. $row->id. ' order name'; but line 137 suggest , still woth problem any suggestion??? Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Thread: Problemas con Freetype2 y el renderizado de fuentes

uso ubuntu 9.04 en un laptop sony pcg-k12fp. hace unos días compilé e instalé freetype2 ya que me lo pedía gem, extensión de puredata, para ser compilada. coloqué use el comando code: ./configure --prefix=/usr , compilé con make y despues lo instalé como superusuario con el comando sudo make install . hasta ahí no hubo problema, salvo que la apariencia o renderizado normal de las fuentes en ubuntu cambió. al no quedar conforme con esto procedí desinstalar la librería con el comando code: sudo make uninstall . la consola indicó esta información: code: ./builds/unix/libtool --mode=uninstall rm -f /usr/lib/libfreetype.la libtool: uninstall: rm -f /usr/lib/libfreetype.la /usr/lib/libfreetype.so.6.3.22 /usr/lib/libfreetype.so.6 /usr/lib/libfreetype.so /usr/lib/libfreetype.a rm -f /usr/include/freetype2/freetype/config/* rmdir /usr/include/freetype2/freetype/config rm -f /usr/include/freetype2/freetype/* rmdir /usr/include/freetype2/freet

Creating Arrays of structured fields with XMP 3.2 SDK

i'm trying adobe xmp sdk 3.2 operate in same manner the<br />imetadataaccess interface in indesign / incopy.<br /><br />1. consider following snippet of indesign sdk code.<br /><br />foo( imetadataaccess * mymeta )<br />{<br />pmstring regprefix;<br />pmstring ns( "http://my.namespace.com/test/" );<br />pmstring nspfx( "myns" );<br /><br />mymeta->registernamespace( ns, nspfx, regprefix );<br /><br />pmstring path( "testpath" );<br /><br />// create new bag array<br /><br />mymeta->appendarrayitem( ns, path, emptystr, metadata_bag, metadata:kpropvalueisstruct );<br />.....<br />}<br /><br />this generate following entry in xmp.<br /><br /><rdf:description rdf:about="" xmlns:myns="http://my.namespace.com/test/"><br />         <myns:testpath><br />            <rdf:ba

Uploading and changes to config.php - Joomla! Forum - community, help and support

hello in process of uploading first site , wanna check on changes need make config.php.? i have attempted change d following not sure if have missed others out, please advise $mosconfig_absolute_path = 'c:/program files/xampp/htdocs/school'; i have used phpinfo find out absolute path , replaced c:/program files........... $mosconfig_cachepath = 'c:/program files/xampp/htdocs/school/cache'; i not sure need change have replaced absolute path adding /cache @ end. $mosconfig_host = 'localhost'; what change here? $mosconfig_live_site = 'http://localhost/school'; i have put new domain name here thanks offered. it's easier let joomla determine server settings: upload files joomla 1.0.12 package. start installation via browser. let joomla write configuration.php on server you. remove /installation directory upload template /  images , export local database using phpmyadmin. delete phpmyadmin tables in joomla database on server , import .sql file created on

Arduino Aquarium Controller

Image
hello, as understand subject trying built aquarium controller, working on project 2 years starting scratch because  didn't have idea electronics sailor... , have done lot of research , work, in dead end , help!!! my controller has lcd (20x4), ds1307 rtc , 3 ds18s20, 1 waterproof, measuring temperature planning add 8 channel relay control multiple devices , push buttons. my problem temperature not accurate have 0,5 degrees difference temperature controller (elliwell ic915)and wondering if way calibrate ds18s20. and can't make relay open , close due temperature difference. here code if can me... (be gentle me amateur understand     ) code: [select] #include <liquidcrystal.h> #include <math.h> #include "rtclib.h" #include <time.h> #include <wire.h> #include <onewire.h> #include <dallastemperature.h> // data wire plugged pin 3 on arduino #define one_wire_bus 3 // setup onewire instance communicate onewire devices onewire onew