Posts

Showing posts from April, 2010

Cookies must be enabled. login problem. - Joomla! Forum - community, help and support

Image
hi hello all. first post using login on our home page ( not admin - works fine ) on first attempt message 'cookies must enabled!' - on second third attempt goes blank has accepted when returning screen i'm logged in. same me on ff , ie safari doesn't allow @ all. also quite wierdly tried putting in 1 set of details , got 'cookies must enabled!' message, entered different details should work - got logged in on first set of details!! anyone know how can sort this. i forgot mention version working on, important in issue. i have found solution this viewtopic.php?f=36&t=268622&start=60 there many things try, worked me. edit configuration.php. change $mosconfig_live_site have "www". example - http://yourdomain.com becomes http://www.yourdomain.com . Board index Joomla! Older Version Support Joomla! 1.5 Security in Joomla! 1.5

Thread: Python Twisted: Sending Binray File

zoinks! seriously, i've been sending contents of small text file client python script, using twisted. , writing once again file, when try , send non plain text file via same method, connection closed message, take because i'm not reading file correctly? code: binray = open("datebase.db", 'rb') binrayr = binray.read() self.sendline(binrayr) of course 'connection closed cleanly' message. can give example of how send such file? bye. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Python Twisted: Sending Binray File Ubuntu

Is this magic ??

hi,   i've had issue cfswitch on assigning charges. looks @ first 2 characters of field customer_id , set rates accordingly. have been charged incorrectly , it's down cfswitch. have stripped down basics:   <cfswitch expression="f3">      <cfcase value="ds">             prices ds customers      </cfcase>      <cfcase value="sc">             prices sc customers      </cfcase>      <cfcase value="er">             prices er customers      </cfcase>      <cfdefaultcase>           prices other customers      </cfdefaultcase> </cfswitch>   so running code expect...

Streaming Audio in Joomla/HTML Problems - Joomla! Forum - community, help and support

we use joomla our radio station website. trying add live streaming feature our listeners can listen online when can't radio, or out of area. we have streaming set through outside source, , need upload image link our site open player in new window. player generated through streaming company, , html code given write website. however, when insert code joomla, image player-link shows up, not connect streaming source. after investigation, realize joomla program doing code, because parts of code missing or changed, though did not change or delete anything. is there reason jooomla "rewrite" code have entered, or there problem using streaming audio? have never used joomla before, station had when took on website. tell me need code stay entered it? you need output player through joomla using "raw" layout (i.e. setlayout("raw"). used streaming video, image, audio or rss feeds joomla , prevents joomla outputting html code. hope helps. ...

Voice repair

i hesitate ask... there way amateur singer's voice "repaired" in program (or program) out-of-tune notes match correct key?  whew.  painful. yes, can audition - there few caveats. first have have voice alone on track - else on same track retuned. second although there 'automatic' section in pitch corrector, won't results it. works best if retune individual notes manually, because can allow far more natural start , finish notes way, , care can achieve results enough people not notice it's happened.   as alternative software, there's 1 other app stands out - , it's head , shoulders on else on planet (and cost you...). that's  celemony's melodyne . More discussions in Audition CS5.5, CS6 & CC adobe

Thread: HDR and Panorama software

not sure if correct place this... sorts of software exist ubuntu can hdrs , panoramas? i'm not looking 1 single program can this, suggestions both great. vista giving me issues lately , want work on photos until around fixing it. well you're in luck! hdr have qtpfsgui: http://qtpfsgui.sourceforge.net/ , panorama have hugin: http://hugin.sourceforge.net/ Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe HDR and Panorama software Ubuntu

Manuales de la cs5 en inglés

si vamos al soporte en la página de adobe.com y entramos en los manuales web de los programas en su versión cs4, nos sale la opción de llegar los de la cs5   el de indesign cs5   http://help.adobe.com/en_us/indesign/cs5/using/index.html   el de photoshop cs5   http://help.adobe.com/en_us/photoshop/cs5/using/index.html   el de illustrator cs5   http://help.adobe.com/en_us/illustrator/cs5/using/index.html   esos por lo menos están   un saludo   mateo gracias mateo!. More discussions in Foro en español adobe

Thread: need some testers

