Posts

Showing posts from May, 2011

Thread: new thunderbird email program install

Image
hi, need installing new email program thunderbird mozillas webpage. if possible need step step thanks if need ask question, you're better off using version in ubuntu repositories running "sudo apt-get install thunderbird". if want bleeding-edge version, can install this ppa , or this one bit more stable. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] new thunderbird email program install Ubuntu

Flex 4.3 AdvancedDatagrid Problem

dear community,   i have strange problem advanceddatagrid in flex 4.3. simple datagrid without eventhandler , on. if have less rows dont have problem. if have many datarows (in case 2000) , press f key, selects row. why?   now comes strange:   if add eventhandler listen f8 key, datagrid selects row before throws added event. hi, can share sample code? More discussions in Flex (Read Only) adobe

pdf saving as word file

when downloading pdf saving word file, please explain why ? , how resolve this? nope... it's saving pdf... but... windows has associated pdf word instead of reader or acrobat.   if right click 1 of these "word pdfs" , choose properties, under general tab, , "opens with" can select adobe reader open it, , click "apply" change pdfs. open proper software. More discussions in Acrobat Reader adobe

Thread: Linux Permissions for Wordpress (LAMP)

i'm trying configure linux server secure permissions in /var/www. i've read shouldn't add user account www-data group various reasons. instead, it's best (i'm told) create separate developer's group. here's came with: code: group add developers code: usermod -a -g developers my_account code: chown -r root:developers /var/www code: find /var/www/ -type d -exec chmod 2775 {} \; code: find /var/www/ -type f -exec chmod 664 {} \; finally, i'd set default umask to: code: umask 002 questions: (a). reasonably secure? (b). of redundant? (c). setup require change of default umask? if so, what? Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Linux Permissions for Wordpress (LAMP) Ubuntu

Thread: Weird Things

lately ubuntu 11.10 has benn acting weird, last week fine, tried install sims 3 (i bought game) using playonlinux. since computer not shut down unless hold power button, stuck @ purple ubuntu screen, have hold down power button shut off completely, downloading oblivion using transmission. , download 10 mins if internet connection not there anymore , cannot anything, cannot disconnect network, cannot open settings... need shut down. ideas did wrong? edit: lately not able update it recent kernel update 3.0.0.17, remove , try. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Weird Things Ubuntu

Flash CC, export video w/AS & sound

hi, have 2 frames in stage.   frame 1 has movieclip animation inside, loops.   also, have code:   import flash.media.sound; import flash.media.soundchannel; import flash.events.event;     var sound:sound = new music(); var soundchannel:soundchannel = sound.play(0,1); soundchannel.addeventlistener(event.sound_complete, complete); stop(); function complete(event:event):void {           play(); }   frame 2: code: stop();   if export swf, play song, show animation looping , @ end of song reach , stop on frame 2.   if try export video upload youtube, video 2 seconds long, no sound @ all. if export setting time limit instead of "when final frame reached"... captures animation no sound @ all.   should use flash cs6? or doing wrong? the export function won't recognize actionscript. there limited set of actionscript work when exporting video. take sound , place on timeline in own layer. More discussions ...

Launching CS6 in CC

i have downloaded ind installed trial version of cc , cs6 can't figure out how launch cs6. have been using ps years , have standalone cs6, has me totally foxed. please help you launch programs liek before - via start menu/ applications folder/ launchpad/ dock.   mylenium More discussions in Creative Cloud Download & Install adobe

MacBook Air and 3d feature issues?

i spent 45 minutes tech support no avail.  has been confirmed through tech support macbook air does meet system requirements ps cc , use 3d feaures.  however, can't.  few error messages.  1 "could not complete new 3d extrusion because there not enough memory (ram) - (adobe support) confirmed there enough memory.  error message "your start disk full". lot of 3d features not available.  couldn't come solution of this.  i've searched forum , didn't see anything.  after 45 minutes tech support said "common" problem macbook air users , mac pro users.  yet couldn't find on it.  ideas?  disappointed yet again... vivian what machine specs of particular mac book air?   i wouldn't expect able use extended features of photoshop cs6 on own mac book air.  video capabilities alone iffy.  matter of fact, didn't install photoshop on itsy bitty laptop.   how ram have?  how storage space have left?  you'd need ton of ...

AIR ANDROID - app starts up in landscape ok but reverts to portrait after returning from sleep/lock

testing on samsung galaxy  with auto orients false, fullscreen , aspect ratio set landscape work on startup. after device returns sleep app in portrait mode , fills half screen.   suggestions on activation ... stage.setorientation(stageorientation.rotated_right);  or stage.setaspectratio(stageaspectratio.landscape);   try work stall device requiring reboot.   i've had turn on auto orientation make app usable pretty hopeless solution.  fullscreen dies.   any ideas or has found solution?   nick try   stage.setaspectratio(stageaspectratio.any);   see reults get. More discussions in AIR Development adobe

Android manifest/activity question

hi,   is possible add own layout xml in android application?   i want add activity android:imeoptions="flagnoextractui" <edittext>-tag disable fullscreen virtual keyboard in landscape mode. put it?   thanks!   /andreas hi rehnberg, sorry, don't have solution. i'm looking way this. did find way prevent softkeyboard going fullscreen in landscape? i've noticed sometimes, after first open landscape-only air app, use halfscreen keyboard - although, once reverts fullscreen keyboard uses fullscreen 1 on. have no idea why or how replicate it, thought interesting note air app can display half screen keyboard in landscape mode - seems there no way control when!   if can this, please do!   kind regards. More discussions in AIR Development adobe

Weird fonts / characters in adobe reader, but okay when using windows or other applications

Image
any idea why fonts come out mixed up? happens on both ios , android versions of adobe reader pdfs generate.   you'll want ask here: http://forums.adobe.com/community/adobe_reader_forums/ios or: http://forums.adobe.com/community/adobe_reader_forums/android   there people better equiped answer ios , android questions there More discussions in Acrobat Reader adobe

How do i solve de problem of memory to photoshop CC?

i have photoshop cc , when open file have notice memory , url go www.adobe.com/go/photoshop_update_1350_br in order solve problem when go page told is'nt avaible. can do? without system info , crash details nobody can you:   working operating system’s tools   mylenium More discussions in Photoshop General Discussion adobe

Thread: Replacing /etc/init.d/networking

hi, have ubuntu virtual machines on centos host. use different vlans host uses eth0 , virtual machines needs use vlan-interface, , eth0 in virtual machine needs up, no ip address. couldn't work using iproute2 , default network configuration, created simple script called network start, stop , restart executed scripts in /etc/network iproute2 commands made. did upadte-rc.d network defaults. works should, thing when restarting guest system stops "waiting network configuration" takes 1-2 minutes. thought default network configuration scripts, tried remove content /etc/network/interfaces didn't help, removed script startup using update-rc.d -f networking remove didn't either, , there still references in /etc/rcx.d/ networking. know how remove default network configuration scripts? or is waiting network configuration. can't see references in /etc/rcx.d/ network script. ...

Thread: not even able to ping other computers in LAN :'-(

Image
hi guys! have netbook xp sp3 , ubuntu 10.04 dual boot. have desktop ubuntu 11.10. have crossover lan cable , want connect both computers playing multiplayer games. tried every possible way failed. not able ping after entering ip address , subnet. used ip address of form 192.168.0.x x 1,2 , subnet 255.255.255.0. both computers able connect (network manager connected successfully) not able ping other computer's ip. (ping worked when entered same computer's ip ) please me connect both computers using crossover ethernet cable. posted utkarsh009 hi guys! have netbook xp sp3 , ubuntu 10.04 dual boot. have desktop ubuntu 11.10. have crossover lan cable , want connect both computers playing multiplayer games. tried every possible way failed. not able ping after entering ip address , subnet. used ip address of form 192.168.0.x x 1,2 , subnet 255.255.255.0. bot...

