Posts

Showing posts from February, 2012

Media uploader problem - Joomla! Forum - community, help and support

Image
i have downloaded , freshly installed 2 joomla 1.5.14 sites on local apache2 server, serves 4 other sites locally development purposes. no extensions or content has been added except section, category, , article. the problem is: i cannot image upload button operate . brings options browse local files, select image , hit "upload" following error: * warning: failed move file! * error. unable upload file. i not have flash media uploader enabled. have tried no success. file permissions correct , in case, have increased permissions on images , subdirectories no success. have uninstalled adobe flash 10 know causes problems media uploaders, hasn't helped either. just fun, should tell have same issue 2 brand new versions of wordpress 2.8.5, , 1 old wordpress site has upgraded new version. mention because old site live on bluehost , others on server, all, including 2 joomla sites have same issue media uploaders. i have tried using different computer different operating system

Thread: How do I get CRON-o-meter to work in Ubuntu?

i downloaded version linux, don't understand how work. here link cron-o-meter: http://spaz.ca/cronometer/ ok, nevermind, found thread tells how it. try first before asking again Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] How do I get CRON-o-meter to work in Ubuntu? Ubuntu

What is the .dpi for a 42" television screen with a 1024 x 768 resolution?

hello! new powerpoint , designing slides seen on 42" television screen , resolution 1024x768. designing graphics in photoshop inserted powerpoint slide. question is, dpi need use in photoshop display correctly on 42" 1024x768 res tv screen. know need 300dpi print , 72dpi computers. much! are sure television displaying @ resolution?   if did, need design file @ 1024 pixels 768 pixels (i go 96 ppi, pc logical inch), though resolution (300 ppi, 72 ppi, 96 ppi) suffice. powerpoint might have preference 96 ppi, if still design files in inches.   but need figure out actual pixel size of display before proceed, if want optimal files. More discussions in Photoshop Macintosh (read only) adobe

How to call a function of other model? - Joomla! Forum - community, help and support

hi bro! i'm new guy! i'm trying deverlop new component mutilmodel, how can call function of other model in component? thanks answer question! alphavn wrote: hi bro! i'm new guy! i'm trying deverlop new component mutilmodel, how can call function of other model in component? thanks answer question! use jview::get() method. code: select all /* code located in view i call function defined in model named getmy_function(). the jview:: get() looks "get" prefix on functions in model. the second argument registered model name in method. */ $data = &get('my_function', 'my_model'); Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 Coding

About playing dynamic generated sound using Sound class

dear sir:   the live doc of flex 4 says:   in flash player 10 , later , air 1.5 , later, can use this    class work sound generated dynamically.    in case, sound object uses function assign sampledata event handler to   poll sound data. sound played retrieved bytearray object that   populate sound data.     and read 1 article(the following link)   http://www.kaourantin.net/2008/05/adobe-is-making-some-noise-part-2.html   it said: sound class support 44100 sample rate,32 bit,2 channel sound data, true?     then if 1 bytearray( 8000 sample rate,16bit,1 channel), how can modify let sound class play it?   thanks.. More discussions in ActionScript 3 adobe

Problem with moving folders in LR3.0

having problem moving images folder folder b, when highlight 6 photos , attempt drag , drop moved except first photo in group, white box pops unable move photo #1234. close shite box clicking ok, drag , drop same image works. bug in lr 3, other users experience this? suggestions? thanks, cynthia cynthia,   there known problems in lr3.0 in area. have tried lr3.2rc?   beat gossweiler switzerland More discussions in Lightroom Classic CC adobe

404 error with Sporticus template - Joomla! Forum - community, help and support

i have gotten following errors template installed , have not clue how fix it. itroed .htaccess , sef url thing in global settings. no joy. should next? noob , have indeed been searching web , forums in fact learned ,htaccess , sef url idea post on forum thanks! 404 - article #13 not found you may not able visit page because of: an out-of-date bookmark/favourite a search engine has out-of-date listing site a mistyped address you have no access page the requested resource not found. an error has occurred while processing request. please try 1 of following pages: home page if difficulties persist, please contact system administrator of site. article #13 not found call stack # function location 1 jsite->dispatch() /applications/mamp/htdocs/joomla_rt_sporticus_v2_j15/index.php:68 2 jcomponenthelper->rendercomponent() /applications/mamp/htdocs/joomla_rt_sporticus_v2_j15/includes/application.php:124 3 require_once() /applications/mamp/htdocs/joomla_rt_sporticus_v2_j15/l