i need testers xorg repackage ive done. people, while using fglrx, have window minimize/maxmimze/close lag. modificiations ive done remove lag (or @ least has me). experiencing lag , using fglrx, try adding repository https://launchpad.net/~dolphinaura/+archive/fglrx-xorg-optimized , upgrading packages. , please, isn't experienced xorg, don't use cause might encounter xorg breakage. oh, , purge xorg-edgers if have enabled Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe need some testers Ubuntu

Raspberry Pi suddenly quit working - Raspberry Pi Forums

Image
i got raspberry pi , have had running few days now. yesterday working on installing arduino ide can program arduino pi. first ran code: select all sudo apt-get update make sure current code: select all sudo apt-get install arduino install arduino ide. seemed work fine , compiled arduino blink program , uploaded arduino uno make sure working expected. far. left desk 15 min , when came screen blank had shut down display inactivity, unresponsive , wouldn't 'wake-up'. tried resetting pi doing power cycle, no luck. happens act led blinks once green during initial power up, , pwr led constant red. have tried booting sd card , power, no difference. have verified 5 v tp2 tp1, , made sure voltage ground same on each side of polyfuse. tried reflashing sd card raspbian distro downloaded (and verified sha1) still no luck. bought sd card when purchased pi come preloaded raspbian , since running fine doesn't seem problem of incompatibility. suggestions on next troub...

Page to Page Navigation

i in process of creating online course using dreamweaver 8. need know how create navigation page page. i'd have next button, button, etc. user can navigate through course pushing buttons. dreamweaver 4 had learning site tool provide built in navigation , design templates. learning site not available dreamweaver 8. replaced tool called flashform doesn't have functionality dreamweaver has. can please tell me how code dreamweaver 8 pages navigation? dreamweaver using server model paging behaviors. there extensions create more sophisticated navigation tom muck's extension .. again using server model .. , available @ http://www.tom-muck.com (commercial). btw .. think learning site dw8 still available .. both and coursebuilder extension dw8 outsourced http://www.rapidintake.com coursebuilder extension still free. learning site 1 not. -- nancy gill adobe community expert author: dreamweaver 8 e-book dmx zone co-author: dreamweaver mx: instant troubleshooter (august...

multiple WRAPPER modules - Joomla! Forum - community, help and support

hello using template ja_purity i wknow how create instances of wrapper module display different link pages in main page display these wrappers (more one) on different locations in menu. i.e. somehow having more 1 wrapper modules guess? i imagine must module cloning have many similar wrapper modules how can done? (what in final create user specific content menus etc wrapper ideal, can create html/php files , embed them want thm in site. there other solution?) Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Thread: Firefox desing concept

hi! screenshots: http://img231.imageshack.us/img231/9...utekranuap.png http://img697.imageshack.us/img697/1...utekranu1d.png http://img684.imageshack.us/img684/9...utekranu2h.png video: http://www.youtube.com/watch?v=owekfpr8bqe script: http://dl.dropbox.com/u/3389175/fikfox2 (change folder in home directory) sorry in bad englisch. Forum The Ubuntu Forum Community Other Discussion and Support Art & Design [photography] Firefox desing concept Ubuntu

Customizing a new template - Joomla! Forum - community, help and support

Image
good morning happy join ur community i have simple question there lots of joomla free templates can used , have understood how template manager works. need solve problem i have created photoshop web template , have sliced , created in html , css page dreamweaver. how can use new template , customize in joomla? should create photoshop , download joomla template has same skeleton , start replacing images , skins via template manager? with few words how can customize own fresh template in joomla thank yes, whole putrpose of templating, check out template forum here more information, there links information on start, download several free templates or through default templates see how things set out , how build own package. there hundreds of sites on web free tutorials on building joomla! templates , how package them instalaltion. Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5 ...

I am now bald, pissed, and frustrated. Why? - Joomla! Forum - community, help and support

i want put 725 pixel wide table article , have table centered. you think trying clone human. using brand new installation of joomla using milkyway template. no right or left columns i removed editor. see site here: http://02d0e5c.netsolhost.com/center1/ you can log in , try fix it: username dejan password dejan123 here html <table border="0" width="725"> <tbody><tr> <td> align="left">a</td> <td align="center">a</td> <td align="right">a</td> </tr></tbody> </table> i send $15 via paypal can re-write html code table centered. a reasonable solution, 1 work no matter resolution display set at. a solution work internet explorer , firefox, etc. please, me, can't hard accomplish. thanks in advance, david 847-854-8800 - cell phone david4943@gmail.com i using version 1.5 Board index Joomla! Older Version Support Joomla...