Thread: How do I upgrade my graphics Driver

this long story , can skip next paragraph if want basic question. if solve of other problems, appreciated. have been trying league of legends run on laptop. have gotten point can champion selection , game crashes "visual c++" error. have done can think of. 1 thing have noticed when ever open playonlinux, tells me don't have 3d acceleration. not know why says that. have nvidia geforce 360m in computer 1 gb of video ram. out of date on graphics driver, @ v. 280.13 have been thinking, maybe need update driver. whenever try run script in driver error telling me need turn off curent driver, time type in sudo /etc/init.d/gdm stop, tells me should other strange not work @ all. advice on figureing out how work on comptuer. thanks. edit: should mention on 11.10 right now. the best way use ppa update video drivers (and keep them date). Forum The Ubunt...

Thread: How can I replace pulseaudio

still having various problems pulseaudio - skype. skype won't quit - hangs because of pulseaudio - , that's 1 problem. not want 'fix' pulseaudio. want remove , use alsa. how can that? ubuntu 10.4, dell inspiron. know how can remove pulseaudio , use alsa instead? alsa more stable , trouble-free. not want 'fix' pulseaudio. want remove it. thanks. rb sudo apt-get purge pulseaudio Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [lubuntu] How can I replace pulseaudio Ubuntu

Thread: Read-only pendrive

Image
i have maxell pendrive, , if use on ubuntu, icannot write on it. not permission problem, tried sudo nautilus, diidn't still said it's read-only. problem it's have 2 partitions, secure, , storage. don't use password, secure partition contains exe, can set password. think there problem. reading fine. on windows no such problems. help. i tried open exe wine. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Read-only pendrive Ubuntu