Thread: first steps into Openbox - window problem

hi making first steps openbox standalone desktop environment. read this blog , cool. have 1 problem. when move window became ugly - edges "sticky" or slow. when disable effects in gnome. should enable effects in openbox "fix" problem or what? installed xcompmgr , when move windows stays on desktop weird "leftovers" of moved window. thx answers computer specifications: have asus laptop: duo t3000 320gb 2gb ram graphic: intel gma 4500m anyone? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] first steps into Openbox - window problem Ubuntu

How to prevent user from inputting in a Date field?

Image
hi, everyone   i have small problems, date field, user can choose date window or input keyboard, there way forbid user input?   i want make date field behave drop-down list. user can choose list, can not input. possible? thanks what objective of disabling date entry? concerned date format?   steve More discussions in LiveCycle Designer adobe

Backing up all imported images?

i watched lr tutorials @ kelby training matt kloskowsky. he  suggests go ahead , let lr create backup of files you  import them, cull bad ones , keep ones in lr  catalog. mentions not worrying deleting many in catalog  because still have of them in backup directories. guess  seems okay if people shoot few images, seems me  backup drive monsterous in size if kept every photo you  took in , again if drive gets backed up.   normally, only  keep 10% 20% of shots take, , keep them backed (twice).  that's bad enough!   any thoughts on matt's advice?   m. jackson it's tough call.   i don't on import, run scheduled backup @ 8pm each day. don't have deletions synced though, backup drive fuller main photo drive.   i debate running monthly syncs deletions on. when i'm sure nothing has been accidentally deleted. think absolutely fine need. other side of coin depends on shoot. think of shots monica lewensky hugging clinton, or john kerry/jane fonda, old throwaway photos wo

Thread: How to start GUI mode in chroot environment

hi all, re-mastering ubuntu 9.x , not sure how switch kde mode in chroot environment.i need edit menus , want insert/modify few of menus. 1 aware how start gui in chroot mode. hi , welcome forums! run apps in nested x server. start x server outside chroot: code: xnest -ac :10.0 in chroot environment set display variable , start kde session: code: display=:10.0 startkde Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to start GUI mode in chroot environment Ubuntu

Thread: Remove "mail" and "social networking thing" icons from panel

Image
hi folks have installed ubuntu 10.4 netbook remix on netbook , quite satisfied, want remove these 2 icons panel: i'm not going use them anyway. how can that? question: how can make sidebar around buttons totally transparent? area. /jonas posted jkj hi folks have installed ubuntu 10.4 netbook remix on netbook , quite satisfied, want remove these 2 icons panel: i'm not going use them anyway. how can that? /jonas dunno how, part of indicator applets. use cairo dock , ban panels. although have seen here going , editing end of applets change it. dunno. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu Remove "mail" and "social networking thing" icons from panel Ubuntu

Auto-generated table of links to download PDF's - Joomla! Forum - community, help and support

