Posts

Showing posts from June, 2013

Thread: How do I write a Script or shell?

i want automate simple process using script of shell or whatever it's called terminal (we used call them "batch" files in old dos days). here commands want execute in order. want them execute sequentially upon completion of previous command- 1rst command- ffmpeg -i videofile1.avi -sameq intermediate1.mpg 2nd command- ffmpeg -i videofile2.avi -sameq intermediate2.mpg 3rd command- cat intermediate1.mpg intermediate2.mpg > intermediate_all.mpg 4th command- ffmpeg -i intermediate_all.mpg -sameq fonal.avi please keep simple- i'm not knowledgeable in programming. try ... operator && runs second command after , if first command executed properly. code: #!/bin/sh ffmpeg -i videofile1.avi -sameq intermediate1.mpg && ffmpeg -i videofile2.avi -sameq intermediate2.mpg && cat intermediate1.mpg intermediate2.mpg > intermediate_all.mpg && ffmpeg -i int

CS4 crashing quite often

i have canon vixia, computer chokes when editing .mts files, quick conversion .mpg seems more manageable.   but cs4 freeze when editing these files. computer notebook, 2 ghz 2 duo 4 gb of ram. 1 disk in it, doesn't seem problem, problem freezes @ point on .mpg clips if in timeline.   what in these situations edit around second causing problem using source monitor. gingerly not crash pp.   as strange seems, there seconds in clips pp doesn't "like."   i'm hoping i've given enough info here me, it's frustrating.   thanks david david,   your system way underpowered , not meet minimum requirements. liking towing 40 ton load bicycle.   you have 3 choices:   1. camera gives easier material edit, less taxing codec.   2. new pc, suitable editing avchd material. think i7-930, 12 gb memory , @ least 3 internal disks.   3. use editor requires less muscle, think edius instance. More discussions in Premiere Pro CS6 & Earlier adobe

Thread: while loop little confusing

Image
int main() { int a=5; while(a==5); printf("a not five"); } int main() { int a=5; while(a!=5){ printf("a not five");break;} } difference between both while loops? while(condition) { } , while(condition); xxxxxxxx; xxxxxxx; getting little confuse posted navaneethan int main() { int a=5; while(a==5); printf("a not five"); } int main() { int a=5; while(a!=5){ printf("a not five");break;} } difference between both while loops? while(condition) { } , while(condition); xxxxxxxx; xxxxxxx; getting little confuse the first 1 infinite loop ... never terminates ... never prints anything, because while statement not have begin "{" , end "}" of block. squiggly brackets while

Modifying uneditable templates

hi all.   i need modify site didn't create, have source files.   all need modify vertical menu appears on left of every webpage. actually, need remove 1 menu item.   every page based on .dwt template, , advice have seen says edit template in order make change pages.   sounds simple enough, problem template has uneditable regions, , menu 1 of them.   how edit template won't let me select item want modify?   tia stopblinkrun wrote:   the problem template has uneditable regions, , menu 1 of them. templates don't have uneditable regions. in template editable. child pages created template have uneditable regions.   you can tell difference between child page , template markup. child page has after doctype:   <!-- instancebegin template="/templates/somefile.dwt.php" codeoutsidehtmlislocked="false" -->   it has before closing </html> tag:   <!-- instanceend -->   a template has neither.   templates have markup looks this:   <!-- templatebe

How to add a margrin around my Article Images? - Joomla! Forum - community, help and support

right using fck editor , have set loads style sheet. when add margin around images not show because default in style sheet set 0 when add 3px margin style sheet changes margins images on site how can set changes margins images in articles? this have in style sheet images img{ margin: 0; padding: 3px 3px 3px 3px; border: 1px; border-collapse: collapse; } for image example positioned left of text, can place image in between 2 div tags , use inline css style it: code: select all <div style="border: 1px solid; float: left; padding: 3px 3px 3px 3px; margin-right: 10px;"> ... code here .... </div> Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

first it worked, now it doesnt - embeded videos - Joomla! Forum - community, help and support