Thread: Automatic Presistance Live DVD

hi, made casper-rw disk usb drive. have live dvd automatically enable presistance dont have type in kernal arguement every boot. how can this? any help? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Automatic Presistance Live DVD Ubuntu

Is Adobe Premiere Elements 11 supporting ATOM Z2760 processor?

hi, i'm trying install premiere elements 11 on asus vivotab smart installation won't run because processor not supported.   is atom z2760 processor supported or ise there procedure/update have working?   regards enrico if install program says cpu not supported, know of no fix   http://www.adobe.com/products/photoshop-premiere-elements/tech-specs.html More discussions in Premiere Elements adobe

Thread: Waze for Linux (Qt based)

i waze qt port nokia n900/n9/n950 , asked me port , make run on linux. did. well, kinda. code not yet ready multiuser env installer below should run per user , i386 specific. in future fix code , make proper deb. read release notes before using. installer: http://code.google.com/p/waze-qt/dow..._i386_0.0.6.sh waze? waze community based gps , navigation application known issue found application segfault when attempting input text. fix tonight , re-release installer. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [all variants] Waze for Linux (Qt based) Ubuntu

Soften skin process first or Sharpening eyes process first?

hello,   i photographer while not expert on photoshop obviously. i know better workflow , in process should apply sofenen skin , sharpening eyes of subject?   thank you,   kio it's irrelevant really, retouchers including myself put sharpening (assuming it's general sharpening) towards end of workflow. sharpening , skin softening should not competing because should using masks keep them separated. therefore, order of either left privy.    i have tut on over site photoshopisfun dot com if you're interested. More discussions in Photoshop General Discussion adobe

How to fix gaps in document

Image
hello dreamweavers.   im practising in dw , ive came across problem, when see webpage in live view there huge gap,from top till navigation bar begins.   here screenshot , code:     thank you     #nav {           list-style-type: none;           width: 700px;           margin-right: auto;           margin-left: auto;           padding-top: 0px;           padding-right: 0px;           padding-bottom: 0px;           padding-left: 0px; } #nav li {           background-color: rgb(0,0,255);           text-align: center; ...

Thread: Poor performance moving window

has else experienced awful performance when moving windows around screen? if try drag 1 @ more snail's pace, jerks , jumps i'm running rage ii 90s. has run smoothly once or twice, that's about. nothing seems using resources more usual. 11.10 173 nvidia driver. 8400 gs same me. maybe high resolution. if want can try gnome3 interface works better. can use gnome without graphics enhanced. if want install can first install synaptic (sudo apt-get install synaptic) , search gnome 3. packages gnome-session. can try gnome-session-fallback. can try ubuntu-2d solution. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Poor performance moving window Ubuntu

Thread: Connected to WLAN but no internet access - D-Link DWA-131 adapter on Ubuntu 11.10

i (two days ago) installed ubuntu 11.10, , dual-boot alongside windows 7. i've had fine internet connection until now. when opened firefox today, couldn't reach websites -- firefox kept loading , loading , would, after while, determine server not found. pidgin not sign in , screenshots , reviews in ubuntu software center not load. checked network settings , noticed still connected wireless network. booted windows 7 , found connect wireless network , retain internet connectivity. here's data i'm supposed provide (according http://ubuntuforums.org/showthread.php?t=982880 anyway). i've tried gather relevant information best of ability. 4x intel core2 quad cpu q8200 @ 2.33ghz 4121mb/4gb ram lspci: code: 03:00.0 ethernet controller: realtek semiconductor co., ltd. rtl8111/8168b pci express gigabit ethernet controller (rev 02) lsusb: code: bus 001 device 003: id 07d1:3303 d-link system dwa-131 802.11n wireless n nano ada...

Thread: Can't right click, trying for days (Ubuntu 11.10, MBA 4,1)

hey guys, have installed ubuntu 11.10 on macbook air (2001 model), sadly cannot right click, have tried every single guide can see on internet, , attempted troubleshoot every single one, through 3/4 of errors, before major 1 comes , stumps me. attempted bcm5974, mouseemu, bcm5974-patch, bcm5974-dkms, , bunch of other things, the first few come mind. when attempted bcm5974-dkms one, major error regarding hid (1.0.6 think), don't have in front of me right now, tomorrow should able give accurate error messages. if can suggest new, amazing,right don't care if touchpad doesn't work same macs, want able tonight click, if means holding down key , clicking. reading far, hope can help, thank you. whoops, quick edit, it's late here,and i'm going sleep now, have school free periods first tomorrow, i'll check on then, don't want think i'm being rude if don't reply, sorry incorrect spelling , grammar, on ipad , autocorrect kills me ...