hello. long time lurker, first time poster. i have popular website sailing club, built on joomla. need extension automatically generate give table (preferably nicely formatted) of links pdf's saved in directory on server. simple that, i'm having trouble finding something. i tried phoca download, demo looks ideal, can't useful. want extension @ folder on server (within /images/pdfs) , present contents list in component. phoca doesn't seem work way? delves section , categories, , doesn't seem i'm looking for? any recommendations? thanks andy you should try remository ( http://remository.com/downloads/softwarephp5/joomla-1.5-software/ ) , rockdownloads ( http://extensions.joomla.org/extensions/directory-a-documentation/downloads/7967 ). probably, try vfm file repository ( http://extensions.joomla.org/extensions/directory-a-documentation/downloads/686 ) well. Board index Joomla! Older Version Support Joomla! 1

Thread: Photoshop like "Actions" for general use in linux???

soo...i don't know how this...but there way save things did on computer no matter bash script? or similar? you mean in terminal? take at code: less ~/.bash_history and pick out/copy-paste want script. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Photoshop like "Actions" for general use in linux??? Ubuntu

Spelling

hi all, i've been stumped today spelling query. why no version of id pick spelling errors such these example "hello,there", "please,help" ie there no space after comma , text incorrect. is there way can round this! appreciated! it's not spelling error. both in "hello" , "there", , "please" , "help",  words spelled correctly. need grammar/style checker, , indesign not have these.   a logical google query ("indesign grammar check") returned top hit: http://www.lingsoft.fi/?doc_id=340&lang=en , there's way around it. More discussions in InDesign adobe

Thread: Garmin-Asus gps mobile phone is excellent/easy as mobile internet conn.

Image
i want tell how garmin/asus a10 mobile phone internet modem. in australia , mobile internet expensive thing have. cheapest dodo had few problems trying out friends usb modem. anyway in market gps phone , discover one. android phone , pretty cheap far gps, camera, mp3, , phone excellent. here clincher. when plug computer, phone screen lights , gives 3 options. sync email , calender, open folders, , use internet modem click on internet connection , heh presto ubuntu on www. no configuration @ in ubuntu highly recommend phone sorry if not right forum this cheers dazndom one more bonus - went , bought mobile internet sim card ( same phone company phone locked optus) , bingo have internet cheaper phone giving me. had 200mb on phone plan , pay 50 cents/ per mb on that. , still easy on net, why want wireless dongle , **** give.... impressed gps - android phone , although after 6hrs of constant gps m

What are these called?

hi, i trying figure out element is?  since dont know called have provide picture example. what these elements called?  have pointed them in image red arrows.  im pretty sure horizontal ones are  "horizontal rule".  vertical ones?  , how 1 implement them in site?  http://i52.photobucket.com/albums/g29/fartymcfly/example.jpg thanks answers in advance , apologize if stupidly simple. thanks borders More discussions in Dreamweaver support forum adobe

SEO core hack: [name of page - site name] in title - Joomla! Forum - community, help and support

a lot of people have been recognizing default title in joomla! needs enhanced since seo requires make titles flexible. example on fingers on page what joomla? : deault page title what joomla? , site name joomla! . we'll next title: what joomla? | [joomla! (page name | website name) it's easy do. 1. open file libraries\joomla\document\html\renderer\head.php , find line #53: code: select all function fetchhead (& $document )      {   and add next line: code: select all global $mainframe ;         $sitename     =  $mainframe -> getcfg ( 'sitename' );   so, find line: code: select all         $strhtml  .=  $tab . '<title>' . htmlspecialchars ( $document -> gettitle ()). '</title>' . $lnend ;   and replace on next one: code: select all         $strhtml  .=  $tab . '<title>' . htmlspecialchars ( $document -> gettitle ()). ' - ' . $sitename . '</title>' . $lnend ;            that's all.

Thread: slocate doesn't seem to work

Image
i've found information slocate here: https://help.ubuntu.com/community/findingfiles#locate have installed slocate package. i've manually run daily cron job: code: david@growler:~$ sudo /etc/cron.daily/slocate david@growler:~$ i have given hour index 1 tb of data. not seem indexing of filesystems: code: david@growler:~$ locate address /usr/share/doc/ifupdown/examples/check-mac-address.sh /usr/share/doc/ifupdown/examples/get-mac-address.sh /usr/share/doc/libncurses5-dev/html/ada/terminal_interface-curses-forms-field_types-ipv4_address__adb.htm /usr/share/doc/libncurses5-dev/html/ada/terminal_interface-curses-forms-field_types-ipv4_address__ads.htm /usr/src/linux-headers-2.6.24-27-server/include/config/mtd/docprobe/address.h /usr/src/linux-headers-2.6.24-27-server/include/config/mtd/nand/diskonchip/probe/address.h /usr/src/linux-headers-2.6.24-27-server/include/config/scsi/sym53c8xx/dma/addressing /usr/src/linux-headers-2.6.24-27-

Captivate 4 quiz score shows 100 percent but LMS shows 80 percent score

Image
hi, here's issue hope can resolve.  have contracted kaplan house our e-learning courses lms (compliancewire) using aicc standard.  have developed courses have ten question end-of-course quizzes.  minimum passing score have set 80 percent.  completed course in lms , achieved score of 100 percent lms reports score of 80 percent.   here's screenshot of quiz preferences in captivate 4:   what missing?     hello,   some possibilities: besides quiz slides, have other scored objects (like buttons, click boxes, text entry boxes) in project. can check having @ advanced interaction view (project menu or f9). total score there equal total score of quiz slides? captivate reports after each scored event, after each quiz slide. our lms have issue last slide not correctly reported, left out. workaround avoid have scored on last slide. something else check: have score slide? result correct on slide?   lilybiri More discussions in Quizzing/LMS adobe

Crash when duplicating layers?

i've had indesign installed , been learning last 2-3 weeks, on new mac mini (so i'm not pumped processing power) don't think i'm asking software & hardware much...   i repetative tasks designer, 1 of them duplicating layers prior sending file press (to outline fonts, flatten images, etc.)  seems 1 out of 10 times have duplicated layer in indesign layer window - drag , dropping layer onto new layer icon, duplicate - causes indesign stop responding , forces unsaved quit.   has 1 else had happen or can duplicate error? there unfortunately quite few reports of crashing in cs5, lot seem when manipulating pages, see these posts here , here , here .  have read of , see if applies, there few fixes circumstances. More discussions in InDesign adobe