in www.littlejoeproject.com had [youtube] videos in blog , first gave blank boxes. tried edit them , strips out codes! doesnt matter if use tinymce or no editor. killing links also. thing is, worked before, not. suggestions? hi, what joomla version using? using super administrator login while adding [youtube] content? there change after joomla 1.5.8 have configure article parameters settings allow users other super admins post [youtube] or other codes otherwise joomla convert them simple text. let me know if not solve problem. thanks, rakesh Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: Please help me to make my personal ubuntu OS

Image
i trying make customized lightweight ubuntu based os netbook. im in transition period between n00b , linux guru guys need lot of help.. first of installed ubuntu lucid minimal , trying build on that. command line ,, first trying choose unity default display manager. how can that>?? hi! try using script called 'perfectminimal', meant minimal ubuntu installations , give choices install applications point normal installation. gives multiple options desktop environments , other apps. http://andyduffell.com/techblog/?page_id=396 recommend it, nice! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Please help me to make my personal ubuntu OS Ubuntu

Thread: Wifi for Toshiba Satellite A450

hello i've installed ubuntu , can't seem wifi working on laptop. i'm using toshiba satelite a450 , i'm not sure how check name of network card -- had little go involved compiling had stop there. anyway, i've opened terminal , i've typed ipconfig , gives me message saying, "the command dosen't exist" or something. @ appreciated. kind regards hi enter lspci in terminal , @ line starts "network controller" Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Wifi for Toshiba Satellite A450 Ubuntu

Problem with Mini Ad Spot - Joomla! Forum - community, help and support

hi, i have problem mini ad spot module,on every page 4 banners showing good(on spot under body),but when result search,my first 3 banners showing on first result,while fourth banner still in place.you can see on link: http://www.kudaukupovinu.rs/component/search/akcije%2bstaro%2bza%2bnovo/%252f?ordering=&searchphrase=all site on serbian language,but see problem. thanks! Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

How do you put buttons in a menu, article, and module? - Joomla! Forum - community, help and support