So excited about upcoming CS5! Can someone answer a few questions?

i eager try out cs5 master collection! have few dilemas , questions. (as sure lot of others do)   #1, have purchased 2 premium suites. cs3 web premium when came out , cs4 production earlier year. (in february) ... know cheapest way hands on cs5 master collection? hope adobe consider new upgrade price of have purchased cs3 , cs4. if not, guess best option sell new cs4 on ebay , upgrade cs3?   #2, have 3 computers. (2 laptops, 1 desktop) need adobe products on @ least 2 of them. -- know how work out? if using dreamweaver cs5 @ office , forget log off @ end of day, able use when home other laptop? or have drive office , somehow deactivate copy? i apologize. think put in wrong forum. -- couldn't figure out right forum. guess should come here more & figure out how works More discussions in Forum comments adobe

SOLUCION AL PROBLEMA DE LOGIN AL ENTRAR EN ADMINISTRACION - Joomla! Forum - community, help and support

Image
vale, resuelto!!!! por fin!!! ni cookies, ni caché, ni firefox en vez de ie, ni historias raras... tan sencillo como que no tenÍa creada la carpeta "sessions" en c:\php. la solución, por tanto, antes de instalar joomla/mambo ó ya instaldos, es crear una carpeta llamada sessions, con permisos de escritura, en c:\php en el servidor. por tanto, teneis que tener, en el servidor, esta carpeta con permisos de escritura (que no tenga el solo lectura, vamos): c:\php\sessions por fin!! disfrutar de mambo/joomla!!! creo que esto debería tener chincheta en administraciÓn e instalacion, porque si no te das cuenta este problema le da casi todo el mundo, como leido en todas partes...  creo que la ruta de esa carpeta puede variar, yo por lo menos la tengo en otro sitio, dentro de la carpeta php pero en otro sitio. Board index Joomla! International Language Support International Zone Spanish Forum Versiones...

New Idea for Adobe

a fellow class mate , of graphic design degree course study have discussed , decided adobe should make font organizer piece of software. organize , install fonts on windows , efficiently.   -thanks djcollide@gmail.com @collide214,   the best way give voice idea submit feature request via adobe's feature request/bug report form .   stefan adobe systems More discussions in LiveCycle Solutions adobe

separate css for IE, FF at template variations - Joomla! Forum - community, help and support

hi, i working nonprofit create website , hired freelancer handle template coding. i going through work , see has created 4 different templates. 2 primary designs understand why might 2, created 1 detail page (or page when click read more) each template. also, having formatting issues ie. solution create 3 different css's each template: ie6css, ie7css, , template.css file. have 12 different css files deal now. is necessary? in general, can't browser compatibilities resolved 1 css? i appreciate advice here on whether should finding re-do work. because need adjust of css in design , complicated now. thank you.. rg well, short answer no, don't need 12 style sheets. however, depends on design well. olaf Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

How to set a fragment's source file during run-time?

hi there.   i'm developing templates used several clients. due requirement need set "logo" , "footer" text upon document generation. i've bound javascript sentence form:ready event sets logo given client (expressed in data source xml). "image_logo.value.image.href = $record.clientid.value + "_logo.jpg";   i need same footer text, however, footer each client differs eachother , not contain text. of footers tables different layouts. possible have placeholder fragment upon generation , change source file reference of in form:ready event? example; "form:ready -- placeholderfragment = $record.clientid.value + "_footer.xdp"; ?   worst case i'll need make each footer in image , load did logo, having hard time generation footers in images display (proportion etc.). tips?   thanks in advance.   edit: i've tried doing this: "placeholder.usehref = ".\someclientid_footer.xdp"; nothing shows up. by time script run la...

Lightboxes, best way to go about them?

