Posts

Showing posts from May, 2013

Downloading completed form as pdf - text boxes cut off.

hi, i glad see can download completed forms designed, when chose download our forms pdf boxes of text completed applicant cut short first few sentences revealed. there way download form in it's design format have complete text showing? many development, forward being able use rachael. a couple of things help.  regular "text field" in pdf not display of text well, can use curser natigate right , scan through text way.    for better readability of larger blocks of user inputted text can use "multi-line text field" instead of "text field" fields, mutli-line text fields in pdf have scroll bar when there large block of text.   thanks, josh More discussions in Archived Spaces adobe

Thread: apt-get update problem

hello! have small problem ubuntu 10.04. when run: sudo apt-get update receive following: code: reading package lists... error! e: dynamic mmap ran out of room. please increase size of apt::cache-limit. current value: 25165824. (man 5 apt.conf) e: error occurred while processing libjarjar-java-doc (newfilever1) e: problem mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_universe_binary-i386_packages w: unable munmap e: package lists or status file not parsed or opened. what should do? try command code: sudo rm /var/lib/apt/lists/* Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] apt-get update problem Ubuntu

Thread: How to get IBurst USB modem working with kernel 3.0 and up

Image
hello, first post here, kind people guide on how able usb iburst modem working on ubuntu 11.10 newest kernel installed. searched high , low solution, saw no posts mentioned this. anyways, here should do. prior compiling need following prerequisites: build-essential, gcc-4.6, libc6 , linux-headers-3.0.0-##-generic install them running below: code: sudo apt-get install build-essential gcc-4.6 libc6 linux-headers-3.0.0-12-generic note: running here 3.0.0-12 kernel, change appropriate kernel on. (you can check typing uname -r) after installing pre-requisites, grab newest drivers sourceforge: http://sourceforge.net/projects/ibdriver/ unpack drivers, , go through directory. there 2 files need edit in order work: makefile , ib-net.c . first edit makefile , remove following line: obj-m += ib-pcmcia.o note: if wish, can comment out adding # prior it, making so: #obj-m += ib-pcmcia.o save file , cl

Thread: Will KDE ever go in a similar direction as Gnome Shell/Unity?

just wondering, has there been discussion or not? interesting if kde devs decided go similar path..although wouldn't make sense imho. i think kde lost impetuousness. lights focused on unity , gnome-shell. need lot of work keep on race. i'm not sure if plan something, should. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Will KDE ever go in a similar direction as Gnome Shell/Unity? Ubuntu

How to Add Custom Font CSS File to Use in a CSS File? - Joomla! Forum - community, help and support

how add custom font css file can use in user.css file? happychappies wrote: how add custom font css file can use in user.css file? by putting code @ top of user.css file. code looks this: code: select all /* fonts google fonts - more @ https://fonts.google.com */ @  import url('https://fonts.googleapis.com/css?family=open+sans:400,700'); @  import url('https://fonts.googleapis.com/css?family=merriweather:400,700'); there no space between @ , import had put forum allows me post message. hope works otherwise i'll give , better day. ps: assuming know how attach user.css file joomla website. in joomla 3.8.x matter of creating user.css file because attached in template j1.5 old , not actively supported joomla development team. Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

Thread: help with held packages related to gnome-tweak-tool

hi guys, hoping held packages problem related gnome-tweak-tool sudo apt-get install gnome-shell-extensions-user-theme packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation: following packages have unmet dependencies: gnome-shell-extensions-user-theme : depends: gnome-shell-extensions-common not going installed e: unable correct problems, have held broken packages. sudo apt-get remove --fix-broken reading package lists... done building dependency tree reading state information... done 0 upgraded, 0 newly installed, 0 remove , 12 not upgraded. how chase down problem? , fix it? google, usual support desk failing me ... -george is this you're looking for? going https://extensions.gnome.org/

Serial number request when installing live cycle designer ES4 trail

hi,   i downloaded designer es4 trial. @ beginning of install dialog box asks serial number. can tell me can trial serial number from?   /olov it's @ top of download page:   to download latest release of designer, select desired language , enter following serial number. 1139-1001-3886-4854-1284-1828 More discussions in LiveCycle installation, configuration, deployment, and administration adobe

Thread: Mobile broadband internet