Image
i want link other pages and/or sites want use button so. i'm not sure how this. i'm new joomla , i'm sure it's built in somewhere. i'm not smart enough find it. examples of i'd do: 1. instead of menu item on left register new member, i'd put big orange button says, "register here!" 2. i'd put button in article says "click here" take them page. 3. i'd able put module in right side of screen simple button link them page. anyway... looked @ menu images, couldn't seem make work. appreciated. i'm using joomla 1.5.14. 1. instead of menu item on left register new member, i'd put big orange button says, "register here!" 'on left': left? left of page, article..? 2. i'd put button in article says "click here" take them page. what page, random, particular article, next article...? 3. i'd able put module in right side of screen simple button link them page. you can use menu (extended menu

Manipulating placed object

(sorry if don't use correct terminology here.)   i'm placing 1 image file another. in past, newly placed object has had handles resizing, etc., , ps asks before placing object , before applying edits. slaps in there no opportunity edit it. there setting need change restore functionality?   i'm working in cs3 on win7.   thanks in advance assistance.   ~valerie i've seen functionality describe, long time ago.   in case, believe sizing/placement/distortion want can done edit - free transform function ( ctrl-t ).   -noel More discussions in Photoshop Windows (read only) adobe

gallery or not gallery? - Joomla! Forum - community, help and support

hello, i'm trying figure out if can create joomla photo gallery organized categories, ability associate multiple categories each image , able targeted searches using multiple categories shrink more precise result ... you think possible joomla , extension? thanks , sorry explanation perhaps not comprehensive... there photo gallery extensions; however, i'm not sure if extension available allowing associate multiple categories single image. but have @ extensions directory. i'm sure there there can use. http://extensions.joomla.org/extensions/photos-a-images Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

one photo in multiple albums

hi,   i'd able have original photo appear in multiple albums, when try won't import new album because exists.   i have 1 photo have imported , in 1 location.  i  have multiple things want it.   first,  have picture of cabin in woods.  might want crop out  cabin, manipulate colors, set 1280x1024 wallpaper,  etc.  want original , of edits in album called  "wallpapers."  might have 10 different "versions" in stack in the  album different aspect ratios, color balances, croppings, etc.   but want original, without of the  accompanying edit history, versions, etc., in different album called  "cabin."  in album, i've cropped out wooded area , left just  cabin , have again got multiple versions in stack.   so  when i'm in wallpaper album, see original version plus of  wallpaper manipulations, when i'm in cabin album see  original plus of cabin manipulations.   tagging  original orignal, of wallpaper versions , cabin  versions separate tags , fi

Thread: Cryptsetup with Luks seems to fail to unlock

Image
situation: reinstalled ubuntu , when try mount old disks after using cryptsetup luksopen i'm uname mount devices. did rearrange disks inside of computer after reinstallation, added new disks etc, shouldnt effect crypto , lvm allready on it. lvm partitions marked active aswell. cryptsetup version 1.1.0-rc2, tried 1.0.6 ubuntu 9.10 cd aswell. physical disk -> lvm2 group -> lvm2 partition -> crypto using luks try unlock using: code: # cryptsetup luksopen /dev/mapper/group1-media media enter passphrase /dev/mapper/group1-media: key slot 0 unlocked. root@starshine:/# mount /dev/mapper/media /mnt/ mount: must specify filesystem type dmesg , /var/log/messages comes nothing, nor --verbose argument cryptsetup. scan testdisk on drive finds no valid partitions, , i'm have not overwritten during reinstallation, i'm when doing changes disks due (for me) valuable information on it. ideas appreciated, , no, not have ba

Thread: Replaced video card, still choppy video

Image
hi ubuntu forums ! first post. i'm used hovering , browsing answers, can't figure 1 out. had been getting choppy video month, made me switch ubuntu windows 7. now, run them in parallel. anyways, bought new graphics card other day thinking fix it. kind of did, in windows it's still choppy, in ubuntu scan lines on occasion wants mess up. so, ran cpu benchmark today , here results: cpu blowfish: this machine 1600 mhz 9.224 intel(r) celeron(r) m processor 1.50ghz (null) 26.1876862 powerpc 740/750 (280.00mhz) (null) 172.816713 cpu fibonacci this machine 1600 mhz 6.011 intel(r) celeron(r) m processor 1.50ghz (null) 8.1375674 powerpc 740/750 (280.00mhz) (null) 58.07682 fpu raytracing this machine 1600 mhz 28.122 intel(r) celeron(r) m processor 1.50ghz (null) 40.8816714 powerpc 740/750 (280.00mhz) (null) 161.312647 i'm running

Not able to add Plugin in Adobe Reader

hello,   i had given plugin written in visual c. , registered process written in developer guide. keys generated. public key sent required , on receiving certificate plugin's resources recompiled. , when place plugin files in adobe acrobat 9.0/acrobat/plug_ins folder. appear , works fine.   but problem when place in adobe reader 9.0/reader/plug_ins folder. not show up. had tried in different ways place not able figure out problem.   can 1 me this. because assignment given me   waiting quick response.   regards, since have reader ikla, have access our developer support staff.  contact them since related license. More discussions in Acrobat SDK adobe

Bug? Display categorie and article always in blog style - Joomla! Forum - community, help and support

hello something not clear me....i set section link in mainmenu , can choose list or in blog style... if choose blog style list of categories contained inside specific section ...well goal...but if click on categories link articles displayed in list style (with number , filtering options) , me display in blog style... in fact if choose set specific categories link (in blog style) in mainmenu instead section link, articles correctly displayed in blog style...but list of articles present in specific categories...so need set many categories link (blog style) in mainmenu instead set 1 section link...and want avoid this... what miss ?? why not possible display categories , articles in blog style when set section link ?? any suggestions appreciate...thank i have found on other forum maybe bug...and seem reported since version 1.5.8 (actually have last 1.5.14)... in fact wrong here: components/com_content/views/section/view.html.php, line 102 : code: select all $category->link = jroute::

Forms Formatting Question

i creating form. in form have created series of radio buttons. wish have choice "a, b, or c"   if choose b or c can go radio buttons below , make election radio buttons apply b & c, if select there no option complete below radio buttons, , in essence go away.   is there way that? please go easy on my second day of having program.   thanks np yes, require custom-made script. you can set visibility of second set of radio-buttons be dependent on selection made in first set. More discussions in Acrobat Windows (read-only) adobe

copy my whole site to a new hosting - Joomla! Forum - community, help and support

hi, going change domain name hosting, , hosting suppler told me have re-setup everything, must backup site. wondering can download files , database local computer, , upload them once new hostings ready? btw site has virtuemart. changing domain name shouldn't mean need that. depending on host or should able take backup of account , restore home directory. to backup , restore joomla perhaps check out video. http://www.[youtube].com/watch?v=xnf_9sqk3ye Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5

Joomla wallpapers help.. - Joomla! Forum - community, help and support

i don't want upload wallpapers site, cause increase size of site , cause trouble in backups. so, there gallery extension can upload wallpapers image hosting site , include within joomla site.? i know rokin gallery, uses picasaweb, not working me... any other options? thank you. if worried "size" of site optimization reasons, can "trick" browsers thinking pictures hosted elsewhere, not counting parallel links (cuts down http requests helps page loading times) creating subdomain such "images.<yoursite>.com if concerned space because of hosting provider limits check http://www.imageshack.com/ seem pretty good. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: 10.4, wifi N choke under stress

hi, been running ubuntu 5 years , still love it. since upgraded 10.4(64) laptop wifi (n) connection crashing when copying large files. if connect access point g work fine n network freeze when copying or downloading. laptop dell latitude e4310 (bios a03) intel 6300 wifi card. router should fine since wireless n still work expected other device when problem show up. please tried backports-modules, same problem persist... care point me in right direction, log, debug? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] 10.4, wifi N choke under stress Ubuntu

Cannot open email attachments that are .msg files from a PDF portfolio

i have been creating pdf portifolios comprised of emails , attachments. when open .xls, .doc, .txt, .html attached messages open fine. when try open attached .msg file, error message file cannot read or it damaged. please advise need able open these files thanks find out program created msg file , buy copy   or, tell person sending email need use different format can open More discussions in Acrobat Windows (read-only) adobe

switch language - Joomla! Forum - community, help and support

hi, i new joomla , bit confused. clients need have possibility switch bewteen languages (fr - - es, etc). content in multiple languages. can't find discribtion how install "language selection", in order switch between languages. every highly appreciate. salsa you in @ least 2 ways: (a) language translators using google translation - there extension built using automatic translation provided google. there several extensions enable google translation on fly. of extensions are gtranslate - http://extensions.joomla.org/extensions/languages/automatic-translations/4823/details . babefish universal translator 11 languages - http://extensions.joomla.org/extensions/languages/automatic-translations/4001/details . similar extensions found @ http://extensions.joomla.org/extensions/languages/automatic-translations . (b) create contents , other objects such menu in native language - there multi-lingual content builders allow allow this. of extensions are joomfish - http://extensions

Thread: Can't boot after installing 10.04 from minimal cd on USB stick

i used unetbootin (on machine) put ubuntu 10.04 minimal amd64 .iso onto usb stick. used install minimal system on new 64-bit laptop (dual booting windows 7). now, when turn on machine choice of os. when pick ubuntu, blinking cursor, harddrive accessed. cursor disappears, harddrive quiet, , nothing else happens. how can fix this? bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] Can't boot after installing 10.04 from minimal cd on USB stick Ubuntu