Problem with input focus in combined flex and plain AS

i'm writing game based on flixel engine , flex.   flex code here:   < ? xml version =" 1.0 " encoding="utf- 8 " ? > <mx:application      xmlns:mx="http: //www.adobe.com/2006/mxml"      layout = "absolute"       width = " 640 "       height = " 480 "      applicationcomplete = "appcomplete ( ) " xmlns:ns1=" * ">      <mx:style source ="flex_game.css"/>      <mx:script>                <! [ cdata [                      import com.adamatomic.mode.states.playstate;                      import flash.events .focusevent;                      protected function appcomplete ( ) : void                      {                                                          var game:game2 = new game2 ( )                           var display:display_ui_object = new display_ui_object ( game ) ;                           this . addchild ( display ) ;                          

Thread: No Sound MacBook Pro 6-2

hi have followed instructions form https://help.ubuntu.com/community/ma...-2/lucid#sound seems working fine not getting sound. alsa-base.conf looks follows, added last line: code: # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # cause optional modules loaded above generic modules install snd /sbin/modprobe --ignore-install snd $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; } # # workaround @ bug #499695 (reverted in ubuntu see lp #319505) install snd-pcm /sbin/modprobe --ignore-install snd-pcm $cmdline_opts && { /sbin/mo

Thread: Removing Wine

hi how remove traces of wine? have installed ubuntu 8.04 - suits hardware - , imported settings mint5 included non working reference wine , ms money. wish delete traces of wine , reinstall. this thread can : http://ubuntuforums.org/showthread.php?t=561606 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Removing Wine Ubuntu

Need advice - Joomla! Forum - community, help and support

hello i'm using template 1 left section, can place modules , main body can post articles , such. i'm trying make page contain pics of players in site: http://www.baltimoreravens.com/people/p ... oster.aspx where links take me data of each player. any ideas how can that? thanks help hopefully, you'll come design nicer 1 linked to! i want setup home page , others basic article style, use different component player info. check extensions menu tab @ top of page , browse extension want. if don't find one, either have code tools spreadsheet , wysiwyg editor dreamweaver, hand coding each link each detail page, copy/paste html in each content page or (preferably) have custom component written purpose includes end adding, modifying , removing players. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Fastest settings for a MacBook Pro?

iv'e got macbook pro 2.4 ghz 4 gigs of ram. not ideal know should enough work in ps without hassle. iv'e purchased cs5 , noticing big hit in speed compared cs3. zooming around image , painting on layer masks take lot longer normal , have wait machine catch im doing. saving takes lot longer too. my question this: based on system best possible option out of cs5?   iv'e got ram can machine thinking of partitioning hd crate dedicated scratch disk. fast drive (7200rpm, 120gig ) how big should make scratch disk, , how room should leave os? i have 8gig lexar ssd express card slides express port slot. viable option scratch disk or not big/fast enough?   aside hardware specs, settings in photoshop itslef? ps got 70% of ram allocated it, 10 history states, 4 cache levels , cache tile size is1024k work raw files , maybe 10-30 layers. open gl drawing on flick panning.  of need changed?  gpu nvidia geforce 8600m gt 256mb.   all software , os date , don't have other programs running

Creating an article with no menus or modules around it - Joomla! Forum - community, help and support

this dumb question, haven't been able find answer it. i want create article function lead generation page. don't want have menus or modules surrounding distract visitor. want keep within template continuity. how might this? phil johnson go module manager , open menu module edit. in lower left corner see menu assignment. un-select menu item enables lead generation page. if have published other module show in pages, can un-select menu item well. Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: Upgrading from 8.04 to 10.04 using Update Manager