i'm trying achieve gallery style "lightbox". site i'm working on quite small lightbox prefect opening larger images. know how best way in flash.   basically if have buttons on 1 page/keyframe, there way of calling these images (graphics or movieclip even), , have them display centrally on site.   an example of can seen here on test site (all pre generated unsure how works):   http://helle.moonfruit.com/#/gallery/4540199899   but if knows best way of tackling this, appreciate ideas.   cheers hi,     http://www.tutorialhero.com/click-63457-lightbox_effecet_in_7_simple_step_as3.php   check link u More discussions in Adobe Animate CC - General adobe

Thread: Recommended 802.11n PCI Wireless Card

i'm looking 802.11n pci wireless card supported in linux has able join ad-hoc network, , work intel 4965agn cards make rest of ad-hoc network. i've been looking @ http://www.newegg.com/product/produc...82e16833124069 : linksys wmp300n have better suggestions? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Recommended 802.11n PCI Wireless Card Ubuntu

Module not appearing on all pages in header position - Joomla! Forum - community, help and support

hi there, have module displays news rotator on everysingle page copied module , put on several pages on header position when clicks on link read more goes different section , show module copied on header module postion. sorry dont know how describe situation if loock site, www.feedmystream.com you mean module in position "header1"? to have on pages go module manager , select module in position. in menu assignment->menu select all then save module. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Homepage Feed Error - XML declaration not at beginning of... - Joomla! Forum - community, help and support

