Hi I've installed Netbeans 7.0.1 from ubuntu 12.04 repository, i'm having many issues,
The most important is that I cannot have help in writing javascript.
I've got a site with nginx + phppfm and compression works fine except for POST reqests (ajax).
Part of my config is:
gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
any suggestions what can be wrong?
anonymous wrote:I heard about an exploit for Java but not JavaScript ...I'm sure that it is just java and not JavaScript.Nobody is going to recommend disabling JavaScript since it is a core feature of almost all business web sites.
I have IIS 7.5 set to compress all static files (the default), yet it does not compress .js (javascript) files.
I having issues with fresh installation of apache2 mime types for both css + javascript files
apache send them with mime text/plain
i have mod_mime enabled and i tried to work around with .htaccess
AddType text/css .css
AddType application/x-javascript .js
with no luck , could any body help me
thanks
update
My os is ubuntu natty 11.10 , apache2 + php 5.3 , install via apt
here is sampl
Today we're launching the first in a series of features on how to use common websites without using proprietary JavaScript. You may not be aware of the dangers of JavaScript -- a problem we've deemed The JavaScript Trap -- proprietary software running on your computer, inside your web browser. The focus of our first feature is Google's GMail service.
I try to start my Nginx and i get this errore after this commend -
sudo /etc/init.d/nginx start
Starting nginx: start-stop-daemon: unable to start /usr/local/nginx (Permission denied)
My config file -
user www-data www-data;
worker_processes 1;
events {
worker_connections 2048;
}
http {
include mime.types;
default_type application/octet-stream;
access_log off
sendf
With KDE 4.4, plasmoids can now be written in JavaScript or QtScript, thus opening up a whole new class of applications. Marcel shows how easy it is to build JavaScript plasmoids.
Hi All,
Do the DITA (Darwin Information Typing Architecture) supprots javascript?
If supports..please guide us how to use javascript with DITA.
Regards.