Image
hi, considering upgrading 8.04 (hardy heron) 10.04 (lucid lynx) , read such upgrade considered safe, skipping intermediate versions/releases (9.04 , 9.10). have in past edited grub boot-menu (menu.lst). question is: after upgrade, have option of choosing kernel load? seem natural thing allow users choice in case things don't work out...but not sure; had ask. hope out there has done , can give me accurate info , additional details welcome! thanks! i upgraded 9.10 10.04 using cli (do-release-upgrade) while ago worked smoothly no issues. don't *think* can pick kernels can't remember (i'm on fresh install now) i've been of opinion newer better Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Upgrading from 8.04 to 10.04 using Update Manager Ubuntu

Best settings for Flash output PREL 8

hi all, i apologize if repeat question, i've spent couple of hours today trying find answer , no avail. here's what's happening: once completed, creative agency sends me file (mov format...details below) , export flash (see settings below). when export flash video, white text on black screen fuzzy , borderline illegible, yet rest of video fine. idea why happening? here's details: mov file settings: exported in apple compressor mpeg-4 format isma profile:  improved frame rate:  29.97 key frame:  30 bit rate:  high vbr frame size:  720 x 300 pixel aspect:  1.000 square fields:  progressive   retiming:  (best) high qual. motion compensated resize filter:  best (motion comp) adaptive details:  off antialias:  0 detail:  0   audio:  aac stereo 48 khz sample rate:  44.100 bit rate:  160 flash output settings : format: flv codec: sorenson spark frame rate: same source size:700 300 bitrate encoding:cbr bitrate: 4,000 mpeg layer iii - stero - 96 kps system : premier elements 8

timer query

hi,   i have movie on timeline in between movie want wait movie time. tried timer class not working. can help?   import flash.utils.timer; import flash.events.timerevent;   //wait 8 seconds, execute function stops timer , begins playing @ keyframe 2 var mytimer:timer = new timer(8000, 8); // 8 second delay   mytimer.addeventlistener(timerevent.timer, runonce);   mytimer.start();   function runonce(event:timerevent):void     {     mytimer.delay();     //gotoandplay(3190);     } try:   import flash.utils.timer; import flash.events.timerevent;   var mytimer:timer = new timer(8000, 1);  // 8000 msec delay, run once   mytimer.addeventlistener(timerevent.timer, runonce);   mytimer.start();   function runonce(event:timerevent):void     {     //gotoandplay(3190);     } More discussions in ActionScript 3 adobe

Where can I get HELP in German for PSE 8 ?

i have bought adobe photoshop elemnts 8 & adobe prem iere elements 8 , registered it. can´t find support in german?! website , ist confusing me. can question have concerning file-dates after updating adobe photoshop elements 5 pse 8: files have new date! thanks giving me link german support-page pse 8! i found under , support when clicked on start on vista   add language internet explorer   click open internet explorer. click tools button, , click internet options . click general tab, , click languages . in language preference dialog box, click add . in add language dialog box, select language list, , click ok . repeat steps 4 , 5 until have added of languages want use. click ok twice.      hope help More discussions in Photoshop Elements adobe

Surely Simple Find and Replace

i'm using dreamweaver mx, have hardly ever used find , replace before need little it.   i have section of site need update throughout entire site. it's between 2 specific tags varies between each page.   as example have   <div id=sample> page 1 code </div> on 1 page then: <div id=sample> page 2 code </div> on next then: <div id=sample> page 3 code </div>  etc.....   i want pages be:   <div id=sample> new code </div>   how this?   thank in advance find specific tag div id="sample",  replace contents new code.   make sure backup site first.   and way, attribute values must contained within quotes, e.g., id="sample" not id=sample. More discussions in Dreamweaver support forum adobe

Spam in PM's - Again

well, had happen again, here's h/u on spammer using adobe's pm system. keep eyes out, , not click on link, removed here everyone's safety. not sure how access pm system, did 6 mos. back.   hello, please write email address box: [link removed] my name precious, looking liberian girl. i became interested in after going through profile , wish to continue relationship if nature permit have a long way go. i have special reason of contacting make known you, tell more myself , send pictures you. will like me through email address: [link removed] precious   just warning,   hunt thanks hunt!   because of faulty eyes , wine hobby intake, had read " siberian girl " , answered , proposed marriage!  ;-)   damn spammers!   petey More discussions in Premiere Elements adobe