how can connect zte mobile broadband internet if showing in computer.how can install drivers , software in ubuntu ? please 1 of me !!! , tell me can find application , system software linux operating system. (thanking in advance !!! ) (am new linux) hello, please open terminal ctrl+alt+t , show outputs of following 3 commands: code: lsusb lsmod usb-devices Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Mobile broadband internet Ubuntu

How can I update multiple rows in table using a single form button and checkboxes

i have project visitors can select multiple productos , once click on purchas button updates selected records. you have not mentioned programming language using, here's link if using asp.   http://csharpdotnetfreak.blogspot.com/2009/05/edit-multiple-records-gridview-checkbox.html   also, have @ discussion thread   http://forums.asp.net/t/1470882.aspx More discussions in Dreamweaver support forum adobe

AS3 Facebook Mobile API: Error get albums from Facebook Page

i´m creating mobile app take albums facebook page. page open, don´t need auth, not?. last week code working fine, today probe same code, without changes, , doen´t work. how possible? this code:      facebookmobile . api ( "/411415125604712/albums" ,   onloadalbumsresult );     private function onloadalbumsresult ( result : object , error : object ): void     {              if ( result && ! result . error )              {                       var albums : array = result array ;                       for each ( var album : object in albums )                       {                               //to things elements array                       }              }              else              {                       trace ( "error" );              }    }   i revised last updates, there isn´t update wich affect app. more strage mobile app keep working facebook api, fla file not. , don´t change anything.   this code working last week, now, shows &quo

List articles belonging to me - Joomla! Forum - community, help and support

is possible (in plain joomla, or plugin) list of articles that a/ authored loged in person (running query through menu option) b/ filtered on 1 or more catogories i flexicontent can this, there way? the authorlist extension should need. see https://extensions.joomla.org/extension ... thor-list/ Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

Thread: C and GTK help...

Image
hello friends, making simple gtk program using codeblocks. here code: code: int main(int argc, char **argv) { gladexml *xml; gchar *filename; gnomeprogram *program; g_type_init(); filename = gnome_program_locate_file(program, gnome_file_domain_app_datadir, "ptms.glade", true, null); xml = glade_xml_new(filename, "window1", null); gtk_main(); return 0; } this program showing following errors: /package.projects/c/ptms/src/main.c|25|warning: variable ‘xml’ set not used [-wunused-but-set-variable]| /package.projects/c/ptms/src/framework.h|21|warning: ‘pkginfo’ defined not used [-wunused-variable]| /package.projects/c/ptms/src/main.c||in function ‘main’ /package.projects/c/ptms/src/main.c|32|warning: ‘program’ used uninitialized in function [-wuninitialized]| ||=== build finished: 0 errors, 3 warnings ===| , if running program via terminal error : segmentation fault please help.

Columns Layout - Joomla! Forum - community, help and support

greetings. right i'm developing template in wampserver test in server later. i'm having problems setting layout allows show in 2 columns or 3 columns. option if using left column shows left , component, if right, right , component, if both, both , component, or neither, component. i have code: code: select all     <main class="detalle">         <div class="breadcrumb-class">           <?php if($this->countmodules('migadepan')) : ?>     <div id="modsuperior"><jdoc:include type="modules" name="migadepan" style="html5" /></div>     <?php endif; ?>           <!--está en:<a href="index.html" target="_self" title="inicio">inicio</a>/<span>item menu ejemplo</span>-->       </div>     <?php if($this->countmodules('columnaizquierda or columnaderecha')) : ?>     <?php if($this->countmodule

iPhone screen touch sensors cancelled out over gallery when accordion w/ menu embedded extends over

iphone 4s screen touch sensors cancelled out on gallery when accordion w/ menu embedded in extends on area.  upon ftp uploading site, when load each page iphone menu extends , retracts.  area on accordian panel menu in extends loses touch sensitivity.  learned when had gallery @ top of page.  swiping left or right continues work bellow accordian extended before retracting.  , although activating "light box" works, light box becomes empty spot on screen because it's invisible phone.  either can place light box @ top of screen under banner , menu or @ bottom.  either way, looks blank spot phone.   please fix these features.   thank you. More discussions in Help with using Adobe Muse CC adobe

Upgrade php from 5.6 to 7.1 on VPS - Joomla! Forum - community, help and support

i installed php 7.1 on vps running easy apache 4, installed using yum install via ssh , went fine , see php7.1 in cpanel. however, when switched site using 5.6 use 7.1 broke site. switching 5.6 , , running. did because i've rebuilt same site locally using mamp php set there 7.1. i'm planning on creating subdomain on server , loading new site, once it's working want push live , keep running live site , staging site on server test updates, etc, obvious reasons. is there else need prepare live site, current site, change - , possible activate php 7.1 on current server/site , not have break? know can run different php version on staging site, there else need prepare switch new site staging live using php 7.1? a quick update on posted above, went ahead , created subdomain , fine , live site fine (the 5.6 site), when went cpanel , changed subdomain site use php7.1, live site on 5.6 went down 500 error. subdomain listed in "inherit" it's php version, checked box , s

J2XML dont work in joomla 3.X - Joomla! Forum - community, help and support

i want migrate al articles of joomla 3.x new , fresh joomla instalation. have instaled j2xml cant export article. in articles should show option export not show. solution? or other plugin migrate articles, users, categories, etc. thanks juan carlos don't see components->j2xml? in article manager, there 2 buttons "export" , "send" have enabled plugin "j2xml export/send buttons"? Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

Thread: Bluetooth not working on Inspiron 1525

Image
hey everyone, i'm trying bluetooth , running on dell inspiron 1525 running natty narwharl. did bit of searching , found out needed libsmbios-bin package installed, installed no avail. when type sudo dellwirelessctl --sw_bt 1 --bt 1 terminal following response traceback (most recent call last): file "/usr/sbin/dellwirelessctl", line 36, in <module> locale.setlocale(locale.lc_all, '') file "/usr/lib/python2.7/locale.py", line 531, in setlocale return _setlocale(category, locale) locale.error: unsupported locale setting mean? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Bluetooth not working on Inspiron 1525 Ubuntu

Thread: Need help about data loss

hi have win xp, wanted install ubuntu 11.04, , went option create swap of 5 gb, after time screen went unresponsive restarted button, when started ubuntu install again if showing 80 gb swap space, do now, can somehow save hd data or not? well never mind now, reinstalled everything. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Need help about data loss Ubuntu

FPA part 1 - says I'm over limit - see part 2. - Joomla! Forum - community, help and support

problem description :: forum post assistant (v1.3.0) : 30th may 2017 wrote: hacked - reported google log/error message :: forum post assistant (v1.3.0) : 30th may 2017 wrote: this site may hacked actions taken resolve forum post assistant (v1.3.0) 30th may 2017 wrote: reverted backup - google not satisfied. forum post assistant (v1.3.0) : 30th may 2017 wrote: basic environment :: wrote: joomla! instance :: joomla! 3.7.2 -stable (amani) 22-may-2017 joomla! configured :: yes | read-only ( 444 ) | owner: --protected-- . (uid: 1/gid: 1) | group: --protected-- (gid: 1) | valid for: 3.7 configuration options :: offline: 0 | sef: 1 | sef suffix: 0 | sef rewrite: 1 | .htaccess/web.config: yes | gzip: 0 | cache: 0 | ftp layer: 0 | ssl: 0 | error reporting: default | site debug: 0 | language debug: 0 | default access: 1 | unicode slugs: 0 | database credentials present: yes host configuration :: os: linux | os version: 3.14.52-vs2.3.6.15-1 | technology: x86_64 | we

Having trouble running Elements 6 w/ Ltrm 4.4 upgrade

Image
running elements on mac lion 10.7.5 without difficulty. downloaded lightroom upgrade 4.4. since when editing in elements 6, can't use following (grayed out in pull-down menu): auto smart fix, image/transform, many of layer , filter functions. suggestions fixing or uninstalling upgrade? it sounds have bit depth of file sending elements 16 bit instead of 8.  elements lets use subset of edits when using 16 bit.  can changed when use edit in or exporting file.  following edit in dialog box using.   More discussions in Lightroom Classic CC adobe

extensions.joomla.org slider effect - Joomla! Forum - community, help and support

hello all, when come site extensions.joomla.org , mouse on over picture there comes describing text. does know extension can take in order able have such same or similar effect on intro picture of articles? hey there! i'm not sure noticed, changed jed layout , mouse on effect gone now. know used fabrik build directory, i'm not sure if feature base feature or custom made. why don't try go on viewforum.php?f=262 , see can find there on matter? good luck! Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

Thread: RAM upgrade causing issues - uncompression error, system halted

Image
so first off have gigabyte ga-p35c-ds3r motherboard, 4gb of corsair (2 x 2gb) xms2 ddr2 800mhz ram needed @ least 8, checked motherboard specs , allows 8gb ddr2. brought new ram, (brought 16gb (8x2gb, 2 machines, going move current 4gb machine). anyways long story short cant machine working 4gb. either wont post, or past grub , tells me 'uncompression error, system halted', or infinitely (left 45 minutes) sit , blink cursor top left (and in recovery mode gets 'freeing initrd memory'). brought ram machine have lots spare try, , matched. suspect 1 set dud thats 1 when wont post. have tried various sets in various slots, , comes down works 4gb (any set, except suspected dud), cant working 8gb (however post) ideas? pulling hair out! anyone? seems odd posts wont boot ubuntu , have done added more ram take ram out , works again Forum The Ubuntu F

Presenter 8 trial problem

hi i have trial version of presenter8 not show on powerpoint menu. have tried standard fix published on adobe page no avail. menulaunch.dll not show on add in list nor appear on disabled add in list , when try add it, powerpoint tells me not valid office add in. have solution this? similar problems seem common have yet find solution. since programme designed do, it's problem isn't it?   thanks in anticipation si be sure installing correct version. if have 64 bit version of office, install 64 bit version of presenter, if have 32 bit version of office, install 32 bit version of presenter.   both versions should available trial download page. More discussions in Adobe Presenter adobe

Bullet Points When Importing PP Into Captivate 5

i trying import powerpoint presentation created using office powerpoint 2010 captivate 5.  when import powerpoint, of bullet points keeping hanging values , not, in other words, bullet points not aligning correctly on of slides.  adjustments need make in powerpoint 2010 of bullet points import correctly , uniformlly aligned on every slide?   thanks! hello there, can try changing fonts in powerpoint , see if helps keep bullets intact?   thanks, vish More discussions in Adobe Captivate adobe

Pushing state change in article overview to history - Joomla! Forum - community, help and support

hi all, i have fullfilled quest , wrote plugin set articles unpublished after save , show last published text article history, if stays unpublished. my next problem is, when changing state in article overview list using button, doesnt count save not pushed history. so, if new text added in editor , article saved unpublished version shown in frontend last editor used change state. is there event catch when using publish/unpublish button in article overview list, can wrote history too? peace, jesta Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Update SWFObject Code for HTML5

currently insert | media | swf command adds object tag using 'classid'; validate html5 ''data' must used instead, as  'type="application/x-shockwave-flash"'.   does adobe plan update insert process use appropriate assignments html5 , non-html5 documents, or need manually correct each time?   mike i'm surprised still uses swf/flash anymore because dead web technology.  swf/flash not supported iphone, ipad, itouch, android, etc...  , list getting bigger; not smaller.   if you're using html5 doc types, ought using html5 media.     nancy o. More discussions in Dreamweaver support forum adobe

Can't get multiple templates to work - Joomla! Forum - community, help and support

hi i want have 2 template website joomla 3.6.5: the main 1 pages there, and.... a new template single menu item. here's i've done it's not working 1. uploaded new template 2. created new menu item , set template style new template 3. went main template , unchecked new menu item 4. went new template , checked new menu item however, when view menu item...it still shows old template. what step have missed? thanks pam did clear server cache? Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

Dreamweaver 4.0 francais!

bonjour,        je cherche la version de dreamweaver 4.0 en francias y t-il un endroit ou je pourrais la trouver????? merci   i need dreamweaver 4.0 french, can found it????? tanks   tanks   eric beauregard if mean dreamweaver cs4, there trial versions available @ site linked below.  if have serial number can use activate trial full use.  different language versions following english version links.   be sure follow steps outlined in note: important instructions section on download pages @ site or else download not work properly.   http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html More discussions in Downloading, Installing, Setting Up adobe

Thread: HOW TO: get popup notifications with Sylpheed mail client

Image
how setup sylpheed mail popups note: tutorial assumes using lxde , have setup sylpheed can receive email. screenshots provided @ bottom. 1. install libnotify-bin package. this: lxmenu -> accessories -> lxterminal , type following in box appears: code: sudo apt-get install libnotify-bin and press return enter password(you won't able see it), press return again. once text has stopped scrolling, , looks this: code: user@computername:~$ you can close window, , ready move on next step. congratulations, hardest part over. 2. make sylpheed check mail regularly. open sylpheed. @ top menu bar, go to: configuration -> common preferences... , tick first box ( auto-check new mail every... ). adjust time (in minutes) between checking mail preference. short times increase cpu , internet usage, longer times won't retrieve mail regularly. click "apply". sylpheed check mail on

Thread: Unanswered posts.

Image
no sure post it's suggestion forum website. there 'new posts' link works find.... new posts unless missing something, view posts have had no responses have perform advanced search. pain. how link 'new posts' unanswered posts or posts no responses ? suggestion... posted matt_symes no sure post it's suggestion forum website. there 'new posts' link works find.... new posts unless missing something, view posts have had no responses have perform advanced search. pain. how link 'new posts' unanswered posts or posts no responses ? suggestion... i had similar in mind sometime... +1 me Forum The Ubuntu Forum Community Ubuntu Community Discussions Forum Feedback & Help Unanswered posts. Ubuntu

Thread: Linux restart issue

hello everyone, i've been switching older hardware linux. ubuntu 10.04.03 lts exact. anyway, have numerous laptops switched over, , in doing told co-worker older dell working if brand new. installation goes fine. problem arises when go shutdown computer. desktop not stay off. restarts no matter if pick hibernate, suspend or shutdown. pc i've run happens. tried doing google searches haven't come answer. i've tried reinstall couple times. i've tried new mint distro, had no luck either. ideas or suggestions? if i've missed in search apologies, , point out thread? much. 1st post, woot! that sure strange one. in mean time, have tried alternative installation of ubuntu? http://www.ubuntu.com/download/ubunt...ative-download Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Linux resta

Lightroom 4.1 CPU Spiking

i running oxs 8gb ram , 2 2.26 quad zeons.    experiencing heavy spiking in cpu utilization, upwards of 800% when making small adjustments such reducing blacks 1 increment.  running of exported catalog 15 images w/ previews.  both cat , images on same hdd lightroom installed on....wtf going on. never used slow.   write xmp data off.   appreciate help!   thanks sam since updated 4.4     no change performance. More discussions in Lightroom Classic CC adobe

Thread: A question about GNOME 3 notification area

Image
hi, i'm facing problem gnome 3 notification area, searched around , seems can't find solution, here's problem. have gnome 3 ati driver 11.11, works fine , better older ones, it's no compatible yet. have installed screenlets causes alot of graphical glitches when click on activities or hover down icon on notification area, they're other apps work fine think they're don't , screenlets seem 1 of them. wondering there anyway remove screenlet icon notification area? disabling it? or anyway disable whole notification area? lot. way, i'm using ubuntu 11.10 x64. i'm running same version of ubuntu you, , when open screenlets manager, have option "show daemon in tray" @ lower left-hand side. if uncheck box, screenlets icon disappears Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [S

muse templates

Image
how copy design page layouts desktop phone , tablet templates? two ways:   1. when create tablet or phone layout can choose "copy from":   2. can manual copy/paste contents trough versions (use shift + cmd (or ctrl) + 7/8/9 quick jumb trough various versions) More discussions in Help with using Adobe Muse CC adobe

Creating boxes around text....

Image
hi,   i'm hoping there better solution problem i've using.   i able create box around text able resize when increasing/decreasing font.   my working solution create text box text use direct selection tool select anchors , convert shape, either rectangle or rounded rectangle. isn't bad since allows equal amount of space around text have problems. if font size increases or decreases, box remains same. have use area type option resize box. also, if wanted lots of boxes have select of individual anchors time consuming.   is there simpler solution?   thanks. use selection tool (black arrow) select text , add new fill via appearance panel.   move new fill below characters item in appearance panel   with fill highlighted choose effect > convert shape > rectangle   More discussions in Illustrator adobe

Can I make speedgrade render my timeline as seperate clips, not one chunk? (in one go)

i graded raw clips in speedgrade , hoping render them out, replace source footage in premiere project graded clips , final render there. (i've got lot of joint comps ae in edit, , grading needed done simultaneously editing, seemed agreeable workflow)   i'm missing option export seperate clips, other doing manually selecting 1 clip , clicking export. have quite lot of clips, , hoping select clips in speedgrade, click render, , else. (like sleeping, once.)   if impossible ask best way work around it. thinking i'd load edit premiere speedgrade using edl , export (i know how) need quick way copy grades clips onto timeline edit. how do that?   thanks,   guus please see discussion: http://forums.adobe.com/message/5179418#5179418 More discussions in SpeedGrade adobe

Site beder om login for at se artikler - Joomla! Forum - community, help and support

hejsa, mit joomla site er begyndt @ bede om login @ kunne åbne artiklerne på sitet selvom der ikke er sat noget adgangniveau denne handling. jeg har ikke ændret nogen af adgangniveauerne så jeg kan ikke se hvorfor dette pludselig er opstået. alle artikler og artikelkategorier har public access mangler hjælp til en gennemgang af opsætningen og evt til @ nulstille alle adgangsniveauer. joomla! 3.8.1 native artikel komponent native adgangs komponent site: http://boeslundeinfo.dk hej jens nu har jeg været på flere artikler og menupunkter og er ikke stødt på nogle login. har du fået det løst? Board index Joomla! International Language Support International Zone Danish Forum Joomla! 3.x (Anbefalet til nye installationer. Nyeste funktionalitet) Administration - Generel brug

Tooltips not scaling along with the image

hi everyone, i'm having little trouble on over muse : the idea follow : no menu, no text, background image active zones on linking different pages of site. image scales depending on size of browser window right ?   riiiiiiiiight of course, tooltips use make active zones on image absolutely scattered everywhere change browser window's size or screen definition soooo how resolve ? there way have tooltips zones scale along image ? or need use technique ? there technique ?   anywayz, thank reading , have day ! i think can't described, i'm not sure @ all. can provide link project? More discussions in Help with using Adobe Muse CC adobe

Problem with browseForOpen opening wrong folder.

these javascript lines working correctly , opening in specified folder. since recent air updates, no longer open folder specified appear open recent folder used.   var filechooserc = new air.file("app-storage:/casedir"); air.trace("file: ", filechooserc.nativepath); filechooserc.addeventlistener(air.event.select, caseread); filechooserc.browseforopen("select case");   the trace still shows correct path. any way restore correct function? environment windows ( both xp , win7 ) More discussions in Archived Spaces adobe

Thread: 'Enable wireless' has been disabled

my laptop refusing connect wireless. options available? does laptop have soft or hard switch can used turn adapter on , off? lots of laptops have switches, many others use combination of keys such pressing fn-f4 or that. simple adapter being disabled accident. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [SOLVED] 'Enable wireless' has been disabled Ubuntu

Login remember user name - Joomla! Forum - community, help and support

hi, i hope not in wrong forum, security concern. finished "joomla! 3 essential training" on lynda.com, course ! on of advise not keep admin super user user name. fine. thing when 1 tries login, if types first letter of user name, list reveals it. , not seem cached in browser, because when different computer, it's still suggested. knowing user name means half of job done in no invitation. is there way disable ? thanks gilles plante i think you're confusing feature of web browser function of website. web browsers allow "store" username(s) (and passwords) earlier attempts—successful or unsuccessful—to login website ... any website. however, "list" see when login available on device , web browser used last time. list not available else. see https://www.bu.edu/tech/services/cccs/d ... word-list/ further information may help. Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla

Thread: Problems with Serp 7 suspend after connecting an external monitor

i followed guide http://ubuntuforums.org/showthread.php?t=1887858 nouveau drivers installed , external monitor working. suspend hanging , showing 'ubuntu' screen. in order out of need reboot machine. if don't connect external monitor @ suspend works fine. once i've connected monitor i'm doomed. doesn't matter if disconnect or try suspend connected, machine hang. i'm running 64 bit ubuntu 11.10 , unity on serp 7 , using nouveau drivers. ideas might going on? we don't testing suspend on nouveau drivers. work if use nvidia proprietary drivers? Forum The Ubuntu Forum Community Ubuntu Specialised Support System76 Support [SOLVED] Problems with Serp 7 suspend after connecting an external monitor Ubuntu

Thread: Full-proof Security

Image
hi, need full-proof security solution desktop. first inclination have 2 different computers; 1 not connected (internet or network), , 1 connected not contain confidential info. suggest? have 1 isolated "sandbox" internet stuff, , "sandbox" confidential data, within same computer? best regards, hpon posted hpon hi, need full-proof security solution desktop. first inclination have 2 different computers; 1 not connected (internet or network), , 1 connected not contain confidential info. suggest? have 1 isolated "sandbox" internet stuff, , "sandbox" confidential data, within same computer? best regards, hpon no such thing fool-proof security in networked world afraid. , in case didnt know linux upon equal par windows , other end-user os security standpoint. rea