Thread: Auto-up logical interface in /etc/network/interfaces ??

hi all, code: iface wlan_home inet static wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf address 192.168.2.9 ... etc iface wlan_adhoc inet static address 192.168.3.1 netmask 255.255.255.0 ... etc these interfaces can brought , down using, example, "ifup wlan0=wlan_home". how use "auto" option in interfaces file these iface's? doing doesnt work. code: auto wlan0 iface wlan_home inet static wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf address 192.168.2.9 ... etc any ideas? in advance. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [all variants] Auto-up logical interface in /etc/network/interfaces ?? Ubuntu

Thread: MetaSploit need help please!

Image
hey i'm having problem scanned ip it's other pc nmap , found open ports ... : 135/tcp open msrpc microsoft windows rpc 139/tcp open netbios-ssn 445/tcp open microsoft-ds microsoft windows xp microsoft-ds 1025/tcp open msrpc microsoft windows rpc 2869/tcp open http microsoft httpapi httpd 1.0 (ssdp/upnp) 3389/tcp open microsoft-rdp microsoft terminal service can't find exploit of these services !! need use download_exec payload upload rat .. should use exploit connect pc using of these ports not exploit found can there other way ? if u can please help! thanks i think gonna ask microsoft hack using trojan such rat. Forum The Ubuntu Forum Community Ubuntu Specialised Support Security [other] MetaSploit need help please! Ubuntu