Image
hello, getting error on joomla main feed (homepage). code: select all a interpretação xml falhou: erro de sintaxe (linha: 6, caractere: 0) (the xml interpretation failed: syntax error (line 6, character: 0) refazer documento como html erro:xml declaration not @ beginning of document especificação:http://www.w3.org/tr/rec-xml/ 3:   4:   5:   6: <?xml version="1.0" encoding="utf-8"?>   7: <!-- generator="joomla! 1.5 - open source content management" -->   8: <feed xmlns="http://www.w3.org/2005/atom"  xml:lang="pt-br">   9:    <title type="text">anbient - animes ambient</title> well, error outputs in opera. in other feed readers parses fine. i guess opera not ignore starting lines , tries parse them, other feed readers ignore 'em. well, how can edit file outputting feeds remove these spaces? (another way fix issue of course welcome) thanks in advance. ...

Thread: GetDeb Mirrors Down?

Image
the getdeb mirrors i'm using went down today. else? or me? posted barney385 the getdeb mirrors i'm using went down today. else? or me? which 1 using, post there have been hand-offs work. Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure [SOLVED] GetDeb Mirrors Down? Ubuntu

Dansk sprog til Kunena 1.0.9 - Joomla! Forum - community, help and support

hej hvor finder man en dansk sprogfil til 1.0.9 har fundet en på joomlacode til 1.0.8, men den kan man jo ikke downloade nogen steder. hvis der ikke er en fil et sted - er der så nogen, der kan fortælle skridt skridt, hvordan man ændrer den engelske til dansk - også knapper eller ander. [mod note: moved joomla! 1.5 - ask support questions here » extensions danish > 1.5 > komponenter. please post in english in english forum only.] Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.5 (Tidligere langtidssupporteret version indtil sep. 2012) Komponenter, Moduler og Plugins

Rendere compatibili sketch 023/1.0

si puo' fare un esame esaustivo su quali file modificare/aggiungere all'ide 1.0 per garantire la compatibilita' con tutti gli sketch ? ad esempio nel mio valvolare ricevo errore wconstant che sua volta contiene collegamento ad wiring.h che non e' piu' presente nell'1.0 ho fatto un confronto ed file mancanti nella 1.0 rispetto alla vecchia release sono: wiring.h wconstants.h wprogram.h pins_arduino.c pins_arduino.h sarebbe comodo fare uno zip da scaricare, allegato questo post, con file corretti per garantire retrocompatibilita' senza modifiche. che ne pensate ? quote from: testato on dec 17, 2011, 03:13 pm che ne pensate ? che non mi pare il miglior modo di risolvere questo problema, dato che le differenze potrebbero essere anche livello di codice, non solo di nome di file. meglio allora inserire in tutte le lib che si usano una direttiva per il compilatore per discriminare tra versione 1.0 e non: code: [select] #if defin...

Comunicar mando RF 433MHz con receptor 433MHz

hola tengo estos dos componentes : http://suntekstore.com/goods.php?id=14001362 - mando http://www.bricogeek.com/shop/modulos-radiofrecuencia/46-receptor-rf-434mhz-4800bps.html - receptor que se vende como 434 tambien tengo un emisor 434mhz http://www.bricogeek.com/shop/modulos-radiofrecuencia/47-emisor-rf-434mhz.html en el cristal de este pone 433 y se vende como 434 la cosa es que me gustaria usar el mando con el receptor pero no se como habria que leerlo, de momento probado con este codigo y no sale nada. code: [select] * * simple receiver code * (tx out of arduino digital pin 1) * (rx arduino digital pin 0) */ int incomingbyte = 0; void setup(){ //2400 baud 434 model serial.begin(2400); } void loop(){ // read in values, debug computer if (serial.available() > 0) { incomingbyte = serial.read(); serial.println(incomingbyte, dec); } incomingbyte = 0; } como lo veis se podria hacer?? me apunto al post que me interesa Ar...

The Right Power Supply - Raspberry Pi Forums

hi guys! time need solve future issue. bought usb hub, d-link dub-h7, fed 5v 3a , provides 0.5a each usb port. ( here's link: http://www.dlink.com/us/en/home-solutio ... sb-2-0-hub ) used power pi 1st 1 port, using fast-charge mode, need hub fed other devices such webcam , external hdds ( in case, 1st 2 ports go in normal mode, 0.5ma ). connected lot of devices, , suppose it's not enough, connected: - raspberrypi ( @ least 700ma ) - bv4111 ( relay controller + 8channel relay ) 650ma - bv4618 + hd47780 ( 3ma ) - 8 pir sensors hc-sr501( datasheet says 50ua each ) ( 2 ) - ds18b20 thermal sensor - mcp23017 ( it's going arrive ) guess 8channel relay requires lot of ma, rest uses power gpio can handle without problems.. guess.. so, can solution? may supply of these components hub itself? possible prevent buy 1 supply pi? maybe using have. help i believe hub answer, might consider powering relay unit separate power supply, ide or sata drives recommend using hub ...

Metadata Display Settings PremProCS4

i have custom setting bin settings in metadata display, i.e. video usage, video in/out, media in/out, etc, called "bin settings".  there anyway can make default instead of having change each time project opened?  in cs3 move items up/down, etc. , don't see that.  thanks set , save own bin   its little difficult find if recall corrrectly.  in twirl down menu (small triangle) More discussions in Premiere Pro CC adobe

Thread: Voting for the Open Source Gaming Competition has Begun!

Image
the day has arrived. voting best open source game on web has begun . we've broken list down 10 genres. vote on art, innovation, storyline, , overall gaming experience decide games 10 genres go head head in final round. i'll post results every day can see how games stack up. *dons battle cap* being supportive of competition. ubuntu forums have been 1 of nicest work on, far! -samuel if want know more worldki, click here . uh, link bad... Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure Voting for the Open Source Gaming Competition has Begun! Ubuntu

Thread: cant install nautilus elementary on ubuntu 10.04

im following guide: http://www.webupd8.org/2010/04/insta...0-via-ppa.html having no success: adding ppa in terminal works in synaptics package manager. when update in terminal seems update lot of things , takes quite long. when looking in synaptics package manager nautilus-elementary finds nothing! can me why , how install? think have fact upgraded kernel 2.6.34. can reason? that command used did not install anything. cant upgrade dont have installed in first place. need find out package name of application , install it. example: code: sudo apt-get install nautilus-elementary then can upgrade via: code: sudo apt-get upgrade Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] cant install nautilus elementary on ubuntu 10.04 Ubuntu

Flex Designer Position / New York City

job title: flex designer location: new jersey, nj position type: contract duration: 6 months+ rate: $38/hr inclusive   job description: looking user experience professional hands-on in designing flex applications. no programming / coding experience required. successful candidate should versed in flex designing.   we looking flex designer & not developer.   required skills , experience:   candidate should posses strong experience in user experience design web 2.0 applications should have expertise in requirement gathering / end user needs , define ui / usability goals able conceptualize workflow , evolve information architecture of application uniquely leveraging flex should expert in designing solution minimum learning curve end users extensive experience in translating requirement documents low fidelity wireframes (visio / photoshop or other rapid application prototyping tool). must have hands-on conducting walkthroughs of application simulation expert in visua...

Is my hall effect sensor working?

Image
hi! i have couple of these linear hall effect sensors ah49e. i followed http://www.arduino.cc/playground/code/halleffect the magnets using grinder , refrigerator (sitting on door hold pictures). is magnets week? cuz don't notice big changes, e.g. can't north-pool show up. quote mm: 710  = b in gauss: 405 south-pole mm: 710  = b in gauss: 405 south-pole mm: 710  = b in gauss: 405 south-pole mm: 710  = b in gauss: 405 south-pole mm: 710  = b in gauss: 405 south-pole << letting magnet touch it mm: 711  = b in gauss: 407 south-pole mm: 708  = b in gauss: 401 south-pole mm: 710  = b in gauss: 405 south-pole mm: 710  = b in gauss: 405 south-pole mm: 712  = b in gauss: 409 south-pole mm: 709  = b in gauss: 403 south-pole mm: 709  = b in gauss: 403 south-pole mm: 711  = b in gauss: 407 south-pole mm: 709  = b in gauss: 403 south-pole mm: 710  = b in gauss: 405 south-pole mm: 710  = b in gau...

Has anyone successfully used the Zoom R16 with Audition?

i’ve tried everything, can’t seem audition run zoom r16.   as noted in recent post, updated both zoom r16 firmware , widows driver, doesn’t seem make 2 work harmoniously.     has had success getting 2 work together?   if so, what’s trick?!   thanks in advance   c charlestonpro wrote:   as noted in recent post, updated both zoom r16 firmware , widows driver, doesn’t seem make 2 work harmoniously.   i'm intrigued - disharmonious? More discussions in Audition CS5.5, CS6 & CC adobe

[svn:cairngorm3:] 15391:

revision: 15391 revision: 15391 author:   ledroff@adobe.com date:     2010-04-13 16:20:12 -0700 (tue, 13 apr 2010) log message: ***********     added paths: ***********     cairngorm3/tags/cairngorm-3.0.4/ More discussions in Archived Spaces adobe

Rocket-Theme: some features that makes it very (!!!) hot - Joomla! Forum - community, help and support

Image
good day dear friends, want set page wit template form gavick or rockettheme. the rockettheme - (with famous , versatile rocketslider) - see http://demo.rockettheme.com/?template=mixxmag question: 3 little boxes in rockettheme - can make them - slider!? look forward hear best regards joo it should included in extensions file when template. there couple of extensions can download without template. Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Library for TC74 temperature sensors

after bit of , gentle prodding have published library interfacing microchip i 2 c tc74 temperature sensor. head on over http://code.google.com/p/tc74-library-for-arduino . suggestions , improvements welcome. i forgot mention library written ide 1.0. Arduino Forum > Development > Other Software Development > Library for TC74 temperature sensors arduino

ems

is best practice use ems instead of pixels (text, width, height, etc.) in css? if brain can accommodate potential cascade confusion it's "good practice" i'm not sure it's "best practice". -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "mkonomos" <webforumsuser@macromedia.com> wrote in message news:eqq2jr$sak$1@forums.macromedia.com... > best practice use ems instead of pixels (text, > width, height, etc.) in css? More discussions in Dreamweaver support forum adobe

Flashfeed version 0.04 - Joomla! Forum - community, help and support

Image
today i've released version 0.04 of flashfeed extension. flashfeed project enables use of joomla backend adobe flash sites. possible edit , post content in joomla , feed flash movie, making joomla advanced cms backend. check out on: www.youcanjoomla.com could put examples of sites use component, please? thank , i'll great patience. Board index Other Forums Open Source Products for Joomla!

Thread: battery indicator show %

the default battery indicator not show percentage of how battery left, there way make show or indicator that? (using lenovo thinkpad sl500, lucid x64) if move mouse on icon, show percentage of charge left in battery. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] battery indicator show % Ubuntu

Use Variable in Quiz e-Mail Reporting

for reasons tedious explain need change e-mail script (quiz report) created in html document project works 'server-side' rather launch mail client on pc.   the problem have of course need know did test! cunning plan create text box in test user type name. text box have variable associated it. no probs far, use variable in mail script in html file add vaiable/name e-mail message - either in content section or subject line.   there variables used in script (such gstremailto), not of these 'visible' system variables. adding variable name not seem work. has out there done this, or non-runner?   regards c taylor hi c taylor,   this possible, , in fact, i've done this.  can refer blog here .  post way overboard doing, code provide contain server side script emailing results , altered cp html templates sending quiz results.  can send custom user variables well.  basic high level outline be: 1.  alter captivate html publishing template via blog pos...

Thread: Help regarding daily log of visited files and folders

hi using using ubuntu 9.10- karmic koala. want know save full log of daily activities held @ machine. means folder accessed , files accessed , modified . there way save log file ... please me out.. thanking you gaurav sontakke take here: http://ubuntuforums.org/showpost.php...35&postcount=2 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Help regarding daily log of visited files and folders Ubuntu

Importing .prel files into other PE3 .prel files?

i know i'm using ancient version (3.0) i'm hoping knows answer one.  know if possible import or export assemblage of audio , video files 1 .prel file another?  have series of songs performed band.  have been cutting 3 camera angles , 4 audio tracks.  til have been selecting , cutting of work precedes current song in timeline , saving each song new .prel file.  there way 1 of individual .prel assemblages master .prel file?  , there less tedious way save individual song assemblages?  help. generally speaking, can't place editing project-in-progress premiere elements project. however, per faqs right of forum, can output final mix 1 project , import another. http://forums.adobe.com/thread/577669?tstart=0   if need cut work-in-progress , paste project, people have found success using program called clipmate.   i can't guarantee work flawlessly, seems job. More discussions in Premiere Elements adobe

Adobe Forms Vs Flex

hi,   please can 1 explain advantages between adobe forms vs flex. i've implement website , forced use 1 of above mentioned technologies represent ui.   appreciate quick reply.   regards boss listen boss,   these not concurrent technologies, complement each other. usual option represent ui flex, offers many compoments interact end user , lead him new rich experience. when adobe forms mean forms inside pdf, right? there 2 technologies implement forms inside pdfs: acroforms , xfa based forms.   well, here let know doubts.   diego More discussions in General discussions - features, feedback, training, documentation etc. adobe

[AIR] Drag Problem (parent & children can receive d&d and HTML Control)

hi,   i have problem regarding drag , drop in air. d&d involving parent & children can receive d&d event , children can contain html control. might want copy , paste code below better idea.   the objectives are: 1. if drag green object , drop in black area, should alert "parent drop" 2. if drag green object , drop in magenta (purple) color, should alert "child drop" 3. if drag green object , drop in white (html control) color, should alert "html drop"   the problems: 1. drag green object black area, magenta area, , again black area. drop it, alert not shown 2. drag green object white area (html control). drop it, alert not shown   many thanks.     the code: <?xml version="1.0" encoding="utf-8"?> <mx:windowedapplication xmlns:mx=" http://www.adobe.com/2006/mxml " layout="absolute" creationcomplete="init()">      <mx:vbox verticalgap="0" x="50" y="50" w...

How to dynamicly embed using metatags? (1041: Attributes are not callable.)

hi,   i'm trying following:           public function basicflarscene(             __fpatternfile:class = "@embed(source=_fpatternfile,mimetype='application/octet-stream')",             __fcameraparamsfile:class = "@embed(source=_fcameraparamsfile,mimetype='application/octet-stream')"):void         {             _fmarkerwidth = _fmarkerwidth;             _fpatternfile = __fpatternfile;         }   but i'm doing wrong i'm getting 1041: attributes not callable. error. i've misunderstood embed metatags completely.   i need able decide file get's embedded @ compile time, possible?   thanks,   eb_dev More discussions in ActionScript 3 ...

SWFLoader Unload Problem

hi,   after doing searching on web still couldn't slove memory usage problem. i have tried using unloadandstop function , tried using setting source empty, none of these worked me. even used hack way force gc work, memory still occupied old swf. the situation each time new swf file loaded, memory usage more , more larger. the unload action seems never worked. i hope 1 me problem. the following source code. thanks.   ps:1. flash player version: 10       2. use flex builder build file.     source code:      <mx:script>         <![cdata[             [bindable]             public var selecteditem:object;                 private function unloadswf(evt:mouseevent):void{       ...