Posts by Gustavo Tenório • 135 points
11 posts
-
4
votes1
answer749
viewsA: querySelector takes class? (JAVASCRIPT)
Good afternoon! The querySelector can capture any DOM element. Imagine that the selector syntax is very close to CSS. Follow practical example below: HTML: var divElement =…
-
-1
votes1
answer143
viewsA: Beautify inline review
Good morning Hardel, I’m going to go into a little bit of detail about this problem, and what I researched. Recent versions of Beautify will not allow comment in the same line in your CSS (I don’t…
-
0
votes1
answer94
viewsA: React and React Native communicate easily?
Good morning Arenas, I wouldn’t say they communicate, but they have a similar structure, since React Native is a framework based on React. In other words, we will have some similarities like the…
-
1
votes3
answers100
viewsA: Deployment of GIT
Good morning, Thiago! I agree with the opinion of Vinicius, continue with deploys via FTP, if not already implemented, to deploy with GIT via FTP there is a GIT repository that can help you GIT-FTP…
-
0
votes3
answers181
viewsA: Position a circular image in the center
Good morning Edson, I changed your CSS, see if it meets your need. Follow example of the solution below: Had considered the attribute left: 50% but the margin: 0 auto leaves better structured…
-
0
votes2
answers61
viewsA: Is it still recommended to treat IE (Internet Explorer) in Crossbrowser tests?
I would go for official communication that the support would end for this type of browser because it is being harmful to the remaining users and making it more expensive to maintain. Obviously these…
-
4
votes2
answers169
viewsA: When should I worry about UX?
I agree with the above answer! " Always". In addition, UX makes a direct difference in the acquisition and retention of its users. And remember that experiences change over the years. What we had as…
uxanswered Gustavo Tenório 135 -
0
votes5
answers815
viewsA: Check if URL has string
Good afternoon Samuel, The indexOf is used with simple strings, however the match makes use of a regular expression, of course it may be slower compared to indexOf, but the match can help you in…
-
-1
votes1
answer82
viewsQ: Is it possible to use SCRUM in closed-scope design?
I would like to know your opinion and experience on the use of the framework SCRUM in a closed scope project. It’s possible and it makes sense ? I imagine that the recommended would be to change the…
scrumasked Gustavo Tenório 135 -
0
votes2
answers61
viewsA: Doubt about class assignment and ids
In the CSS scenario, I recommend you make use of class when possible, since they are reusable, and make use of the ID sparingly, since they are unique and cannot be reused, losing much of the…
htmlanswered Gustavo Tenório 135 -
1
votes5
answers440
viewsA: What would an Agile Development Process look like?
Kevin, I’ll leave some links to the content needed for you to learn about agile. Read this manifesto that will help you a lot(the site is kind of retro, but is the best source for this your…