Thread: Upgrading KDE 4.4.5 to 4.5.0

hello (good people)! trying upgrade kde 4.4.5 4.5.0 (kubuntu 10.04 lts) attempt results in 22 packages can upgraded , 111 blocked updates. problem due dependency issue libqt4-assistant , ktorrent. aptutide offer me solution remove these 2 packages, other packages seem important me, , leave package kubuntu-desktop unresolved dependencies. ii don't know lib needed for, use ktorrent every day. solution seems bad 1 me. ideas on how upgrade kde 4.5 , keep ktorrent? or better wait kubuntu 10.10 release , distro upgrade (which surely round problem)? in advance! code: sharp@aparatus:~$ sudo aptitude full-upgrade sudo: unable resolve host aparatus reading package lists... done building dependency tree reading state information... done reading extended state information initializing package states... done following packages broken: ktorrent libqt4-assistant following new packages installed: aurorae-themes-artwork{a} docbook-xml{a} docboo

My tool pallette is dissappeared in Freehand MX. Can you help me?

my tool pallette dissappeared. tried everything. deleted freehand , installed again.  computer resolution highest , have no choice select higher resolution. deleted toolbars(for macosx: users/library/application support/macromedia/settings/toolbars/toolbars) , restarted freehand didn't work. deleted preferences(for macosx: users/library/application support/macromedia/settings/preferences) didn't work. can me? as simple sounds, under menu bar go window>tools. tools should checked.   if checked, toggle off , on, , around edges of screen tool bar may have been pushed far margins. whe find it, grab lower right corner of , resize can grab toolbar easier. More discussions in Freehand adobe

Thread: myTouch and Banshee

hi ya'll, okay, have been through 3 android phones in many weeks. started mytouch slide, young, tried motorola cliq xt, nice case, junk motoblur, , trying regular mytouch. because not appear have manufacture stuff on it. other teo phones when plugged in, seen banshee right off bat, 1 not. can seen in banshee can drag , drop music , podcasts it? bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] myTouch and Banshee Ubuntu

streaming channel connection sharing

hi, i have trade application showing different views. every view need real time data push server pushing updates prices , other details. learnt documentation of blazeds straming-amf channel fallback plan polling amf channel way go. this fallback required max connection per session can reached because of long lived http connection of streaming channel. however mentioned application setup hit scenario because have 3-4 views need real time push server. i read articles other ajax based library. http://blog.icefaces.org/blojsom/blog/default/steve%20maryka/ it allows share single long lived http connection across different views, portlets. so, i)  possible use similar technique/workaround in flex such can share single connection , still keep using streaming-channel real time push ? ii) read hack use subdomains overcome browser per session connection limit. how recommended approach ? iii) , provided there no support/approach in flex such cases - how expensive polling method client ? add overh

A script in this movie is causing Adobe Flash Player 10 to run slowly.

how eliminate adobe flash player 10 dialog box, notes "a script in movie causing adobe flash player 10 run slowly.  if continues run, computer may become unresponsive.  want abort script?  yes   no"  ?? 1. make slow running script faster. 2. make sure there plenty of places script can interrupted. see 3 articles , discussion in http://wrongnotes.blogspot.com/2009/02/concurrency-and-actionscript-part-i-of.html More discussions in Using Flash Player adobe

Thread: Brother printer fails after lucid re-install

i re-installed lucid on computer had working ethernet printer queue, brother mfc-5490cn. installed drivers ubuntu package archive , set 2 printer queues, 1 "dnssd://<ip-address>" , other "lpd://<ip-address>/binary_p1". first appears recognize printer color ink low, perhaps there communication, nothing ever comes out of printer. second queue appears fail completely. vaguely recall previous installation used package supplied brother, difficult, since package no longer matched ubuntu file layout , locations. suggestions? brian bump Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [kubuntu] Brother printer fails after lucid re-install Ubuntu

