Tagged Questions
0
votes
1answer
39 views
run sh script from browser
For a tiny task, I wish to execute a .sh script from within browser.
I have kept the .sh script in "/usr/lib/cgi-bin" directory.
The .sh file contains following code.
#!/bin/bash
echo ...
1
vote
4answers
96 views
Windows browsers in ubuntu for web developent
I regularly do front end development(html,css,js) and need to test websites for ie7, ie8, ie9, firefox, chrome, safari, opera in windows.I would like to move to ubuntu, but am concerned that testing ...
0
votes
0answers
109 views
Ubuntu 12.04, Unity and Gnone, table cell colors wrong in FF, Chrome
We use tables with the bgcolor attribute applied to TABLE, TR and TD tags. Under 12.04, both Unity and classic Gnome, these do not render the cell, row and table colors as specified.
The form used is ...