Michael-jx 2017-03-04 01:48:37
Hello , this is your videogame for pc windows ? https://sourceforge.net/projects/black-fps/?source=directory
voltbit 2017-03-04 02:03:37
hello, anybody having a bug where (evince pdf viewer) is not visible in alt+tab menu?
tesla__ 2017-03-04 02:18:26
Heyy
tesla__ 2017-03-04 02:19:10
which frameworks i can use to program HTML?
MonkeyDust 2017-03-04 02:20:01
tesla__ bluefish (in the repos), or bluegriffon (not in the repos)
tesla__ 2017-03-04 02:20:28
Thank you Monkey!!!
MonkeyDust 2017-03-04 02:21:22
!html
ubottu 2017-03-04 02:21:22
html is HyperText Markup Language, used to build web pages. WYSIWYG editors: KompoZer (was Nvu), Iceape Composer, Amaya (Hardy or earlier) - Development environments: Bluefish, Quanta+ - For a howto on HTML coding, see: http://www.w3schools.com/
tesla__ 2017-03-04 02:22:00
so then wich editor is the best? in ubuntu/linux to program HTML5/CSS3/JS
MonkeyDust 2017-03-04 02:22:17
tesla__ the one you like most, that's the best
tesla__ 2017-03-04 02:22:43
tnks and sorry for this dumb question but im new on this and i want to learn ahaha
joeel84 2017-03-04 02:28:04
A text editor, and a browser are usually all you need for web stuff.
joeel84 2017-03-04 02:28:14
Firefox and Chrome have developer tools built in
joeel84 2017-03-04 02:28:55
I'm usually editing HTML and CSS and usually the WYSIWYG editors just kind of get in the way
joeel84 2017-03-04 02:29:55
Are you using a CMS or trying to build stuff from scratch?
dimisdas 2017-03-04 02:37:28
!best | tesla_
dimisdas 2017-03-04 02:38:28
oh well
catbadger 2017-03-04 02:41:45
hey I'm running ubuntu server and have some docker questions. #docker is always empty. If anyone here would mind answering some questions DM me please as I dont' want to polllute #ubuntu
cmrabet 2017-03-04 02:42:05
Hi all
MonkeyDust 2017-03-04 02:42:23
catbadger simply put your docker question in one line, then wait
catbadger 2017-03-04 02:42:51
um it's a little more involved than that
catbadger 2017-03-04 02:43:17
I have the problem typed out with enough detail to help an answerer, but it's like 7 lines.
cmrabet 2017-03-04 02:43:25
I'm trying to setup Shit+CTRL+left key to select all text in the current line until the end using xdotool but it's not working, this is what I have in the keyboard shortcut settings: bash -c "xdotool getactivewindow key Shift+End" . Can anyone help me please? Thanks
catbadger 2017-03-04 02:44:37
cmrabet did you try editing the Shift+End part to say Shift+Ctrl+Left?
cmrabet 2017-03-04 02:44:38
By the way, I've been using Macs for a decade now and recently jumped to Ubuntu. I'm trying to replicate one of the features I miss the most (end, start, select end, etc. with keyboard)