Posts by HeltonSS • 393 points
11 posts
-
0
votes1
answer165
viewsQ: mongodb error: E QUERY Syntaxerror: Unexpected Identifier
I am trying to use mongodb for the first time and did the installation using Macports after that. In a terminal run the mongod. In another run the command Mongo. in the Mongo terminal I try to…
-
0
votes1
answer425
viewsQ: Empty drawable folder Android Studio - None of the resolution options appears
I created a new project in Android Studio Version 1.3.2 and it does not appear any of the folders that specify the resolutions corresponding to them ex: Drawable-hdpi, Drawable-ldpi. I’ve changed…
-
1
votes2
answers1347
viewsA: How to create a fixed link in wordpress?
After creating the page in the wordpress admistrative in the href attribute you should put the path as follows <a href="<?php bloginfo('url')?>/nomeDaPagina">Link da pagina</a>…
-
1
votes1
answer945
viewsQ: How to call information in an html from a page . jsp
I am developing a good HTML5 Hybrid mobile app and my backend will be done with Java and Mysql. I’m using Phonegap and the same to generate the APP needs my files to be extension .html .css .js, to…
-
3
votes2
answers1347
viewsQ: How to create a fixed link in wordpress?
I am implementing a site in html static for wordpress, are not all pages that need the cms to manage the content, my problem is the following! I cannot create a Menu link to a static page or any…
-
1
votes4
answers1039
viewsA: Error while displaying video html
As already mentioned in the replies, the file extension is most likely not being interpreted by the browser ("Check the file path as well"). I believe that solves your problem. <video width="420"…
-
2
votes1
answer474
viewsQ: Media queries for Internet Explorer 8 and 9
How to make IE 8 and 9 read Media Query conditions? I’ve read some Ocs but found nothing enlightening. The query is being made in the HTML example and I would not like to apply only in a single CSS.…
-
2
votes2
answers11882
viewsQ: Calling function with onclick
Guys I can’t call a function using onclick, calling it straight from the html tag comes normal but if I call unobstructive way without chance I’ve already read several Docs tried n ways and nothing…
-
4
votes5
answers2024
viewsQ: Replace If/Else with Case javascript
I would like to replace if/Else with Case because I believe it will be better for understanding the code since it will be a little long, but I cannot access the Array that will have the conditions…
-
12
votes5
answers20277
viewsQ: How do I use @import in a CSS file?
Inside a.css style file I am using the option @import url() to call another file CSS. For example: @import url("/css/fonts.css") Both the file and the path are correct and still I can’t import that…
-
1
votes3
answers737
viewsQ: Large variation relative margin between browsers
I’m having problems with CSS margins that take percentage in a responsive project. There are objects that have a 15% margin for the container, and in IE10 and Safari the difference is 10% more than…