Thread: how to lock the grub2 by password

i know how lock grub legacy password...in grub legacy have paste hash code menu.lst..i did same thing in grub2 configuration file grub.cfg..but not working..suggestions please... this link may help: http://ubuntuforums.org/showthread.php?t=1369019 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] how to lock the grub2 by password Ubuntu

add 3 or 4 modules in below top menu - Joomla! Forum - community, help and support

hello, i building site new , spent last 3 or 4 days tweaking template, , it. want add modules horizontally inside red marked zone in screenshot mod.jpg i created new module position before content, future modules take full width. question : how can add horizontal modules? added new module position using div, have create table cells inside div, , inside each cell of table add new module position? or there command put in index.php specify module position want modules follow each other horizontally? thx help! no, default "stack" i have found best way put module calls inside named divs, each specific width, floated left... beware horizontal padding, or cousin ie bite hard sit. if you're not afraid of "table police" work , quicker. Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Adobe has lost a customer for life....

so, here run down of lead situation letting forums know about:   several weeks ago, mother using 1 of websites uses requries flash , told needed update flash, had done countless times before. doing did, followed normal steps install newest flash. somewhere during upgrade process, the flash player installer failed complete upgrade process.   fast forward several weeks when have time try , fix problem. before explain steps took try , resolve issue, let me provide quick background self. have degree in computer science, program windows (including registry) , linux (both cli , gui apps). such, know i'm doing when try fix issue.   so, onward made adobe lose customer!   i called in support desk @ 800-833-6687 on 06/30/2010. don't have name of spoke with, indian man spoke english enough me not have guess @ saying. wish indians spoke well, might make customer service experience easier. explained him situation was, , proceeded tell me there woud $39 charge because flash player free prod

Thread: Grub2 sometimes hangs during boot

my problem when rebooting computer randomly black screen n , tilda chilling in middle of screen, instead of having grub2 selection. can reset machine... never encountered problem before , started last night after fresh install. have 2 hdds windows7 (sda) , ubuntu 10.04 (sdb) using sata cables. don't know if matters during install didn't ask me install grub2 , did on own. i'm planning on reinstalling grub2 if problem persists once home wondering if ran same issue. thanks! for it's worth... had problem 1 acer laptop. changed grub2 burg (installed --alt method). problem went away- , user happier startup screen. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Grub2 sometimes hangs during boot Ubuntu

Thread: Boot computer with no monitor?

hi, know if possible linux boot without monitor plugged in? using vista remote desktop xubuntu box, , when monitor plugged xubuntu have no problems. no monitor don't think xubuntu boots because unable connect it. know if possible force xubuntu boot no monitor? thanks, alex are using server edition? i'm not going pretend know problem think might if told me how you're connecting it? assume vnc? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [xubuntu] Boot computer with no monitor? Ubuntu

Need help urgent...removed an orijinal joomla module - Joomla! Forum - community, help and support

