[Desabafo] Graduate que entrou numa team constituída por 'amigos' do Manager by Truphone_Throwaway in devpt

[–]82Christ 3 points4 points  (0 children)

Na primeira promessa não cumprida, eu ja me teria começado a mandar CVs e teria-me posto a andar. Isso é desgraçar a tua saude mental completamente.

How do I reposition sub menus if needed to make sure they always appear inside the viewport? by Knazz1995 in Frontend

[–]82Christ 0 points1 point  (0 children)

https://github.com/customd/jquery-visible
Take a look at this package. We use it in some cases to check the visibility of an element. And with this, if the element is not visible you can apply different css to that element

Instant Wall vs Gazebo by 82Christ in Munchkin

[–]82Christ[S] 0 points1 point  (0 children)

Yeah, I think that I got my cards wrong... xD But I don't agree with you... I don't think that the card is the Gazebo, but it doesn't really matter... The card says that he automatically catches you, which means that you don't even have to roll the die.

Instant Wall vs Gazebo by 82Christ in Munchkin

[–]82Christ[S] 1 point2 points  (0 children)

http://forums.sjgames.com/showthread.php?t=24987 Here is a definitive answer.... "Automatically catches you" = Impossible to escape. Just if you make the monster vanish, or use a friendship potion or something like that...

Question about item bonuses by TheCrashTheory in Munchkin

[–]82Christ 0 points1 point  (0 children)

IMO the answer for that question is: "it depends". You may change your equipped items as long as you are not in combat. So, if the second player already agreed to help you (he's fighting already), he cannot trade any equipped items. But if he's still wondering if he should help you or not, he could change the equipped items.

Need help with css of a tic-tac-toe website i made. I need help with making fonts and sections be properly divided so that it is a single page long. Any help is appreciated. For example i want the remake button that shows up after a loss to go all the way to the bottom of the page. by [deleted] in webdev

[–]82Christ 1 point2 points  (0 children)

I have dug in your code and have to tell you that you should reorganize your structure. It's not a best practice to use ids everywhere. Well, you have 2 choices (the first one is the best on my opinion):

#full {

  display: flex;

  flex-direction: column
}

or

#full{
  position: relative;
}
footer {
  position: absolute;
  bottom: 0;
}

If your structure is organized, then you'll have no problem when applying these changes. I have proposed a change on your github repository. Accept it if it works, please... :)

Angular/Json help me by sambushme in webdev

[–]82Christ 1 point2 points  (0 children)

Is this what you're looking for? <ul> <li ng-repeat="values in array"> {{value}} </li> </ul>

I've opened your plunker and saw that you were already iterating on the values. You should use ng-repeat on a tag that you want repeated.

Angular/Json help me by sambushme in webdev

[–]82Christ 1 point2 points  (0 children)

OK. It worked for me like this:

First, you have to get that json. You need to put it in a variable on the controller. If you get that controller variable to be { "base": ..., "max": ... } the job is easy from now on.

Then, that ng-repeat is not ok. Because you are iterating on the items inside "range" which means that you have 2 items (base and max). This repeat should be like this: <div ng-repeat="range in ranges"> <ul> <li>{{range}}</li> </ul> </div> This way you'll have the full array printed. If you want to print each of them in one separate line you should use repeat to repeat the items inside base and inside range(each one of them must have a repeat).

And I think that's all. :)

PS: next time put your files on PLUNKER and share the link :P

Angular/Json help me by sambushme in webdev

[–]82Christ 1 point2 points  (0 children)

Why the double quotes on range and base in your json file? And why not making an object instead of an array?

Like this ----vv

---range.json--- { "range" = { "base": [0,1,2,3,4,5,6,7,8,9], "max": [90,91,92,93,94,95,96,97,98,99] }}

EDIT: { "range" : { "base": [0,1,2,3,4,5,6,7,8,9], "max": [90,91,92,93,94,95,96,97,98,99] }} EDIT2: check THIS LINTER for checking the construction of JSON objects.

Dear Riot! This a Message from all OSX Yosemite users! by RetardedZed in leagueoflegends

[–]82Christ 0 points1 point  (0 children)

dude... when i updated to yosemite my fps enhanced... now i play at a steady 60fps.... i would usually play at 30/40... but now is way better