Got that 1402 installation error and suggested fixes don't work

the college teach demands download reader 9.0 see training manuals. when installing got message "error 1402. not open key hkey_local_machine\software\microsoft\windows\currentversion\run\optionalcomponent\imail" . verify have sufficient access key, or contact support personnel.   the adobe guide suggested make sure prior versions of reader have been uninstalled. have.   the guide suggested using registry editor change permissions. 1 on computer , administrator. changing permissions of level above (the optionalcomponent) produced error message "registry editor cound not set owner on key selected, or of subkeys." error appeared again when tried next higher level.   i tried setting permissions @ imail level, using "administrators (mainmachine\administrators)" set optionalcomponent level. time said not find name , invalid.   what's next? try solution in post http://forums.adobe.com/message/3084850#3084850 More discussions in Acrobat Reader adob

how to add google adsense ad on the right hand col - Joomla! Forum - community, help and support

hi i wondering if can help 1. want remove left nav on page eg. key concepts & user menu: http://www.visitbricklane.com/index.php ... &itemid=53 2. want add google adsense ad instead of left menu items 3. want position google adsense ad on right in stead of left , 'mela' article on left. would grateful if can answer this. thanks shebs i suggest learn bit modules in joomla, , check out extension google adsense: http://extensions.joomla.org/extensions ... le-ads/243 good luck! Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

booklet help, CS5?

i'm college student making news magazine.  limited knowledge of indesign i've learned on own on past 4 years.  i've used indesign cs2, made switch cs5.  go small school , handle printing on our own, in our library.  need use pdf file in order print.  need convert magazine booklet format prints in order...   this i'm getting stuck.  cs2 had inbooklet, guess quark owns now?  can find print booklet, can print booklet, can't print laptop...i want 'bookletized' file.  possible anymore?  i'm confused , can't find answers.  don't want directly print it.  want make separate document in cs2--without having impose pages in printing order manually.  do ave acrobat (full version, not reader) installed? os?   if on windows , have acrobat can print adobe pdf print booklet, doesn't work on snow leopard if have mac. can print postscript file , distill pdf, or use imposition script shuffle pages , export spreads pdf.   this covered pretty in aseveral other

Core SEO: chaos with same-named category - Joomla! Forum - community, help and support

hello, got core seo work on server/site. have problem categories having same name have same url though belong different sections. because url pointing category in format www.site.ext/category , force url www.site.ext/section/category though have specified category blog view itemid. how can solve problem? possible force htaccess display section alias in url? that's important me! thank in advance. Board index Joomla! Older Version Support Joomla! 1.5 Search Engine Optimization (Joomla! SEO) in Joomla! 1.5

Pixel Bender Gallery

i installed pixel bender (32 bit) cs5 using extension manager. seems have installed properly, when attempt use it, under filter heading, click on pixel bender, go pixel bender gallery. @ point, gallery empty , error message says operation copuld not completed. thoughts why gallery empty? thanks. do see "pixel bender files" directory @ root of photoshop application directory? if so, directory contain pixel bender files? More discussions in Pixel Bender Plug-in For Photoshop adobe

Layout issues

hello,   i trying make updates homepage when open  index (homepage)in dreamweaver layout different  , on place, not following template @ all. if  copy , paste source code site homepage(www.protechelectronics.com) dw and  compare how looks on web, see mean. i have not changed code since last time should a  problem not know issue is..hopefully can  help! thanks   ps. checked validation , there seem alot of errors such tables without attributes, etc..its weird because if open old backup of homepage (which  doesnt have recent changes made it) getting same layout  mistakes, such no top banner (which should come the  template)..any reason can think of this? when it's messed talking dreamweaver's design view? if so, please know design view should not taken accurate in way - should considered gross aproximation. site viewed in browser should considered accurate (and if everythings working on live site leaves dreamweaver's design view messing stuff up) More discussions in Dreamw

Legality of easter egg features

for past few days, browsing internet, i've seen secret photoshop elements features, animation panel example.   my question is, if figure out how enable them, allowed use them or against eula?   edit:   on similar note, trick copying preferences file ps cs4 trial pse 8.0 legal?   how plugins claim unlock hidden functionality, elements plus? the elements+ tools actions. More discussions in Photoshop Elements adobe