Posts

Showing posts from July, 2013

function that matches the selected string from an array. A good utility function to have.

hello everyone,   i wrote small function loops through array (in case, lets call fullarray), , matches chosen string copies array called "yesarray", , copies unmatched elements of 'fullarray' third array called "noarray". pretty original array used reference.   function works expected, however, wonder if have taken long way write it? please share thoughts on it. lot.   var fullarray:array = ["one","two","three","four","five","six","seven","eight"]; var yesarray:array = []; var noarray:array = []; var ans:string = "three";   checkanswer(ans);   function checkanswer(s:string):void {     var ele:int = (fullarray.indexof(s));     var isfound:boolean = (fullarray.indexof(s))? true : false;     if(isfound)     {         if(yesarray.length > 0)          {              for(var i:int=0; i<yesarray.length;i++)              {                 yesarray.splice(yesarray[i]);    

Thread: how to identify my web-cam

deal all: using laptop built-in web-cam, wonder interface connectied to,i.e. dc1394 or usb or others ? please me, in advance! many built-in webcams connected usb bus. if yours is, can enter command find out make, model , id: code: lsusb Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] how to identify my web-cam Ubuntu

How to build a Family Tree - Joomla! Forum - community, help and support

hi everyone. i need buid family tree, can't find suitable way. so far made pdf file word document, or list with pdf: http://www.salrandazzo.it/personal/pagine/albero.pdf with unordered list: http://www.salrandazzo.it/website/index.php?option=com_content&view=article&id=4:randazzo-family-tree&catid=2:family-tree&itemid=17 the problem double: 1- when tree grows, nice make collasable , expandable click on each "leaf" or branch. in way explore 1 part of family tree. 2 - nice to click on "leaf" more information it, opening new window. so, problem don't know how buid expandable tree, both in graphical way , in unordered list. , don't know how make leaf clickable in graphical way. thank support. salvo Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Log Overflowing with read/write wait queue active

Image
hello everyone, having trouble ubuntu 9.10 reason logs keep overflowing. have attached screenshot , snippet of kernel log too. code: aug 9 18:52:04 eowyn kernel: [180754.977296] tty_release_dev: pts4: read/write wait queue active! aug 9 18:52:04 eowyn kernel: [180754.977302] tty_re55454545454545545554545545455455454.95454545554545555455455455545545545554545545455545455454554555455545545455455554554545545545554554555455554545554545554554554554555455545555545554554554.554555455455455455455554554554554555455455455545455554555455545545555455545545554555545555545545455545454555455555454554554545545555454554555455555554554554555554545554555454555455455554555545455455455455455454555455545554555455554545554545545455545554545545455455455555455454555545555455454554555545554545455455554555454554555455545545545545545545545554555554555455545545554555455455554555545554545555545555455554555545555454554545545545555455454554555554554545455454555554554554545554

DOCman Search - Joomla! Forum - community, help and support

hello we using joomla v1.5.14 , our site uses search plugins- contacts, weblinks, cp tags, content , docman. problem want create search box in article utilizes docman search plugin (users searching docman files - don't need search rest of site). when attempt - pulling in other search plugins, , showing results 'search only' options corresponding above plugins. is there tag call docman? or alternative means end? many in advance. create new menu item of type search , users have option select areas want included in search. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Spellchecker does not load in jboss

hello i have mistake , believe last. in project when run swf, squiggly works correctly, when put deploy of jboss folder, opens, spell check not work. does know settings it? thanks all. needed add data (dictionaries) folder , xml file. is alright. thank help. More discussions in Adobe Labs adobe

Bug: combo_box doesn't support min, max, precision, or validate

combo boxes don't support min, max, precision, or validate properties, contrary documentation states in "lightroom sdk 3.0\api reference\modules\lrview edit view properties.html".   here's test program shows problems:   local lrdialogs = import 'lrdialogs' local lrview = import 'lrview' local f = lrview.osfactory() local text = f:static_text {} local function validate (view, value)     text.title = "validate called " .. view.label     return true, value, nil     end lrdialogs.presentmodaldialog {     title = "test", contents = f:column {         text,         f:row {             f:static_text {title = "numeric:"},             f:edit_field {min = 1, max = 10, precision = 0}},         f:row {             f:static_text {title = "numeric:"},             f:combo_box {min = 1, max = 10, precision = 0,                 items = {1, 2, 3}}},         f:row {             f:static_text {title = "validate:"},        

Media Encoder Not Working

in ppro cs4, i'm trying export various types of video , audio files. when media encoder opens, under "status" says "waiting". when try start queue, , exclamation point in yellow triangle appears under status , nothing happens. if click on yellow triangle tell problem is. More discussions in Premiere Pro CS6 & Earlier adobe

Images not auto updating to server

after installing cs5, appears images are no longer auto updating server after saving files.  ideas? under edit > preferences > site   are dependent files boxes (prompt on put/get) checked? More discussions in Dreamweaver support forum adobe

Best way to call on a helper from a template? - Joomla! Forum - community, help and support

i haven't found definitive answer this. following mvc conventions , have view template file want use helper function. example, if have entity called "course" have course view , helper called "course.php" in helpers folder. it seems can load helper view.html.php file using... code: select all jview::loadhelper('course'); ...use function in view.html.php , assign result layout. call helper functions within template can pass template-specific parameters. if use method in layout file, , try call function helper cannot located. should use require instead this... code: select all require_once(jpath_component.ds.'helpers'.ds.'view.php'); if explain the steps use implementing helper in mvc component great. i think found own answer... for both methods added helper view.html.php contains function myfunction(), , added code top of view.html.php file... code: select all // add course helper jview::loadhelper('course'); option 1 you can acce

Thread: need help updating proprietary ati driver

running ubuntu 10.04 x86 amd turionx2, ati 3xxxhd card---, unable update ati driver using terminal. downloaded latest driver ".run" file. unsure how install update on current proprietary driver installed. followed steps amd.com yet no luck. reason update: have starcraft 2-- loads fine graphics pixels , horizontal lines-- when installing told install setup/update graphics driver out of date running game. installed driver hd4870 last night following guide http://wiki.cchtml.com/index.php/ubu...allation_guide Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] need help updating proprietary ati driver Ubuntu

Thread: CD/DVD drive not working after a Brasero glitch

i running ubuntu 9.04 , have decided install 10.04 (not upgrade). downloaded 64bit version , tried burn brasero. got "creating image checksum", got stuck @ 5 seconds remaining. 5 seconds became 8 seconds, 10 seconds, , on. didn't want wait (plus, didn't think ever end), decided cancel burning process. nevertheless, brasero said write successful, , ejected cd. point on, cd/dvd drive not working. can open , close it, whatever insert, isn't read. ubuntu registers cd-rw/dvd±rw drive , gives me "no media in drive" error if there disk in there. make things worse, windows 7 has same problem, , cannot boot cd. have brasero caused (irreparable) hardware failure that? i facing issue there resolution ??????? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] CD/DVD drive not working

trying to placing clear cut tiffs over cropped tiffs in Freehand - please help!

hi there,   i'd extemely grateful if out there can me!  i'm having little trouble freehand product catalogue.   i've managed figure out how import tiffs freehand clear cut images (which products) without background showing. and i'm trying lay of clear cut tiffs on cropped tiffs (which large photos). this looks fine until export pdf... when @ pdf large photo sitting under clear cut product looks bit wierd around area of clear cut product tiff.   does know why , can it? i'm little desperate!   thanks!   message edited by: webdesignme are mixing rgb , cmyk images or output?   if catalogue intended offset printing, should cmyk. if it's web viewing, should rgb.   freehand's pdf export quite unreliable in area of color handling. if catalogue offset printing, recommend print postscript file , distill acrobat pro/distiller. alternately, open file in illustrator cs4 or later , save pdf there.   judy arndt More discussions in Freehand adobe

Thread: static ip help (ubuntu 10.04 lucid)

i'm trying set static ip address laptop, don't know how. instructions please? , i'm brand new computers. elaborate, or keep simple right click network-manager panel icon, go "edit connections" , select 1 want change. click edit, , under ip settings tab you'll see it's set automatic(dhcp). change manual , can set address. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] static ip help (ubuntu 10.04 lucid) Ubuntu

Thread: 32-bit Server 10.04 on IBM T43: No wireless, Fn+F5 not working

hi, installed 32-bit server (no gui), version 10.04 on ibm t43 . wireless radio doesn't work - tested trying ping other machines on network (via lan cable connection, ok. via wireless, failed ping). also, fn+f5 doesn't seem able switch off radio led. below excerpt lshw, showing wireless interface: code: *-network disabled (but strangely, wireless led keeps blinking!) description: wireless interface product: pro/wireless 2200bg [calexico2] network connection vendor: intel corporation logical name: eth1 version: 05 width: 32 bits clock: 33mhz capabilities: pm bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=abg:9.0.5.27 (dec 12 2007) latency=64 link=no

Some HTML doesn't work in Modules/Articles - Joomla! Forum - community, help and support

hey everybody, apparently on joomla!, html coding doesn't work in articles or custom html modules. example, i'm trying input ventrilo server status html code module: code: select all <iframe src="http://vspy.guildlaunch.net/srv/minispy.php?address=nitrogen.typefrag.com&port=60758&j=&scroll=&t=8&e=&main=&color=tttttt&s=ffcc00&c=dddddd&u=ffffff&names=&compact=" width="200" height="350" frameborder="0" allowtransparency="true"></iframe> is there extension or specific way this? thanks. Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: Problem with file permissions

hi, bought new 2tb sata hard drive, , want transfer files old pata hard drive. reason old pata drive read only. wasn't before, , i'm not sure how/when changed. i've been searching on internet , tried changing permissions using; sudo chmod u+w /media/music_ also sudo chmod 777 /media/music_ neither work, message comes saying read file system. how can change can copy/ delete files? cheers in advance. try code: sudo chown yourusername /media/music_ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Problem with file permissions Ubuntu

Organizing content in Joomla - Joomla! Forum - community, help and support

hello! thinking of using joomla 1.5 , i'm little bit confused organization of site content in software. therefore have 2 questions , hope can help! first of all, bit surprised see can have 2 levels of organization: sections , categories. let's make site electronics company site structure going: documentation > printers > laserjets > [laserprinter xyz]. best way categorize it? should make sections "documentation - printers" , category "laserjets" , "laserprinter xyz" article? the other question content of let's section page. let's take previous example. let's want main content area of "printer" section filled salestalk how wonderful our printers , kinds offering. should put article? because it's not possible add articles sections? thanks! hello, cannot give perfect reply but 1 ==> think need special component/module. have on joomla.org there components create e-sales websites. 2 ==> again, try component , i

Email for extensions / plugins not functioning - Joomla! Forum - community, help and support

i manager of own dedicated server, have 32 bit windows 2003 server php 5.2.10, mysql 5.1.37 , have local dev server same exact setup. running joomla! 1.5.12 stable running joomla! in legacy mode few other extensions. i have same website on both servers same settings , databases. live version can send joomla messages ( such mass mail , joomla registration ) of extension / plugin email funtions not work, not error @ though. dev server, having same exact setup works both joomla emails , extension / plugin emails. this makes me think there server farm not letting go, fact joomla emails , php send mail (with pear) work on our live server, doesn't explain either. there not 1 extension / plugin email functions not work for, of them don't work. extensions include community builder, acajoom, etc. i using smtp settings joomla, , know these settings work, there seems getting in way of extensions / plugins using on live server. anyone have thoughts? thanks! Board i

Upgrading and changing operating system

hi,   i want make change apple mac in few months. want upgrade lightroom 2.7 3.0. best can do:   first upgrade lightroom in windows systeem , change operating system. first change operating system , upgrade.   can tell me option save? don't want import of image catalog go wrong.   thanks replies.   regards,   ron More discussions in Lightroom Classic CC adobe

Multi lingual portal? - Joomla! Forum - community, help and support

how can add multi launguage support joomla? so users can change interface there languages? hi, i'd use joomfish (found in extensions section of site). you can add joomla language files site (to handle default stuff "login", "reset password" etc) you add translations each aspect of site, menus, modules, content etc. check out site work in progress example - www.frenchholidaydirectory.co.uk/new rjp1 Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Make a Template configurable on Front-End - Joomla! Forum - community, help and support

i'm looking ideas design template 2 colors schemes. buttons on front-end switch between colors. i don't know how color switcher. thanks in advanced. (my english bad, excuse me). one idea have 2 templates , use extensions such template chooser/changer. of extensions may interested in joomlagear template changer - http://extensions.joomla.org/extensions/style-a-design/templating/5751 template chooser - http://extensions.joomla.org/extensions/style-a-design/templating/2401 Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Newsflash readmore button / photo - Joomla! Forum - community, help and support

Image
hi there, i new joomla therefor might easy question. i working on website http://www.iluvgigs.com/new when newsflashes long i'd have 'read more' option. @ parameters advanced see this: 'alternative read more: text', asume can add new text there doesn't display @ all. does understand this? and add photo's in newsflash possible? roos i found myself there small button on bottom of editor called read more thanks anyway! Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

how do I make my website viewable? - Joomla! Forum - community, help and support

i've installed joomla in subdirectory of domain (e.g. mydomain.com/joomla/) , set simple site. site specifications set in admin panels (menus, articles, template chosen, chronoforms created & enabled, etc.) show under domain if delete original index.htm file files on web host or need else in addition that? your original website has no clue joomla site exists until give link or two. settings make in joomla site have no effect on site in root folder. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Joomfish problem - Joomla! Forum - community, help and support

Image
hi guys , very big problems joomfish , can't see full top menu when select other languages , published , translated well. please, need ? check website www.hevalbook.com , see problem when change language. thanks in advance. yup, got menu problem right! you're find more joomfish people here - http://www.joomfish.net/forum/ sorry couldn't more. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Problems with kernel and headers 2.6.33

hi bought new laptop , decided put ssd drive in it. after reading on internet realised need 2.6.33 kernel able run trim. problem couldnt find kernel in usual repositories in synaptic or kpackagekit. place find here http://kernel.ubuntu.com/~kernel-ppa/mainline/ manually downloaded kernel along headers(both "all" 1 , "amd64" verion) , after trouble managed install , boot new kernel. far here comes problem: in order use network card need compile driver new kernel(i.e "make" command) when try error saying "missing autoconf.h". kind of noob when comes installing new kernels manually maybe effect of manual fiddling or missing when try upgrade kernel(is standard procedure when wanting upgrade newer kermel 1 in newest release? feels there should repository contains newer kernels , headers couldnt find one). appreciated. if installing custom-built kernels, need build toolchain.

Thread: Help copying files from a hard drive using another computer

hello guys. got problem motherboard of computer , need files out hard drive (an ext3 partition). can access files computer because of permissions of user doesn't let me copy files on drive. know workaround problem? appreciated. give little bit more info, computer running kubuntu 8.10 vista dualboot. tried attaching hard drive laptop, because of video drivers display doesn't function properly. try booting live cd both hard drives attached , see if can transfer files. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Help copying files from a hard drive using another computer Ubuntu

Read-Only to Edit Mode.

a friend of mine converted word doc resume pdf file using adobe reader 9.  sent me, appears in read-only mode.  can't figure out how convert editable version.  has had problem?  suggestions on do?  need make edits, , can't!  thanks. a friend of mine converted word doc resume pdf file using adobe reader 9. actually no. "may" have used adobe acrobat or 1 of few thrid party pdf creators not reader.   he sent me, appears in read-only mode.  can't figure out how convert editable version it's editable can can't edit adobe reader.   need make edits, , can't! sure can. edit wrod document , send back. can create new pdf. More discussions in Acrobat Reader adobe

XSL Transform Problem

i'm having trouble xsl fragment on page on website. trying feed recent 5 entries blog page on website , present them in descending order. web page @ following link:   http://localhost/sites/newclues/blog.asp   the asp code follows:       <% var mm_xsl = new mm_xsltransform(); mm_xsl.setxml(" http://www.skilfulminds.com/feed/ "); mm_xsl.setxsl("headlines.xsl"); response.write (mm_xsl.transform()); %>   the xml tranform seemed work correctly @ first, except didn't display in descending order. however, add blog feed displayed not updating either.   can offer insight i'm doing wrong.   the xsl fragment code below.   ___________________________________________________________     <?xml version="1.0" encoding="utf-8"?><!-- dwxmlsource=" http://www.skilfulminds.com/feed/ " --> <!doctype xsl:stylesheet  [ <!entity nbsp   "&#160;"> <!entity copy   "&#169;"> <!entity

Category Manager error number 1054 - Joomla! Forum - community, help and support

warning: noob while running thru quickstart got part you're supposed to create contacts users , when reached components>categories became stuck "db function failed error number 1054." here's code: db function failed error number 1054 unknown column 'section_name' in 'order clause' sql=select c.*, c.checked_out checked_out_contact_category, g.name groupname, u.name editor, count( distinct s2.checked_out ) checked_out_count jos_categories c left join jos_users u on u.id = c.checked_out left join jos_groups g on g.id = c.access left join jos_contact_details s2 on s2.catid = c.id , s2.checked_out > 0 c.section = 'com_contact_details' , c.published != -2 group c.id order section_name desc, c.ordering limit 0, 20 is there quick fix? should do? try running repair on mysql database can done phpmyadmin should accessible web hosting control panel. Board index Joomla! Official Sites & Infrastructure

Moving site to remote server from localhost - Joomla! Forum - community, help and support

i'm using joomla 1.5.14. i've tried couple of ways move site own pc live server, neither of has worked. 1. ftp'd files host server , tried export database , import remote server. following error message #1044 - access denied user 'user'@'localhost' database 'name'. there easy way round this? i've tried creating user of same name on local database didn't make difference. local mysql version 5.1.36 php 5.2.6 , remote 5.0.81-community , 5.2.7. 2. downloaded joomlapack , tried again using kickstart. error message line 419 seems other people having problems with, i'm pursuing 1 through joomlapack forum. i'd grateful if me possible causes of database problem. thanks if you're trying import remote server, make sure right "mysql server ip" connect via phpmyadmin such tool. Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5

Import freezes in LR3

ever since upgraded lightroom 3, i've been unable import photos, simple adding files exist on target drive catalog. seems stop @ 5 photos each time, , upon exiting lightroom, process remains running zombie , need kill manually using task manager.   i did not have problem during beta, , seems have started happening since upgraded full rtm version. @ point lightroom useless me , if cannot solve have go route of getting refund , finding kind of alternative, if 1 exists.   i'm running windows 7 (x64) , have tried everything, including uninstalling lightroom , nuking catalogs, preferences etc. anyone got suggestions? More discussions in Lightroom Classic CC adobe

Thread: wirelss trouble

Image
hello, i've got problems wi-fi. connection established got no signal , cannot surf or ping annything. here when type ifconfig: valio0000@valio-laptop:~$ ifconfig eth0 link encap:ethernet hwaddr 00:0f:1f:aa:8e:b6 inet6 addr: fe80::20f:1fff:feaa:8eb6/64 scope:link broadcast multicast mtu:1500 metric:1 rx packets:119715 errors:0 dropped:0 overruns:0 frame:0 tx packets:67079 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:168459405 (168.4 mb) tx bytes:5722436 (5.7 mb) interrupt:11 lo link encap:local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr: ::1/128 scope:host loopback running mtu:16436 metric:1 rx packets:241 errors:0 dropped:0 overruns:0 frame:0 tx packets:241 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:17069

AE CS5 Rendering / Windows 7

i'm trying render large project in ae cs5 running under windows 7. started yesterday before going bed. in morning computer hibernated (as it's supposed do) when woke ae 10% done rendering. bug in ae when it's not holding off hibernation/sleep in windows? or there setting in ae missed?   ps. used work in cs4. yes, hibernation issue has been discussed. same photoshop cs5. has been fixed there latest patch. time being, adjust system energy settings not enter specific modes.   mylenium More discussions in After Effects adobe

How to debug swc files in Flash CS5

hi, coin familiar phrase "i'm new flash developement". question simple. how debug .swc files (that i've created in flash builder 4) in flash professional cs5. i've incorporated .swc file in publish settings->flash tab. when attempt consume objects in .swc file error saying " cannot display source code @ location ."   can tell me best pratice debugging .swc files. debug them in flash builder or adbobe professional flash cs5? More discussions in Adobe Animate CC - General adobe

How to make this type of graphic?

Image
i saw cool graphic done firmorama lot of nice 3d swirls , stuff coming out side , i'm not sure program or how they're doing it. trained in photoshop , illustrator , know there couple different ways of doing make it's brush or something. understand guy vector , i'm sure if sat in illustrator or photoshop few hours make 1 of 3d swirl things lol i'm curious if there simple way of doing on , on again. need push in right direction. thanks!     http://vectroave.com/wp-content/uploads/2009/12/firmorama-graphic-design-2.jpg you far better posting in either photoshop or illustrator forum input people there.   bob More discussions in Creative Suites Macintosh adobe

Thread: Totem - multiple instances...

can give me step step instructions on having totem run multiple instances of movie player... had going --no-existing-sessions in ubuntu since im on xfce have no idea insert command... thanks. (running minimalist 10.04 xfce4 install.) any1? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [xubuntu] Totem - multiple instances... Ubuntu

Thread: ia32-libs install problems

hello im new forum , new linux os. have used ubuntu 9.10 , loved , ive upgraded 10.04 seem have nothing problems. anyways problem ive had ia32-libs package refusing install. ive been searching forums , have tried bunch of stuff nothing seems working thought start thread , see if had ideas me. when type in terminal: sudo apt-get update && sudo apt-get install ia32-libs runs okay when gets install part comes out: following new packages installed: ia32-libs 0 upgraded, 1 newly installed, 0 remove , 0 not upgraded. 2 not installed or removed. need 0b/36.6mb of archives. after operation, 159mb of additional disk space used. (reading database ... 158199 files , directories installed.) unpacking ia32-libs (from .../ia32-libs_2.7ubuntu26_amd64.deb) ... lzma: decoder error dpkg: error processing /var/cache/apt/archives/ia32-libs_2.7ubuntu26_amd64.deb (--unpack): corrupted filesystem tarfile - corrupted package archive dpkg-deb: subprocess <decom

Thread: Grub2 will not boot ubuntu, and stays at terminal

so i've installed ubuntu on laptop, using alternate cd installed encrypted copy. after installing nvidia drivers, plymouth splash screen's resolution (login splash) got screwed up, , tried fix (expected). splash screen screen enter encryption code encrypted ubuntu. after manually changing grub's boot resolution didn't work (text edit grub, , update-grub), tried startup manager change resolution. didn't work either. in fact neither of them work. changing settings in startup manager or text grub update takes no effect, though resolution chose supposedly supported weird bios video thing. so, tried reinstall grub2. followed following instructions: http://ubuntuforums.org/showthread.php?t=1014708 when start computer, goes gnu grub v 1.98, following lines "minimal bash-like line editing supported. first word, tab lists of possible command completions. anywhere else tab lists possible device or file completions. grub> _" , stays ther

Updated Macromedia MX Documentation

does have macromedia mx documentation updater or updated files or pdf?  doesn't work in browser.  can macromedia mx documentation updater page on adobe site, can't past register , download page. please check if need: http://www.adobe.com/livedocs/flash/8/ or chk http://www.adobe.com/support/flash/documentation/fl_mx_tutorials.html   or there livedocs right now check page http://www.adobe.com/support/documentation/en/flash/   hope helps karthik More discussions in Adobe Animate CC - General adobe

Joomla-SharePoint Integration(DLL/XML integration) - Joomla! Forum - community, help and support

hello experts i'm new joomla.i want integrate joomla article microsoft sharepoint dont need multiple authentication,ie when logged sharepoint can call joomla article without further authentication because valid user of sharepoint. if possible say,is there option in joomla call dll file ,or render xml content on webpage. regards sanuji Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Tether doesn't work with Canon T2i - Lightroom 3

lr3 recognizes camera, can shoot it.  viewfinder shows "busy" , shutter release isn't active.  cannot shoot via software button either.   any ideas? hi, i'm on same boat here. wanted in loop if comes answer. people in other forums recommend try shoot in tether mode using software comes in cd along camera, haven't tried yet because misplaced cd. More discussions in Lightroom Classic CC adobe

Thread: EVDO worldcall Wireless

once installed evdo wireless 3g usb modem in ubuntu 9.04 working fine changed 9.10 , 10.04 device doesn't work????? strong solutions this????????????????????????????thanks hi can plug device in after boot see if works if not post results of code terminal code lsusb Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] EVDO worldcall Wireless Ubuntu

Thread: How do I get and install 64bit flash player

had nailed once 10.0.x adobe labs said 'watch space' , i'm still watching. what's current best solution run flash player in 64 bit lucid? code: sudo aptitude install ubuntu-restricted-extras did trick me... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] How do I get and install 64bit flash player Ubuntu

META Tag Keywords Cut Short - Please Help - Joomla! Forum - community, help and support

hello everyone, my meta keywords tag being cut short 39 words when larger that. can me please? i've tried many things , have run out of ideas. enter www.projectioncomplete.com here: http://www.searchbliss.com/seo-tools/meta-tags-optimization.asp , see gets cut off. showing on other websites , programs have well. appreciated. thank you i'm not entirely sure talking about. however, seems have used every conceivable word in page heading. think need rethink approach seo. start, words "computer repair" missed google anyway. , since business, have thought that couple of main keywords since looking have computer repair use these keywords. advise putting location heading well. if has problem computer , want repaired, chances going locally. computer repair bring 20 million websites, computer repair , town narrow search down considerably. i recommend having @ website called keywordspy, can have little peek @ keywords other sites similar yours generating. have limited access

Thread: ubuntu instalation ignores all previous os-s and partitioning

i got latest 10.04 nb remix , created usb installation thing (also tried burnt iso on dvd little while back) until installation reaches point partition installing selected. @ point informs me not have os-s installed , hdd practically unpartitioned (i have win xp installed , hdd partitioned 3 parts, , during first try had ubuntu 9.04 installed). suggestions? p.s. have add (probably not important still) had spice xp install built-in sata drivers because couldn't read hdd, 9.04 didn't have such problem, think 10.04 shouldn't have problem Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help ubuntu instalation ignores all previous os-s and partitioning Ubuntu

Poor video quality on You tube

i using pre 8 edit videos , post them tube or put them on dvd's. gopro video camera records in mp4 , videos come out great on tube. jvc gz-hd300bu records in avchd , when edit them using pre 8 , post them youtube video quality poor. video choppy , not playback smooth while edditing in per 8. recieving worning states " display performance poor due incorrect graphics card or drive " can give more info, graphics sub-system, card make/model , driver version , date? article useful giving tips on other info can important.   for tips on youtube, faq article provide tips.   good luck,   hunt More discussions in Premiere Elements adobe

tekst og billeder ind, hvordan ? - Joomla! Forum - community, help and support

hej jeg har ikke arbejdet med joomla lang tid og har ikke pt en installation kørende. har dog en mambo installation kørende online, men der er milevidt forskel fra den mambo installation og til min nuværende test installation som jeg er ved @ sætte op. mit problem er @ jeg simpelt hen ikke kan komme hu hvordan jeg smidt tekst og billeder ind på de respektive sider. jeg har oprettet mine menu punkter under "main menu" og de hedder forside, referencer, om mig, kontakt. men jeg kan simpelthen ikke huske hvordan jeg så får noget tekst ind de respektive placeringer jf. min templatedetails.xml. på min forside har jeg 3 områder defineret: content, slider og quotes. jeg har herefter sat min article og section op til @ være gældende. når jeg så markerer en artikel med de opsætninger som jeg har lavet førnævnte kommer der ikke noget ud? kan hjælpe? //carsten Board index Joomla! International Language Support International Zone