Posts by admin-absoluta • 181 points
6 posts
-
3
votes3
answers217
viewsQ: Is it possible to use Controllers hierarchically in the Angular JS?
Controllers are declared in the DOM via the ng-controller attribute. My question is: It is possible and robust / safe to define Controllers hierarchically in DOM in daughter tags ? Example: <div…
-
2
votes1
answer777
viewsQ: bbPress official translation into Portuguese
I couldn’t find any official bbPress download for the Portuguese language. I found in Google all kind of suggestion but I believe it is for old versions of bbPress plugin. Already installed and is…
-
2
votes1
answer1714
viewsQ: Wordpress with friendly URL - Apache error - How to resolve?
I’m having problems with Wordpress with friendly URL. It just doesn’t work even using the file . htaccess suggested by Wordpress support site. cat .htaccess # BEGIN WordPress <IfModule…
-
2
votes1
answer74
viewsQ: I cannot access website served by Grunt server from another computer on LAN
I’m trying to access my development environment served by Grunt and the site just doesn’t open. It’s like it doesn’t exist. Among other things I’m using livereload, jshint and karma but I don’t…
-
3
votes2
answers1057
viewsQ: How to format JSON message to read easily
I need to do JSON message DEBUG. I would like one to have available a formatting mechanism similar to the one you have in Eclipse for formatting Java and Javascript code, but via console.
-
5
votes3
answers22495
viewsQ: How do I start Tomcat as a service on Linux?
I need to put a WEB system into production using the Tomcat 7. I know I can start with the shell catalina.sh start but I would like something to work after the reboot and Tomcat to come in normally.…