i screwed royally uninstalling reqd module now getting error warning: require_once(c:\xampp\htdocs\tradecentral\administrator\components\com_banners\helpers\banner.php) [function.require-once]: failed open stream: no such file or directory in c:\xampp\htdocs\tradecentral\modules\mod_banners\helper.php on line 17 fatal error: require_once() [function.require]: failed opening required 'c:\xampp\htdocs\tradecentral\administrator\components\com_banners\helpers\banner.php' (include_path='.;c:\xampp\php\pear\') in c:\xampp\htdocs\tradecentral\modules\mod_banners\helper.php on line 17 any way out pls help i'm assuming have module on website may have mod_banner published. on backend go extensions->module manager, under column on right labeled "type" of them read mod_banner? if disable it. brian Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5

Thread: ubuntu freezes

well have problem using ubuntu 9.10 , 10.04 both freezes after time 2 or 3 min after login .. live cd freezes works (its strange ) , when select advance option form live cd = acpioff, works fine form live cd. 9.04 ubuntu ultimate edition works fine. want run 9.10 or 10.04 guess whats problem or can tell me how turn off acpi form command in regular installation have xp installed side side (for girl u know dont use linux lol) there may number of reasons why system experiencing these problems; software/hardware etc. posting computer specifications such ram, hard-drive capacity, graphics card etc. better overview of setup. also, take here , see if seems familiar: https://bugs.launchpad.net/ubuntu/+s...ux/+bug/585765 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] ubuntu freezes Ubuntu

Thread: Simple, reliable Image creator for linux

Image
hi ubuntians i've been looking simple, reliable easy use, preferably having gui image creator/disc burner ubuntu 10.04. far i've heard of ghost linux remastersys part image problem either they're command line based, unreliable or need burnt on disk, boot disk , create image, no offence, find stupid. software should make life easier. there guys know of make task easier? play around os lot , mess up. need create 1 image software et al set can restore from. thanks! brasero generic gui cd/dvd burning application in ubuntu. installed default in 10.04, has been while. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu Simple, reliable Image creator for linux Ubuntu

Thread: Version Control Advice

i'd add version control web-based content management system: software recommend inspiration? content management system uses flat file-system database. other content management systems use mysql databases, approaches different. goal automatically merge changes 2 authors editing same document, in different places. i'd merge changes transparently whenever possible. in addition, able restore file earlier point in history; , similarly, able revert entire folder full of files earlier state. can keep version control system up-to-date issuing commands whenever file saved or renamed. i've looked things like: diff, rdiff-backup, subversion, git, mercurial, , bazaar. i'd lightweight stores single copy of website in current state, plus reverse-delta differences needed reconstruct past state. example, wouldn't want make new copy of of files in entire website whenever author begins edit page. instead, there should tiny merge, when c

Flash CS5 Basic Help!

Image
i new program , struggling past 1 simple little thing!   i clicked new > action script 3.0   and trying of basic tutorials , cant past first one! i trying draw filled in rectangle.... when change timeline button fill instead of outline, ever draws outline. am doing wrong?   also changed background colour of stage , doesnt seem change either.... please me past first step in learning flash!!   i have been trying follow tutorials everytime try draw filled in shape on stage, comes out outline.  have deselected outline square filled in... in timeline still can outline. dont it!!   if can see im going wrong please let me know...   thanks the stage image displays if have outline mode on, otherwise border colors black.  try clicking dark square (outline control) follows layer name on timeline , see if makes drawing visible. More discussions in Adobe Animate CC - General adobe

Jusers Question - Joomla! Forum - community, help and support

hello everyone, i installed component jusers http://joomlaequipment.com . working great except 1 small problem. options content after registration: either "home" page or nothing. i'm trying figure out how can set redirects users registered specific article. anyone have ideas? i found post j!1.0 , i'm using j!1.5 in legacy mode. http://joomlaequipment.com/component/op ... itemid,54/ thanks in advance! todd Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Preloader causes my SWF to run dog slow

ok, doing wrong, , admittedly new as3 , way cs5 has default preloader bit confusing me well. i have 2 files -- 1 preloader as3: var l:loader = new loader(); l.contentloaderinfo.addeventlistener(progressevent.progress, loop); l.contentloaderinfo.addeventlistener(event.complete, done); l.load(new urlrequest("part2.swf")); function loop(e:progressevent):void {   var perc:number = e.bytesloaded / e.bytestotal;   percent.text = math.ceil(perc*100).tostring()+"%"; } function done(e:event):void {   removechild(percent); // removechildat(0) make more sense way   percent = null;   addchild(l); }   then have swf main content called "part2.swf". when "publish" part2.fla, go actionscript settings , select preloader method preloader swf , on line below select name of file points 1 above contains script.   even when simulate download test on movie compiles dog.  don't understand.  if use "default preloader" in cs5 ... annoying little dots no pr

Object Info

Image
i'm happy freehand user trying learn illustrator (again). there place illustrator gives user info selected object? it's path x number of points. window > document info. panel’s flyout menu, select selection only, objects. More discussions in Illustrator adobe

Flash, Acrobat and turning Print off

i have cs4 pro. i have used tool "pdf2swf" convert pdf flash file. works well. by default, flash file can printed (file/print). i turn off print flash file "read only" when launched server. but when load flsh file flash cs4, i'm not able use flash cs4 turn off print. please me instructions how remove/disable print feature in flash. hi, to choose not print of frames in main timeline, label frame !#p make entire swf file nonprintable. labeling frame !#pdims print command in flash player context menu. can remove flash player context menu.   disable printing in flash player context menu: open or make active flash document (fla file) publish. select first keyframe in main timeline. select window > properties > properties view property inspector. in property inspector, frame label enter !#p specify frame nonprinting. specify 1 !#p label dim print command in context menu.   you can select blank frame (rather keyframe) , label #p .   disable printing removing fl

Hello Adobe - Why is 9.3.3 so slow?

i purchased 9 pro upgrade 8 pro, disappointed in product. see ms slower opening , displaying files 8 was. 8 wouldn't display pdf in browser why had upgrade.   should uninstall & install 9 no updates? better? what return or refund policy paid inferior product.   yes, have tried alot of troubleshooting, repair, clean system type items, stills seems slow & kinda lag whole system. on windows 7 4gb ram, t9300 2.5 ghz duo processors, 256 mb graphics card, highly doubt system. just know... space here provided adobe, user-to-user help   some other user may able you, don't expect answer adobe More discussions in Acrobat Windows (read-only) adobe

Warning: Potentially invalid temporary path. update manager - Joomla! Forum - community, help and support

i when try upgrade version. (with update manager) warning: potentially invalid temporary path. configured path: /home/ranpeleg/public_html/mysite.co.cc/htdocs/tmp suggested path: /home/ranpeleg/public_html/mysite.co.cc/tmp i had transfer site live site local (wamp) , live on other server, probably did rong configuration ! where can change path , remove "/htdocs" tried on configuration.php itws not there. help... ok, found answer: go global configuration (in panel) , change "path temp-folder" remove :htdocs , save .... go update manager , works ! hope somebody... Board index Joomla! Older Version Support Joomla! 1.5 Migrating and Upgrading to Joomla! 1.5

ImageBrowser (by e-noise) not showing full size images - Joomla! Forum - community, help and support

installed imagebrowser e-noise... problem description: imagebrowser not working in either popup or lightbox mode. when lightbox selected... click on thumbnail brings lightbox window never loads image (just constant loading image). when popup selected... returns 404 error. can point me right direction fix problem. i think may have trying find images. below href source code: in popup mode source full size image is: code: select all <a href="javascript:popupwindow('components/com_imagebrowser/imagebrowser.popup.php?image=images/stories/imagebrowser/people/686458n.jpg', 0, 0, '267', '400') "> and when clicked lands here --> http://mysite.com/index.php/gallery/com ... 2639_n.jpg in lightbox mode source full size image is: code: select all <a href="images/stories/imagebrowser/people/6762639_n" rel="lightbox[people]" title=""> and when clicked it's trying load --> http://mysite.com/index.php/gallery/com ...

PDF's to service bureau

seeking sending pdf's serrvice bureau. producing 44 page a5 club magazine in indesign cs5. magazine has 160gm front, back, inside front & inside , colour. rest of mag on 100gm , mono except centre has color centre page spread (a4 landscape) of centre page spread of course colour 2 a5 pages. query is, how send pdf combination service bureau? example should send  (1)  4 a5 pdf's of front etc. (2) a5 pdf's mono  (3) 2 pdf's of centre spread & (4) 1 a4 landscape centre spread. appreciate advice, cheers rippleside ask printer. More discussions in InDesign adobe

Link color change (beyond page properties/links or inline html mark-up)

besides using page properties change links on page single color, there css style or html code can add sitewide (vs. inline mark-up every single link) override blue link color , keep links color specified in header , body styles?   thanks! css pseudo-classes - link states   define set of link states (link, visted, hover, active) each id or class name required. let's want have red links in #header , white links in #footer.     css:   #header {text-decoration:none} #header a:link {color:red}     /**unvisited**/ #header a:visited {color:gray} /**visited**/ #header a:hover,               /**on mouse over**/ #header a:active,              /**on click**/ #header a:focus                /**on tab key**/ {text-decoration:underline}     #footer {text-decoration:none} #footer a:link {color:white} #footer a:visited {color:yellow} #footer a:hover, #footer a:active, #footer a:focus {text-decoration:underline}   html:   <div id="header"> <a href="some-link.html">l